@graphcommerce/graphql-codegen-near-operation-file 2.103.16 → 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.
- package/CHANGELOG.md +86 -0
- package/package.json +10 -15
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
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.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)
|
|
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.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)
|
|
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.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)
|
|
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.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)
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
- build packages before releasing
|
|
40
|
+
([c4761cf](https://github.com/ho-nl/m2-pwa/commit/c4761cf6d1810c140fd56f6eac8fca922f8c0edc))
|
|
41
|
+
|
|
42
|
+
## [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)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @graphcommerce/graphql-codegen-near-operation-file
|
|
45
|
+
|
|
46
|
+
# 2.102.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 sure graphql imports import Type correctly
|
|
53
|
+
([bc7cce0](https://github.com/ho-nl/m2-pwa/commit/bc7cce0e5013f46acccc316bcb7b90394106b8d2))
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
- added near-operation-file graphql codegen structure
|
|
58
|
+
([e25bdd1](https://github.com/ho-nl/m2-pwa/commit/e25bdd130ac41325619a7d0648e3cb68f2380d32))
|
|
59
|
+
- allow for resolving fragments from directories other than the current target
|
|
60
|
+
([26c155b](https://github.com/ho-nl/m2-pwa/commit/26c155b6ff31958ff61cc800db6dc359d7d6ce99))
|
|
61
|
+
- **graphql-codegen-near-operation-file:** do not export fragment documents
|
|
62
|
+
([f0f7091](https://github.com/ho-nl/m2-pwa/commit/f0f70911641b368834a12251b48aac733becf3b4))
|
|
63
|
+
- **graphql-codegen:** new [@injectable](https://github.com/injectable) and
|
|
64
|
+
[@inject](https://github.com/inject)(into: [“FragmentName”]) directives
|
|
65
|
+
([f80c96c](https://github.com/ho-nl/m2-pwa/commit/f80c96ce04f83023501fc1f25e7f466810092233))
|
|
66
|
+
- **next-config:** introduced package to streamline the setup of new examples
|
|
67
|
+
([b8a3958](https://github.com/ho-nl/m2-pwa/commit/b8a39584e5b529fcaa22db67d3f986b91ae683ad))
|
|
68
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
69
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
70
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
71
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
72
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
73
|
+
- upgrade to node 14
|
|
74
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
75
|
+
|
|
76
|
+
# [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)
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
80
|
+
- ignore md files from triggering version updates
|
|
81
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
86
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/graphql-codegen-near-operation-file",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"prepack": "yarn build"
|
|
17
17
|
},
|
|
18
18
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
19
|
-
"browserslist": [
|
|
20
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
21
|
-
],
|
|
22
19
|
"eslintConfig": {
|
|
23
20
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
24
21
|
"parserOptions": {
|
|
@@ -26,19 +23,17 @@
|
|
|
26
23
|
}
|
|
27
24
|
},
|
|
28
25
|
"devDependencies": {
|
|
29
|
-
"@graphcommerce/
|
|
30
|
-
"@graphcommerce/
|
|
31
|
-
"@graphcommerce/
|
|
32
|
-
"@
|
|
33
|
-
"@playwright/test": "^1.17.1"
|
|
26
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.0",
|
|
27
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.0",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.0",
|
|
29
|
+
"@playwright/test": "^1.18.1"
|
|
34
30
|
},
|
|
35
31
|
"dependencies": {
|
|
36
|
-
"@graphql-codegen/add": "^3.1.
|
|
37
|
-
"@graphql-codegen/plugin-helpers": "^2.
|
|
38
|
-
"@graphql-codegen/visitor-plugin-common": "^2.
|
|
32
|
+
"@graphql-codegen/add": "^3.1.1",
|
|
33
|
+
"@graphql-codegen/plugin-helpers": "^2.4.0",
|
|
34
|
+
"@graphql-codegen/visitor-plugin-common": "^2.6.0",
|
|
39
35
|
"@types/parse-filepath": "^1.0.0",
|
|
40
|
-
"graphql": "^16.
|
|
36
|
+
"graphql": "^16.3.0",
|
|
41
37
|
"parse-filepath": "^1.0.2"
|
|
42
|
-
}
|
|
43
|
-
"gitHead": "a69bd94ffdcca6ca9487eec1cafe9ade3fcdffa3"
|
|
38
|
+
}
|
|
44
39
|
}
|