Skip to content

Commit

Permalink
build(deps): update linters (major) (#177)
Browse files Browse the repository at this point in the history
* build(deps): update linters

* build(deps): limit eslint to v8

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Willox <[email protected]>
  • Loading branch information
renovate[bot] and jcwillox authored Jul 27, 2024
1 parent bf8634e commit ba647d5
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 92 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{
"matchPackageNames": ["lit"],
"allowedVersions": "<3.0.0"
},
{
"matchPackageNames": ["eslint"],
"allowedVersions": "<9.0.0"
}
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
165 changes: 75 additions & 90 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 ba647d5

Please sign in to comment.