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 #831

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) ^7.14.7 -> ^7.15.0 age adoption passing confidence
@vue/test-utils ^1.2.1 -> ^1.2.2 age adoption passing confidence
chalk ^4.1.1 -> ^4.1.2 age adoption passing confidence
core-js ^3.15.2 -> ^3.16.2 age adoption passing confidence
eslint (source) ^7.31.0 -> ^7.32.0 age adoption passing confidence
eslint-plugin-vue (source) ^7.14.0 -> ^7.16.0 age adoption passing confidence
jsdom ^16.6.0 -> ^16.7.0 age adoption passing confidence
postcss (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence
vant ^2.12.24 -> ^2.12.26 age adoption passing confidence
vuetify (source) ^2.5.7 -> ^2.5.8 age adoption passing confidence

Release Notes

babel/babel ### [`v7.15.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7150-2021-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.9...v7.15.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13523](https://togithub.com/babel/babel/pull/13523) feat(ts): raise error for abstract property with initializer ([@​fedeci](https://togithub.com/fedeci)) ##### :rocket: New Feature - `babel-parser` - [#​13229](https://togithub.com/babel/babel/pull/13229) Add `attachComment` parser option to disable comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​13476](https://togithub.com/babel/babel/pull/13476) standalone: update `preset-stage-*` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13555](https://togithub.com/babel/babel/pull/13555) feat: support hack pipeline in `@babel/standalone` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-preset-env` - [#​13387](https://togithub.com/babel/babel/pull/13387) Enable top-level `await` parsing by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​13324](https://togithub.com/babel/babel/pull/13324) Support TypeScript const enums ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13528](https://togithub.com/babel/babel/pull/13528) feat(typescript): implement namespace alias ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13290](https://togithub.com/babel/babel/pull/13290) feat: add `noIncompleteNsImportDetection` assumption to `plugin-transform-modules-commonjs` ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-react-display-name` - [#​13501](https://togithub.com/babel/babel/pull/13501) Add display name after create context ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13416](https://togithub.com/babel/babel/pull/13416) Hack-pipe proposal with `%` topic token ([@​js-choi](https://togithub.com/js-choi)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-traverse`, `babel-types` - [#​13191](https://togithub.com/babel/babel/pull/13191) Add support for the "Hack" pipeline proposal ([@​js-choi](https://togithub.com/js-choi)) - `babel-plugin-transform-runtime` - [#​13398](https://togithub.com/babel/babel/pull/13398) Expose `@babel/eslint-parser/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​13448](https://togithub.com/babel/babel/pull/13448) Add support for rhino as a compilation target ([@​gausie](https://togithub.com/gausie)) - `babel-compat-data`, `babel-parser`, `babel-preset-env` - [#​13554](https://togithub.com/babel/babel/pull/13554) Enable ergonomic brand checks (`#priv in`) by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13513](https://togithub.com/babel/babel/pull/13513) \[ts] support optional chain call with generic ([@​lala7573](https://togithub.com/lala7573)) - `babel-plugin-transform-typescript` - [#​13605](https://togithub.com/babel/babel/pull/13605) Handle typescript function overloading in a default export ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​13536](https://togithub.com/babel/babel/pull/13536) Fix `%==` parsing in hack pipes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13426](https://togithub.com/babel/babel/pull/13426) parser: Fix Hack/smart-pipe error positions ([@​js-choi](https://togithub.com/js-choi)) - [#​13622](https://togithub.com/babel/babel/pull/13622) fix(ts): raise error for `export default interface {}` ([@​a-tarasyuk](https://togithub.com/a-tarasyuk)) ##### :memo: Documentation - [#​13607](https://togithub.com/babel/babel/pull/13607) chore(doc): add jest specific pckg command ([@​tony-go](https://togithub.com/tony-go)) ### [`v7.14.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7149-2021-08-01) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.7...v7.14.9) ##### :bug: Bug Fix - `babel-traverse` - [#​13596](https://togithub.com/babel/babel/pull/13596) Fix completion record for variable declarations ([@​addaleax](https://togithub.com/addaleax)) - `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​13600](https://togithub.com/babel/babel/pull/13600) Extract computed keys from the class closure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx` - [#​13552](https://togithub.com/babel/babel/pull/13552) Don't insert `__self: this` within constructors of derived classes ([#​13550](https://togithub.com/babel/babel/issues/13550)) ([@​SCLeoX](https://togithub.com/SCLeoX)) - `babel-parser` - [#​13581](https://togithub.com/babel/babel/pull/13581) \[ts] Check if param is assignable when parsing arrow return type ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-traverse`, `babel-types` - [#​13577](https://togithub.com/babel/babel/pull/13577) add 12 missing NODE_FIELDS ([@​jedwards1211](https://togithub.com/jedwards1211)) - `babel-plugin-proposal-async-generator-functions` - [#​13491](https://togithub.com/babel/babel/pull/13491) Fix `_step.value` access in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​13614](https://togithub.com/babel/babel/pull/13614) Update Rollup to `~2.54.0` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-validator-identifier`, `babel-parser` - [#​13606](https://togithub.com/babel/babel/pull/13606) chore: reorganize benchmarks ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-traverse` - [#​13611](https://togithub.com/babel/babel/pull/13611) Replace generic \__clone call by specific methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​13593](https://togithub.com/babel/babel/pull/13593) Generator performance ([@​JLHwung](https://togithub.com/JLHwung))
vuejs/vue-test-utils ### [`v1.2.2`](https://togithub.com/vuejs/vue-test-utils/releases/v1.2.2) [Compare Source](https://togithub.com/vuejs/vue-test-utils/compare/v1.2.1...v1.2.2) This release contains no bug fixes or behavior changes; it simply improves the type definitions. #### Types - types: type createLocalVue method [#​1873](https://togithub.com/vuejs/vue-test-utils/issues/1873) - types: add generic for wrapper.find() and wrapper.get() [#​1871](https://togithub.com/vuejs/vue-test-utils/issues/1871)
chalk/chalk ### [`v4.1.2`](https://togithub.com/chalk/chalk/releases/v4.1.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v4.1.1...v4.1.2) - Readme updates
zloirock/core-js ### [`v3.16.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3162---20210817) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2) - Added a workaround of a Closure Compiler unsafe optimization, [#​972](https://togithub.com/zloirock/core-js/issues/972) - One more fix crashing of `Object.create(null)` on WSH, [#​970](https://togithub.com/zloirock/core-js/issues/970) - Added Deno 1.14 compat data mapping ### [`v3.16.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3161---20210809) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.0...v3.16.1) - Fixed microtask implementation on iOS Pebble, [#​967](https://togithub.com/zloirock/core-js/issues/967) - Fixed some entry points - Improved old Safari compat data ### [`v3.16.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3160---20210730) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.2...v3.16.0) - [`Array` find from last proposal](https://togithub.com/tc39/proposal-array-find-from-last) moved to the stage 3, [July 2021 TC39 meeting](https://togithub.com/tc39/proposal-array-find-from-last/pull/47) - [`Array` filtering stage 1 proposal](https://togithub.com/tc39/proposal-array-filtering): - `Array.prototype.filterReject` replaces `Array.prototype.filterOut` - `%TypedArray%.prototype.filterReject` replaces `%TypedArray%.prototype.filterOut` - Added [`Array` grouping stage 1 proposal](https://togithub.com/tc39/proposal-array-grouping): - `Array.prototype.groupBy` - `%TypedArray%.prototype.groupBy` - Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should - Handling `@@​toPrimitive` in some cases of `ToPrimitive` internal logic made stricter - Fixed work of `Request` with polyfilled `URLSearchParams`, [#​965](https://togithub.com/zloirock/core-js/issues/965) - Fixed possible exposing of collections elements metadata in some cases, [#​427](https://togithub.com/zloirock/core-js/issues/427) - Fixed crashing of `Object.create(null)` on WSH, [#​966](https://togithub.com/zloirock/core-js/issues/966) - Fixed some cases of typed arrays subclassing logic - Fixed a minor bug related to string conversion in `RegExp#exec` - Fixed `Date.prototype.getYear` feature detection - Fixed content of some entry points - Some minor optimizations and refactoring - Deno: - Added Deno support (sure, after bundling since Deno does not support CommonJS) - Allowed `deno` target in `core-js-compat` / `core-js-builder` - A bundle for Deno published on [deno.land/x/corejs](https://deno.land/x/corejs) - Added / updated compat data / mapping: - Deno 1.0-1.13 - NodeJS up to 16.6 - iOS Safari up to 15.0 - Samsung Internet up to 15.0 - Opera Android up to 64 - `Object.hasOwn` marked as supported from [V8 9.3](https://chromestatus.com/feature/5662263404920832) and [FF92](https://bugzilla.mozilla.org/show_bug.cgi?id=1721149) - `Date.prototype.getYear` marked as not supported in IE8- - Added `summary` option to `core-js-builder`, see more info in the [`README`](https://togithub.com/zloirock/core-js/blob/master/packages/core-js-builder/README.md), [#​910](https://togithub.com/zloirock/core-js/issues/910)
eslint/eslint ### [`v7.32.0`](https://togithub.com/eslint/eslint/releases/v7.32.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.31.0...v7.32.0) - [`3c78a7b`](https://togithub.com/eslint/eslint/commit/3c78a7bff6044fd196ae3b737983e6744c6eb7c8) Chore: Adopt `eslint-plugin/prefer-message-ids` rule internally ([#​14841](https://togithub.com/eslint/eslint/issues/14841)) (Bryan Mishkin) - [`faecf56`](https://togithub.com/eslint/eslint/commit/faecf56cdb4146b28bfa4f1980adb41b4d3614b1) Update: change reporting location for `curly` rule (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14766](https://togithub.com/eslint/eslint/issues/14766)) (Nitin Kumar) - [`d7dc07a`](https://togithub.com/eslint/eslint/commit/d7dc07a15e256cee9232183165e2f6102f2c0873) Fix: ignore lines with empty elements (fixes [#​12756](https://togithub.com/eslint/eslint/issues/12756)) ([#​14837](https://togithub.com/eslint/eslint/issues/14837)) (Soufiane Boutahlil) - [`1bfbefd`](https://togithub.com/eslint/eslint/commit/1bfbefdaaf19ef32df42b89a3f5d32cff1e5b831) New: Exit on fatal error (fixes [#​13711](https://togithub.com/eslint/eslint/issues/13711)) ([#​14730](https://togithub.com/eslint/eslint/issues/14730)) (Antonios Katopodis) - [`ed007c8`](https://togithub.com/eslint/eslint/commit/ed007c82ee9d2170c87500d98303554b5f90b915) Chore: Simplify internal `no-invalid-meta` rule ([#​14842](https://togithub.com/eslint/eslint/issues/14842)) (Bryan Mishkin) - [`d53d906`](https://togithub.com/eslint/eslint/commit/d53d9064b9dd0dd6a8ea39e07b16310c8364db69) Docs: Prepare data for website to indicate rules with suggestions ([#​14830](https://togithub.com/eslint/eslint/issues/14830)) (Bryan Mishkin) - [`d28f2ff`](https://togithub.com/eslint/eslint/commit/d28f2ffb986e49d6da5c1d91215580591f4cfd35) Docs: Reference eslint-config-eslint to avoid potential for staleness ([#​14805](https://togithub.com/eslint/eslint/issues/14805)) (Brett Zamir) - [`8be8a36`](https://togithub.com/eslint/eslint/commit/8be8a36010145dfcd31cbdd4f781a91989e3b1bd) Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally ([#​14823](https://togithub.com/eslint/eslint/issues/14823)) (Bryan Mishkin) - [`f9c164f`](https://togithub.com/eslint/eslint/commit/f9c164f7b74ca73384c8c80eed5bdbe359b44f6c) Docs: New syntax issue template ([#​14826](https://togithub.com/eslint/eslint/issues/14826)) (Nicholas C. Zakas) - [`eba0c45`](https://togithub.com/eslint/eslint/commit/eba0c4595c126a91f700d5f2e8723ec3f820a830) Chore: assertions on reporting loc in `unicode-bom` (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14809](https://togithub.com/eslint/eslint/issues/14809)) (Nitin Kumar) - [`ed945bd`](https://togithub.com/eslint/eslint/commit/ed945bd662714b1917e9de71d5b322a28be9161b) Docs: fix multiple broken links ([#​14833](https://togithub.com/eslint/eslint/issues/14833)) (Sam Chen) - [`60df44c`](https://togithub.com/eslint/eslint/commit/60df44c79b0f74406119c0c040a360ca84e721fc) Chore: use `actions/setup-node@v2` ([#​14816](https://togithub.com/eslint/eslint/issues/14816)) (Nitin Kumar) - [`6641d88`](https://togithub.com/eslint/eslint/commit/6641d88e17d952a8e51df5e0d3882a842d4c3f35) Docs: Update README team and sponsors (ESLint Jenkins)
vuejs/eslint-plugin-vue ### [`v7.16.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.16.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.2...v7.16.0) #### ✨ Enhancements - [#​1596](https://togithub.com/vuejs/eslint-plugin-vue/issues/1596) Added `vue/valid-v-memo` rule that enforce valid `v-memo` directives. - [#​1599](https://togithub.com/vuejs/eslint-plugin-vue/issues/1599) Updated `vue/no-unsupported-features` rule to support Vue 3.2 syntaxes. #### 🐛 Bug Fixes - [#​1602](https://togithub.com/vuejs/eslint-plugin-vue/issues/1602) Fixed false positives for namespace component in `vue/script-setup-uses-vars` rule. #### :gear: Updates - [#​1598](https://togithub.com/vuejs/eslint-plugin-vue/issues/1598) Updated `vue/no-restricted-v-bind` and `vue/valid-v-bind` rules to support `attr` modifier. *** **All commits:** [v7.15.2 -> v7.16.0](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.2...v7.16.0) ### [`v7.15.2`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.15.2) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.1...v7.15.2) #### 🐛 Bug Fixes - [#​1600](https://togithub.com/vuejs/eslint-plugin-vue/issues/1600) Fixed false positives in `vue/no-use-computed-property-like-method` rule. *** **All commits:** [v7.15.1 -> v7.15.2](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.1...v7.15.2) ### [`v7.15.1`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.15.1) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.0...v7.15.1) #### 🐛 Bug Fixes - [#​1590](https://togithub.com/vuejs/eslint-plugin-vue/issues/1590) Fixed message typo in `vue/no-reserved-keys` rule. - [#​1591](https://togithub.com/vuejs/eslint-plugin-vue/issues/1591) Fixed false positives for type-only defineProps in `vue/require-default-prop` rule. *** **All commits:** [v7.15.0 -> v7.15.1](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.15.0...v7.15.1) ### [`v7.15.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v7.15.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.14.0...v7.15.0) #### ✨ Enhancements - [#​1234](https://togithub.com/vuejs/eslint-plugin-vue/issues/1234) Added `vue/no-use-computed-property-like-method` rule that disallows to use computed property like method. - [#​1586](https://togithub.com/vuejs/eslint-plugin-vue/issues/1586) Added `vue/block-lang` rule rule that disallows the use of languages other than those available in the your application for the `lang` attribute of block elements. - [#​1576](https://togithub.com/vuejs/eslint-plugin-vue/issues/1576) Updated some rules to support style CSS variable injection. - `vue/comma-spacing` rule. - `vue/dot-notation` rule. - `vue/eqeqeq` rule. - `vue/func-call-spacing` rule. - `vue/no-extra-parens` rule. - `vue/no-restricted-syntax` rule. - `vue/no-useless-concat` rule. - `vue/prefer-template` rule. - `vue/space-in-parens` rule. - `vue/space-infix-ops` rule. - `vue/space-unary-ops` rule. - `vue/template-curly-spacing` rule. #### 🐛 Bug Fixes - [#​1584](https://togithub.com/vuejs/eslint-plugin-vue/issues/1584) Fixed false positives for call expression in `vue/no-mutating-props` rule. #### :gear: Updates - [#​1576](https://togithub.com/vuejs/eslint-plugin-vue/issues/1576) Upgraded vue-eslint-parser. *** **All commits:** [v7.14.0 -> v7.15.0](https://togithub.com/vuejs/eslint-plugin-vue/compare/v7.14.0...v7.15.0)
jsdom/jsdom ### [`v16.7.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1670) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.6.0...16.7.0) - Added `AbortSignal.abort()`. (ninevra) - Added dummy `x` and `y` properties to the return value of `getBoundingClientRect()`. (eiko) - Implemented wrapping for `textareaEl.value` if the `wrap=""` attribute is specified. (ninevra) - Changed newline normalization in `