Skip to content

Commit 361901b

Browse files
committed
Merge branch 'main' of github.com:upleveled/eslint-config-upleveled into renovate/react-monorepo
2 parents 52ac676 + 0b013e4 commit 361901b

File tree

4 files changed

+368
-209
lines changed

4 files changed

+368
-209
lines changed

.github/workflows/lint-check-types-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111
- uses: pnpm/action-setup@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v5
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: '22.20.0'
1616
cache: 'pnpm'

__tests__/pnpm-lock.yaml

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
"dependencies": {
3838
"@babel/eslint-parser": "7.28.4",
3939
"@eslint/compat": "1.4.0",
40-
"@next/eslint-plugin-next": "15.5.4",
40+
"@next/eslint-plugin-next": "15.5.5",
4141
"@stylistic/eslint-plugin": "5.4.0",
42-
"@typescript-eslint/eslint-plugin": "8.46.0",
43-
"@typescript-eslint/parser": "8.46.0",
42+
"@typescript-eslint/eslint-plugin": "8.46.1",
43+
"@typescript-eslint/parser": "8.46.1",
4444
"eslint-config-flat-gitignore": "2.1.0",
4545
"eslint-import-resolver-typescript": "4.4.4",
4646
"eslint-plugin-import-x": "4.16.1",
4747
"eslint-plugin-jsx-a11y": "6.10.2",
48-
"eslint-plugin-react-dom": "2.0.6",
48+
"eslint-plugin-react-dom": "2.2.2",
4949
"eslint-plugin-react-hooks": "0.0.0-experimental-eb2f784e-20251022",
50-
"eslint-plugin-react-naming-convention": "2.0.6",
51-
"eslint-plugin-react-x": "2.0.6",
50+
"eslint-plugin-react-naming-convention": "2.2.2",
51+
"eslint-plugin-react-x": "2.2.2",
5252
"eslint-plugin-security": "3.0.1",
5353
"eslint-plugin-sonarjs": "3.0.5",
54-
"eslint-plugin-testing-library": "7.13.1",
54+
"eslint-plugin-testing-library": "7.13.3",
5555
"eslint-plugin-unicorn": "61.0.2",
5656
"eslint-plugin-upleveled": "2.1.14",
5757
"is-plain-obj": "4.1.0",
@@ -61,7 +61,7 @@
6161
"yaml": "^2.8.1"
6262
},
6363
"devDependencies": {
64-
"@typescript-eslint/utils": "8.46.0",
64+
"@typescript-eslint/utils": "8.46.1",
6565
"eslint-config-upleveled": "9.4.2",
6666
"prettier": "3.6.2",
6767
"prettier-plugin-embed": "0.5.0",
@@ -70,9 +70,9 @@
7070
"typescript": "5.9.3"
7171
},
7272
"peerDependencies": {
73-
"@types/node": ">=24.7.1",
73+
"@types/node": ">=24.8.0",
7474
"@types/react": "^19.2.2",
75-
"@types/react-dom": "^19.2.1",
75+
"@types/react-dom": "^19.2.2",
7676
"eslint": "^9.37.0",
7777
"globals": "^16.4.0",
7878
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)