Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 23, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxtjs/pwa ^2.0.5 -> ^2.6.0 age adoption passing confidence devDependencies minor
circleci/python 3.5-node -> 3.10-node age adoption passing confidence docker minor
eslint (source) ^4.17.0 -> ^4.19.1 age adoption passing confidence devDependencies minor
eslint-plugin-jest ^21.8.0 -> ^21.27.2 age adoption passing confidence devDependencies minor
eslint-plugin-node ^6.0.0 -> ^6.0.1 age adoption passing confidence devDependencies patch
jest (source) ^22.2.2 -> ^22.4.4 age adoption passing confidence devDependencies minor

Release Notes

nuxt-community/pwa-module (@​nuxtjs/pwa)

v2.6.0

Compare Source

Bug Fixes
Features
  • icon: update to jimp 0.5.0 (b071c4b)
  • workbox: support pass config object to workbox.setConfig (#​95) (b5dab8a)

v2.5.0

Compare Source

Features

v2.4.0

Compare Source

Bug Fixes
  • icon: temporary use jimp@0.3.4 (#​84) (3f0e718)
  • workbox: infer default value of globDirectory from webpack config. fixes #​83. (c7102fd)
  • workbox: more fixes regarding nuxt 2 dist directory changes. fixes #​83. (7a8bb3b)
Features

v2.3.2

Compare Source

Bug Fixes
  • workbox: staleWhileRevalidate() -> networkOnly() for offline pages (832d60f)

v2.3.0

Compare Source

Bug Fixes
  • docs: add reference to pwa module (49b7c49)
  • icon: await on build (e3c1be2)
  • icon: generate only on build (9d68d70)
  • manifest: run only on build (ecaa835)
  • meta: add unique identifiers to meta fields (#​23) (76a1f89)
  • meta: generate only on build (1cace26)
  • meta: only set og:url when it has been defined through ogHost or options (#​44) (354f818)
  • meta: remove minimal-ui from default viewport (cf48b3f), closes #​10
  • pwa: no more optimize dependency (a1c149f)
  • workbox: faster service worker register (07524a2)
  • workbox: hardcoded static dir (#​73) (6d241ec)
  • workbox: make cacheId independent of npm package version (b744a27)
  • workbox: use regexp for runtimeCaching. fixes #​14. (f384103)
  • don't override title when titleTemplate is provided (#​48) (8c3f319)
  • workaround to fill meta with SPA and nuxt start (a0fb908)
Features
  • Add compatibility for nuxt 1.0.0 hooks (c0efb1d)
  • add og:image support (#​30) (afebd96)
  • add oneSignal module (bbc7b72)
  • manifest: allow overriding publicPath (#​19) (4e6782e)
  • add option to register third-party sw (#​12) (9c0b61e)
  • icon: add combined option sources (539430f)
  • manifest: support crossorigin option (#​71) (ccb2c33)
  • meta: add author property (#​41) (cafcfc4)
  • meta: add nativeUI option (3c7aa7d), closes #​10
  • meta: add ogUrl url property (#​42) (3990ddf)
  • meta: add property attribiture for og tags (dc39fcb)
  • meta: add twitter card, site and creator properties (#​43) (fe11c76)
  • onesignal: move init options under init (dd61c18)
  • runtimeCaching: Support runtimeCaching (fdcda0f)
  • worbox: add offline option for making it optional (#​59) (76de33c), closes #​24
  • workbox: add options.autoRegister (f1e1fe1)
  • workbox: disable caching for sw.js by default (e7677d8)
  • workbox: expose registration as window.$sw (a5ddf59)
  • workbox: importScripts option (7c8644c)
  • workbox: option to enable skipWaiting (#​80) (88cc602)
  • workbox: rewrite with better template support (b0af84e)
  • workbox: workbox 3 + offlinePage (#​60) (0fef874)
  • workbox, onegisnal: Use defaultsDeep for options (5ac89cf)
  • Add support of StrategyOptions to cache (b17bbd0)
  • ogSiteName (#​50) (0c99ab9)

v2.0.8

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

eslint/eslint (eslint)

v4.19.1

Compare Source

  • 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #​10112) (#​10113) (薛定谔的猫)
  • abc765c Fix: object-curly-newline minProperties w/default export (fixes #​10101) (#​10103) (Kevin Partington)
  • 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#​10114) (CJ R)
  • 0360cc2 Chore: Adding debug logs on successful plugin loads (#​10100) (Kevin Partington)
  • a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#​10102) (Kevin Partington)

v4.19.0

Compare Source

v4.18.2

Compare Source

  • 6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#​10022) (Mathieu Seiler)
  • 3c697de Chore: fix incorrect comment about linter.verify return value (#​10030) (Teddy Katz)
  • 9df8653 Chore: refactor parser-loading out of linter.verify (#​10028) (Teddy Katz)
  • f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #​10002) (#​10019) (Jamie Davis)
  • e4f52ce Chore: Simplify dataflow in linter.verify (#​10020) (Teddy Katz)
  • 33177cd Chore: make library files non-executable (#​10021) (Teddy Katz)
  • 558ccba Chore: refactor directive comment processing (#​10007) (Teddy Katz)
  • 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#​10010) (Teddy Katz)
  • a1c3759 Chore: refactor populating configs with defaults in linter (#​10006) (Teddy Katz)
  • aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #​9954) (#​9985) (Rachael Sim)

v4.18.1

Compare Source

v4.18.0

Compare Source

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v21.27.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: fix type exception (60919f6), closes #​195

v21.27.1

Compare Source

Bug Fixes

v21.27.0

Compare Source

Features

v21.26.2

Compare Source

Bug Fixes
  • no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #​188

v21.26.1

Compare Source

Bug Fixes

v21.26.0

Compare Source

Features

v21.25.1

Compare Source

Bug Fixes
  • no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
  • prefer-expect-assertions: fix greedy regex (9a6ce6c)

v21.25.0

Compare Source

Features

v21.24.2

Compare Source

Bug Fixes

v21.24.1

Compare Source

Bug Fixes
  • no-focused-tests: detect usage like 'test.only.each()' (4e4313e)

v21.24.0

Compare Source

Bug Fixes
Features

v21.23.0

Compare Source

Features

v21.22.1

Compare Source

Bug Fixes

v21.22.0

Compare Source

Features

v21.21.0

Compare Source

Features

v21.20.2

Compare Source

Bug Fixes

v21.20.1

Compare Source

Bug Fixes

v21.20.0

Compare Source

Features

v21.19.0

Compare Source

Features

v21.18.0

Compare Source

Features

v21.17.0

Compare Source

Features

v21.16.1

Compare Source

Bug Fixes
  • handle callexpressions with anonymous calles (885ce17)

v21.16.0

Compare Source

Features

v21.15.3

Compare Source

Bug Fixes

v21.15.2

Compare Source

Bug Fixes
  • valid-describe: allow concise body arrow function (#​106) (4586bdc)

v21.15.1

Compare Source

Bug Fixes

v21.15.0

Compare Source

Features

v21.14.1

Compare Source

Bug Fixes

v21.14.0

Compare Source

Features

v21.13.0

Compare Source

Features

v21.12.3

Compare Source

Bug Fixes
  • util: add a test instead of throwing an error on getDocsUrl (#​96) (6e79636), closes #​91

v21.12.2

Compare Source

Bug Fixes

v21.12.1

Compare Source

Bug Fixes

v21.12.0

Compare Source

Features

v21.11.0

Compare Source

Features

v21.10.0

Compare Source

Features

v21.9.0

Compare Source

Bug Fixes
Features
mysticatea/eslint-plugin-node (eslint-plugin-node)

v6.0.1

Compare Source

Bug fixes

  • 234703c fixed a regression that node/no-unsupported-features crashes if engines field exists but engines.node field doesn't exist in package.json (#​109). Thanks @​ZauberNerd !
jestjs/jest (jest)

v22.4.2

Compare Source

Fixes
  • [jest-haste-map] Recreate Haste map when deserialization fails (#​5642)

v22.4.1

Compare Source

Fixes
  • [jest-haste-map] Parallelize Watchman calls in crawler (#​5640)
  • [jest-editor-support] Update TypeScript definitions (#​5625)
  • [babel-jest] Remove retainLines argument to babel. (#​5594)
Features
  • [jest-runtime] Provide require.main property set to module with test suite (#​5618)
Chore & Maintenance
  • [docs] Add note about Node version support (#​5622)
  • [docs] Update to use yarn (#​5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc (#​5638)

v22.4.0

Compare Source

Fixes
  • [jest-haste-map] Overhauls how Watchman crawler works fixing Windows (#​5615)
  • [expect] Allow matching of Errors against plain objects (#​5611)
  • [jest-haste-map] Do not read binary files in Haste, even when instructed to do so (#​5612)
  • [jest-cli] Don't skip matchers for exact files (#​5582)
  • [docs] Update discord links (#​5586)
  • [jest-runtime] Align handling of testRegex on Windows between searching for tests and instrumentation checks (#​5560)
  • [jest-config] Make it possible to merge transform option with preset (#​5505)
  • [jest-util] Fix console.assert behavior in custom & buffered consoles (#​5576)
Features
  • [docs] Add MongoDB guide (#​5571)
  • [jest-runtime] Deprecate mapCoverage option. (#​5177)
  • [babel-jest] Add option to return sourcemap from the transformer separately from source. (#​5177)
  • [jest-validate] Add ability to log deprecation warnings for CLI flags. (#​5536)
  • [jest-serializer] Added new module for serializing. Works using V8 or JSON (#​5609)
  • [docs] Add a documentation note for project displayName configuration (#​5600)
Chore & Maintenance
  • [docs] Update automatic mocks documentation (#​5630)

v22.3.0

Compare Source

Fixes
  • [expect] Add descriptive error message to CalledWith methods when missing optional arguments (#​5547)
  • [jest-cli] Fix inability to quit watch mode while debugger is still attached (#​5029)
  • [jest-haste-map] Properly handle platform-specific file deletions (#​5534)
Features
  • [jest-util] Add the following methods to the "console" implementations: assert, count, countReset, dir, dirxml, group, groupCollapsed, groupEnd, time, timeEnd (#​5514)
  • [docs] Add documentation for interactive snapshot mode (#​5291)
  • [jest-editor-support] Add watchAll flag (#​5523)
  • [jest-cli] Support multiple glob patterns for collectCoverageFrom (#​5537)
  • [docs] Add versioned documentation to the website (#​5541)
Chore & Maintenance
  • [jest-config] Allow <rootDir> to be used with collectCoverageFrom (#​5524)
  • [filenames] Standardize files names in "integration-tests" folder (#​5513)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43d22b5 to 01dc5cd Compare January 6, 2021 12:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01dc5cd to e7321ed Compare May 9, 2021 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b9d858 to 03239f9 Compare March 16, 2023 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants