Skip to content

Commit b7bca88

Browse files
chore(deps): update all devdependencies
1 parent bc3b16d commit b7bca88

File tree

5 files changed

+36
-60
lines changed

5 files changed

+36
-60
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"tslib": "^2.3.0"
157157
},
158158
"devDependencies": {
159-
"@actions/github-script": "github:actions/github-script#v7.0.1",
159+
"@actions/github-script": "github:actions/github-script#v8.0.0",
160160
"@arethetypeswrong/cli": "0.15.3",
161161
"@ark/attest": "0.28.0",
162162
"@babel/core": "^7.26.9",
@@ -167,10 +167,10 @@
167167
"@eslint/compat": "1.2.5",
168168
"@eslint/eslintrc": "3.2.0",
169169
"@eslint/js": "9.31.0",
170-
"@graphql-codegen/cli": "^5.0.6",
170+
"@graphql-codegen/cli": "^6.0.0",
171171
"@graphql-tools/schema": "10.0.4",
172-
"@jest/expect-utils": "29.7.0",
173-
"@jest/globals": "29.7.0",
172+
"@jest/expect-utils": "30.2.0",
173+
"@jest/globals": "30.2.0",
174174
"@mdx-js/language-service": "^0.7.1",
175175
"@microsoft/api-extractor": "7.49.1",
176176
"@microsoft/api-extractor-model": "7.30.2",
@@ -184,15 +184,15 @@
184184
"@testing-library/user-event": "14.5.2",
185185
"@types/babel__preset-env": "^7.10.0",
186186
"@types/bytes": "3.1.4",
187-
"@types/fetch-mock": "7.3.8",
188-
"@types/jest": "29.5.12",
187+
"@types/fetch-mock": "9.2.2",
188+
"@types/jest": "30.0.0",
189189
"@types/jsesc": "^3.0.3",
190190
"@types/lodash": "4.17.7",
191-
"@types/node": "^22.10.7",
191+
"@types/node": "^24.0.0",
192192
"@types/react": "19.0.12",
193193
"@types/react-dom": "19.0.4",
194-
"@types/relay-runtime": "14.1.24",
195-
"@types/use-sync-external-store": "0.0.6",
194+
"@types/relay-runtime": "19.0.3",
195+
"@types/use-sync-external-store": "1.5.0",
196196
"@typescript-eslint/eslint-plugin": "8.21.0",
197197
"@typescript-eslint/parser": "8.21.0",
198198
"@typescript-eslint/rule-tester": "8.21.0",
@@ -201,25 +201,25 @@
201201
"ast-types": "0.16.1",
202202
"babel-plugin-react-compiler": "19.1.0-rc.2",
203203
"eslint": "9.31.0",
204-
"eslint-import-resolver-typescript": "3.7.0",
204+
"eslint-import-resolver-typescript": "4.4.4",
205205
"eslint-plugin-import": "2.31.0",
206206
"eslint-plugin-local-rules": "3.0.2",
207207
"eslint-plugin-mdx": "^3.6.2",
208208
"eslint-plugin-react-compiler": "19.1.0-rc.2",
209-
"eslint-plugin-react-hooks": "5.1.0",
209+
"eslint-plugin-react-hooks": "7.0.0",
210210
"eslint-plugin-testing-library": "7.1.1",
211-
"expect": "29.7.0",
211+
"expect": "30.2.0",
212212
"expect-type": "1.1.0",
213-
"fetch-mock": "9.11.0",
214-
"globals": "15.14.0",
213+
"fetch-mock": "12.5.4",
214+
"globals": "16.4.0",
215215
"graphql": "16.9.0",
216216
"graphql-17-alpha2": "npm:[email protected]",
217217
"graphql-ws": "6.0.3",
218-
"jest": "29.7.0",
219-
"jest-environment-jsdom": "29.7.0",
218+
"jest": "30.2.0",
219+
"jest-environment-jsdom": "30.2.0",
220220
"jest-junit": "16.0.0",
221-
"jest-matcher-utils": "29.7.0",
222-
"jsdom": "25.0.1",
221+
"jest-matcher-utils": "30.2.0",
222+
"jsdom": "27.0.0",
223223
"jsesc": "^3.1.0",
224224
"knip": "^5.42.2",
225225
"lodash": "4.17.21",
@@ -234,9 +234,9 @@
234234
"react-dom": "19.1.0",
235235
"react-dom-17": "npm:react-dom@^17",
236236
"react-dom-18": "npm:react-dom@^18",
237-
"react-error-boundary": "4.0.13",
237+
"react-error-boundary": "6.0.0",
238238
"recast": "0.23.9",
239-
"rimraf": "5.0.9",
239+
"rimraf": "6.0.1",
240240
"rxjs": "7.8.1",
241241
"rxjs-min": "npm:[email protected]",
242242
"size-limit": "11.1.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"jscodeshift": "0.16.1"
4+
"jscodeshift": "17.3.0"
55
}
66
}

scripts/codemods/ac3-to-ac4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
},
4848
"devDependencies": {
4949
"@types/jscodeshift": "^17.3.0",
50-
"@types/node": "20.9.0",
50+
"@types/node": "24.7.2",
5151
"diff": "^8.0.2",
5252
"typescript": "^5.2.2",
53-
"vitest": "^1.0.1"
53+
"vitest": "^3.0.0"
5454
}
5555
}

scripts/codemods/data-masking/package-lock.json

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

scripts/codemods/data-masking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"private": true,
33
"devDependencies": {
44
"jscodeshift": "17.1.1",
5-
"@types/jscodeshift": "0.12.0"
5+
"@types/jscodeshift": "17.3.0"
66
}
77
}

0 commit comments

Comments
 (0)