Skip to content

Commit 5898920

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 68dfbc1 commit 5898920

File tree

2 files changed

+170
-226
lines changed

2 files changed

+170
-226
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@
8686
"devDependencies": {
8787
"@capacitor/assets": "^3.0.5",
8888
"@capacitor/cli": "^8.2.0",
89-
"@eslint/js": "^9.39.2",
89+
"@eslint/js": "^10.0.1",
9090
"@playwright/test": "^1.57.0",
9191
"@tailwindcss/postcss": "^4.2.2",
9292
"@testing-library/dom": "^10.4.1",
9393
"@testing-library/jest-dom": "^6.9.1",
9494
"@testing-library/react": "^16.3.2",
9595
"@testing-library/user-event": "^14.6.1",
96-
"@typescript-eslint/eslint-plugin": "^8.53.1",
97-
"@typescript-eslint/parser": "^8.53.1",
96+
"@typescript-eslint/eslint-plugin": "^8.57.2",
97+
"@typescript-eslint/parser": "^8.57.2",
9898
"@vitejs/plugin-react": "^5.1.3",
9999
"@vitest/coverage-v8": "^4.1.0",
100-
"eslint": "^9.39.2",
100+
"eslint": "^10.1.0",
101101
"eslint-config-next": "^16",
102102
"eslint-config-prettier": "^10.1.8",
103103
"eslint-plugin-prettier": "^5.5.5",

0 commit comments

Comments
 (0)