@graphcommerce/magento-product-grouped 10.0.0 → 10.0.1-canary.1

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 +4 -240
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.1-canary.1
4
+
5
+ ## 10.0.1-canary.0
6
+
3
7
  ## 10.0.0
4
8
 
5
9
  ### Major Changes
@@ -90,246 +94,6 @@
90
94
 
91
95
  - [#2522](https://github.com/graphcommerce-org/graphcommerce/pull/2522) [`43641a4`](https://github.com/graphcommerce-org/graphcommerce/commit/43641a48e0f3828d99b686b2f7cbca915f426d64) - Solve issue where grouped products could only be added to the cart correctly once. ([@paales](https://github.com/paales))
92
96
 
93
- ## 10.0.0-canary.72
94
-
95
- ## 10.0.0-canary.71
96
-
97
- ## 10.0.0-canary.70
98
-
99
- ## 10.0.0-canary.69
100
-
101
- ## 10.0.0-canary.68
102
-
103
- ## 10.0.0-canary.67
104
-
105
- ## 10.0.0-canary.66
106
-
107
- ## 10.0.0-canary.65
108
-
109
- ## 10.0.0-canary.64
110
-
111
- ## 10.0.0-canary.63
112
-
113
- ## 10.0.0-canary.62
114
-
115
- ## 10.0.0-canary.61
116
-
117
- ## 10.0.0-canary.60
118
-
119
- ## 10.0.0-canary.59
120
-
121
- ## 10.0.0-canary.58
122
-
123
- ## 10.0.0-canary.57
124
-
125
- ## 10.0.0-canary.56
126
-
127
- ### Major Changes
128
-
129
- - [#2546](https://github.com/graphcommerce-org/graphcommerce/pull/2546) [`ed9332a`](https://github.com/graphcommerce-org/graphcommerce/commit/ed9332a7f78966d932041d9a7725641edc92b28d) - ## GraphCommerce 10 - Turbopack Support
130
-
131
- This major release brings full Turbopack compatibility, dramatically improving development speed.
132
-
133
- ### 🚀 Turbopack-Compatible Interceptor System
134
-
135
- The entire plugin/interceptor system has been rewritten to work with Turbopack:
136
-
137
- - **No more Webpack plugins** - Removed `InterceptorPlugin` webpack plugin entirely
138
- - **File-based interception** - Original files are moved to `.original.tsx` and replaced with interceptor content
139
- - **Direct imports** - Interceptors import from `.original` files instead of embedding source
140
- - **New CLI commands**:
141
- - `graphcommerce codegen-interceptors` - Generate interceptor files
142
- - `graphcommerce cleanup-interceptors` - Reset interceptor system, restore original files
143
- - **Stable file hashing** - Deterministic interceptor generation for better caching
144
-
145
- ### ⚙️ Treeshakable Configuration System
146
-
147
- Replaced Webpack `DefinePlugin`-based `import.meta.graphCommerce` with a new generated configuration system:
148
-
149
- - **New `codegen-config-values` command** - Generates TypeScript files with precise typing
150
- - **Schema-driven** - Dynamically introspects Zod schemas to determine all available properties
151
- - **Fully treeshakable** - Unused config values are eliminated from the bundle
152
- - **Type-safe** - Uses `Get<GraphCommerceConfig, 'path'>` for nested property access
153
- - **Separate files for nested objects** - Optimal treeshaking for complex configurations
154
-
155
- ### 🔧 withGraphCommerce Changes
156
-
157
- - **Removed** `InterceptorPlugin` - No longer needed with file-based interception
158
- - **Removed** `DefinePlugin` for `import.meta.graphCommerce` - Replaced with generated config
159
- - **Removed** `@mui/*` alias rewrites - No longer required
160
- - **Added** Turbopack loader rules for `.yaml`, `.yml`, and `.po` files
161
- - **Added** `serverExternalPackages` for all `@whatwg-node/*` packages
162
- - **Added** `optimizePackageImports` for better bundle optimization
163
- - **Added** `images.qualities: [52, 75]` for Next.js image optimization
164
-
165
- ### 📦 Lingui Configuration
166
-
167
- - **Renamed** `lingui.config.js` → `lingui.config.ts` with TypeScript support
168
- - **Updated** `@graphcommerce/lingui-next/config` to TypeScript with proper exports
169
- - **Simplified** formatter options
170
-
171
- ### ⚛️ React 19 & Next.js 16 Compatibility
172
-
173
- - Updated `RefObject<T>` types for React 19 (now includes `null` by default)
174
- - Replaced deprecated `React.VFC` with `React.FC`
175
- - Fixed `useRef` calls to require explicit initial values
176
- - Updated `MutableRefObject` usage in `framer-scroller`
177
-
178
- ### 📋 ESLint 9 Flat Config
179
-
180
- - Migrated from legacy `.eslintrc` to new flat config format (`eslint.config.mjs`)
181
- - Updated `@typescript-eslint/*` packages to v8
182
- - Fixed AST selector for `SxProps` rule (`typeParameters` → `typeArguments`)
183
-
184
- ### 🔄 Apollo Client
185
-
186
- - Fixed deprecated `name` option → `clientAwareness: { name: 'ssr' }`
187
- - Updated error handling types to accept `ApolloError | null | undefined`
188
-
189
- ### ⚠️ Breaking Changes
190
-
191
- - **Node.js 24.x not supported** - Restricted to `>=20 <24.0.0` due to [nodejs/undici#4290](https://github.com/nodejs/undici/issues/4290)
192
- - **Interceptor files changed** - Original components now at `.original.tsx`
193
- - **Config access changed** - Use generated config values instead of `import.meta.graphCommerce`
194
- - **ESLint config format** - Must use flat config (`eslint.config.mjs`)
195
- - **Lingui config** - Rename `lingui.config.js` to `lingui.config.ts`
196
-
197
- ### 🗑️ Removed
198
-
199
- - `InterceptorPlugin` webpack plugin
200
- - `configToImportMeta` utility
201
- - Webpack `DefinePlugin` usage for config
202
- - `@mui/*` modern alias rewrites
203
- - Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
204
-
205
- ## 9.1.0-canary.55
206
-
207
- ## 9.1.0-canary.54
208
-
209
- ## 9.1.0-canary.53
210
-
211
- ## 9.1.0-canary.52
212
-
213
- ## 9.1.0-canary.51
214
-
215
- ## 9.1.0-canary.50
216
-
217
- ## 9.1.0-canary.49
218
-
219
- ## 9.1.0-canary.48
220
-
221
- ## 9.1.0-canary.47
222
-
223
- ## 9.1.0-canary.46
224
-
225
- ## 9.1.0-canary.45
226
-
227
- ### Patch Changes
228
-
229
- - [`f915f65`](https://github.com/graphcommerce-org/graphcommerce/commit/f915f655f5965bab1d50eca9b275199c02e7b7d1) - Make sure the default quantity is selected on the product page for grouped products. Products are sorted correctly and create a separate GroupedProductItem fragment for easier etensibility. ([@paales](https://github.com/paales))
230
-
231
- ## 9.1.0-canary.44
232
-
233
- ## 9.1.0-canary.43
234
-
235
- ## 9.1.0-canary.42
236
-
237
- ## 9.1.0-canary.41
238
-
239
- ### Patch Changes
240
-
241
- - [#2530](https://github.com/graphcommerce-org/graphcommerce/pull/2530) [`7f10a7e`](https://github.com/graphcommerce-org/graphcommerce/commit/7f10a7e1f862588c7d866e1c845f164f8f6a86ad) - Use ProductListPrice and AddProductsToCartQuantity for grouped product lines ([@paales](https://github.com/paales))
242
-
243
- ## 9.1.0-canary.40
244
-
245
- ## 9.1.0-canary.39
246
-
247
- ## 9.1.0-canary.38
248
-
249
- ## 9.1.0-canary.37
250
-
251
- ## 9.1.0-canary.36
252
-
253
- ## 9.1.0-canary.35
254
-
255
- ## 9.1.0-canary.34
256
-
257
- ## 9.1.0-canary.33
258
-
259
- ## 9.1.0-canary.32
260
-
261
- ## 9.1.0-canary.31
262
-
263
- ## 9.1.0-canary.30
264
-
265
- ## 9.1.0-canary.29
266
-
267
- ## 9.1.0-canary.28
268
-
269
- ## 9.1.0-canary.27
270
-
271
- ## 9.1.0-canary.26
272
-
273
- ### Patch Changes
274
-
275
- - [#2522](https://github.com/graphcommerce-org/graphcommerce/pull/2522) [`43641a4`](https://github.com/graphcommerce-org/graphcommerce/commit/43641a48e0f3828d99b686b2f7cbca915f426d64) - Solve issue where grouped products could only be added to the cart correctly once. ([@paales](https://github.com/paales))
276
-
277
- ## 9.1.0-canary.25
278
-
279
- ## 9.1.0-canary.24
280
-
281
- ## 9.1.0-canary.23
282
-
283
- ## 9.1.0-canary.22
284
-
285
- ## 9.1.0-canary.21
286
-
287
- ## 9.1.0-canary.20
288
-
289
- ## 9.1.0-canary.19
290
-
291
- ## 9.1.0-canary.18
292
-
293
- ## 9.1.0-canary.17
294
-
295
- ## 9.1.0-canary.16
296
-
297
- ## 9.1.0-canary.15
298
-
299
- ### Patch Changes
300
-
301
- - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`1d87dc1`](https://github.com/graphcommerce-org/graphcommerce/commit/1d87dc1ac00010df721547d6e62cb49f5bd450eb) - Use narrower types for grouped products ([@paales](https://github.com/paales))
302
-
303
- ## 9.0.4-canary.14
304
-
305
- ## 9.0.4-canary.13
306
-
307
- ## 9.0.4-canary.12
308
-
309
- ## 9.0.4-canary.11
310
-
311
- ## 9.0.4-canary.10
312
-
313
- ## 9.0.4-canary.9
314
-
315
- ## 9.0.4-canary.8
316
-
317
- ## 9.0.4-canary.7
318
-
319
- ## 9.0.4-canary.6
320
-
321
- ## 9.0.4-canary.5
322
-
323
- ## 9.0.4-canary.4
324
-
325
- ## 9.0.4-canary.3
326
-
327
- ## 9.0.4-canary.2
328
-
329
- ## 9.0.4-canary.1
330
-
331
- ## 9.0.4-canary.0
332
-
333
97
  ## 9.0.0
334
98
 
335
99
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-grouped",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0",
5
+ "version": "10.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^10.0.0",
16
- "@graphcommerce/eslint-config-pwa": "^10.0.0",
17
- "@graphcommerce/graphql": "^10.0.0",
18
- "@graphcommerce/image": "^10.0.0",
19
- "@graphcommerce/magento-cart": "^10.0.0",
20
- "@graphcommerce/magento-product": "^10.0.0",
21
- "@graphcommerce/magento-product-simple": "^10.0.0",
22
- "@graphcommerce/magento-product-virtual": "^10.0.0",
23
- "@graphcommerce/magento-store": "^10.0.0",
24
- "@graphcommerce/next-ui": "^10.0.0",
25
- "@graphcommerce/prettier-config-pwa": "^10.0.0",
26
- "@graphcommerce/typescript-config-pwa": "^10.0.0",
15
+ "@graphcommerce/ecommerce-ui": "^10.0.1-canary.1",
16
+ "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.1",
17
+ "@graphcommerce/graphql": "^10.0.1-canary.1",
18
+ "@graphcommerce/image": "^10.0.1-canary.1",
19
+ "@graphcommerce/magento-cart": "^10.0.1-canary.1",
20
+ "@graphcommerce/magento-product": "^10.0.1-canary.1",
21
+ "@graphcommerce/magento-product-simple": "^10.0.1-canary.1",
22
+ "@graphcommerce/magento-product-virtual": "^10.0.1-canary.1",
23
+ "@graphcommerce/magento-store": "^10.0.1-canary.1",
24
+ "@graphcommerce/next-ui": "^10.0.1-canary.1",
25
+ "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.1",
26
+ "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.1",
27
27
  "@lingui/core": "^5",
28
28
  "@lingui/macro": "^5",
29
29
  "@lingui/react": "^5",