chore(deps-dev): bump eslint, @nuxtjs/eslint-config and @nuxtjs/eslint-config-typescript

Bumps [eslint](https://github.com/eslint/eslint), [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config) and [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config). These dependencies needed to be updated together.

Updates `eslint` from 7.32.0 to 8.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.10.0)

Updates `@nuxtjs/eslint-config` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@6.0.1...@nuxtjs/eslint-config@8.0.0)

Updates `@nuxtjs/eslint-config-typescript` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@6.0.1...@nuxtjs/eslint-config-typescript@8.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@nuxtjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@nuxtjs/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-28 00:04:12 +00:00 committed by GitHub
parent f9509749c0
commit 759c2929c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1664 additions and 2183 deletions

3841
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -64,8 +64,8 @@
"@commitlint/config-conventional": "^16.2.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/svg": "^0.4.0",
@ -78,7 +78,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"eslint": "^7.32.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",