Skip to content

Commit 357baae

Browse files
renovate[bot]github-actions[bot]
andauthoredNov 20, 2024··
fix(deps): update typescript-eslint monorepo to v8.15.0 (#633)
* fix(deps): update typescript-eslint monorepo to v8.15.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 3591795 commit 357baae

File tree

3 files changed

+108
-96
lines changed

3 files changed

+108
-96
lines changed
 
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.15.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.15.0) (from `8.13.0`, in `dependencies`)
6+
- Updated dependency [`@typescript-eslint/parser@8.15.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.15.0) (from `8.13.0`, in `dependencies`)

‎packages/eslint-config/package.json

+2-2
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.13.0",
29-
"@typescript-eslint/parser": "8.13.0",
28+
"@typescript-eslint/eslint-plugin": "8.15.0",
29+
"@typescript-eslint/parser": "8.15.0",
3030
"eslint-config-prettier": "9.1.0",
3131
"eslint-import-resolver-typescript": "3.6.3",
3232
"eslint-plugin-import": "2.31.0",

‎pnpm-lock.yaml

+100-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.