Skip to content

Commit 43e07a0

Browse files
authoredNov 28, 2024··
Update dependency upgrades - non-major (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c815e8d commit 43e07a0

File tree

3 files changed

+752
-857
lines changed

3 files changed

+752
-857
lines changed
 

‎__tests__/pnpm-lock.yaml

+236-341
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -38,44 +38,44 @@
3838
"@babel/eslint-parser": "7.25.9",
3939
"@eslint/compat": "1.2.3",
4040
"@next/eslint-plugin-next": "15.0.3",
41-
"@typescript-eslint/eslint-plugin": "8.15.0",
42-
"@typescript-eslint/parser": "8.15.0",
41+
"@typescript-eslint/eslint-plugin": "8.16.0",
42+
"@typescript-eslint/parser": "8.16.0",
4343
"eslint-config-flat-gitignore": "0.3.0",
4444
"eslint-import-resolver-typescript": "3.6.3",
4545
"eslint-plugin-import-x": "4.4.3",
4646
"eslint-plugin-jsx-a11y": "6.10.2",
4747
"eslint-plugin-react": "7.37.2",
48-
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
48+
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
4949
"eslint-plugin-react-hooks": "5.0.0",
50-
"eslint-plugin-react-x": "1.17.0",
50+
"eslint-plugin-react-x": "1.17.1",
5151
"eslint-plugin-security": "3.0.1",
5252
"eslint-plugin-sonarjs": "1.0.4",
5353
"eslint-plugin-testing-library": "6.5.0",
5454
"eslint-plugin-unicorn": "56.0.1",
5555
"eslint-plugin-upleveled": "2.1.14",
5656
"is-plain-obj": "4.1.0",
57-
"sort-package-json": "2.11.0",
57+
"sort-package-json": "2.12.0",
5858
"strip-json-comments": "5.0.1",
59-
"ts-api-utils": "1.4.0"
59+
"ts-api-utils": "1.4.2"
6060
},
6161
"devDependencies": {
62-
"@typescript-eslint/utils": "8.15.0",
63-
"eslint-config-upleveled": "8.11.4",
64-
"prettier": "3.3.3",
62+
"@typescript-eslint/utils": "8.16.0",
63+
"eslint-config-upleveled": "8.12.0",
64+
"prettier": "3.4.1",
6565
"prettier-plugin-embed": "0.4.15",
6666
"prettier-plugin-sql": "0.18.1",
67-
"stylelint": "16.10.0",
68-
"typescript": "5.6.3"
67+
"stylelint": "16.11.0",
68+
"typescript": "5.7.2"
6969
},
7070
"peerDependencies": {
71-
"@types/node": ">=22.9.1",
71+
"@types/node": ">=22.10.1",
7272
"@types/react": "^18.3.12",
7373
"@types/react-dom": "^18.3.1",
7474
"eslint": "^9.15.0",
7575
"globals": "^15.12.0",
76-
"typescript": "^5.6.3"
76+
"typescript": "^5.7.2"
7777
},
78-
"packageManager": "pnpm@9.14.2",
78+
"packageManager": "pnpm@9.14.3",
7979
"engines": {
8080
"node": ">=20.9.0"
8181
}

‎pnpm-lock.yaml

+502-502
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.