nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) ^7.15.0 -> ^7.15.8 age adoption passing confidence
cac ^6.7.3 -> ^6.7.7 age adoption passing confidence
core-js ^3.16.2 -> ^3.18.2 age adoption passing confidence
eslint-plugin-vue (source) ^7.16.0 -> ^7.19.1 age adoption passing confidence
postcss (source) ^8.3.6 -> ^8.3.9 age adoption passing confidence
prettier (source) ^2.3.2 -> ^2.4.1 age adoption passing confidence
stefanzweifel/git-auto-commit-action v4.11.0 -> v4.12.0 age adoption passing confidence
vant ^2.12.26 -> ^2.12.29 age adoption passing confidence
vuetify (source) ^2.5.8 -> ^2.5.9 age adoption passing confidence

Release Notes

babel/babel ### [`v7.15.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7158-2021-10-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.7...v7.15.8) ##### :eyeglasses: Spec Compliance - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​13788](https://togithub.com/babel/babel/pull/13788) Sort module export names ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​13769](https://togithub.com/babel/babel/pull/13769) Tokenize keywords-like identifier as new tokens ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​13821](https://togithub.com/babel/babel/pull/13821) Fix missing inner comments in class expressions ([@​overlookmotel](https://togithub.com/overlookmotel)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator` - [#​13803](https://togithub.com/babel/babel/pull/13803) Collect comments around parentheses in expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13800](https://togithub.com/babel/babel/pull/13800) fix: remove imported types from export ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​13814](https://togithub.com/babel/babel/pull/13814) Improve debug logging for IgnoreList ([@​paleite](https://togithub.com/paleite)) - `babel-node` - [#​13784](https://togithub.com/babel/babel/pull/13784) \[[@​babel/node](https://togithub.com/babel/node)] Forward the signal SIGTERM as well ([@​julienw](https://togithub.com/julienw)) ##### :house: Internal - [#​13808](https://togithub.com/babel/babel/pull/13808) Update parser plugins for TypeScript tests ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13795](https://togithub.com/babel/babel/pull/13795) Fix Gulpfile path separator issue on Windows ([@​NotWearingPants](https://togithub.com/NotWearingPants)) ##### :running_woman: Performance - `babel-code-frame` - [#​13812](https://togithub.com/babel/babel/pull/13812) Optimization of string splitting ([@​shoonia](https://togithub.com/shoonia)) ### [`v7.15.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7157-2021-09-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.7) ##### :bug: Bug Fix - `babel-parser` - [#​13771](https://togithub.com/babel/babel/pull/13771) fix(babel-parser): Allow line break before `assert` return type ([@​JuniorTour](https://togithub.com/JuniorTour)) - [#​13755](https://togithub.com/babel/babel/pull/13755) \[estree] Fix conversion of `PrivateName` in `MemberExpression` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​13754](https://togithub.com/babel/babel/pull/13754) Move pipeline operator to Stage 2 ([@​sdegutis](https://togithub.com/sdegutis)) - Other - [#​13767](https://togithub.com/babel/babel/pull/13767) Fix `regexpu-core` bundling in `@babel/standalone` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13751](https://togithub.com/babel/babel/pull/13751) \[eslint-parser] Represent `static` using a `Keyword` token ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-validator-identifier` - [#​13759](https://togithub.com/babel/babel/pull/13759) Update Identifier definitions to Unicode 14 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​13768](https://togithub.com/babel/babel/pull/13768) Store token type as number ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13739](https://togithub.com/babel/babel/pull/13739) Throw a better error when transforming imported bindings in types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13140](https://togithub.com/babel/babel/pull/13140) Update to Yarn 3 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13744](https://togithub.com/babel/babel/pull/13744) chore: add constraint for duplicate dependency declarations ([@​merceyz](https://togithub.com/merceyz)) - `babel-helper-transform-fixture-test-runner` - [#​13741](https://togithub.com/babel/babel/pull/13741) Replace the deprecated `produceCachedData` option used in `vm` module with `script.createCachedData()` ([@​wafuwafu13](https://togithub.com/wafuwafu13)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.0...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@​komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#​13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@​fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#​13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@​meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#​13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#​13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@​fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#​13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@​flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#​13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#​13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#​13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@​fedeci](https://togithub.com/fedeci))
egoist/cac ### [`v6.7.7`](https://togithub.com/egoist/cac/releases/v6.7.7) [Compare Source](https://togithub.com/egoist/cac/compare/v6.7.6...v6.7.7) ##### Bug Fixes - output help for sub commands too ([abe662b](https://togithub.com/egoist/cac/commit/abe662b)) ### [`v6.7.6`](https://togithub.com/egoist/cac/releases/v6.7.6) [Compare Source](https://togithub.com/egoist/cac/compare/v6.7.5...v6.7.6) ##### Bug Fixes - only output help and version for non-sub commands ([54d5fab](https://togithub.com/egoist/cac/commit/54d5fab)) ### [`v6.7.5`](https://togithub.com/egoist/cac/releases/v6.7.5) [Compare Source](https://togithub.com/egoist/cac/compare/v6.7.4...v6.7.5) ##### Bug Fixes - Revert "fix: only output version message for root command" ([4247f99](https://togithub.com/egoist/cac/commit/4247f99)) ### [`v6.7.4`](https://togithub.com/egoist/cac/releases/v6.7.4) [Compare Source](https://togithub.com/egoist/cac/compare/v6.7.3...v6.7.4) ##### Bug Fixes - only output version message for root command ([550d0f7](https://togithub.com/egoist/cac/commit/550d0f7))
zloirock/core-js ### [`v3.18.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3182---20211006) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.18.1...v3.18.2) - Early `{ Array, %TypedArray% }.fromAsync` errors moved to the promise, per the latest changes of the spec draft - Internal `ToInteger(OrInfinity)` operation returns `+0` for `-0` argument, ES2020+ update - Fixed theoretical problems with handling bigint in `Number` constructor wrapper - Fixed `String.raw` with extra arguments - Fixed some missed dependencies in entry points - Some other minor fixes and improvements - Refactoring ### [`v3.18.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3181---20210927) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.18.0...v3.18.1) - Fixed `String.prototype.substr` feature detection and compat data - Removed mistakenly added `.forEach` from prototypes of some DOM collections where it shouldn't be, [#​988](https://togithub.com/zloirock/core-js/issues/988), [#​987](https://togithub.com/zloirock/core-js/issues/987), thanks [@​moorejs](https://togithub.com/moorejs) - Added `cause` to `AggregateError` constructor implementation (still without adding to the feature detection) - Families of `.at` and `.findLast` methods marked as supported in Safari TP - Added Electron 16.0 compat data mapping ### [`v3.18.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3180---20210920) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.3...v3.18.0) - Added [`Array.fromAsync` stage 1 proposal](https://togithub.com/tc39/proposal-array-from-async): - `Array.fromAsync` - `%TypedArray%.fromAsync` - `.name` and `.toString()` on polyfilled functions improved in many different cases - Improved internal `IsConstructor` and `IsCallable` checks - Fixed some internal cases of `GetMethod` operation - Fixed a bug of MS Edge 18- `parseInt` / `parseFloat` with boxed symbols - Fixed `es.array.{ index-of, last-index-of }` compat data - Added Deno 1.15 compat data mapping - Some other minor fixes and optimizations ### [`v3.17.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3173---20210909) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.2...v3.17.3) - Fixed some possible problems related to possible extension of `%IteratorPrototype%` and `%AsyncIteratorPrototype%` in the future - Fixed `DOMTokenList.prototype.{ forEach, @​@​iterator, keys, values, entries }` in old WebKit versions where `element.classList` is not an instance of global `DOMTokenList` - Added NodeJS 16.9 compat data mapping - Added Samsung Internet 16.0 compat data mapping ### [`v3.17.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3172---20210903) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.1...v3.17.2) - Fixed missed cases of ES3 reserved words usage, related to [#​980](https://togithub.com/zloirock/core-js/issues/980) - Fixed dependencies in one missed entry point - Some other minor fixes and optimizations ### [`v3.17.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3171---20210902) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.0...v3.17.1) - Fixed missed `modules-by-versions` data ### [`v3.17.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3170---20210902) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.4...v3.17.0) - [Accessible `Object.prototype.hasOwnProperty` (`Object.hasOwn`) proposal](https://togithub.com/tc39/proposal-accessible-object-hasownproperty) moved to the stable ES, [per August 2021 TC39 meeting](https://togithub.com/babel/proposals/issues/76#issuecomment-909288348) - [Relative indexing method (`.at`) proposal](https://togithub.com/tc39/proposal-relative-indexing-method) moved to the stable ES, [per August 2021 TC39 meeting](https://togithub.com/babel/proposals/issues/76#issuecomment-909285053) - Exposed by default the stable version of `String.prototype.at`. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten. - Some more iteration closing fixes - Fixed an ES3 reserved words usage, [#​980](https://togithub.com/zloirock/core-js/issues/980) ### [`v3.16.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3164---20210829) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.3...v3.16.4) - `AsyncFromSyncIterator` made stricter, related mainly to `AsyncIterator.from` and `AsyncIterator.prototype.flatMap` - Handling of optional `.next` arguments in `(Async)Iterator` methods is aligned with the current spec draft (mainly - ignoring the first passed to `.next` argument in built-in generators) - Behavior of `.next`, `.return`, `.throw` methods on `AsyncIterator` helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises) - Fixed some cases of safe iteration closing - Fixed dependencies of some entry points ### [`v3.16.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3163---20210825) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.2...v3.16.3) - Fixed `CreateAsyncFromSyncIterator` semantic in `AsyncIterator.from`, related to [#​765](https://togithub.com/zloirock/core-js/issues/765) - Added a workaround of a specific case of broken `Object.prototype`, [#​973](https://togithub.com/zloirock/core-js/issues/973)
vuejs/eslint-plugin-vue ### [`v7.19.1`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.19.1) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.19.0...v7.19.1) #### :bug: Bug Fixes - \[[`83eab8d`](https://togithub.com/vuejs/eslint-plugin-vue/commit/83eab8d2)] Fixed false positives for vars inside functions in `vue/valid-define-emits` and `vue/valid-define-props` rules. Picked from [#​1652](https://togithub.com/vuejs/eslint-plugin-vue/issues/1652) *** **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.0...v7.19.1 ### [`v7.19.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.19.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.18.0...v7.19.0) #### ✨ Enhancements - [#​1639](https://togithub.com/vuejs/eslint-plugin-vue/issues/1639) Added `vue/no-restricted-class` rule that reports the classes you don't want to allow in the template. - [#​1644](https://togithub.com/vuejs/eslint-plugin-vue/issues/1644) Added `vue/no-useless-template-attributes` rule that disallow useless attribute on `