@graphcommerce/misc 10.0.0 → 10.0.1-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -274
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @graphcommerce/misc
2
2
 
3
+ ## 10.0.1-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`f76edb7`](https://github.com/graphcommerce-org/graphcommerce/commit/f76edb73e7ea172a4f1596e91a76dc7b38ca35ee) - Fix issue with container sizing of breadcrumb ([@paales](https://github.com/paales))
8
+
9
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`6277f34`](https://github.com/graphcommerce-org/graphcommerce/commit/6277f3417d56f3b6728787d5a4529d801b228a0c) - Solve issue where reactCompiler was enabled but the babel package wasn't installed and thus erroring. ([@paales](https://github.com/paales))
10
+
11
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`93e4c12`](https://github.com/graphcommerce-org/graphcommerce/commit/93e4c1246967c8cdb46f7cd719a87db336b895ab) - Docs ([@paales](https://github.com/paales))
12
+
13
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`71e2bcc`](https://github.com/graphcommerce-org/graphcommerce/commit/71e2bcc86db52b937b629f8f0a4defef107ff973) - Peer dependency issues ([@paales](https://github.com/paales))
14
+
3
15
  ## 10.0.0
4
16
 
5
17
  ### Major Changes
@@ -110,280 +122,6 @@
110
122
 
111
123
  - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`7fbdfd5`](https://github.com/graphcommerce-org/graphcommerce/commit/7fbdfd5cd0d11c6f7a11634891ec66f47d074e5a) - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. ([@paales](https://github.com/paales))
112
124
 
113
- ## 10.0.0-canary.72
114
-
115
- ### Patch Changes
116
-
117
- - [`74462d5`](https://github.com/graphcommerce-org/graphcommerce/commit/74462d57fc86e5d172e2d337cdb9747c63c1b094) - Bump 2 ([@paales](https://github.com/paales))
118
-
119
- ## 10.0.0-canary.71
120
-
121
- ### Patch Changes
122
-
123
- - [`d1f1043`](https://github.com/graphcommerce-org/graphcommerce/commit/d1f1043b5949cb344ab44ab4e7ec566ed31d747b) - Bump versions ([@paales](https://github.com/paales))
124
-
125
- ## 10.0.0-canary.70
126
-
127
- ## 10.0.0-canary.69
128
-
129
- ## 10.0.0-canary.68
130
-
131
- ## 10.0.0-canary.67
132
-
133
- ## 10.0.0-canary.66
134
-
135
- ## 10.0.0-canary.65
136
-
137
- ## 10.0.0-canary.64
138
-
139
- ## 10.0.0-canary.63
140
-
141
- ## 10.0.0-canary.62
142
-
143
- ## 10.0.0-canary.61
144
-
145
- ## 10.0.0-canary.60
146
-
147
- ### Patch Changes
148
-
149
- - [#2556](https://github.com/graphcommerce-org/graphcommerce/pull/2556) [`4aa6c92`](https://github.com/graphcommerce-org/graphcommerce/commit/4aa6c9284cdc6a43abe1ba8173ad4840e0e808fc) - Bump next from 16.0.6 to 16.0.7 ([@dependabot](https://github.com/apps/dependabot))
150
-
151
- ## 10.0.0-canary.59
152
-
153
- ### Patch Changes
154
-
155
- - [`f498226`](https://github.com/graphcommerce-org/graphcommerce/commit/f4982262289bf525da7b102d44fb9c1f06367edb) - Solve issue where the translations weren't loaded when only using graphqlSharedClient instead of graphqlSsrClient. ([@paales](https://github.com/paales))
156
-
157
- ## 10.0.0-canary.58
158
-
159
- ## 10.0.0-canary.57
160
-
161
- ### Patch Changes
162
-
163
- - [`261a462`](https://github.com/graphcommerce-org/graphcommerce/commit/261a462fca6212bb2a76f62cb38fd09f2d0cc82e) - bump version ([@paales](https://github.com/paales))
164
-
165
- ## 10.0.0-canary.56
166
-
167
- ### Major Changes
168
-
169
- - [#2546](https://github.com/graphcommerce-org/graphcommerce/pull/2546) [`ed9332a`](https://github.com/graphcommerce-org/graphcommerce/commit/ed9332a7f78966d932041d9a7725641edc92b28d) - ## GraphCommerce 10 - Turbopack Support
170
-
171
- This major release brings full Turbopack compatibility, dramatically improving development speed.
172
-
173
- ### 🚀 Turbopack-Compatible Interceptor System
174
-
175
- The entire plugin/interceptor system has been rewritten to work with Turbopack:
176
-
177
- - **No more Webpack plugins** - Removed `InterceptorPlugin` webpack plugin entirely
178
- - **File-based interception** - Original files are moved to `.original.tsx` and replaced with interceptor content
179
- - **Direct imports** - Interceptors import from `.original` files instead of embedding source
180
- - **New CLI commands**:
181
- - `graphcommerce codegen-interceptors` - Generate interceptor files
182
- - `graphcommerce cleanup-interceptors` - Reset interceptor system, restore original files
183
- - **Stable file hashing** - Deterministic interceptor generation for better caching
184
-
185
- ### ⚙️ Treeshakable Configuration System
186
-
187
- Replaced Webpack `DefinePlugin`-based `import.meta.graphCommerce` with a new generated configuration system:
188
-
189
- - **New `codegen-config-values` command** - Generates TypeScript files with precise typing
190
- - **Schema-driven** - Dynamically introspects Zod schemas to determine all available properties
191
- - **Fully treeshakable** - Unused config values are eliminated from the bundle
192
- - **Type-safe** - Uses `Get<GraphCommerceConfig, 'path'>` for nested property access
193
- - **Separate files for nested objects** - Optimal treeshaking for complex configurations
194
-
195
- ### 🔧 withGraphCommerce Changes
196
-
197
- - **Removed** `InterceptorPlugin` - No longer needed with file-based interception
198
- - **Removed** `DefinePlugin` for `import.meta.graphCommerce` - Replaced with generated config
199
- - **Removed** `@mui/*` alias rewrites - No longer required
200
- - **Added** Turbopack loader rules for `.yaml`, `.yml`, and `.po` files
201
- - **Added** `serverExternalPackages` for all `@whatwg-node/*` packages
202
- - **Added** `optimizePackageImports` for better bundle optimization
203
- - **Added** `images.qualities: [52, 75]` for Next.js image optimization
204
-
205
- ### 📦 Lingui Configuration
206
-
207
- - **Renamed** `lingui.config.js` → `lingui.config.ts` with TypeScript support
208
- - **Updated** `@graphcommerce/lingui-next/config` to TypeScript with proper exports
209
- - **Simplified** formatter options
210
-
211
- ### ⚛️ React 19 & Next.js 16 Compatibility
212
-
213
- - Updated `RefObject<T>` types for React 19 (now includes `null` by default)
214
- - Replaced deprecated `React.VFC` with `React.FC`
215
- - Fixed `useRef` calls to require explicit initial values
216
- - Updated `MutableRefObject` usage in `framer-scroller`
217
-
218
- ### 📋 ESLint 9 Flat Config
219
-
220
- - Migrated from legacy `.eslintrc` to new flat config format (`eslint.config.mjs`)
221
- - Updated `@typescript-eslint/*` packages to v8
222
- - Fixed AST selector for `SxProps` rule (`typeParameters` → `typeArguments`)
223
-
224
- ### 🔄 Apollo Client
225
-
226
- - Fixed deprecated `name` option → `clientAwareness: { name: 'ssr' }`
227
- - Updated error handling types to accept `ApolloError | null | undefined`
228
-
229
- ### ⚠️ Breaking Changes
230
-
231
- - **Node.js 24.x not supported** - Restricted to `>=20 <24.0.0` due to [nodejs/undici#4290](https://github.com/nodejs/undici/issues/4290)
232
- - **Interceptor files changed** - Original components now at `.original.tsx`
233
- - **Config access changed** - Use generated config values instead of `import.meta.graphCommerce`
234
- - **ESLint config format** - Must use flat config (`eslint.config.mjs`)
235
- - **Lingui config** - Rename `lingui.config.js` to `lingui.config.ts`
236
-
237
- ### 🗑️ Removed
238
-
239
- - `InterceptorPlugin` webpack plugin
240
- - `configToImportMeta` utility
241
- - Webpack `DefinePlugin` usage for config
242
- - `@mui/*` modern alias rewrites
243
- - Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
244
-
245
- ## 9.1.0-canary.55
246
-
247
- ### Patch Changes
248
-
249
- - [#2539](https://github.com/graphcommerce-org/graphcommerce/pull/2539) [`22094bd`](https://github.com/graphcommerce-org/graphcommerce/commit/22094bd1724bf7917373200501217653bb588f5f) - Solve a version-skew problem where certain JS files weren't properly cached by the Service Worker, but the page was cached. The moment a user wanted to load the page the JS files would not exist and result in a 404. This in turn caused the the frontend to be broken until the page was reloaded.
250
-
251
- The cause is that if the prefetch requests fail, other prefetch requests are not made anymore. And since the js file wasn't cached by other buckets, it would result in a 404. ([@paales](https://github.com/paales))
252
-
253
- ## 9.1.0-canary.54
254
-
255
- ## 9.1.0-canary.53
256
-
257
- ## 9.1.0-canary.52
258
-
259
- ## 9.1.0-canary.51
260
-
261
- ## 9.1.0-canary.50
262
-
263
- ## 9.1.0-canary.49
264
-
265
- ## 9.1.0-canary.48
266
-
267
- ## 9.1.0-canary.47
268
-
269
- ## 9.1.0-canary.46
270
-
271
- ## 9.1.0-canary.45
272
-
273
- ## 9.1.0-canary.44
274
-
275
- ## 9.1.0-canary.43
276
-
277
- ## 9.1.0-canary.42
278
-
279
- ## 9.1.0-canary.41
280
-
281
- ## 9.1.0-canary.40
282
-
283
- ## 9.1.0-canary.39
284
-
285
- ## 9.1.0-canary.38
286
-
287
- ## 9.1.0-canary.37
288
-
289
- ## 9.1.0-canary.36
290
-
291
- ## 9.1.0-canary.35
292
-
293
- ## 9.1.0-canary.34
294
-
295
- ## 9.1.0-canary.33
296
-
297
- ## 9.1.0-canary.32
298
-
299
- ## 9.1.0-canary.31
300
-
301
- ## 9.1.0-canary.30
302
-
303
- ## 9.1.0-canary.29
304
-
305
- ## 9.1.0-canary.28
306
-
307
- ## 9.1.0-canary.27
308
-
309
- ## 9.1.0-canary.26
310
-
311
- ## 9.1.0-canary.25
312
-
313
- ## 9.1.0-canary.24
314
-
315
- ## 9.1.0-canary.23
316
-
317
- ## 9.1.0-canary.22
318
-
319
- ## 9.1.0-canary.21
320
-
321
- ## 9.1.0-canary.20
322
-
323
- ## 9.1.0-canary.19
324
-
325
- ### Patch Changes
326
-
327
- - [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`39058be`](https://github.com/graphcommerce-org/graphcommerce/commit/39058bef14622082ab5e327f13b5a52079c92622) - Support for Magento logo and Magento copyright notice in footer ([@paales](https://github.com/paales))
328
-
329
- ## 9.1.0-canary.18
330
-
331
- ## 9.1.0-canary.17
332
-
333
- ## 9.1.0-canary.16
334
-
335
- ## 9.1.0-canary.15
336
-
337
- ### Patch Changes
338
-
339
- - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`cff4172`](https://github.com/graphcommerce-org/graphcommerce/commit/cff417226b70fe84023afbe236fa61660ac2ceea) - When the added product can't be found, make sure to render just 'Product' instead of an empty string and show a cart icon instead of a placeholder. ([@paales](https://github.com/paales))
340
-
341
- - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`7fbdfd5`](https://github.com/graphcommerce-org/graphcommerce/commit/7fbdfd5cd0d11c6f7a11634891ec66f47d074e5a) - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. ([@paales](https://github.com/paales))
342
-
343
- ## 9.0.4-canary.14
344
-
345
- ## 9.0.4-canary.13
346
-
347
- ## 9.0.4-canary.12
348
-
349
- ### Patch Changes
350
-
351
- - [#2492](https://github.com/graphcommerce-org/graphcommerce/pull/2492) [`2d41445`](https://github.com/graphcommerce-org/graphcommerce/commit/2d414456a827c778db390306a7c174a0b8f16ba1) - Solve issue where the category and search page would rerender on pageload because the mask value would flip from true to false ([@paales](https://github.com/paales))
352
-
353
- ## 9.0.4-canary.11
354
-
355
- ## 9.0.4-canary.10
356
-
357
- ### Patch Changes
358
-
359
- - [#2487](https://github.com/graphcommerce-org/graphcommerce/pull/2487) [`af04d45`](https://github.com/graphcommerce-org/graphcommerce/commit/af04d45d51bdb1b7f0221a96dc0867234a581cc8) - Added missing WebWorker tsconfig for magento-open-source example ([@paales](https://github.com/paales))
360
-
361
- ## 9.0.4-canary.9
362
-
363
- ## 9.0.4-canary.8
364
-
365
- ## 9.0.4-canary.7
366
-
367
- ## 9.0.4-canary.6
368
-
369
- ### Patch Changes
370
-
371
- - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`16a3b73`](https://github.com/graphcommerce-org/graphcommerce/commit/16a3b73af173695605a0e8dfaa57777391e8b99d) - Solve issue where the performanceLink was only activated during production while it should have been during development. ([@paales](https://github.com/paales))
372
-
373
- - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`87df248`](https://github.com/graphcommerce-org/graphcommerce/commit/87df248a7154eed415da935d33f3cc6e48159ec9) - Solve issue where plurals weren't properly defined ([@paales](https://github.com/paales))
374
-
375
- ## 9.0.4-canary.5
376
-
377
- ## 9.0.4-canary.4
378
-
379
- ## 9.0.4-canary.3
380
-
381
- ## 9.0.4-canary.2
382
-
383
- ## 9.0.4-canary.1
384
-
385
- ## 9.0.4-canary.0
386
-
387
125
  ## 9.0.2
388
126
 
389
127
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/misc",
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.0",
6
6
  "exports": {
7
7
  ".": "./index.ts"
8
8
  }