Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Bump eslint-plugin-nuxt from 2.0.0 to 4.0.0 #377

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2022

Bumps eslint-plugin-nuxt from 2.0.0 to 4.0.0.

Release notes

Sourced from eslint-plugin-nuxt's releases.

v4.0.0

BREAKING CHANGES

  • Drop Node.js 12 support

Dependencies

  • chore(deps): update dependency eslint-plugin-vue to v9 (#185)
  • chore(deps): update dependency vue-eslint-parser to v9 (#184)

v3.1.0

Major Dependencies

  • chore(deps): update dependency eslint-plugin-vue to v8

v3.0.0

BREAKING CHANGES

  • Drop Node 10

Features

  • Support ESLint v8
  • Upgrade vue-eslint-parser v8

Bug Fixes

  • disallow process.browser in no-env-in-hooks (#127) (07299c0)
Changelog

Sourced from eslint-plugin-nuxt's changelog.

4.0.0 (2022-08-31)

3.2.0 (2022-03-13)

Features

  • add base config (fb94d7b)
  • add no-env-in-context (42ada82)
  • add no-env-in-hooks (016f609)
  • add no-env-in-mounted (4b32052)
  • add no-this-in-fetch (94552c7)
  • add no-timing-in-fetch-data (1436642)
  • add rule no-this-in-async-data (96ce607)
  • init no-this-in-async-data (cb03b4d)
  • init no-this-in-fetch (581005a)
  • move ssr to base (1da2f0c)
  • rule: add no-globals-in-created (09eaa50)
  • rule: add require-func-head in recommended (#62) (f7e7b87)
  • rule: no commonjs api in nuxt config (eb02e0e)
  • upgrade eslint to v7 (3e46242)
  • upgrade eslint-plugin-vue to v6 (b5b1bf4)

Bug Fixes

  • correct category for no-timing-in-fetch-data (ae6b499)
  • disallow process.browser in no-env-in-hooks (#127) (e421323)
  • enable no-this-in-fetch only for nuxt < 2.12 (a0e3f73)
  • incompatible version of vue-eslint-parser (a0e355f)
  • not-null check for hooks (ee73e8b)
  • nuxt/require-func-head doesnt work with factories (11492e2), closes #94
  • remove require-func-head from recommend (25d108c), closes #93
  • rule not found (976f28d)
  • undefined value in nuxt/no-env-in-context (b9fed00)
  • use filename instead of full path (d22e011)
  • wrong index file (f95cf1d)

3.1.0 (2021-11-28)

3.0.0 (2021-10-24)

2.0.2 (2021-10-24)

Bug Fixes

  • disallow process.browser in no-env-in-hooks (#127) (07299c0)

2.0.1 (2021-10-24)

... (truncated)

Commits
  • 681fee5 chore(release): 4.0.0
  • db7e0f1 chore(deps): lock file maintenance (#178)
  • b0005ae chore: upgrade to yarn 3 (#191)
  • 6d2cbec chore(deps): update devdependency eslint-config-standard to v17 (#181)
  • 3985434 chore(deps): update devdependency lint-staged to v13 (#186)
  • a4362ae chore(deps): update devdependency husky to v8 (#183)
  • 3ab5f75 chore(deps): update dependency eslint-plugin-vue to v9 (#185)
  • 1657348 chore(deps): update devdependency jest to v29 (#182)
  • 2e65313 chore(deps): update all non-major dependencies (#179)
  • 9a676e1 chore(deps): update dependency vue-eslint-parser to v9 (#184)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 31, 2022
@cloudflare-pages
Copy link

cloudflare-pages bot commented Aug 31, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 65c866e
Status:⚡️  Build in progress...

View logs

@dependabot dependabot bot requested review from a team as code owners August 31, 2022 21:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-nuxt-4.0.0 branch 3 times, most recently from 4074bca to 8c45e1a Compare December 23, 2022 15:53
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 2.0.0 to 4.0.0.
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases)
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md)
- [Commits](nuxt/eslint-plugin-nuxt@v2.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-nuxt
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-nuxt-4.0.0 branch from 8c45e1a to 65c866e Compare December 23, 2022 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants