nuxt-community / express-template

Starter template for Nuxt 2 with Express.
https://codesandbox.io/s/github/nuxt-community/express-template
1.25k stars 239 forks source link

chore(deps): update devdependency eslint-plugin-nuxt to v4 #209

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-nuxt ^2.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

nuxt/eslint-plugin-nuxt (eslint-plugin-nuxt) ### [`v4.0.0`](https://togithub.com/nuxt/eslint-plugin-nuxt/blob/HEAD/CHANGELOG.md#400-2022-08-31) [Compare Source](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v3.2.0...v4.0.0) ### [`v3.2.0`](https://togithub.com/nuxt/eslint-plugin-nuxt/blob/HEAD/CHANGELOG.md#320-2022-03-13) [Compare Source](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v3.1.0...v3.2.0) ##### Features - add base config ([fb94d7b](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/fb94d7b20b6eded652b911cd82626c798192ea9e)) - add no-env-in-context ([42ada82](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/42ada82b306c3c259388392da565bd5fef260c76)) - add no-env-in-hooks ([016f609](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/016f6096cef49f5956d37c024faa64b7ac5ac96d)) - add no-env-in-mounted ([4b32052](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/4b3205269be683d258a45f06f9cddb3a4126f4ad)) - add no-this-in-fetch ([94552c7](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/94552c73299f2b60d58e895c1ab89917e2fca099)) - add no-timing-in-fetch-data ([1436642](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/1436642cdd6bf41f95f53c17020be80b25fed296)) - add rule no-this-in-async-data ([96ce607](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/96ce6077102c51bbabc51e606c0659c8b7ea1543)) - init no-this-in-async-data ([cb03b4d](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/cb03b4d9e05d10d4646b584a26ee227a7db2c72e)) - init no-this-in-fetch ([581005a](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/581005a1753e3394e021ee423d215e540f61c54c)) - move ssr to base ([1da2f0c](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/1da2f0cb61f4a2edce473784934eb5e93d66f70d)) - **rule:** add no-globals-in-created ([09eaa50](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/09eaa505a2a4691b94f7e1ae7e7ce2e19d5042c3)) - **rule:** add require-func-head in recommended ([#​62](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/62)) ([f7e7b87](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/f7e7b87670c510358811b4bc2847c176c77f6f03)) - **rule:** no commonjs api in nuxt config ([eb02e0e](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/eb02e0ebdb32608b67ad4de497313d5e10055b38)) - upgrade eslint to v7 ([3e46242](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/3e4624268fd2678539c34e0119554a8fadc81484)) - upgrade eslint-plugin-vue to v6 ([b5b1bf4](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/b5b1bf4c8abf5f2df66232130e83ef5412bce5a7)) ##### Bug Fixes - correct category for no-timing-in-fetch-data ([ae6b499](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/ae6b499653252e126b9d524dbe9a700d8e48cd5b)) - disallow `process.browser` in `no-env-in-hooks` ([#​127](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/127)) ([e421323](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/e421323256ced99f8210105e3f2d215d7d4078a6)) - enable no-this-in-fetch only for nuxt < 2.12 ([a0e3f73](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/a0e3f736c94d3504cad7b09a718d86df8b54f0e4)) - incompatible version of vue-eslint-parser ([a0e355f](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/a0e355fb19613746810c4fa84b314a3724a78451)) - not-null check for hooks ([ee73e8b](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/ee73e8b68d541580a7017dbe8ed5c8e51bb257c7)) - nuxt/require-func-head doesnt work with factories ([11492e2](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/11492e20fb0a6ceaf9b7d379dada7e6b48da63ed)), closes [#​94](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/94) - remove require-func-head from recommend ([25d108c](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/25d108cbb30005048d1972d285e70e8e67ceefe5)), closes [#​93](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/93) - rule not found ([976f28d](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/976f28d5a3f6e7f75c082f4c941e2c36b86331b1)) - undefined value in nuxt/no-env-in-context ([b9fed00](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/b9fed007783217495c2c324f0d74576d3fb665a6)) - use filename instead of full path ([d22e011](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/d22e011c90700cc51279345740b2e6648c442c59)) - wrong index file ([f95cf1d](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/f95cf1d923ebb4a2fb7c0e8675c7ec54fb828671)) ### [`v3.1.0`](https://togithub.com/nuxt/eslint-plugin-nuxt/blob/HEAD/CHANGELOG.md#310-2021-11-28) [Compare Source](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v3.0.0...v3.1.0) ### [`v3.0.0`](https://togithub.com/nuxt/eslint-plugin-nuxt/blob/HEAD/CHANGELOG.md#300-2021-10-24) [Compare Source](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v3.0.0) ##### [2.0.2](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v2.0.2) (2021-10-24) ##### Bug Fixes - disallow `process.browser` in `no-env-in-hooks` ([#​127](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/127)) ([07299c0](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/07299c0ef16dc8efeef19bb2a29df9381aa99e77)) ##### [2.0.1](https://togithub.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v2.0.1) (2021-10-24) ##### Bug Fixes - disallow `process.browser` in `no-env-in-hooks` ([#​127](https://togithub.com/nuxt/eslint-plugin-nuxt/issues/127)) ([07299c0](https://togithub.com/nuxt/eslint-plugin-nuxt/commit/07299c0ef16dc8efeef19bb2a29df9381aa99e77))

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.