Skip to content

Commit

Permalink
chore(deps-dev): bump the typescript-eslint group with 3 updates
Browse files Browse the repository at this point in the history
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.12.1 to 8.12.2
- [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.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.12.1 to 8.12.2
- [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.2/packages/parser)

Updates `typescript-eslint` from 8.12.1 to 8.12.2
- [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.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Oct 30, 2024
1 parent aeae8e8 commit 8c9cfb6
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"@types/tar": "^6.1.13",
"@types/tar-fs": "^2.0.4",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/eslint-plugin": "^1.1.7",
"cross-env": "7.0.3",
Expand Down Expand Up @@ -165,7 +165,7 @@
"postcss-import": "^16.1.0",
"proxy": "^2.2.0",
"typescript": "5.6.3",
"typescript-eslint": "^8.12.1",
"typescript-eslint": "^8.12.2",
"validator": "^13.12.0",
"vite": "^5.4.10",
"vitest": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tsconfig/svelte": "^5.0.4",
"@types/js-yaml": "^4.0.9",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@xterm/addon-serialize": "^0.13.0",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.46.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"@testing-library/svelte": "^5.2.4",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/svelte": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.46.0",
"jsdom": "^25.0.1",
Expand Down
Loading

0 comments on commit 8c9cfb6

Please sign in to comment.