@graphcommerce/graphql-codegen-relay-optimizer-plugin 2.102.20 → 3.0.2

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 +110 -0
  2. package/package.json +11 -13
package/CHANGELOG.md ADDED
@@ -0,0 +1,110 @@
1
+ # Change Log
2
+
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
8
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
9
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
10
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
11
+ duplicate packages in the node_modules folders.
12
+
13
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
14
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
15
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
16
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
17
+ implementing
18
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
19
+ soon.
20
+
21
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
22
+ frontend to be able to revalidate pages manually.
23
+
24
+ ## 3.0.1
25
+
26
+ ### Patch Changes
27
+
28
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
29
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
30
+ so that the packages link to back to the website and repository
31
+
32
+ ## 3.0.0
33
+
34
+ ### Major Changes
35
+
36
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
37
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
38
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
39
+
40
+ All notable changes to this project will be documented in this file. See
41
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
42
+
43
+ ## [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)
44
+
45
+ ### Bug Fixes
46
+
47
+ - graphql-mesh missing inmemory lru
48
+ ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
49
+
50
+ ## [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)
51
+
52
+ ### Bug Fixes
53
+
54
+ - do not build on install
55
+ ([254e2a6](https://github.com/ho-nl/m2-pwa/commit/254e2a6f4b2a7e81f46466a0abe06ae2f3a79575))
56
+
57
+ # [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)
58
+
59
+ ### Features
60
+
61
+ - add postinstall commands to run properly on deploy
62
+ ([d512ee3](https://github.com/ho-nl/m2-pwa/commit/d512ee3ba5c3a9573651ec5333595fe2f1aa141c))
63
+
64
+ ## [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)
65
+
66
+ ### Bug Fixes
67
+
68
+ - build packages before releasing
69
+ ([c4761cf](https://github.com/ho-nl/m2-pwa/commit/c4761cf6d1810c140fd56f6eac8fca922f8c0edc))
70
+
71
+ ## [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)
72
+
73
+ **Note:** Version bump only for package @graphcommerce/graphql-codegen-relay-optimizer-plugin
74
+
75
+ # 2.101.0 (2021-09-27)
76
+
77
+ ### Bug Fixes
78
+
79
+ - ignore md files from triggering version updates
80
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
81
+ - make packages private so they dont get published accidently
82
+ ([f7b693f](https://github.com/ho-nl/m2-pwa/commit/f7b693ff6a4d232d0871f6a68922d14678853a96))
83
+
84
+ ### Features
85
+
86
+ - created stacked-pages package
87
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
88
+ - **next-config:** introduced package to streamline the setup of new examples
89
+ ([b8a3958](https://github.com/ho-nl/m2-pwa/commit/b8a39584e5b529fcaa22db67d3f986b91ae683ad))
90
+ - next.js 11
91
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
92
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
93
+ [@reachdigital](https://github.com/reachdigital)
94
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
95
+ - working on EmailForm
96
+ ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
97
+
98
+ ## 2.0.8 (2020-10-28)
99
+
100
+ ### Features
101
+
102
+ - added near-operation-file graphql codegen structure
103
+ ([e25bdd1](https://github.com/ho-nl/m2-pwa/commit/e25bdd130ac41325619a7d0648e3cb68f2380d32))
104
+
105
+ ## [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)
106
+
107
+ ### Bug Fixes
108
+
109
+ - ignore md files from triggering version updates
110
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
3
- "version": "2.102.20",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.2",
4
6
  "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
5
7
  "license": "MIT",
6
8
  "main": "dist/main/index.js",
@@ -16,19 +18,19 @@
16
18
  "graphql": "14.x.x || 15.x.x || 16.x.x"
17
19
  },
18
20
  "dependencies": {
19
- "@graphql-codegen/plugin-helpers": "2.3.2",
21
+ "@graphql-codegen/plugin-helpers": "2.4.1",
20
22
  "relay-compiler": "12.0.0"
21
23
  },
22
24
  "devDependencies": {
23
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
24
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
25
+ "@graphcommerce/eslint-config-pwa": "^4.0.2",
26
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
25
27
  "@graphql-codegen/testing": "1.17.7",
26
28
  "@types/jest": "27.4.0",
27
29
  "@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"
30
+ "graphql": "^16.3.0",
31
+ "jest": "27.5.1",
32
+ "ts-jest": "27.1.3",
33
+ "typescript": "^4.5.5"
32
34
  },
33
35
  "scripts": {
34
36
  "test": "jest",
@@ -39,9 +41,6 @@
39
41
  "prepack": "yarn build"
40
42
  },
41
43
  "prettier": "@graphcommerce/prettier-config-pwa",
42
- "browserslist": [
43
- "extends @graphcommerce/browserslist-config-pwa"
44
- ],
45
44
  "eslint": {
46
45
  "extends": "@graphcommerce/eslint-config-pwa"
47
46
  },
@@ -56,6 +55,5 @@
56
55
  "src",
57
56
  "LICENSE",
58
57
  "README.md"
59
- ],
60
- "gitHead": "bc5423d7547f8685db4cd8fc6d8f7a2a51ebed05"
58
+ ]
61
59
  }