Skip to content

Commit 22d3151

Browse files
committed
Merge tag '@bigcommerce/[email protected]' into sync-integrations-makeswift
2 parents fdd90c3 + 44bb14f commit 22d3151

File tree

5 files changed

+664
-703
lines changed

5 files changed

+664
-703
lines changed

core/app/[locale]/(default)/compare/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,3 @@ export default async function Compare(props: Props) {
130130
</CompareAnalyticsProvider>
131131
);
132132
}
133-
134-
// Disabled to circumvent a bug in Next.js and PPR
135-
// More info: https://github.com/vercel/next.js/issues/59407
136-
export const experimental_ppr = false;

core/app/[locale]/(default)/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ export default async function DefaultLayout({ params, children }: Props) {
2323
</>
2424
);
2525
}
26-
27-
export const experimental_ppr = true;

core/next.config.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,28 +66,10 @@ export default async (): Promise<NextConfig> => {
6666
reactStrictMode: true,
6767
experimental: {
6868
optimizePackageImports: ['@icons-pack/react-simple-icons'],
69-
ppr: 'incremental',
7069
},
7170
typescript: {
7271
ignoreBuildErrors: !!process.env.CI,
7372
},
74-
eslint: {
75-
ignoreDuringBuilds: !!process.env.CI,
76-
dirs: [
77-
'app',
78-
'auth',
79-
'build-config',
80-
'client',
81-
'components',
82-
'data-transformers',
83-
'i18n',
84-
'lib',
85-
'middlewares',
86-
'scripts',
87-
'tests',
88-
'vibes',
89-
],
90-
},
9173
// default URL generation in BigCommerce uses trailing slash
9274
trailingSlash: process.env.TRAILING_SLASH !== 'false',
9375
// eslint-disable-next-line @typescript-eslint/require-await

core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"lodash.debounce": "^4.0.8",
5454
"lru-cache": "^11.1.0",
5555
"lucide-react": "^0.474.0",
56-
"next": "15.5.1-canary.4",
56+
"next": "15.5.7",
5757
"next-auth": "5.0.0-beta.30",
5858
"next-intl": "^4.1.0",
5959
"nuqs": "^2.4.3",
6060
"p-lazy": "^5.0.0",
61-
"react": "^19.1.0",
61+
"react": "^19.1.2",
6262
"react-day-picker": "^9.7.0",
63-
"react-dom": "^19.1.0",
63+
"react-dom": "^19.1.2",
6464
"react-headroom": "^3.2.1",
6565
"schema-dts": "^1.1.5",
6666
"server-only": "^0.0.1",
@@ -78,7 +78,7 @@
7878
"@bigcommerce/eslint-config-catalyst": "workspace:^",
7979
"@faker-js/faker": "^9.8.0",
8080
"@gql.tada/cli-utils": "^1.6.3",
81-
"@next/bundle-analyzer": "15.2.3",
81+
"@next/bundle-analyzer": "15.5.7",
8282
"@playwright/test": "^1.52.0",
8383
"@tailwindcss/container-queries": "^0.1.1",
8484
"@tailwindcss/typography": "^0.5.16",
@@ -94,7 +94,7 @@
9494
"dotenv": "^16.5.0",
9595
"dotenv-cli": "^8.0.0",
9696
"eslint": "^8.57.1",
97-
"eslint-config-next": "15.2.3",
97+
"eslint-config-next": "15.5.7",
9898
"postcss": "^8.5.4",
9999
"postcss-preset-env": "^10.2.1",
100100
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)