Skip to content

Commit 5503b84

Browse files
fix(deps): update typescript-eslint monorepo to v8.17.0 (#651)
* fix(deps): update typescript-eslint monorepo to v8.17.0 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83a003f commit 5503b84

File tree

3 files changed

+92
-86
lines changed

3 files changed

+92
-86
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@theguild/eslint-config": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@typescript-eslint/eslint-plugin@8.17.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.17.0) (from `8.15.0`, in `dependencies`)
6+
- Updated dependency [`@typescript-eslint/parser@8.17.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.17.0) (from `8.15.0`, in `dependencies`)

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@rushstack/eslint-patch": "1.10.4",
28-
"@typescript-eslint/eslint-plugin": "8.15.0",
29-
"@typescript-eslint/parser": "8.15.0",
28+
"@typescript-eslint/eslint-plugin": "8.17.0",
29+
"@typescript-eslint/parser": "8.17.0",
3030
"eslint-config-prettier": "9.1.0",
3131
"eslint-import-resolver-typescript": "3.7.0",
3232
"eslint-plugin-import": "2.31.0",

0 commit comments

Comments
 (0)