Skip to content

Commit e1417db

Browse files
chore(deps-dev): Bump the typescript-eslint group with 3 updates (#80)
Bumps the typescript-eslint group with 3 updates: [@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 [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.11.0 to 8.12.1 - [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.12.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.11.0 to 8.12.1 - [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.12.1/packages/parser) Updates `typescript-eslint` from 8.11.0 to 8.12.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ce1ac6 commit e1417db

File tree

2 files changed

+105
-88
lines changed

2 files changed

+105
-88
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@testing-library/jest-dom": "^6.6.2",
3232
"@testing-library/svelte": "^5.2.4",
3333
"@tsconfig/svelte": "^5.0.4",
34-
"@typescript-eslint/eslint-plugin": "^8.11.0",
35-
"@typescript-eslint/parser": "^8.11.0",
34+
"@typescript-eslint/eslint-plugin": "^8.12.1",
35+
"@typescript-eslint/parser": "^8.12.1",
3636
"@vitest/coverage-v8": "2.1.3",
3737
"@vitest/eslint-plugin": "^1.1.7",
3838
"autoprefixer": "^10.4.20",
@@ -61,7 +61,7 @@
6161
"tailwindcss": "^3.4.14",
6262
"tslib": "^2.8.0",
6363
"typescript": "^5.6.3",
64-
"typescript-eslint": "^8.11.0",
64+
"typescript-eslint": "^8.12.1",
6565
"vite": "^5.4.10",
6666
"vitest": "^2.1.3"
6767
},

0 commit comments

Comments
 (0)