Skip to content

Commit

Permalink
chore: bump eslint and @types/eslint
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 7.32.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v9.11.1)

Updates `@types/eslint` from 8.56.12 to 9.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent e51799c commit 35ac1d0
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 558 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/node": "^18.19.50",
"@vitest/coverage-istanbul": "^2.1.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
"@eslint/js": "^9.11.0",
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
"@internal/fixture-test-dictionary": "workspace:*",
"@types/eslint": "^8.56.12",
"@types/eslint": "^9.6.1",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.8",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/types": "^8.6.0",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.3",
Expand Down
700 changes: 149 additions & 551 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"keywords": [],
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"eslint": "^7.32.0"
"eslint": "^9.11.1"
},
"dependencies": {
"react": "^18.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^8.57.1",
"eslint": "8.57.0"
"eslint": "9.11.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.11.0",
"eslint": "9.8.0"
"eslint": "9.11.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.11.0",
"@types/react": "^18.3.8",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-n": "^17.10.3",
"typescript-eslint": "^8.6.0"
},
Expand Down

0 comments on commit 35ac1d0

Please sign in to comment.