Skip to content

Commit

Permalink
chore(deps): update devdependencies typescript-eslint from v7.18.0 to…
Browse files Browse the repository at this point in the history
… v8 (#307)

* chore(deps): update devdependencies typescript-eslint from v7.18.0 to v8

* fix lint error

* renovate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
renovate[bot] and danadajian authored Aug 5, 2024
1 parent 2e4afd9 commit ab9a2a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "3.3.3",
"type-fest": "4.23.0",
"typescript": "5.5.4",
"typescript-eslint": "7.18.0"
"typescript-eslint": "8.0.0"
},
"jest": {
"transform": {
Expand Down
9 changes: 1 addition & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
"assigneesFromCodeOwners": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies",
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"matchDepTypes": ["dependencies", "devDependencies"],
"groupName": "dependencies",
"automerge": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const pathToPackageJson = core.getInput('package-json-location') || './package.j

export const RULES_MAP: {
[key: string]: {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
method: Function;
extraInput?: string;
};
Expand Down

0 comments on commit ab9a2a6

Please sign in to comment.