Skip to content

Commit 1328ed8

Browse files
chore(deps): update all non-major dependencies (#6996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ebc523 commit 1328ed8

File tree

4 files changed

+31
-22
lines changed

4 files changed

+31
-22
lines changed

packages/executors/envelop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {
59-
"@envelop/core": "5.1.1"
59+
"@envelop/core": "5.2.0"
6060
},
6161
"publishConfig": {
6262
"directory": "dist",

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vue/compiler-sfc": "3.5.13",
6868
"astrojs-compiler-sync": "^1.0.0",
6969
"content-tag": "^3.0.0",
70-
"svelte": "5.21.0",
70+
"svelte": "5.22.0",
7171
"svelte2tsx": "0.7.34"
7272
},
7373
"publishConfig": {

packages/loaders/url/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"ws": "^8.17.1"
6666
},
6767
"devDependencies": {
68-
"@envelop/core": "5.1.1",
69-
"@envelop/live-query": "8.0.1",
68+
"@envelop/core": "5.2.0",
69+
"@envelop/live-query": "8.1.0",
7070
"@graphql-yoga/plugin-defer-stream": "3.12.2",
7171
"@types/express": "5.0.0",
7272
"@types/valid-url": "1.0.7",

yarn.lock

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,30 +1267,39 @@
12671267
dependencies:
12681268
tslib "^2.4.0"
12691269

1270-
"@envelop/core@5.1.1", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0":
1271-
version "5.1.1"
1272-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.1.1.tgz#b41a7fb1d6c13a2c1a04d86f55d96fa57dc47776"
1273-
integrity sha512-6+OukzuNsm33DtLnOats3e7VnnHndqINJbp/vlIyIlSGBc/wtgQiTAijNWwHhnozHc7WmCKzTsPSrGObvkJazg==
1270+
"@envelop/core@5.2.0", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0":
1271+
version "5.2.0"
1272+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.2.0.tgz#f12532217f92c9b675b6ec07f225b48b12ab76b0"
1273+
integrity sha512-JMrISsiZ4XQXMtJhs5K4MtM64zFfPHAmpWrkLt+d7d3UC4W39rQu9+4ba3kTV9MyohNr39+wfjBdTa13rKTbjA==
12741274
dependencies:
1275-
"@envelop/types" "^5.1.1"
1275+
"@envelop/instruments" "^1.0.0"
1276+
"@envelop/types" "^5.2.0"
12761277
"@whatwg-node/promise-helpers" "^1.0.0"
12771278
tslib "^2.5.0"
12781279

1279-
"@envelop/live-query@8.0.1":
1280-
version "8.0.1"
1281-
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-8.0.1.tgz#5c8cdb8a5a3d7aaf3238136ed3559556cacc5a55"
1282-
integrity sha512-puguVcm9wBQb9A7HiwbuPOBVSX7sTjQhUoxl4aY5KU0A4LEnVRVyUhA9mTnPYI2JwLgAowC6gAwstGBC9f1ylQ==
1280+
"@envelop/instruments@^1.0.0":
1281+
version "1.0.0"
1282+
resolved "https://registry.yarnpkg.com/@envelop/instruments/-/instruments-1.0.0.tgz#7e36926b6212048258ce1939bcf5a52e2a5dbe4d"
1283+
integrity sha512-f4lHoti7QgUIluIGTM0mG9Wf9/w6zc1mosYmyFkrApeHSP2PIUC6a8fMoqkdk6pgVOps39kLdIhOPF8pIKS8/A==
1284+
dependencies:
1285+
"@whatwg-node/promise-helpers" "^1.2.1"
1286+
tslib "^2.5.0"
1287+
1288+
"@envelop/live-query@8.1.0":
1289+
version "8.1.0"
1290+
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-8.1.0.tgz#88ec37c9f01b5561fc98b5e3616f0bdd7978d788"
1291+
integrity sha512-G6JAOuW0sgtcxif4aeojlydBOVlm7UDejnNEzbJa+QvWdqxfiHZbd0sQ/G98Zyj74l5lA0+P9TVW23NNWN/l6A==
12831292
dependencies:
12841293
"@graphql-tools/utils" "^10.0.0"
12851294
"@n1ru4l/graphql-live-query" "^0.10.0"
12861295
"@n1ru4l/graphql-live-query-patch" "^0.7.0"
12871296
"@n1ru4l/in-memory-live-query-store" "^0.10.0"
12881297
tslib "^2.5.0"
12891298

1290-
"@envelop/types@^5.1.1":
1291-
version "5.1.1"
1292-
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.1.1.tgz#eff02f70a2e313ab968c277f31d2faac175a45f1"
1293-
integrity sha512-uJyCPQRSqxH/4q8/TTTY2fMYIK/Tgv1IhOm6aFUUxuE/EI7muJM/UI85iv9Qo1OCpaafthwRLWzufRp20FyXaA==
1299+
"@envelop/types@^5.2.0":
1300+
version "5.2.0"
1301+
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.2.0.tgz#a485749ddc846343a26b16ebff5436fb5ca3a6fa"
1302+
integrity sha512-vCJY6URc8bK1O6p4zVRFpv/ASdyXvLM+Iqn2HP44UfTgEUQLyN4buwLawlkAv/KtzAL7VOeefpF2eKPWk7rHjg==
12941303
dependencies:
12951304
"@whatwg-node/promise-helpers" "^1.0.0"
12961305
tslib "^2.5.0"
@@ -3779,7 +3788,7 @@
37793788
busboy "^1.6.0"
37803789
tslib "^2.6.3"
37813790

3782-
"@whatwg-node/promise-helpers@^1.0.0", "@whatwg-node/promise-helpers@^1.2.2":
3791+
"@whatwg-node/promise-helpers@^1.0.0", "@whatwg-node/promise-helpers@^1.2.1", "@whatwg-node/promise-helpers@^1.2.2":
37833792
version "1.2.2"
37843793
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.2.2.tgz#9e26073385086975e65609d6c9b27f9d7f92280d"
37853794
integrity sha512-aPVTGCs/QEYkSTnYcLKE1wyYZykbGjaXsEwXHc0FKbSlojIpdw72BQMJx9aJXzkCs6qy9WfDV0jhV9C2qIYYOA==
@@ -11360,10 +11369,10 @@ svelte2tsx@0.7.34:
1136011369
dedent-js "^1.0.1"
1136111370
pascal-case "^3.1.1"
1136211371

11363-
svelte@5.21.0:
11364-
version "5.21.0"
11365-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.21.0.tgz#974ee093c7c470d829b74d119a82fd3192b4168b"
11366-
integrity sha512-+pUFl4d0cu2KoxTtwjzByneCXbUzsNlGc4zMDDT/r2usp3VowYEGu1mFvbjcxmWTkwoy3tyhOg7fsz5aJo0wHw==
11372+
svelte@5.22.0:
11373+
version "5.22.0"
11374+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.22.0.tgz#b3fd3237cd1bea11cd5573473a2f8bff9189d3d3"
11375+
integrity sha512-Av/1qn4JEhuLB5xHMoiaKhxnBgf4NfDarvCh7mplaNqwXWpNq+3IPCDAHS31HGsRaclexhYLb3y4vxdgkrN0JQ==
1136711376
dependencies:
1136811377
"@ampproject/remapping" "^2.3.0"
1136911378
"@jridgewell/sourcemap-codec" "^1.5.0"

0 commit comments

Comments
 (0)