@graphprotocol/graph-cli 0.45.0-alpha-20230403195400-e8bdaff → 0.45.0-alpha-20230403200143-dd2ee8b

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.45.0-alpha-20230403195400-e8bdaff
3
+ ## 0.45.0-alpha-20230403200143-dd2ee8b
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,7 +16,7 @@
16
16
  ### Patch Changes
17
17
 
18
18
  - [#1216](https://github.com/graphprotocol/graph-tooling/pull/1216)
19
- [`f088870`](https://github.com/graphprotocol/graph-tooling/commit/f088870123c03619a17dd07f5bbc8640fc1dba3b)
19
+ [`47e683d`](https://github.com/graphprotocol/graph-tooling/commit/47e683da9cd19b1eb6408c84111e1eadad84304d)
20
20
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
21
21
 
22
22
  - Updated dependency [`yaml@1.10.2` ↗︎](https://www.npmjs.com/package/yaml/v/1.10.2) (from
@@ -67,6 +67,20 @@
67
67
  - Updated dependency [`js-yaml@3.14.1` ↗︎](https://www.npmjs.com/package/js-yaml/v/3.14.1) (from
68
68
  `3.13.1`, in `dependencies`)
69
69
 
70
+ - [#1243](https://github.com/graphprotocol/graph-tooling/pull/1243)
71
+ [`5682ab5`](https://github.com/graphprotocol/graph-tooling/commit/5682ab5aab38013aa68936d70458962f2927db75)
72
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
73
+
74
+ - Updated dependency [`yaml@1.10.2` ↗︎](https://www.npmjs.com/package/yaml/v/1.10.2) (from
75
+ `1.9.2`, in `dependencies`)
76
+
77
+ - [#1248](https://github.com/graphprotocol/graph-tooling/pull/1248)
78
+ [`1ecb75a`](https://github.com/graphprotocol/graph-tooling/commit/1ecb75a7e45b120841c799bcb599a1fde757313c)
79
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
80
+
81
+ - Updated dependency [`glob@9.3.4` ↗︎](https://www.npmjs.com/package/glob/v/9.3.4) (from `7.1.6`,
82
+ in `dependencies`)
83
+
70
84
  - [#1207](https://github.com/graphprotocol/graph-tooling/pull/1207)
71
85
  [`ad275b3`](https://github.com/graphprotocol/graph-tooling/commit/ad275b31e635dab03cfefda00617ef9f612b01c0)
72
86
  Thanks [@saihaj](https://github.com/saihaj)! - bring back short hand for version and help
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0-alpha-20230403195400-e8bdaff",
2
+ "version": "0.45.0-alpha-20230403200143-dd2ee8b",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.45.0-alpha-20230403195400-e8bdaff",
3
+ "version": "0.45.0-alpha-20230403200143-dd2ee8b",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -28,7 +28,7 @@
28
28
  "docker-compose": "0.23.4",
29
29
  "dockerode": "2.5.8",
30
30
  "fs-extra": "9.1.0",
31
- "glob": "7.1.6",
31
+ "glob": "9.3.4",
32
32
  "gluegun": "https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep",
33
33
  "graphql": "15.5.0",
34
34
  "immutable": "4.2.1",
@@ -42,17 +42,17 @@
42
42
  "tmp-promise": "3.0.2",
43
43
  "web3-eth-abi": "1.7.0",
44
44
  "which": "2.0.2",
45
- "yaml": "1.9.2"
45
+ "yaml": "1.10.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/debug": "^4.1.7",
49
49
  "@types/fs-extra": "^9.0.13",
50
- "@types/jest": "^26.0.24",
50
+ "@types/jest": "^29.0.0",
51
51
  "@types/js-yaml": "^3.12.7",
52
52
  "@types/semver": "^7.3.13",
53
53
  "@types/which": "^2.0.1",
54
54
  "copyfiles": "^2.4.1",
55
- "jest": "26.6.3",
55
+ "jest": "29.5.0",
56
56
  "oclif": "3.7.3",
57
57
  "spawn-command": "0.0.2-1",
58
58
  "strip-ansi": "6.0.1",