Skip to content

Commit d098f05

Browse files
fix(deps): update all non-major dependencies
1 parent aeeb6e9 commit d098f05

File tree

8 files changed

+1005
-645
lines changed

8 files changed

+1005
-645
lines changed

bundle-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"bundlesize": "0.18.2",
12-
"webpack": "5.99.7",
12+
"webpack": "5.99.8",
1313
"webpack-cli": "6.0.1"
1414
},
1515
"resolutions": {

bundle-test/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1538,10 +1538,10 @@ webpack-sources@^3.2.3:
15381538
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
15391539
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
15401540

1541-
webpack@5.99.7:
1542-
version "5.99.7"
1543-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
1544-
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
1541+
webpack@5.99.8:
1542+
version "5.99.8"
1543+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.8.tgz#dd31a020b7c092d30c4c6d9a4edb95809e7f5946"
1544+
integrity sha512-lQ3CPiSTpfOnrEGeXDwoq5hIGzSjmwD72GdfVzF7CQAI7t47rJG9eDWvcEkEn3CUQymAElVvDg3YNTlCYj+qUQ==
15451545
dependencies:
15461546
"@types/eslint-scope" "^3.7.7"
15471547
"@types/estree" "^1.0.6"

codegen-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codegen-scalars-test",
33
"dependencies": {
4-
"@graphql-codegen/cli": "5.0.5",
4+
"@graphql-codegen/cli": "5.0.6",
55
"@graphql-codegen/typescript": "4.1.6"
66
}
77
}

codegen-test/yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@
213213
"@graphql-codegen/plugin-helpers" "^5.0.3"
214214
tslib "~2.6.0"
215215

216-
"@graphql-codegen/cli@5.0.5":
217-
version "5.0.5"
218-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.5.tgz#9a29b2c7a459e333fbae025dff951927fafe5d2f"
219-
integrity sha512-9p9SI5dPhJdyU+O6p1LUqi5ajDwpm6pUhutb1fBONd0GZltLFwkgWFiFtM6smxkYXlYVzw61p1kTtwqsuXO16w==
216+
"@graphql-codegen/cli@5.0.6":
217+
version "5.0.6"
218+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.6.tgz#586bd45ef7620406950687d0ed080ff383340e0a"
219+
integrity sha512-1r5dtZ2l1jiCF/4qLMTcT7mEoWWWeqQlmn7HcPHgnV/OXIEodwox7XRGAmOKUygoabRjFF3S0jd0TWbkq5Otsw==
220220
dependencies:
221221
"@babel/generator" "^7.18.13"
222222
"@babel/template" "^7.18.10"
223223
"@babel/types" "^7.18.13"
224-
"@graphql-codegen/client-preset" "^4.6.0"
224+
"@graphql-codegen/client-preset" "^4.8.1"
225225
"@graphql-codegen/core" "^4.0.2"
226226
"@graphql-codegen/plugin-helpers" "^5.0.3"
227227
"@graphql-tools/apollo-engine-loader" "^8.0.0"
@@ -230,7 +230,7 @@
230230
"@graphql-tools/github-loader" "^8.0.0"
231231
"@graphql-tools/graphql-file-loader" "^8.0.0"
232232
"@graphql-tools/json-file-loader" "^8.0.0"
233-
"@graphql-tools/load" "^8.0.0"
233+
"@graphql-tools/load" "^8.1.0"
234234
"@graphql-tools/prisma-loader" "^8.0.0"
235235
"@graphql-tools/url-loader" "^8.0.0"
236236
"@graphql-tools/utils" "^10.0.0"
@@ -254,10 +254,10 @@
254254
yaml "^2.3.1"
255255
yargs "^17.0.0"
256256

257-
"@graphql-codegen/client-preset@^4.6.0":
258-
version "4.8.0"
259-
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.0.tgz#600f5fa5a1326fa765743268cefe08fae7678ce9"
260-
integrity sha512-IVtTl7GsPMbQihk5+l5fDYksnPPOoC52sKxzquyIyuecZLEB7W3nNLV29r6+y+tjXTRPA774FR7CHGA2adzhjw==
257+
"@graphql-codegen/client-preset@^4.8.1":
258+
version "4.8.1"
259+
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.1.tgz#2743875bb4884f9936c875d903f507c6aa77a5e6"
260+
integrity sha512-XLF2V7WKLnepvrGE44JP+AvjS+Oz9AT0oYgTl/6d9btQ+2VYFcmwQPjNAuMVHipqE9I6h8hSEfH9hUrzUptB1g==
261261
dependencies:
262262
"@babel/helper-plugin-utils" "^7.20.2"
263263
"@babel/template" "^7.20.7"
@@ -266,7 +266,7 @@
266266
"@graphql-codegen/plugin-helpers" "^5.1.0"
267267
"@graphql-codegen/typed-document-node" "^5.1.1"
268268
"@graphql-codegen/typescript" "^4.1.6"
269-
"@graphql-codegen/typescript-operations" "^4.6.0"
269+
"@graphql-codegen/typescript-operations" "^4.6.1"
270270
"@graphql-codegen/visitor-plugin-common" "^5.8.0"
271271
"@graphql-tools/documents" "^1.0.0"
272272
"@graphql-tools/utils" "^10.0.0"
@@ -326,10 +326,10 @@
326326
change-case-all "1.0.15"
327327
tslib "~2.6.0"
328328

329-
"@graphql-codegen/typescript-operations@^4.6.0":
330-
version "4.6.0"
331-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.6.0.tgz#29b277647ec16b00019e03c083a93262b79d978a"
332-
integrity sha512-/EltSdE/uPoEAblRTVLABVDhsrE//Kl3pCflyG1PWl4gWL9/OzQXYGjo6TF6bPMVn/QBWoO0FeboWf+bk84SXA==
329+
"@graphql-codegen/typescript-operations@^4.6.1":
330+
version "4.6.1"
331+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.6.1.tgz#763eda28c77fddee2b9ae9bd7baad050cffff0a5"
332+
integrity sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA==
333333
dependencies:
334334
"@graphql-codegen/plugin-helpers" "^5.1.0"
335335
"@graphql-codegen/typescript" "^4.1.6"
@@ -550,10 +550,10 @@
550550
tslib "^2.4.0"
551551
unixify "^1.0.0"
552552

553-
"@graphql-tools/load@^8.0.0":
554-
version "8.0.19"
555-
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-8.0.19.tgz#d01258388cd80f9356535c203ff6dfb1c309c1fc"
556-
integrity sha512-YA3T9xTy2B6dNTnqsCzqSclA23j4v3p3A2Vdn0jEbZPGLMRPzWW8MJu2nlgQ8uua1IpYD/J8xgyrFxxAo3qPmQ==
553+
"@graphql-tools/load@^8.0.0", "@graphql-tools/load@^8.1.0":
554+
version "8.1.0"
555+
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-8.1.0.tgz#4aa03f071a8777e314b10289b7d6097daaaf8783"
556+
integrity sha512-OGfOm09VyXdNGJS/rLqZ6ztCiG2g6AMxhwtET8GZXTbnjptFc17GtKwJ3Jv5w7mjJ8dn0BHydvIuEKEUK4ciYw==
557557
dependencies:
558558
"@graphql-tools/schema" "^10.0.23"
559559
"@graphql-tools/utils" "^10.8.6"

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"tslib": "^2.5.0"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "7.26.10",
58-
"@babel/preset-env": "7.26.9",
57+
"@babel/core": "7.27.1",
58+
"@babel/preset-env": "7.27.2",
5959
"@babel/preset-typescript": "7.27.0",
6060
"@changesets/changelog-github": "0.5.1",
6161
"@changesets/cli": "2.29.2",
@@ -64,12 +64,12 @@
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.15.2",
67+
"@types/node": "22.15.12",
6868
"@typescript-eslint/eslint-plugin": "8.31.0",
6969
"@typescript-eslint/parser": "8.31.0",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
72-
"eslint": "9.25.1",
72+
"eslint": "9.26.0",
7373
"eslint-config-prettier": "10.1.2",
7474
"eslint-config-standard": "17.1.0",
7575
"eslint-plugin-import": "2.31.0",
@@ -80,7 +80,7 @@
8080
"husky": "9.1.7",
8181
"jest": "29.7.0",
8282
"json-bigint-patch": "0.0.8",
83-
"lint-staged": "15.5.1",
83+
"lint-staged": "15.5.2",
8484
"mockdate": "3.0.5",
8585
"mongodb": "6.16.0",
8686
"prettier": "3.5.3",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.15.2",
23-
"@types/react": "19.1.2",
22+
"@types/node": "22.15.12",
23+
"@types/react": "19.1.3",
2424
"cross-env": "7.0.3",
2525
"next-sitemap": "4.2.3",
2626
"postcss-import": "16.1.0",

website/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1194,17 +1194,17 @@
11941194
dependencies:
11951195
"@types/unist" "*"
11961196

1197-
"@types/node@22.15.2":
1198-
version "22.15.2"
1199-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.2.tgz#1db55aa64618ee93a58c8912f74beefe44aca905"
1200-
integrity sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==
1197+
"@types/node@22.15.12":
1198+
version "22.15.12"
1199+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.12.tgz#9ce54e51e09536faa94e4ec300c4728ee83bfa85"
1200+
integrity sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw==
12011201
dependencies:
12021202
undici-types "~6.21.0"
12031203

1204-
"@types/react@19.1.2":
1205-
version "19.1.2"
1206-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1207-
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
1204+
"@types/react@19.1.3":
1205+
version "19.1.3"
1206+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.3.tgz#c75a24b775a63280b02c66a55a3cfa04f4022cf7"
1207+
integrity sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==
12081208
dependencies:
12091209
csstype "^3.0.2"
12101210

0 commit comments

Comments
 (0)