Skip to content

Commit

Permalink
Bump eslint from 7.32.0 to 9.14.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.14.0.
- [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.14.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent cac29ef commit 9149453
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 701 deletions.
2 changes: 1 addition & 1 deletion libs/eslint-config-altair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.31.0",
"eslint": "^9.14.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"compare-versions": "^6.1.1",
"cwex": "^1.0.4",
"dotenv-cli": "^7.2.1",
"eslint": "8.18.0",
"eslint": "9.14.0",
"eslint-config-prettier": "8.5.0",
"execa": "^5.0.0",
"https-browserify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"electron": "^27.1.0",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-config-altair": "^8.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"ajv-cli": "5.0.0",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"electron": "^27.1.0",
"eslint": "^8.56.0",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"electron-builder-notarize": "^1.2.0",
"electron-chromedriver": "^14.0.0",
"electron-reloader": "^1.2.1",
"eslint": "^7.3.1",
"eslint": "^9.14.0",
"eslint-config-altair": "^8.0.2",
"eslint-config-prettier": "8.5.0",
"jest": "29.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
Expand Down
862 changes: 168 additions & 694 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9149453

Please sign in to comment.