Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v7 (major) (#341)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Mar 5, 2024
1 parent 9f4b0e9 commit 1f9777b
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 17 deletions.
6 changes: 6 additions & 0 deletions .changeset/@theguild_eslint-config-341-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@theguild/eslint-config": patch
---
dependencies updates:
- Updated dependency [`@typescript-eslint/eslint-plugin@^7.0.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/7.0.0) (from `^6.14.0`, in `dependencies`)
- Updated dependency [`@typescript-eslint/parser@^7.0.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/7.0.0) (from `^6.14.0`, in `dependencies`)
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 1f9777b

Please sign in to comment.