chore(cookbook): regenerate recipes#3541
Open
itsjustriley wants to merge 1 commit intorecipe-test-infinite-scroll-cleanfrom
Open
chore(cookbook): regenerate recipes#3541itsjustriley wants to merge 1 commit intorecipe-test-infinite-scroll-cleanfrom
itsjustriley wants to merge 1 commit intorecipe-test-infinite-scroll-cleanfrom
Conversation
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
|
🤖 Code Review · Skipped — PR has too many files for review (limit: 50) |
Base automatically changed from
recipe-test-infinite-scroll
to
recipe-test-setup
March 9, 2026 16:00
2e72c02 to
e923340
Compare
kdaviduik
reviewed
Mar 10, 2026
Contributor
kdaviduik
left a comment
There was a problem hiding this comment.
the recipe regeneration LGTM though it seems like there was a bad rebase because the infinite scroll E2E tests are inside
f6ec6ec to
3409464
Compare
33d0b4f to
2819265
Compare
3409464 to
8bfd588
Compare
kdaviduik
approved these changes
Mar 16, 2026
1cb21e1 to
02d05a3
Compare
…updates Regenerates all recipe patch files to align with the latest skeleton template state after the rebase of setup-clean and infinite-scroll-clean branches. The patch file hash suffixes update to reflect the new file paths. Recipes updated: b2b, bundles, combined-listings, custom-cart-method, express, infinite-scroll, legacy-customer-account-flow, metaobjects, multipass, partytown, subscriptions, third-party-api
8bfd588 to
3e95d3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHY are these changes introduced?
Cookbook recipes broke due to skeleton template evolution since February 2026. Changes included import formatting standardization, new features (MockShopNotice, nested cart lines), and monorepo updates. Old patches applied with offset warnings which cookbook validation treats as errors.
WHAT is this pull request doing?
Regenerates 11 cookbook recipe patches to be compatible with the current skeleton template.
Recipe Status: 14 of 14 recipes working (100%)
Fixed in this PR (11 recipes):
Fixed in parent/grandparent PRs (2 recipes):
Already working (1 recipe):
Manual fixes applied:
Most recipes only required patch regeneration. The following recipes needed manual code changes before regeneration due to significant skeleton template changes:
metaobjects: Complete rewrite of
app/routes/_index.tsxto use metaobject route content queries instead of featured collectionsb2b: Updated
app/routes/products.$handle.tsxto add buyer context parameter to loader functions for B2B contextualized querieslegacy-customer-account-flow: Converted 4 account routes from Customer Account API to legacy Storefront API:
app/routes/account._index.tsx: ReplacedcustomerAccount.query()withstorefront.query()and session-based authapp/routes/account.orders.$id.tsx: Complete loader rewrite for Storefront API customer order queriesapp/routes/account.orders._index.tsx: Complete loader rewrite for Storefront API customer orders listapp/routes/account.profile.tsx: Complete loader/action rewrite for Storefront API customer updatesexpress: Updated config files to remove Oxygen deployment dependencies:
vite.config.ts: Removedimport {oxygen} from '@shopify/mini-oxygen/vite'(no longer needed for Node.js/Express)tsconfig.json: Removed@shopify/oxygen-workers-typesfrom types array (Express uses standard Node.js types)multipass: Converted 4 account routes from Customer Account API to legacy Storefront API for Multipass authentication:
app/routes/account.$.tsx: ReplacedcustomerAccount.handleAuthStatus()with session-based auth checkapp/routes/account.addresses.tsx: Converted loader from customerAccount to session + storefrontapp/routes/account.profile.tsx: Complete loader/action rewrite for Storefront API with session management and password updatesapp/routes/account.tsx: Complete loader rewrite for session-based routing, authentication, and customer queriesHOW to test your changes?
All 14 recipes should pass validation.
Checklist