Skip to content

Commit 25ca7fd

Browse files
renovate[bot]ardatangithub-actions[bot]
committed
fix(deps): update all non-major dependencies (#7023)
* fix(deps): update all non-major dependencies * Fix * chore(dependencies): updated changesets for modified dependencies * Go * chore(dependencies): updated changesets for modified dependencies * Go * Less peer dep --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4011fcf commit 25ca7fd

File tree

10 files changed

+106
-86
lines changed

10 files changed

+106
-86
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@graphql-tools/graphql-tag-pluck": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@babel/core@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.26.10) (from `^7.22.9`, in `dependencies`)
6+
- Updated dependency [`@babel/parser@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/parser/v/7.26.10) (from `^7.16.8`, in `dependencies`)
7+
- Updated dependency [`@babel/plugin-syntax-import-assertions@^7.26.0` ↗︎](https://www.npmjs.com/package/@babel/plugin-syntax-import-assertions/v/7.26.0) (from `^7.20.0`, in `dependencies`)
8+
- Updated dependency [`@babel/traverse@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/traverse/v/7.26.10) (from `^7.16.8`, in `dependencies`)
9+
- Updated dependency [`@babel/types@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/types/v/7.26.10) (from `^7.16.8`, in `dependencies`)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/relay-operation-optimizer": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@ardatan/relay-compiler@^12.0.3` ↗︎](https://www.npmjs.com/package/@ardatan/relay-compiler/v/12.0.3) (from `^12.0.1`, in `dependencies`)

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
910

1011
jobs:
1112
dependencies:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
910

1011
jobs:
1112
stable:

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
1112

1213
jobs:
1314
deployment:

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,21 @@
4545
"ts:check": "tsc --noEmit"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "7.26.9",
48+
"@apollo/client": "3.13.4",
49+
"@babel/core": "7.26.10",
4950
"@babel/plugin-proposal-class-properties": "7.18.6",
5051
"@babel/plugin-proposal-explicit-resource-management": "7.25.9",
5152
"@babel/preset-env": "7.26.9",
5253
"@babel/preset-typescript": "7.26.0",
5354
"@changesets/changelog-github": "0.5.1",
5455
"@changesets/cli": "2.28.1",
56+
"@envelop/core": "5.2.3",
5557
"@theguild/prettier-config": "3.0.0",
5658
"@types/jest": "29.5.14",
5759
"@types/node": "22.13.10",
5860
"@typescript-eslint/eslint-plugin": "8.26.1",
5961
"@typescript-eslint/parser": "8.26.1",
62+
"@urql/core": "5.1.1",
6063
"babel-jest": "29.7.0",
6164
"bob-the-bundler": "7.0.1",
6265
"bun": "1.2.5",
@@ -72,9 +75,10 @@
7275
"eslint-plugin-standard": "5.0.0",
7376
"globby": "11.1.0",
7477
"graphql": "16.10.0",
78+
"graphql-yoga": "5.13.1",
7579
"husky": "9.1.7",
7680
"jest": "29.7.0",
77-
"lint-staged": "15.4.3",
81+
"lint-staged": "15.5.0",
7882
"patch-package": "8.0.0",
7983
"prettier": "3.5.3",
8084
"prettier-plugin-tailwindcss": "0.6.11",
@@ -83,7 +87,8 @@
8387
"typedoc": "0.25.13",
8488
"typedoc-plugin-markdown": "3.17.1",
8589
"typedoc-plugin-rename-defaults": "0.7.2",
86-
"typescript": "5.8.2"
90+
"typescript": "5.8.2",
91+
"wonka": "6.3.5"
8792
},
8893
"resolutions": {
8994
"esbuild": "0.25.1",

packages/graphql-tag-pluck/package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,21 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@babel/core": "^7.22.9",
54-
"@babel/parser": "^7.16.8",
55-
"@babel/plugin-syntax-import-assertions": "^7.20.0",
56-
"@babel/traverse": "^7.16.8",
57-
"@babel/types": "^7.16.8",
53+
"@babel/core": "^7.26.10",
54+
"@babel/parser": "^7.26.10",
55+
"@babel/plugin-syntax-import-assertions": "^7.26.0",
56+
"@babel/traverse": "^7.26.10",
57+
"@babel/types": "^7.26.10",
5858
"@graphql-tools/utils": "^10.8.4",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@astrojs/compiler": "^2.3.4",
63-
"@babel/parser": "7.26.9",
64-
"@babel/traverse": "7.26.9",
65-
"@babel/types": "7.26.9",
62+
"@astrojs/compiler": "2.11.0",
6663
"@types/babel__traverse": "7.20.6",
6764
"@vue/compiler-sfc": "3.5.13",
68-
"astrojs-compiler-sync": "^1.0.0",
69-
"content-tag": "^3.0.0",
70-
"svelte": "5.22.6",
65+
"astrojs-compiler-sync": "1.0.1",
66+
"content-tag": "3.1.1",
67+
"svelte": "5.23.0",
7168
"svelte2tsx": "0.7.35"
7269
},
7370
"publishConfig": {

packages/relay-operation-optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
6363
},
6464
"dependencies": {
65-
"@ardatan/relay-compiler": "^12.0.1",
65+
"@ardatan/relay-compiler": "^12.0.3",
6666
"@graphql-tools/utils": "^10.8.4",
6767
"tslib": "^2.4.0"
6868
},

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/node": "22.13.10",
2323
"@types/react": "19.0.10",
2424
"pagefind": "^1.3.0",
25+
"postcss": "8.5.3",
2526
"postcss-import": "16.1.0",
2627
"postcss-lightningcss": "1.0.1",
2728
"tailwindcss": "3.4.17",

yarn.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
tslib "^2.3.0"
5353
zen-observable-ts "^1.2.5"
5454

55-
"@ardatan/relay-compiler@^12.0.1":
56-
version "12.0.2"
57-
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.2.tgz#1a96a06f08e686b1ef59901747711077fda04148"
58-
integrity sha512-UTorfzSOtTN0PT80f8GiME2a30CliifqgZBKxhN3FESvdp5oEZWAO7nscMVKWoVl+NJy1tnNX0uMWCPBbMJdjg==
59-
dependencies:
60-
"@babel/generator" "^7.14.0"
61-
"@babel/parser" "^7.14.0"
62-
"@babel/runtime" "^7.0.0"
55+
"@ardatan/relay-compiler@^12.0.3":
56+
version "12.0.3"
57+
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.3.tgz#a60824672da7f7cef2a3879ed833b120d292fa08"
58+
integrity sha512-mBDFOGvAoVlWaWqs3hm1AciGHSQE1rqFc/liZTyYz/Oek9yZdT5H26pH2zAFuEiTiBVPPyMuqf5VjOFPI2DGsQ==
59+
dependencies:
60+
"@babel/generator" "^7.26.10"
61+
"@babel/parser" "^7.26.10"
62+
"@babel/runtime" "^7.26.10"
6363
chalk "^4.0.0"
6464
fb-watchman "^2.0.0"
6565
immutable "~3.7.6"
@@ -68,10 +68,10 @@
6868
relay-runtime "12.0.0"
6969
signedsource "^1.0.0"
7070

71-
"@astrojs/compiler@^2.3.4":
72-
version "2.10.4"
73-
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.4.tgz#883e469600d06d101d77829c91c4215b270cd503"
74-
integrity sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==
71+
"@astrojs/compiler@2.11.0":
72+
version "2.11.0"
73+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.11.0.tgz#4f9d92c64848bcf0d2ff6e7fd0dc3ce47caa0cd2"
74+
integrity sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==
7575

7676
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2":
7777
version "7.26.2"
@@ -87,34 +87,34 @@
8787
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
8888
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
8989

90-
"@babel/core@7.26.9", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.9", "@babel/core@^7.23.9":
91-
version "7.26.9"
92-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
93-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
90+
"@babel/core@7.26.10", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.26.10":
91+
version "7.26.10"
92+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
93+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
9494
dependencies:
9595
"@ampproject/remapping" "^2.2.0"
9696
"@babel/code-frame" "^7.26.2"
97-
"@babel/generator" "^7.26.9"
97+
"@babel/generator" "^7.26.10"
9898
"@babel/helper-compilation-targets" "^7.26.5"
9999
"@babel/helper-module-transforms" "^7.26.0"
100-
"@babel/helpers" "^7.26.9"
101-
"@babel/parser" "^7.26.9"
100+
"@babel/helpers" "^7.26.10"
101+
"@babel/parser" "^7.26.10"
102102
"@babel/template" "^7.26.9"
103-
"@babel/traverse" "^7.26.9"
104-
"@babel/types" "^7.26.9"
103+
"@babel/traverse" "^7.26.10"
104+
"@babel/types" "^7.26.10"
105105
convert-source-map "^2.0.0"
106106
debug "^4.1.0"
107107
gensync "^1.0.0-beta.2"
108108
json5 "^2.2.3"
109109
semver "^6.3.1"
110110

111-
"@babel/generator@^7.14.0", "@babel/generator@^7.26.2", "@babel/generator@^7.26.9", "@babel/generator@^7.7.2":
112-
version "7.26.9"
113-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
114-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
111+
"@babel/generator@^7.26.10", "@babel/generator@^7.26.2", "@babel/generator@^7.7.2":
112+
version "7.26.10"
113+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
114+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
115115
dependencies:
116-
"@babel/parser" "^7.26.9"
117-
"@babel/types" "^7.26.9"
116+
"@babel/parser" "^7.26.10"
117+
"@babel/types" "^7.26.10"
118118
"@jridgewell/gen-mapping" "^0.3.5"
119119
"@jridgewell/trace-mapping" "^0.3.25"
120120
jsesc "^3.0.2"
@@ -257,20 +257,20 @@
257257
"@babel/traverse" "^7.25.9"
258258
"@babel/types" "^7.25.9"
259259

260-
"@babel/helpers@^7.26.9":
261-
version "7.26.9"
262-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
263-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
260+
"@babel/helpers@^7.26.10":
261+
version "7.26.10"
262+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
263+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
264264
dependencies:
265265
"@babel/template" "^7.26.9"
266-
"@babel/types" "^7.26.9"
266+
"@babel/types" "^7.26.10"
267267

268-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.3", "@babel/parser@^7.26.2", "@babel/parser@^7.26.9":
269-
version "7.26.9"
270-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
271-
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
268+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.26.2", "@babel/parser@^7.26.9":
269+
version "7.26.10"
270+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
271+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
272272
dependencies:
273-
"@babel/types" "^7.26.9"
273+
"@babel/types" "^7.26.10"
274274

275275
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
276276
version "7.25.9"
@@ -359,7 +359,7 @@
359359
dependencies:
360360
"@babel/helper-plugin-utils" "^7.14.5"
361361

362-
"@babel/plugin-syntax-import-assertions@^7.20.0", "@babel/plugin-syntax-import-assertions@^7.26.0":
362+
"@babel/plugin-syntax-import-assertions@^7.26.0":
363363
version "7.26.0"
364364
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
365365
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
@@ -958,10 +958,10 @@
958958
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
959959
"@babel/plugin-transform-typescript" "^7.25.9"
960960

961-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
962-
version "7.26.9"
963-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
964-
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
961+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
962+
version "7.26.10"
963+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
964+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
965965
dependencies:
966966
regenerator-runtime "^0.14.0"
967967

@@ -974,23 +974,23 @@
974974
"@babel/parser" "^7.26.9"
975975
"@babel/types" "^7.26.9"
976976

977-
"@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
978-
version "7.26.9"
979-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
980-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
977+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
978+
version "7.26.10"
979+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
980+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
981981
dependencies:
982982
"@babel/code-frame" "^7.26.2"
983-
"@babel/generator" "^7.26.9"
984-
"@babel/parser" "^7.26.9"
983+
"@babel/generator" "^7.26.10"
984+
"@babel/parser" "^7.26.10"
985985
"@babel/template" "^7.26.9"
986-
"@babel/types" "^7.26.9"
986+
"@babel/types" "^7.26.10"
987987
debug "^4.3.1"
988988
globals "^11.1.0"
989989

990-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
991-
version "7.26.9"
992-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
993-
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
990+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
991+
version "7.26.10"
992+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
993+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
994994
dependencies:
995995
"@babel/helper-string-parser" "^7.25.9"
996996
"@babel/helper-validator-identifier" "^7.25.9"
@@ -4119,7 +4119,7 @@ astring@^1.8.0:
41194119
resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef"
41204120
integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==
41214121

4122-
astrojs-compiler-sync@^1.0.0:
4122+
astrojs-compiler-sync@1.0.1:
41234123
version "1.0.1"
41244124
resolved "https://registry.yarnpkg.com/astrojs-compiler-sync/-/astrojs-compiler-sync-1.0.1.tgz#c9c8abbeb21312123ca861e6eff3e030ea858af2"
41254125
integrity sha512-EdJILVkc/Iiw9sLMyb2uppp/vG7YL9TgkwaEumNDflI8s0AhR5XuCFkdbA/AcCGvcBfsRH9ngy/iIP8Uybl82g==
@@ -4501,9 +4501,9 @@ camelcase@^8.0.0:
45014501
integrity sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==
45024502

45034503
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001688:
4504-
version "1.0.30001703"
4505-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz#977cb4920598c158f491ecf4f4f2cfed9e354718"
4506-
integrity sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==
4504+
version "1.0.30001704"
4505+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001704.tgz#6644fe909d924ac3a7125e8a0ab6af95b1f32990"
4506+
integrity sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew==
45074507

45084508
casual@1.6.2:
45094509
version "1.6.2"
@@ -4796,7 +4796,7 @@ content-disposition@0.5.4:
47964796
dependencies:
47974797
safe-buffer "5.2.1"
47984798

4799-
content-tag@^3.0.0:
4799+
content-tag@3.1.1:
48004800
version "3.1.1"
48014801
resolved "https://registry.yarnpkg.com/content-tag/-/content-tag-3.1.1.tgz#4613e1dc58e310570c4d53f036dfd21d1c3b00bf"
48024802
integrity sha512-94puwVk6X8oJcbRIEY03UM80zWzA3dYgGkOiRJzeY1vXgwrFUh3OolDDi/D7YBa6Vsx+CgAvuk4uXlB8loZ1FA==
@@ -5465,9 +5465,9 @@ ejs@^3.1.10:
54655465
jake "^10.8.5"
54665466

54675467
electron-to-chromium@^1.5.73:
5468-
version "1.5.113"
5469-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.113.tgz#1175b8ba4170541e44e9afa8b992e5bbfff0d150"
5470-
integrity sha512-wjT2O4hX+wdWPJ76gWSkMhcHAV2PTMX+QetUCPYEdCIe+cxmgzzSSiGRCKW8nuh4mwKZlpv0xvoW7OF2X+wmHg==
5468+
version "1.5.116"
5469+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.116.tgz#b779d73cd0cc75305d12ae4f061d7f7bcee4c761"
5470+
integrity sha512-mufxTCJzLBQVvSdZzX1s5YAuXsN1M4tTyYxOOL1TcSKtIzQ9rjIrm7yFK80rN5dwGTePgdoABDSHpuVtRQh0Zw==
54715471

54725472
emittery@^0.13.1:
54735473
version "0.13.1"
@@ -8207,10 +8207,10 @@ lines-and-columns@^1.1.6:
82078207
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
82088208
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
82098209

8210-
lint-staged@15.4.3:
8211-
version "15.4.3"
8212-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.3.tgz#e73587cc857f580c99f907abefe9ac8d8d5e74c1"
8213-
integrity sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==
8210+
lint-staged@15.5.0:
8211+
version "15.5.0"
8212+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.0.tgz#fa6464cfb06e0faf5bb167f83186e952ff6e569e"
8213+
integrity sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==
82148214
dependencies:
82158215
chalk "^5.4.1"
82168216
commander "^13.1.0"
@@ -10017,7 +10017,7 @@ postcss@8.4.31:
1001710017
picocolors "^1.0.0"
1001810018
source-map-js "^1.0.2"
1001910019

10020-
postcss@^8.4.47, postcss@^8.4.48:
10020+
postcss@8.5.3, postcss@^8.4.47, postcss@^8.4.48:
1002110021
version "8.5.3"
1002210022
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
1002310023
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
@@ -11396,10 +11396,10 @@ svelte2tsx@0.7.35:
1139611396
dedent-js "^1.0.1"
1139711397
pascal-case "^3.1.1"
1139811398

11399-
svelte@5.22.6:
11400-
version "5.22.6"
11401-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.22.6.tgz#b27e35b1c29dc9731e569e8a595719c10e4f3bda"
11402-
integrity sha512-dxHyh3USJyayafSt5I5QD7KuoCM5ZGdIOtLQiKHEro7tymdh0jMcNkiSBVHW+LOA2jEqZEHhyfwN6/pCjx0Fug==
11399+
svelte@5.23.0:
11400+
version "5.23.0"
11401+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.23.0.tgz#1f6b224f5cb8cee677bdb6b78fb097933923b82a"
11402+
integrity sha512-v0lL3NuKontiCxholEiAXCB+BYbndlKbwlDMK0DS86WgGELMJSpyqCSbJeMEMBDwOglnS7Ar2Rq0wwa/z2L8Vg==
1140311403
dependencies:
1140411404
"@ampproject/remapping" "^2.3.0"
1140511405
"@jridgewell/sourcemap-codec" "^1.5.0"

0 commit comments

Comments
 (0)