Skip to content

Commit 7d213d0

Browse files
⬆️(deps-dev): Bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser) Updates `eslint` from 9.39.2 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57c5681 commit 7d213d0

File tree

2 files changed

+163
-219
lines changed

2 files changed

+163
-219
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@
8080
"devDependencies": {
8181
"@capacitor/assets": "^3.0.5",
8282
"@capacitor/cli": "^8.0.0",
83-
"@eslint/js": "^9.39.2",
83+
"@eslint/js": "^10.0.1",
8484
"@tailwindcss/postcss": "^4.1.18",
8585
"@testing-library/dom": "^10.4.1",
8686
"@testing-library/jest-dom": "^6.9.1",
8787
"@testing-library/react": "^16.3.2",
8888
"@testing-library/user-event": "^14.6.1",
89-
"@typescript-eslint/eslint-plugin": "^8.53.1",
90-
"@typescript-eslint/parser": "^8.53.1",
89+
"@typescript-eslint/eslint-plugin": "^8.56.0",
90+
"@typescript-eslint/parser": "^8.56.0",
9191
"@vitejs/plugin-react": "^5.1.3",
9292
"@vitest/coverage-v8": "^4.0.18",
93-
"eslint": "^9.39.2",
93+
"eslint": "^10.0.1",
9494
"eslint-config-next": "^16",
9595
"eslint-config-prettier": "^10.1.8",
9696
"eslint-plugin-prettier": "^5.5.5",

0 commit comments

Comments
 (0)