@graphcommerce/next-config 3.0.3 → 3.0.4
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 +44 -84
- package/dist/index.js +1 -0
- package/package.json +6 -5
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,163 +1,136 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
|
|
8
|
+
|
|
9
|
+
* [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
|
|
10
|
+
|
|
3
11
|
## 3.0.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
8
|
-
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
15
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
9
16
|
|
|
10
|
-
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
|
|
11
|
-
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
|
|
12
|
-
Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
17
|
+
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
13
18
|
|
|
14
19
|
## 3.0.2
|
|
15
20
|
|
|
16
21
|
### Patch Changes
|
|
17
22
|
|
|
18
|
-
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
19
|
-
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
20
|
-
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
21
|
-
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
22
|
-
duplicate packages in the node_modules folders.
|
|
23
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
|
|
23
24
|
|
|
24
|
-
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
25
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
26
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
27
|
-
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
28
|
-
implementing
|
|
29
|
-
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
30
|
-
soon.
|
|
25
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
|
|
31
26
|
|
|
32
|
-
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
33
|
-
frontend to be able to revalidate pages manually.
|
|
27
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
|
|
34
28
|
|
|
35
29
|
## 3.0.1
|
|
36
30
|
|
|
37
31
|
### Patch Changes
|
|
38
32
|
|
|
39
|
-
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
40
|
-
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
41
|
-
so that the packages link to back to the website and repository
|
|
33
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
|
|
42
34
|
|
|
43
35
|
## 3.0.0
|
|
44
36
|
|
|
45
37
|
### Major Changes
|
|
46
38
|
|
|
47
|
-
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
48
|
-
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
49
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
39
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
50
40
|
|
|
51
|
-
All notable changes to this project will be documented in this file. See
|
|
52
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
41
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
53
42
|
|
|
54
43
|
# [2.109.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.108.0...@graphcommerce/next-config@2.109.0) (2021-11-12)
|
|
55
44
|
|
|
56
45
|
### Features
|
|
57
46
|
|
|
58
|
-
- added tons of translations
|
|
59
|
-
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
47
|
+
- added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
60
48
|
|
|
61
49
|
# [2.108.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.107.3...@graphcommerce/next-config@2.108.0) (2021-11-09)
|
|
62
50
|
|
|
63
51
|
### Features
|
|
64
52
|
|
|
65
|
-
- **next-config:** support for .po files to be imported
|
|
66
|
-
([79b64ce](https://github.com/ho-nl/m2-pwa/commit/79b64ce9b444fcf620279d9a8e5d253b8e9cfa84))
|
|
53
|
+
- **next-config:** support for .po files to be imported ([79b64ce](https://github.com/ho-nl/m2-pwa/commit/79b64ce9b444fcf620279d9a8e5d253b8e9cfa84))
|
|
67
54
|
|
|
68
55
|
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.106.1...@graphcommerce/next-config@2.107.0) (2021-10-27)
|
|
69
56
|
|
|
70
57
|
### Features
|
|
71
58
|
|
|
72
|
-
- **nextjs:** upgraded to nextjs 12
|
|
73
|
-
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
59
|
+
- **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
74
60
|
|
|
75
61
|
# [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.105.1...@graphcommerce/next-config@2.106.0) (2021-10-20)
|
|
76
62
|
|
|
77
63
|
### Features
|
|
78
64
|
|
|
79
|
-
- **next-config:** support topLevelAwait
|
|
80
|
-
([3cb4f90](https://github.com/ho-nl/m2-pwa/commit/3cb4f90ac3af797f5fcba888dfd28aa2b76480b8))
|
|
65
|
+
- **next-config:** support topLevelAwait ([3cb4f90](https://github.com/ho-nl/m2-pwa/commit/3cb4f90ac3af797f5fcba888dfd28aa2b76480b8))
|
|
81
66
|
|
|
82
67
|
## [2.105.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.105.0...@graphcommerce/next-config@2.105.1) (2021-10-19)
|
|
83
68
|
|
|
84
69
|
### Bug Fixes
|
|
85
70
|
|
|
86
|
-
- **next-config:** make sure webpack is available
|
|
87
|
-
([46edb3e](https://github.com/ho-nl/m2-pwa/commit/46edb3e6fd1b716d7d9dbe59cb1530375d24c228))
|
|
71
|
+
- **next-config:** make sure webpack is available ([46edb3e](https://github.com/ho-nl/m2-pwa/commit/46edb3e6fd1b716d7d9dbe59cb1530375d24c228))
|
|
88
72
|
|
|
89
73
|
# [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.104.7...@graphcommerce/next-config@2.105.0) (2021-10-19)
|
|
90
74
|
|
|
91
75
|
### Bug Fixes
|
|
92
76
|
|
|
93
|
-
- **next-config:** move the @apollo/client **DEV** env to next-config
|
|
94
|
-
([fb1df3f](https://github.com/ho-nl/m2-pwa/commit/fb1df3fe4edbf769afb4149c7beced70bb948be5))
|
|
77
|
+
- **next-config:** move the @apollo/client **DEV** env to next-config ([fb1df3f](https://github.com/ho-nl/m2-pwa/commit/fb1df3fe4edbf769afb4149c7beced70bb948be5))
|
|
95
78
|
|
|
96
79
|
### Features
|
|
97
80
|
|
|
98
|
-
- **mesh:** move to a default .meshrc.yml format instead of the json file
|
|
99
|
-
([d9a30a7](https://github.com/ho-nl/m2-pwa/commit/d9a30a78baed2b85b77bbd80e94a6f047e2255b6))
|
|
81
|
+
- **mesh:** move to a default .meshrc.yml format instead of the json file ([d9a30a7](https://github.com/ho-nl/m2-pwa/commit/d9a30a78baed2b85b77bbd80e94a6f047e2255b6))
|
|
100
82
|
|
|
101
83
|
## [2.104.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.104.3...@graphcommerce/next-config@2.104.4) (2021-10-07)
|
|
102
84
|
|
|
103
85
|
### Bug Fixes
|
|
104
86
|
|
|
105
|
-
- replace **DEV** with proper variable for optimizing the bundle size
|
|
106
|
-
([9b03209](https://github.com/ho-nl/m2-pwa/commit/9b032095f618846d132c00b8dc14fbb1b09c6ed8))
|
|
87
|
+
- replace **DEV** with proper variable for optimizing the bundle size ([9b03209](https://github.com/ho-nl/m2-pwa/commit/9b032095f618846d132c00b8dc14fbb1b09c6ed8))
|
|
107
88
|
|
|
108
89
|
## [2.104.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.104.2...@graphcommerce/next-config@2.104.3) (2021-09-30)
|
|
109
90
|
|
|
110
91
|
### Bug Fixes
|
|
111
92
|
|
|
112
|
-
- .next folder doesn't always exist on vercel
|
|
113
|
-
([5f8f1a7](https://github.com/ho-nl/m2-pwa/commit/5f8f1a7c2c6690be113adfe2fef662c63781e91f))
|
|
93
|
+
- .next folder doesn't always exist on vercel ([5f8f1a7](https://github.com/ho-nl/m2-pwa/commit/5f8f1a7c2c6690be113adfe2fef662c63781e91f))
|
|
114
94
|
|
|
115
95
|
## [2.104.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.104.1...@graphcommerce/next-config@2.104.2) (2021-09-29)
|
|
116
96
|
|
|
117
97
|
### Bug Fixes
|
|
118
98
|
|
|
119
|
-
- cache dependencylist
|
|
120
|
-
([257da86](https://github.com/ho-nl/m2-pwa/commit/257da860c22a7134896e99e2fcf9f67c0ce99363))
|
|
99
|
+
- cache dependencylist ([257da86](https://github.com/ho-nl/m2-pwa/commit/257da860c22a7134896e99e2fcf9f67c0ce99363))
|
|
121
100
|
|
|
122
101
|
## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.104.0...@graphcommerce/next-config@2.104.1) (2021-09-28)
|
|
123
102
|
|
|
124
103
|
### Bug Fixes
|
|
125
104
|
|
|
126
|
-
- do not build on install
|
|
127
|
-
([254e2a6](https://github.com/ho-nl/m2-pwa/commit/254e2a6f4b2a7e81f46466a0abe06ae2f3a79575))
|
|
105
|
+
- do not build on install ([254e2a6](https://github.com/ho-nl/m2-pwa/commit/254e2a6f4b2a7e81f46466a0abe06ae2f3a79575))
|
|
128
106
|
|
|
129
107
|
# [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.103.0...@graphcommerce/next-config@2.104.0) (2021-09-28)
|
|
130
108
|
|
|
131
109
|
### Features
|
|
132
110
|
|
|
133
|
-
- created withYarn1Scopes functionality so we don't rely on actual workspaces
|
|
134
|
-
([7e491ca](https://github.com/ho-nl/m2-pwa/commit/7e491ca2276028a8587f6cd88b98ee451755c3d0))
|
|
111
|
+
- created withYarn1Scopes functionality so we don't rely on actual workspaces ([7e491ca](https://github.com/ho-nl/m2-pwa/commit/7e491ca2276028a8587f6cd88b98ee451755c3d0))
|
|
135
112
|
|
|
136
113
|
# [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.102.3...@graphcommerce/next-config@2.103.0) (2021-09-28)
|
|
137
114
|
|
|
138
115
|
### Bug Fixes
|
|
139
116
|
|
|
140
|
-
- withYarn1Workspaces is not a function
|
|
141
|
-
([a095bc9](https://github.com/ho-nl/m2-pwa/commit/a095bc9f0011fbe9180d0e1718f1b41e89a5f6d9))
|
|
117
|
+
- withYarn1Workspaces is not a function ([a095bc9](https://github.com/ho-nl/m2-pwa/commit/a095bc9f0011fbe9180d0e1718f1b41e89a5f6d9))
|
|
142
118
|
|
|
143
119
|
### Features
|
|
144
120
|
|
|
145
|
-
- add postinstall commands to run properly on deploy
|
|
146
|
-
([d512ee3](https://github.com/ho-nl/m2-pwa/commit/d512ee3ba5c3a9573651ec5333595fe2f1aa141c))
|
|
121
|
+
- add postinstall commands to run properly on deploy ([d512ee3](https://github.com/ho-nl/m2-pwa/commit/d512ee3ba5c3a9573651ec5333595fe2f1aa141c))
|
|
147
122
|
|
|
148
123
|
## [2.102.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.102.2...@graphcommerce/next-config@2.102.3) (2021-09-27)
|
|
149
124
|
|
|
150
125
|
### Bug Fixes
|
|
151
126
|
|
|
152
|
-
- build packages before releasing
|
|
153
|
-
([c4761cf](https://github.com/ho-nl/m2-pwa/commit/c4761cf6d1810c140fd56f6eac8fca922f8c0edc))
|
|
127
|
+
- build packages before releasing ([c4761cf](https://github.com/ho-nl/m2-pwa/commit/c4761cf6d1810c140fd56f6eac8fca922f8c0edc))
|
|
154
128
|
|
|
155
129
|
## [2.102.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.102.0...@graphcommerce/next-config@2.102.2) (2021-09-27)
|
|
156
130
|
|
|
157
131
|
### Bug Fixes
|
|
158
132
|
|
|
159
|
-
- add warnings to next.config.js when .env variables are missing
|
|
160
|
-
([d9dffec](https://github.com/ho-nl/m2-pwa/commit/d9dffec8ebc9cb1c70ca5591cad5e42c9bbe30e6))
|
|
133
|
+
- add warnings to next.config.js when .env variables are missing ([d9dffec](https://github.com/ho-nl/m2-pwa/commit/d9dffec8ebc9cb1c70ca5591cad5e42c9bbe30e6))
|
|
161
134
|
|
|
162
135
|
## [2.102.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.102.0...@graphcommerce/next-config@2.102.1) (2021-09-27)
|
|
163
136
|
|
|
@@ -167,46 +140,33 @@ All notable changes to this project will be documented in this file. See
|
|
|
167
140
|
|
|
168
141
|
### Bug Fixes
|
|
169
142
|
|
|
170
|
-
- ignore md files from triggering version updates
|
|
171
|
-
|
|
172
|
-
- **next-config:**
|
|
173
|
-
|
|
174
|
-
- **next-config:** automatically resolve the workspace dependencies
|
|
175
|
-
([4d739ec](https://github.com/ho-nl/m2-pwa/commit/4d739ec969591f96392f99e476016c6ad1d092cb))
|
|
176
|
-
- playwright can't find the place order button
|
|
177
|
-
([b1fda5b](https://github.com/ho-nl/m2-pwa/commit/b1fda5b3e403dad621aba8ed895427f2166bc985))
|
|
143
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
144
|
+
- **next-config:** another shot at fixing next-config ([a4afe11](https://github.com/ho-nl/m2-pwa/commit/a4afe112aa1308c10bb407d5e3eebf1f239d789c))
|
|
145
|
+
- **next-config:** automatically resolve the workspace dependencies ([4d739ec](https://github.com/ho-nl/m2-pwa/commit/4d739ec969591f96392f99e476016c6ad1d092cb))
|
|
146
|
+
- playwright can't find the place order button ([b1fda5b](https://github.com/ho-nl/m2-pwa/commit/b1fda5b3e403dad621aba8ed895427f2166bc985))
|
|
178
147
|
|
|
179
148
|
### Features
|
|
180
149
|
|
|
181
|
-
- **framer-sheet:** created separate package that can be implemented
|
|
182
|
-
|
|
183
|
-
-
|
|
184
|
-
|
|
185
|
-
-
|
|
186
|
-
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
187
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
188
|
-
[@reachdigital](https://github.com/reachdigital)
|
|
189
|
-
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
190
|
-
- upgraded to nextjs 11
|
|
191
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
150
|
+
- **framer-sheet:** created separate package that can be implemented ([69cc8ce](https://github.com/ho-nl/m2-pwa/commit/69cc8ce3237125335524728a70f4dae050032108))
|
|
151
|
+
- **next-config:** introduced package to streamline the setup of new examples ([b8a3958](https://github.com/ho-nl/m2-pwa/commit/b8a39584e5b529fcaa22db67d3f986b91ae683ad))
|
|
152
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
153
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
154
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
192
155
|
|
|
193
156
|
## [2.101.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.101.0...@graphcommerce/next-config@2.101.1) (2021-09-01)
|
|
194
157
|
|
|
195
158
|
### Bug Fixes
|
|
196
159
|
|
|
197
|
-
- playwright can't find the place order button
|
|
198
|
-
([b1fda5b](https://github.com/ho-nl/m2-pwa/commit/b1fda5b3e403dad621aba8ed895427f2166bc985))
|
|
160
|
+
- playwright can't find the place order button ([b1fda5b](https://github.com/ho-nl/m2-pwa/commit/b1fda5b3e403dad621aba8ed895427f2166bc985))
|
|
199
161
|
|
|
200
162
|
# [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.100.10...@graphcommerce/next-config@2.101.0) (2021-08-12)
|
|
201
163
|
|
|
202
164
|
### Features
|
|
203
165
|
|
|
204
|
-
- upgraded to nextjs 11
|
|
205
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
166
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
206
167
|
|
|
207
168
|
## [2.100.10](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-config@2.100.9...@graphcommerce/next-config@2.100.10) (2021-08-09)
|
|
208
169
|
|
|
209
170
|
### Bug Fixes
|
|
210
171
|
|
|
211
|
-
- ignore md files from triggering version updates
|
|
212
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
172
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
package/dist/index.js
CHANGED
|
@@ -82,6 +82,7 @@ function withYarn1Workspaces(modules = []) {
|
|
|
82
82
|
// do nothing
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
85
86
|
const workspaceInfo = JSON.parse(JSON.parse(infoJson).data);
|
|
86
87
|
const requestedPackages = [
|
|
87
88
|
...Object.keys(packageJson.dependencies ?? {}),
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-config",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.4",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"typings": "dist/index.d.ts",
|
|
@@ -16,14 +16,15 @@
|
|
|
16
16
|
"@lingui/loader": "^3.13.2",
|
|
17
17
|
"js-yaml-loader": "^1.2.2",
|
|
18
18
|
"next-transpile-modules": "^9.0.0",
|
|
19
|
-
"type-fest": "^2.12.0"
|
|
19
|
+
"type-fest": "^2.12.0",
|
|
20
|
+
"webpack": "^5.70.0"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
|
-
"typescript": "^4.
|
|
23
|
-
"webpack": "^5.69.1"
|
|
23
|
+
"typescript": "^4.6.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"next": "^12.0.10"
|
|
26
|
+
"next": "^12.0.10",
|
|
27
|
+
"webpack": "^5.70.0"
|
|
27
28
|
},
|
|
28
29
|
"files": [
|
|
29
30
|
"dist",
|
package/src/index.ts
CHANGED
|
@@ -118,6 +118,7 @@ export function withYarn1Workspaces(modules: string[] = []): (config: NextConfig
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
121
122
|
const workspaceInfo = JSON.parse(JSON.parse(infoJson).data) as WorkspaceInfo
|
|
122
123
|
|
|
123
124
|
const requestedPackages = [
|