python-module
python-module copied to clipboard
chore(deps): update all non-major dependencies
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @nuxtjs/pwa | ^2.0.5 -> ^2.6.0 |
devDependencies | minor | ||||
| circleci/python | 3.5-node -> 3.10-node |
docker | minor | ||||
| eslint (source) | ^4.17.0 -> ^4.19.1 |
devDependencies | minor | ||||
| eslint-plugin-jest | ^21.8.0 -> ^21.27.2 |
devDependencies | minor | ||||
| eslint-plugin-node | ^6.0.0 -> ^6.0.1 |
devDependencies | patch | ||||
| jest (source) | ^22.2.2 -> ^22.4.4 |
devDependencies | minor |
Release Notes
nuxt-community/pwa-module (@nuxtjs/pwa)
v2.6.0
Bug Fixes
Features
- icon: update to jimp 0.5.0 (b071c4b)
- workbox: support pass config object to
workbox.setConfig(#95) (b5dab8a)
v2.5.0
Features
v2.4.0
Bug Fixes
- icon: temporary use [email protected] (#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
Bug Fixes
- workbox:
staleWhileRevalidate()->networkOnly()for offline pages (832d60f)
v2.3.0
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
staticdir (#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
v2.0.7
v2.0.6
eslint/eslint (eslint)
v4.19.1
3ff5d11Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)abc765cFix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)6f9e155Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)0360cc2Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)a717c5dChore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)
v4.19.0
55a1593Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)8d3814eFix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)935f4e4Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)72ed3dbDocs: WrapBuffer()in backticks inno-buffer-constructorrule description (#10084) (Stephen Edgar)3aded2fDocs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)e33bb64Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)66a1e9aDocs: fix possible typo (#10060) (Vse Mozhet Byt)2e68be6Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)72ca5b3Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)2a4c838Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
v4.18.2
6b71fd0Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler)3c697deChore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz)9df8653Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz)f6901d0Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis)e4f52ceChore: Simplify dataflow in linter.verify (#10020) (Teddy Katz)33177cdChore: make library files non-executable (#10021) (Teddy Katz)558ccbaChore: refactor directive comment processing (#10007) (Teddy Katz)18e15d9Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz)a1c3759Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz)aea07dcFix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim)
v4.18.1
f417506Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz)3e99363Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid)7c2cd70Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima)
v4.18.0
70f22f3Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen)0e4ae22Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951) (Teddy Katz)47ac478Update: add named imports and exports for object-curly-newline (#9876) (Nicholas Chua)e8efdd0Fix: support Rest/Spread Properties (fixes #9885) (#9943) (Toru Nagashima)f012b8cFix: support Async iteration (fixes #9891) (#9957) (Toru Nagashima)74fa253Docs: Clarify no-mixed-operators options (fixes #9962) (#9964) (Ivan Hayes)426868fDocs: clean up key-spacing docs (fixes #9900) (#9963) (Abid Uzair)4a6f22eUpdate: support eslint-disable-* block comments (fixes #8781) (#9745) (Erin)777283bDocs: Propose fix typo for function (#9965) (John Eismeier)bf3d494Docs: Fix typo in max-len ignorePattern example. (#9956) (Tim Martin)d64fbb4Docs: fix typo in prefer-destructuring.md example (#9930) (Vse Mozhet Byt)f8d343fChore: Fix default issue template (#9946) (Kai Cataldo)
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v21.27.2
Bug Fixes
v21.27.1
Bug Fixes
v21.27.0
Features
v21.26.2
Bug Fixes
v21.26.1
Bug Fixes
v21.26.0
Features
v21.25.1
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
Features
v21.24.2
Bug Fixes
v21.24.1
Bug Fixes
- no-focused-tests: detect usage like 'test.only.each()' (4e4313e)
v21.24.0
Bug Fixes
- prefer-strict-equal: only run if
expectis used (#163) (ee2647e) - require-tothrow-message: cover more cases (#161) (f2d2dbe)
Features
v21.23.0
Features
v21.22.1
Bug Fixes
v21.22.0
Features
v21.21.0
Features
v21.20.2
Bug Fixes
v21.20.1
Bug Fixes
v21.20.0
Features
v21.19.0
Features
v21.18.0
Features
v21.17.0
Features
v21.16.1
Bug Fixes
- handle callexpressions with anonymous calles (885ce17)
v21.16.0
Features
v21.15.3
Bug Fixes
v21.15.2
Bug Fixes
v21.15.1
Bug Fixes
v21.15.0
Features
v21.14.1
Bug Fixes
v21.14.0
Features
v21.13.0
Features
v21.12.3
Bug Fixes
v21.12.2
Bug Fixes
v21.12.1
Bug Fixes
v21.12.0
Features
v21.11.0
Features
v21.10.0
Features
v21.9.0
Bug Fixes
Features
mysticatea/eslint-plugin-node (eslint-plugin-node)
v6.0.1
Bug fixes
234703cfixed a regression thatnode/no-unsupported-featurescrashes ifenginesfield exists butengines.nodefield doesn't exist in package.json (#109). Thanks @ZauberNerd !
jestjs/jest (jest)
v22.4.2
Fixes
[jest-haste-map]Recreate Haste map when deserialization fails (#5642)
v22.4.1
Fixes
[jest-haste-map]Parallelize Watchman calls in crawler (#5640)[jest-editor-support]Update TypeScript definitions (#5625)[babel-jest]RemoveretainLinesargument to babel. (#5594)
Features
[jest-runtime]Providerequire.mainproperty 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
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 mergetransformoption with preset (#5505)[jest-util]Fixconsole.assertbehavior 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 projectdisplayNameconfiguration (#5600)
Chore & Maintenance
[docs]Update automatic mocks documentation (#5630)
v22.3.0
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 forcollectCoverageFrom(#5537)[docs]Add versioned documentation to the website (#5541)
Chore & Maintenance
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 was generated by Mend Renovate. View the repository job log.