Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v6 (major) (#372)
Browse files Browse the repository at this point in the history
* Update typescript-eslint monorepo to v6

* Upgrade packages

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Atanas Atanasov <[email protected]>
  • Loading branch information
renovate[bot] and scriptex authored Jul 11, 2023
1 parent 379ed78 commit 16fca8e
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [lts/*]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-typescript": "11.1.2",
"@types/node": "18.16.19",
"@types/node": "20.4.1",
"@types/tape": "5.6.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"rollup": "3.26.2",
"tape": "5.6.4",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 16fca8e

Please sign in to comment.