This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Commit d6de383
feat: caching and upstream sync (#34)
* chore: upgrade Next.js to 15.6.0-canary.58 (CVE-2025-55182) (vercel#1507)
* chore: upgrade Next.js to 15.6.0-canary.58 (CVE-2025-55182)
* chore: upgrade Next.js to 15.6.0-canary.58 (CVE-2025-55182)
* Fix React Server Components CVE vulnerabilities (vercel#1510)
Updated dependencies to fix Next.js and React CVE vulnerabilities.
The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel
- react-server-dom-turbopack
All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
* Fix React Server Components CVE vulnerabilities (vercel#1511)
Updated dependencies to fix Next.js and React CVE vulnerabilities.
The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel
- react-server-dom-turbopack
All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
* fix: suspense and revalidate issues from updating next.js (vercel#1514)
* fix: product provider without suspense
ProductProvider was using useSearchParams without a Suspense. But since it wraps the complete page it'd break the fallback shell, so I got rid of it and just access the search params directly within each component. That way you keep individual suspenses. I had to run prettier so changes are huge.
* fix: also remove useProduct from add-to-cart
* fix: try adding use cache: private to getCart()
* fix: router refresh
* fix: use updateTag instead of router.refresh()
* chore: update lint configuration to oxlint and oxfmt
Replace eslint with oxlint and add oxfmt formatter configuration.
Update pre-commit hook and apply formatting across the codebase.
* test: update e2e tests and dependencies
Update Playwright to v1.58, update test dependencies, add tsconfig.
Improve add-to-cart test reliability with retry logic.
* chore: update template dependencies and configuration
Update Next.js, React, and other dependencies.
Update tsconfig and next.config settings.
* refactor: sync upstream changes
Sync component, lib, and API type changes from upstream.
Includes cart improvements, variant selector updates, API retry
enhancements, and gallery/opengraph updates.
* fix: address PR review feedback
- Add fallback to use handle as direct ID when seoUrl lookup fails
- Use find() instead of filter() for cart item lookup
- Add missing await in requestContext
---------
Co-authored-by: Chris Tate <chris@ctate.dev>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Co-authored-by: Boris Besemer <borisbesemer@gmail.com>1 parent 2225f50 commit d6de383
File tree
79 files changed
+3569
-7901
lines changed- .github/workflows
- .husky
- api-types
- app
- (cms)
- [...cms]
- api/revalidate
- product/[...handle]
- search
- (collection)
- [...collection]
- components
- cart
- collection
- grid
- icons
- layout
- search
- filter
- product
- e2e-tests
- page-objects
- tests
- lib
- shopware
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+3569
-7901
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments