Skip to content

Commit

Permalink
Merge pull request #124 from Commencis/renovate/typescript-eslint-mon…
Browse files Browse the repository at this point in the history
…orepo

fix(deps): update typescript-eslint monorepo to v8.13.0
  • Loading branch information
ymehmetcan authored Nov 6, 2024
2 parents 2fdc07c + 66a5f9c commit da24fe8
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/silver-mugs-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@commencis/eslint-config': patch
'@commencis/eslint-plugin': patch
---

update dependency: [email protected]
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@eslint/js": "9.14.0",
"@next/eslint-plugin-next": "15.0.2",
"@typescript-eslint/utils": "8.12.2",
"@typescript-eslint/utils": "8.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "9.30.0",
"globals": "15.12.0",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "8.12.2"
"@typescript-eslint/utils": "8.13.0"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
Expand Down
170 changes: 164 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da24fe8

Please sign in to comment.