@graphcommerce/graphql-codegen-near-operation-file 2.103.19 → 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 +115 -0
  2. package/package.json +11 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,115 @@
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.103.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.103.5...@graphcommerce/graphql-codegen-near-operation-file@2.103.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.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.103.0...@graphcommerce/graphql-codegen-near-operation-file@2.103.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.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.102.3...@graphcommerce/graphql-codegen-near-operation-file@2.103.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.102.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.102.2...@graphcommerce/graphql-codegen-near-operation-file@2.102.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.102.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.102.0...@graphcommerce/graphql-codegen-near-operation-file@2.102.1) (2021-09-27)
72
+
73
+ **Note:** Version bump only for package @graphcommerce/graphql-codegen-near-operation-file
74
+
75
+ # 2.102.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 sure graphql imports import Type correctly
82
+ ([bc7cce0](https://github.com/ho-nl/m2-pwa/commit/bc7cce0e5013f46acccc316bcb7b90394106b8d2))
83
+
84
+ ### Features
85
+
86
+ - added near-operation-file graphql codegen structure
87
+ ([e25bdd1](https://github.com/ho-nl/m2-pwa/commit/e25bdd130ac41325619a7d0648e3cb68f2380d32))
88
+ - allow for resolving fragments from directories other than the current target
89
+ ([26c155b](https://github.com/ho-nl/m2-pwa/commit/26c155b6ff31958ff61cc800db6dc359d7d6ce99))
90
+ - **graphql-codegen-near-operation-file:** do not export fragment documents
91
+ ([f0f7091](https://github.com/ho-nl/m2-pwa/commit/f0f70911641b368834a12251b48aac733becf3b4))
92
+ - **graphql-codegen:** new [@injectable](https://github.com/injectable) and
93
+ [@inject](https://github.com/inject)(into: [“FragmentName”]) directives
94
+ ([f80c96c](https://github.com/ho-nl/m2-pwa/commit/f80c96ce04f83023501fc1f25e7f466810092233))
95
+ - **next-config:** introduced package to streamline the setup of new examples
96
+ ([b8a3958](https://github.com/ho-nl/m2-pwa/commit/b8a39584e5b529fcaa22db67d3f986b91ae683ad))
97
+ - **playwright:** added new playwright package to enable browser testing
98
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
99
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
100
+ [@reachdigital](https://github.com/reachdigital)
101
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
102
+ - upgrade to node 14
103
+ ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
104
+
105
+ # [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-codegen-near-operation-file@2.100.10...@graphcommerce/graphql-codegen-near-operation-file@2.101.0) (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))
111
+
112
+ ### Features
113
+
114
+ - **playwright:** added new playwright package to enable browser testing
115
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-codegen-near-operation-file",
3
- "version": "2.103.19",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.2",
4
6
  "sideEffects": false,
5
7
  "main": "dist/index.js",
6
8
  "engines": {
@@ -16,9 +18,6 @@
16
18
  "prepack": "yarn build"
17
19
  },
18
20
  "prettier": "@graphcommerce/prettier-config-pwa",
19
- "browserslist": [
20
- "extends @graphcommerce/browserslist-config-pwa"
21
- ],
22
21
  "eslintConfig": {
23
22
  "extends": "@graphcommerce/eslint-config-pwa",
24
23
  "parserOptions": {
@@ -26,19 +25,17 @@
26
25
  }
27
26
  },
28
27
  "devDependencies": {
29
- "@graphcommerce/browserslist-config-pwa": "^3.0.3",
30
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
31
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
32
- "@graphcommerce/typescript-config-pwa": "^3.1.2",
33
- "@playwright/test": "^1.17.1"
28
+ "@graphcommerce/eslint-config-pwa": "^4.0.2",
29
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
30
+ "@graphcommerce/typescript-config-pwa": "^4.0.1",
31
+ "@playwright/test": "^1.19.1"
34
32
  },
35
33
  "dependencies": {
36
34
  "@graphql-codegen/add": "^3.1.1",
37
- "@graphql-codegen/plugin-helpers": "^2.3.2",
38
- "@graphql-codegen/visitor-plugin-common": "^2.5.2",
35
+ "@graphql-codegen/plugin-helpers": "^2.4.1",
36
+ "@graphql-codegen/visitor-plugin-common": "^2.7.1",
39
37
  "@types/parse-filepath": "^1.0.0",
40
- "graphql": "^16.2.0",
38
+ "graphql": "^16.3.0",
41
39
  "parse-filepath": "^1.0.2"
42
- },
43
- "gitHead": "bc5423d7547f8685db4cd8fc6d8f7a2a51ebed05"
40
+ }
44
41
  }