Skip to content

Commit 5c63ee1

Browse files
authored
chore(deps): update dev dependencies (#1224)
* chore(deps): update dev dependencies * fix proxyMap * workaround lint * workaround type * fix workflow * fix type
1 parent 2cbc84c commit 5c63ee1

8 files changed

Lines changed: 1248 additions & 923 deletions

File tree

.github/workflows/test-multiple-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- 19.0.0
2121
- 19.1.0
2222
- 19.2.0
23-
- 19.3.0-canary-e0cc7202-20260227
24-
- 0.0.0-experimental-e0cc7202-20260227
23+
- 19.3.0-canary-ad5dfc82-20260427
24+
- 0.0.0-experimental-ad5dfc82-20260427
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

.github/workflows/test-old-typescript.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
if: ${{ startsWith(matrix.typescript, '4.') || startsWith(matrix.typescript, '3.') }}
4545
run: |
4646
sed -i~ 's/"verbatimModuleSyntax": true,//' tsconfig.json
47+
- name: Patch for specific TS version
48+
run: |
49+
ts_ver_esc=${{ matrix.typescript }}
50+
ts_ver_esc=${ts_ver_esc//./\\.}
51+
sed -i~ "s/\/\/ @ts-expect-error .*\[SKIP-TS-${ts_ver_esc}\].*//" src/*/*.ts src/*/*/*.ts
52+
sed -i~ "s/\/\/ .*\[ONLY-TS-${ts_ver_esc}\].* @ts-/\/\/ @ts-/" src/*/*.ts src/*/*/*.ts
4753
- name: Patch for Old TS
4854
if: ${{ matrix.typescript == '5.5.4' || matrix.typescript == '5.4.5' || matrix.typescript == '5.3.3' || matrix.typescript == '5.2.2' || matrix.typescript == '5.1.6' || matrix.typescript == '5.0.4' || matrix.typescript == '4.9.5' || matrix.typescript == '4.8.4' || matrix.typescript == '4.7.4' || matrix.typescript == '4.6.4' || matrix.typescript == '4.5.5' }}
4955
run: |

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,46 +115,46 @@
115115
"proxy-compare": "^3.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.39.3",
119-
"@redux-devtools/extension": "^3.3.0",
118+
"@eslint/js": "9.39.4",
119+
"@redux-devtools/extension": "^4.0.0",
120120
"@rollup/plugin-alias": "^6.0.0",
121121
"@rollup/plugin-node-resolve": "^16.0.3",
122122
"@rollup/plugin-replace": "^6.0.3",
123123
"@rollup/plugin-typescript": "^12.3.0",
124124
"@testing-library/jest-dom": "^6.9.1",
125125
"@testing-library/react": "^16.3.2",
126-
"@types/jsdom": "^28.0.0",
126+
"@types/jsdom": "^28.0.1",
127127
"@types/react": "^19.2.14",
128128
"@types/react-dom": "^19.2.3",
129-
"@vitest/coverage-v8": "^4.0.18",
130-
"@vitest/eslint-plugin": "^1.6.9",
131-
"@vitest/ui": "^4.0.18",
132-
"esbuild": "^0.27.3",
133-
"eslint": "^9.39.3",
129+
"@vitest/coverage-v8": "^4.1.5",
130+
"@vitest/eslint-plugin": "^1.6.16",
131+
"@vitest/ui": "^4.1.5",
132+
"esbuild": "^0.28.0",
133+
"eslint": "9.39.4",
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": "7.0.1",
139-
"eslint-plugin-testing-library": "^7.16.0",
140-
"jest-leak-detector": "^30.2.0",
141-
"jsdom": "^28.1.0",
138+
"eslint-plugin-react-hooks": "7.1.1",
139+
"eslint-plugin-testing-library": "^7.16.2",
140+
"jest-leak-detector": "^30.3.0",
141+
"jsdom": "^29.1.0",
142142
"json": "^11.0.0",
143143
"postinstall-postinstall": "^2.1.0",
144-
"prettier": "^3.8.1",
144+
"prettier": "^3.8.3",
145145
"proxy-memoize": "^3.0.1",
146-
"react": "19.2.4",
147-
"react-dom": "19.2.4",
146+
"react": "19.2.5",
147+
"react-dom": "19.2.5",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.59.0",
149+
"rollup": "^4.60.2",
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.3",
155-
"typescript-eslint": "^8.56.1",
156-
"vite": "^7.3.1",
157-
"vitest": "^4.0.18"
154+
"typescript": "^6.0.3",
155+
"typescript-eslint": "^8.59.1",
156+
"vite": "^8.0.10",
157+
"vitest": "^4.1.5"
158158
},
159159
"peerDependencies": {
160160
"@types/react": ">=18.0.0",

0 commit comments

Comments
 (0)