@depup/graphql-tools__delegate 12.1.1-depup.0 → 12.1.1-depup.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/graphql-tools__delegate
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@graphql-tools/delegate](https://www.npmjs.com/package/@graphql-tools/delegate) @ 12.1.1 |
17
- | Processed | 2026-07-27 |
17
+ | Processed | 2026-08-13 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 4 |
20
20
 
@@ -22,9 +22,9 @@ npm install @depup/graphql-tools__delegate
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @graphql-tools/executor | ^1.4.13 | ^1.5.7 |
26
- | @graphql-tools/schema | ^10.0.29 | ^10.0.38 |
27
- | @graphql-tools/utils | ^11.0.0 | ^11.2.2 |
25
+ | @graphql-tools/executor | ^1.4.13 | ^2.0.0 |
26
+ | @graphql-tools/schema | ^10.0.29 | ^10.1.0 |
27
+ | @graphql-tools/utils | ^11.0.0 | ^12.0.0 |
28
28
  | @repeaterjs/repeater | ^3.0.6 | ^3.1.0 |
29
29
 
30
30
  ---
package/changes.json CHANGED
@@ -2,21 +2,21 @@
2
2
  "bumped": {
3
3
  "@graphql-tools/executor": {
4
4
  "from": "^1.4.13",
5
- "to": "^1.5.7"
5
+ "to": "^2.0.0"
6
6
  },
7
7
  "@graphql-tools/schema": {
8
8
  "from": "^10.0.29",
9
- "to": "^10.0.38"
9
+ "to": "^10.1.0"
10
10
  },
11
11
  "@graphql-tools/utils": {
12
12
  "from": "^11.0.0",
13
- "to": "^11.2.2"
13
+ "to": "^12.0.0"
14
14
  },
15
15
  "@repeaterjs/repeater": {
16
16
  "from": "^3.0.6",
17
17
  "to": "^3.1.0"
18
18
  }
19
19
  },
20
- "timestamp": "2026-07-27T16:43:40.163Z",
20
+ "timestamp": "2026-08-13T00:27:21.151Z",
21
21
  "totalUpdated": 4
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/graphql-tools__delegate",
3
- "version": "12.1.1-depup.0",
3
+ "version": "12.1.1-depup.1",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools (with updated dependencies)",
6
6
  "repository": {
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@graphql-tools/batch-execute": "^10.0.9",
43
- "@graphql-tools/executor": "^1.5.7",
44
- "@graphql-tools/schema": "^10.0.38",
45
- "@graphql-tools/utils": "^11.2.2",
43
+ "@graphql-tools/executor": "^2.0.0",
44
+ "@graphql-tools/schema": "^10.1.0",
45
+ "@graphql-tools/utils": "^12.0.0",
46
46
  "@repeaterjs/repeater": "^3.1.0",
47
47
  "@whatwg-node/promise-helpers": "^1.3.2",
48
48
  "dataloader": "^2.2.3",
@@ -66,15 +66,15 @@
66
66
  "changes": {
67
67
  "@graphql-tools/executor": {
68
68
  "from": "^1.4.13",
69
- "to": "^1.5.7"
69
+ "to": "^2.0.0"
70
70
  },
71
71
  "@graphql-tools/schema": {
72
72
  "from": "^10.0.29",
73
- "to": "^10.0.38"
73
+ "to": "^10.1.0"
74
74
  },
75
75
  "@graphql-tools/utils": {
76
76
  "from": "^11.0.0",
77
- "to": "^11.2.2"
77
+ "to": "^12.0.0"
78
78
  },
79
79
  "@repeaterjs/repeater": {
80
80
  "from": "^3.0.6",
@@ -84,7 +84,7 @@
84
84
  "depsUpdated": 4,
85
85
  "originalPackage": "@graphql-tools/delegate",
86
86
  "originalVersion": "12.1.1",
87
- "processedAt": "2026-07-27T16:43:48.263Z",
87
+ "processedAt": "2026-08-13T00:27:25.909Z",
88
88
  "smokeTest": "passed"
89
89
  }
90
90
  }