Skip to content

Bump next from 16.1.1 to 16.1.5 in /examples/magento-graphcms #23

Bump next from 16.1.1 to 16.1.5 in /examples/magento-graphcms

Bump next from 16.1.1 to 16.1.5 in /examples/magento-graphcms #23

Triggered via pull request January 27, 2026 22:19
Status Failure
Total duration 1m 45s
Artifacts

pr-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test
Process completed with exit code 1.
packagesDev/next-config/__tests__/config/utils/mergeEnvIntoConfig.ts > parses an env config object: packagesDev/next-config/__tests__/config/utils/mergeEnvIntoConfig.ts#L48
Error: Snapshot `parses an env config object 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "GC_DEMO_MODE": true, "GC_STOREFRONT": [ { "defaultLocale": true, "hygraphLocales": [ "en", @@ -8,10 +9,12 @@ "locale": "en", "magentoStoreCode": "en_us", }, ], "GC_STOREFRONT_0_DEFAULT_LOCALE": true, + "GC_STOREFRONT_0_HYGRAPH_LOCALES_0": "en", "GC_STOREFRONT_0_LOCALE": "en", "GC_STOREFRONT_0_MAGENTO_STORE_CODE": "en_us", + "GC_STOREFRONT_1_HYGRAPH_LOCALES_0": "de", "GC_STOREFRONT_1_LOCALE": "de", "GC_STOREFRONT_1_MAGENTO_STORE_CODE": "de_de", } ❯ packagesDev/next-config/__tests__/config/utils/mergeEnvIntoConfig.ts:48:18
packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts > generated a correct file if a replacement and a plugin is applied to the same export: packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts#L610
Error: Snapshot `generated a correct file if a replacement and a plugin is applied to the same export 3` mismatched - Expected + Received @@ -24,7 +24,9 @@ * original source changes. * * @see {ProductPageNameMyPlugin} for source of replaced component * @see {PluginConfigurableProductPageName} for source of applied plugin */ - export const ProductPageName = PluginConfigurableProductPageNameInterceptor + export const ProductPageName = + PluginConfigurableProductPageNameInterceptor as typeof ProductPageNameMyPlugin & + React.FC<PluginConfigurableProductPageNameProps> " ❯ packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts:610:18
packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts > it handles on duplicates gracefully: packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts#L225
Error: Snapshot `it handles on duplicates gracefully 1` mismatched - Expected + Received @@ -18,11 +18,12 @@ ) type PluginAddBraintreeMethodsProps = OmitPrev< React.ComponentProps<typeof PluginAddBraintreeMethods>, 'Prev' - > + > & + PluginAddBraintreeMethodsProps const PluginAddBraintreeMethodsInterceptor = (props: PluginAddBraintreeMethodsProps) => ( <PluginAddBraintreeMethods {...props} Prev={PluginAddBraintreeMethodsInterceptor} /> ) @@ -34,7 +35,9 @@ * * @see {@link file://./PaymentMethodContextProvider.original.tsx} for original source file * @see {PluginAddBraintreeMethods} for source of applied plugin * @see {PluginAddBraintreeMethods} for source of applied plugin */ - export const PaymentMethodContextProvider = PluginAddBraintreeMethodsInterceptor + export const PaymentMethodContextProvider = + PluginAddBraintreeMethodsInterceptor as typeof PaymentMethodContextProviderOriginal & + React.FC<PluginAddBraintreeMethodsProps> " ❯ packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts:225:18
packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts > it can apply multiple plugins to a single export: packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts#L155
Error: Snapshot `it can apply multiple plugins to a single export 1` mismatched - Expected + Received @@ -19,11 +19,12 @@ ) type PluginAddMollieMethodsProps = OmitPrev< React.ComponentProps<typeof PluginAddMollieMethods>, 'Prev' - > + > & + PluginAddAdyenMethodsProps const PluginAddMollieMethodsInterceptor = (props: PluginAddMollieMethodsProps) => ( <PluginAddMollieMethods {...props} Prev={PluginAddAdyenMethodsInterceptor} /> ) @@ -35,7 +36,9 @@ * * @see {@link file://./PaymentMethodContextProvider.original.tsx} for original source file * @see {PluginAddAdyenMethods} for source of applied plugin * @see {PluginAddMollieMethods} for source of applied plugin */ - export const PaymentMethodContextProvider = PluginAddMollieMethodsInterceptor + export const PaymentMethodContextProvider = + PluginAddMollieMethodsInterceptor as typeof PaymentMethodContextProviderOriginal & + React.FC<PluginAddMollieMethodsProps> " ❯ packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts:155:18
packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts > it generates an interceptor: packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts#L54
Error: Snapshot `it generates an interceptor 1` mismatched - Expected + Received @@ -19,11 +19,12 @@ ) type PluginAddMollieMethodsProps = OmitPrev< React.ComponentProps<typeof PluginAddMollieMethods>, 'Prev' - > + > & + PluginAddBraintreeMethodsProps const PluginAddMollieMethodsInterceptor = (props: PluginAddMollieMethodsProps) => ( <PluginAddMollieMethods {...props} Prev={PluginAddBraintreeMethodsInterceptor} /> ) @@ -35,7 +36,9 @@ * * @see {@link file://./PaymentMethodContextProvider.original.tsx} for original source file * @see {PluginAddBraintreeMethods} for source of applied plugin * @see {PluginAddMollieMethods} for source of applied plugin */ - export const PaymentMethodContextProvider = PluginAddMollieMethodsInterceptor + export const PaymentMethodContextProvider = + PluginAddMollieMethodsInterceptor as typeof PaymentMethodContextProviderOriginal & + React.FC<PluginAddMollieMethodsProps> " ❯ packagesDev/next-config/__tests__/interceptors/generateInterceptors.ts:54:18