Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(runner-commons): update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
renovate[bot] authored May 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7b09877 commit 87ce8c3
Showing 4 changed files with 538 additions and 121 deletions.
647 changes: 532 additions & 115 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "^9.0.0",
4 changes: 2 additions & 2 deletions packages/assistant/package.json
Original file line number Diff line number Diff line change
@@ -86,8 +86,8 @@
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@uuv/playwright": "2.15.0",
"dom-accessibility-api": "0.6.3",
"eslint": "8.57.0",
4 changes: 2 additions & 2 deletions packages/runner-commons/package.json
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@
"unit-test": "jest --coverage"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "8.57.0",
"jest": "29.7.0"
},

0 comments on commit 87ce8c3

Please sign in to comment.