@graphcommerce/next-config 9.1.0-canary.38 → 9.1.0-canary.40

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.40
4
+
5
+ ## 9.1.0-canary.39
6
+
3
7
  ## 9.1.0-canary.38
4
8
 
5
9
  ## 9.1.0-canary.37
@@ -235,22 +235,22 @@ it('correctly renames all variable usages', async () => {
235
235
  [
236
236
  {
237
237
  enabled: true,
238
- targetModule: '@graphcommerce/magento-product',
238
+ targetModule: '@graphcommerce/ecommerce-ui',
239
239
  sourceExport: 'Plugin',
240
240
  type: 'component',
241
- targetExport: 'ProductListItem',
241
+ targetExport: 'ApolloErrorAlert',
242
242
  sourceModule: '@graphcommerce/magento-compare/plugins/CompareAbleProductListItem',
243
243
  },
244
244
  ],
245
245
  resolve,
246
246
  )
247
247
  expect(Object.keys(interceptors)[0]).toMatchInlineSnapshot(
248
- '"packages/magento-product/components/ProductListItem/ProductListItem"',
248
+ '"packages/ecommerce-ui/components/ApolloError/ApolloErrorAlert"',
249
249
  )
250
250
  const template =
251
- interceptors['packages/magento-product/components/ProductListItem/ProductListItem']?.template
252
- expectOriginal(template).not.toContain('ProductListItem.selectors')
253
- expectOriginal(template).toContain('ProductListItemOriginal.selectors')
251
+ interceptors['packages/ecommerce-ui/components/ApolloError/ApolloErrorAlert']?.template
252
+ expectOriginal(template).not.toContain('ApolloErrorAlert.selectors')
253
+ expectOriginal(template).toContain('ApolloErrorAlertOriginal.selectors')
254
254
  })
255
255
  it('it handles root plugins', async () => {
256
256
  const resolve = resolveDependency(projectRoot)
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": "9.1.0-canary.38",
5
+ "version": "9.1.0-canary.40",
6
6
  "type": "module",
7
7
  "types": "./src/index.ts",
8
8
  "exports": {
@@ -43,7 +43,7 @@
43
43
  "zod": "^3.24.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.38",
46
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.40",
47
47
  "@lingui/loader": "*",
48
48
  "@lingui/macro": "*",
49
49
  "@lingui/react": "*",