Skip to content

Commit

Permalink
build(deps-dev): bump eslint from 8.57.0 to 9.18.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 555001d commit fd24022
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 340 deletions.
2 changes: 1 addition & 1 deletion examples/admin-sdk-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^18.19.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.22.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/admin-sdk-plugin/tests/acceptance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.49.0",
"eslint": "^9.18.0",
"eslint-plugin-playwright": "^1.6.2",
"prettier": "3.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@typescript-eslint/parser": "^5.47.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^9.18.0",
"eslint-plugin-check-file": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"flush-promises": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.2",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-vitest": "^0.3.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"axios": "^0.26.1",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"eslint": "^8.12.0",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.25.4",
"fs-extra": "^10.0.1",
"svgo": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^20.11.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint": "^9.18.0",
"eslint-plugin-vitest": "^0.3.20",
"msw": "^2.1.5",
"prettier": "^3.2.4",
Expand Down
799 changes: 465 additions & 334 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fd24022

Please sign in to comment.