@graphcommerce/graphql-codegen-relay-optimizer-plugin 2.102.20 → 3.0.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 +81 -0
  2. package/package.json +9 -13
package/CHANGELOG.md ADDED
@@ -0,0 +1,81 @@
1
+ # Change Log
2
+
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
8
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
9
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
10
+
11
+ All notable changes to this project will be documented in this file. See
12
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
13
+
14
+ ## [2.102.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.102.5...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.102.6) (2021-10-18)
15
+
16
+ ### Bug Fixes
17
+
18
+ - graphql-mesh missing inmemory lru
19
+ ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
20
+
21
+ ## [2.102.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.102.0...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.102.1) (2021-09-28)
22
+
23
+ ### Bug Fixes
24
+
25
+ - do not build on install
26
+ ([254e2a6](https://github.com/ho-nl/m2-pwa/commit/254e2a6f4b2a7e81f46466a0abe06ae2f3a79575))
27
+
28
+ # [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.101.3...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.102.0) (2021-09-28)
29
+
30
+ ### Features
31
+
32
+ - add postinstall commands to run properly on deploy
33
+ ([d512ee3](https://github.com/ho-nl/m2-pwa/commit/d512ee3ba5c3a9573651ec5333595fe2f1aa141c))
34
+
35
+ ## [2.101.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.101.2...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.101.3) (2021-09-27)
36
+
37
+ ### Bug Fixes
38
+
39
+ - build packages before releasing
40
+ ([c4761cf](https://github.com/ho-nl/m2-pwa/commit/c4761cf6d1810c140fd56f6eac8fca922f8c0edc))
41
+
42
+ ## [2.101.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.101.0...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.101.1) (2021-09-27)
43
+
44
+ **Note:** Version bump only for package @graphcommerce/graphql-codegen-relay-optimizer-plugin
45
+
46
+ # 2.101.0 (2021-09-27)
47
+
48
+ ### Bug Fixes
49
+
50
+ - ignore md files from triggering version updates
51
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
52
+ - make packages private so they dont get published accidently
53
+ ([f7b693f](https://github.com/ho-nl/m2-pwa/commit/f7b693ff6a4d232d0871f6a68922d14678853a96))
54
+
55
+ ### Features
56
+
57
+ - created stacked-pages package
58
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
59
+ - **next-config:** introduced package to streamline the setup of new examples
60
+ ([b8a3958](https://github.com/ho-nl/m2-pwa/commit/b8a39584e5b529fcaa22db67d3f986b91ae683ad))
61
+ - next.js 11
62
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
63
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
64
+ [@reachdigital](https://github.com/reachdigital)
65
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
66
+ - working on EmailForm
67
+ ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
68
+
69
+ ## 2.0.8 (2020-10-28)
70
+
71
+ ### Features
72
+
73
+ - added near-operation-file graphql codegen structure
74
+ ([e25bdd1](https://github.com/ho-nl/m2-pwa/commit/e25bdd130ac41325619a7d0648e3cb68f2380d32))
75
+
76
+ ## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.100.10...@graphcommerce/graphql-codegen-relay-optimizer-plugin@2.100.11) (2021-07-26)
77
+
78
+ ### Bug Fixes
79
+
80
+ - ignore md files from triggering version updates
81
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
3
- "version": "2.102.20",
3
+ "version": "3.0.0",
4
4
  "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
5
5
  "license": "MIT",
6
6
  "main": "dist/main/index.js",
@@ -16,19 +16,19 @@
16
16
  "graphql": "14.x.x || 15.x.x || 16.x.x"
17
17
  },
18
18
  "dependencies": {
19
- "@graphql-codegen/plugin-helpers": "2.3.2",
19
+ "@graphql-codegen/plugin-helpers": "2.4.0",
20
20
  "relay-compiler": "12.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
24
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
23
+ "@graphcommerce/eslint-config-pwa": "^4.0.0",
24
+ "@graphcommerce/prettier-config-pwa": "^4.0.0",
25
25
  "@graphql-codegen/testing": "1.17.7",
26
26
  "@types/jest": "27.4.0",
27
27
  "@types/relay-compiler": "8.0.2",
28
- "graphql": "^16.2.0",
29
- "jest": "27.4.5",
30
- "ts-jest": "27.1.2",
31
- "typescript": "^4.5.4"
28
+ "graphql": "^16.3.0",
29
+ "jest": "27.5.1",
30
+ "ts-jest": "27.1.3",
31
+ "typescript": "^4.5.5"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "jest",
@@ -39,9 +39,6 @@
39
39
  "prepack": "yarn build"
40
40
  },
41
41
  "prettier": "@graphcommerce/prettier-config-pwa",
42
- "browserslist": [
43
- "extends @graphcommerce/browserslist-config-pwa"
44
- ],
45
42
  "eslint": {
46
43
  "extends": "@graphcommerce/eslint-config-pwa"
47
44
  },
@@ -56,6 +53,5 @@
56
53
  "src",
57
54
  "LICENSE",
58
55
  "README.md"
59
- ],
60
- "gitHead": "bc5423d7547f8685db4cd8fc6d8f7a2a51ebed05"
56
+ ]
61
57
  }