@graphcommerce/cli 9.0.0 → 9.0.1-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -72
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @graphcommerce/cli
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Minor Changes
@@ -20,78 +22,6 @@
20
22
 
21
23
  - [#2365](https://github.com/graphcommerce-org/graphcommerce/pull/2365) [`ee32793`](https://github.com/graphcommerce-org/graphcommerce/commit/ee32793c5e8e7233b4452219e148ebb85600a652) - The mesh would always include all graphqls files even though they aren't necessary for Magento 2.4.7 ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
22
24
 
23
- ## 9.0.0-canary.118
24
-
25
- ## 9.0.0-canary.117
26
-
27
- ## 9.0.0-canary.116
28
-
29
- ## 9.0.0-canary.115
30
-
31
- ## 9.0.0-canary.114
32
-
33
- ## 9.0.0-canary.113
34
-
35
- ## 9.0.0-canary.112
36
-
37
- ## 9.0.0-canary.111
38
-
39
- ## 9.0.0-canary.110
40
-
41
- ## 9.0.0-canary.109
42
-
43
- ## 9.0.0-canary.108
44
-
45
- ## 9.0.0-canary.107
46
-
47
- ## 9.0.0-canary.106
48
-
49
- ## 9.0.0-canary.105
50
-
51
- ## 9.0.0-canary.104
52
-
53
- ## 9.0.0-canary.103
54
-
55
- ### Patch Changes
56
-
57
- - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
58
-
59
- ## 9.0.0-canary.92
60
-
61
- ### Patch Changes
62
-
63
- - [#2365](https://github.com/graphcommerce-org/graphcommerce/pull/2365) [`ee32793`](https://github.com/graphcommerce-org/graphcommerce/commit/ee32793c5e8e7233b4452219e148ebb85600a652) - The mesh would always include all graphqls files even though they aren't necessary for Magento 2.4.7 ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
64
-
65
- ## 9.0.0-canary.71
66
-
67
- ### Patch Changes
68
-
69
- - [#2345](https://github.com/graphcommerce-org/graphcommerce/pull/2345) [`d4ae30b`](https://github.com/graphcommerce-org/graphcommerce/commit/d4ae30ba28815ccb9d3a0478da995b7c609618e5) - Solve issue where customFetch coudn’t be loaded correctly ([@paales](https://github.com/paales))
70
-
71
- ## 9.0.0-canary.59
72
-
73
- ### Minor Changes
74
-
75
- - [#2309](https://github.com/graphcommerce-org/graphcommerce/pull/2309) [`b46e17e`](https://github.com/graphcommerce-org/graphcommerce/commit/b46e17ebe390b4d0040639dfdac33c36a60576ac) - When generating the mesh the configuration is passed through `@graphcommerce/graphql-mesh/meshConfig` allowing plugins to modify the mesh configuration without having to change the `.meshrc.yaml` itself. ([@Renzovh](https://github.com/Renzovh))
76
-
77
- ## 8.1.0-canary.44
78
-
79
- ### Patch Changes
80
-
81
- - [`44ea147`](https://github.com/graphcommerce-org/graphcommerce/commit/44ea1474d1429d05f535df903beb1fb2c0ca7754) - Added missing tsx package ([@paales](https://github.com/paales))
82
-
83
- ## 8.1.0-canary.43
84
-
85
- ### Patch Changes
86
-
87
- - [`6184a28`](https://github.com/graphcommerce-org/graphcommerce/commit/6184a28b2ba2dc70189a9b881887696dc0a346c8) - Fixed issue where codegen would throw an error: SyntaxError: Cannot use import statement outside a module. ([@paales](https://github.com/paales))
88
-
89
- ## 8.1.0-canary.8
90
-
91
- ### Patch Changes
92
-
93
- - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`cfc0f4e`](https://github.com/graphcommerce-org/graphcommerce/commit/cfc0f4e015f3b3a7348b882eb7440222b3e26a07) - Make sure the interceptors are generated before the typecheck is ran. ([@paales](https://github.com/paales))
94
-
95
25
  ## 7.0.1
96
26
 
97
27
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "scripts": {
7
7
  "dev": "pkgroll --watch",
8
8
  "build": "pkgroll",
@@ -29,12 +29,12 @@
29
29
  "yaml": "2.6.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
33
- "@graphcommerce/graphql-mesh": "^9.0.0",
34
- "@graphcommerce/hygraph-cli": "^9.0.0",
35
- "@graphcommerce/next-config": "^9.0.0",
36
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
37
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
32
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
33
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
34
+ "@graphcommerce/hygraph-cli": "^9.0.1-canary.1",
35
+ "@graphcommerce/next-config": "^9.0.1-canary.1",
36
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
37
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
38
38
  "@graphql-mesh/cli": "*",
39
39
  "@graphql-mesh/types": "*",
40
40
  "@graphql-mesh/utils": "*",