Skip to content

Commit ecc5134

Browse files
authored
chore: update dev dependencies (#1173)
* chore: update dev dependencies * downgrade vitest * packages entry * isolate website from workspace * update website readme * target es2024 * target es2021
1 parent c1029dc commit ecc5134

11 files changed

Lines changed: 9171 additions & 24866 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig(
1717
tseslint.configs.recommended,
1818
react.configs.flat.recommended,
1919
react.configs.flat['jsx-runtime'],
20-
reactHooks.configs.recommended,
20+
reactHooks.configs.flat.recommended,
2121
{
2222
languageOptions: {
2323
parserOptions: {
@@ -76,7 +76,6 @@ export default defineConfig(
7676
'error',
7777
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
7878
],
79-
'react-hooks/react-compiler': 'error',
8079
},
8180
},
8281
{

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -110,50 +110,50 @@
110110
"url": "https://github.com/pmndrs/valtio/issues"
111111
},
112112
"homepage": "https://github.com/pmndrs/valtio",
113-
"packageManager": "pnpm@10.15.0",
113+
"packageManager": "pnpm@10.18.3",
114114
"dependencies": {
115115
"proxy-compare": "^3.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.36.0",
118+
"@eslint/js": "^9.38.0",
119119
"@redux-devtools/extension": "^3.3.0",
120-
"@rollup/plugin-alias": "^5.1.1",
121-
"@rollup/plugin-node-resolve": "^16.0.1",
122-
"@rollup/plugin-replace": "^6.0.2",
123-
"@rollup/plugin-typescript": "^12.1.4",
124-
"@testing-library/jest-dom": "^6.8.0",
120+
"@rollup/plugin-alias": "^6.0.0",
121+
"@rollup/plugin-node-resolve": "^16.0.3",
122+
"@rollup/plugin-replace": "^6.0.3",
123+
"@rollup/plugin-typescript": "^12.3.0",
124+
"@testing-library/jest-dom": "^6.9.1",
125125
"@testing-library/react": "^16.3.0",
126-
"@types/jsdom": "^21.1.7",
127-
"@types/react": "^19.1.13",
128-
"@types/react-dom": "^19.1.9",
126+
"@types/jsdom": "^27.0.0",
127+
"@types/react": "^19.2.2",
128+
"@types/react-dom": "^19.2.2",
129129
"@vitest/coverage-v8": "^3.2.4",
130-
"@vitest/eslint-plugin": "^1.3.12",
130+
"@vitest/eslint-plugin": "^1.3.26",
131131
"@vitest/ui": "^3.2.4",
132-
"esbuild": "^0.25.10",
133-
"eslint": "9.36.0",
132+
"esbuild": "^0.25.11",
133+
"eslint": "9.38.0",
134134
"eslint-import-resolver-typescript": "^4.4.4",
135135
"eslint-plugin-import": "^2.32.0",
136136
"eslint-plugin-jest-dom": "^5.5.0",
137137
"eslint-plugin-react": "^7.37.5",
138-
"eslint-plugin-react-hooks": "6.0.0-rc.1",
139-
"eslint-plugin-testing-library": "^7.9.2",
140-
"jest-leak-detector": "^30.1.0",
141-
"jsdom": "^27.0.0",
138+
"eslint-plugin-react-hooks": "7.0.1",
139+
"eslint-plugin-testing-library": "^7.13.3",
140+
"jest-leak-detector": "^30.2.0",
141+
"jsdom": "^27.0.1",
142142
"json": "^11.0.0",
143143
"postinstall-postinstall": "^2.1.0",
144144
"prettier": "^3.6.2",
145145
"proxy-memoize": "^3.0.1",
146-
"react": "19.1.1",
147-
"react-dom": "19.1.1",
146+
"react": "19.2.0",
147+
"react-dom": "19.2.0",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.52.2",
149+
"rollup": "^4.52.5",
150150
"rollup-plugin-esbuild": "^6.2.1",
151151
"shelljs": "^0.10.0",
152152
"shx": "^0.4.0",
153153
"tslib": "^2.8.1",
154-
"typescript": "^5.9.2",
155-
"typescript-eslint": "^8.44.1",
156-
"vite": "^7.1.7",
154+
"typescript": "^5.9.3",
155+
"typescript-eslint": "^8.46.2",
156+
"vite": "^7.1.12",
157157
"vitest": "^3.2.4"
158158
},
159159
"peerDependencies": {

0 commit comments

Comments
 (0)