@graphcommerce/next-config 9.1.0-canary.37 → 9.1.0-canary.39
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
|
@@ -235,22 +235,22 @@ it('correctly renames all variable usages', async () => {
|
|
|
235
235
|
[
|
|
236
236
|
{
|
|
237
237
|
enabled: true,
|
|
238
|
-
targetModule: '@graphcommerce/
|
|
238
|
+
targetModule: '@graphcommerce/ecommerce-ui',
|
|
239
239
|
sourceExport: 'Plugin',
|
|
240
240
|
type: 'component',
|
|
241
|
-
targetExport: '
|
|
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/
|
|
248
|
+
'"packages/ecommerce-ui/components/ApolloError/ApolloErrorAlert"',
|
|
249
249
|
)
|
|
250
250
|
const template =
|
|
251
|
-
interceptors['packages/
|
|
252
|
-
expectOriginal(template).not.toContain('
|
|
253
|
-
expectOriginal(template).toContain('
|
|
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.
|
|
5
|
+
"version": "9.1.0-canary.39",
|
|
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.
|
|
46
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.39",
|
|
47
47
|
"@lingui/loader": "*",
|
|
48
48
|
"@lingui/macro": "*",
|
|
49
49
|
"@lingui/react": "*",
|