@graphcommerce/cli 5.1.0-canary.9 → 5.1.0

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 +27 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @graphcommerce/cli
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
8
+
9
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`188f23452`](https://github.com/graphcommerce-org/graphcommerce/commit/188f2345255aacd7665d8e443cf42e20a3070a01) - Implement a custom fetch that has an exponential backoff so that build don’t fail as often ([@paales](https://github.com/paales))
10
+
11
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
12
+
13
+ - Updated the @mui/material package
14
+ - Removed dependencies on react-hook-form-mui and @playwright/test
15
+ - Upgraded dependencies including type-fest and graphql-mesh
16
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
17
+
18
+ - [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`b34c7b43a`](https://github.com/graphcommerce-org/graphcommerce/commit/b34c7b43a6e1338152e77f6f8427c3fe559021c5) - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors ([@paales](https://github.com/paales))
19
+
20
+ - [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`053ef07d0`](https://github.com/graphcommerce-org/graphcommerce/commit/053ef07d0acf25fba840b50f3ad56746fc97d6a2) - Add [httpDetailsExtensions](https://the-guild.dev/graphql/mesh/docs/plugins/http-details-extensions) plugin to the mesh for a better debugging experience. ([@paales](https://github.com/paales))
21
+
22
+ ## 5.1.0-canary.11
23
+
24
+ ## 5.1.0-canary.10
25
+
26
+ ### Patch Changes
27
+
28
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
29
+
3
30
  ## 5.1.0-canary.9
4
31
 
5
32
  ## 5.1.0-canary.8
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": "5.1.0-canary.9",
5
+ "version": "5.1.0",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -22,11 +22,11 @@
22
22
  "graphcommerce": "dist/bin/graphcommerce.js"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/next-config": "5.1.0-canary.9",
26
- "@graphql-codegen/cli": "2.15.0",
27
- "@graphql-mesh/cli": "0.80.4",
28
- "@graphql-mesh/types": "0.87.1",
29
- "@graphql-mesh/utils": "0.42.9",
25
+ "@graphcommerce/next-config": "5.1.0",
26
+ "@graphql-codegen/cli": "2.16.1",
27
+ "@graphql-mesh/cli": "0.82.5",
28
+ "@graphql-mesh/types": "0.89.2",
29
+ "@graphql-mesh/utils": "0.43.3",
30
30
  "cosmiconfig": "^8.0.0",
31
31
  "detect-package-manager": "^2.0.1",
32
32
  "graphql": "16.6.0",
@@ -35,11 +35,11 @@
35
35
  "ts-node": "^10.9.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@graphcommerce/eslint-config-pwa": "5.1.0-canary.9",
39
- "@graphcommerce/prettier-config-pwa": "5.1.0-canary.9",
40
- "@graphcommerce/typescript-config-pwa": "5.1.0-canary.9",
38
+ "@graphcommerce/eslint-config-pwa": "5.1.0",
39
+ "@graphcommerce/prettier-config-pwa": "5.1.0",
40
+ "@graphcommerce/typescript-config-pwa": "5.1.0",
41
41
  "@types/rimraf": "^3.0.2",
42
- "typescript": "4.9.3"
42
+ "typescript": "4.9.4"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "prettier": "@graphcommerce/prettier-config-pwa",