Version Packages (canary)#3123
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
July 22, 2026 18:22
52a2e59 to
963f83e
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
July 23, 2026 18:25
963f83e to
a768e01
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
July 23, 2026 19:48
a768e01 to
65fa545
Compare
chanceaclark
approved these changes
Jul 23, 2026
chanceaclark
enabled auto-merge
July 23, 2026 20:46
Contributor
Author
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 23, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@bigcommerce/catalyst-core@1.10.1
Patch Changes
#3112
b80584dThanks @jairo-bc! - Fix product, category, and brand content falling back to the default language after ISR revalidation.generateMetadatafetched page data throughcache()-memoized loaders before callingsetRequestLocale, so during background regeneration (no request) next-intl could not resolve the locale, the storefront client omittedAccept-Language, and the default-locale response poisoned the memoized cache for the whole render.setRequestLocale(locale)is now called before the fetch in eachgenerateMetadata.#3128
a14b9fdThanks @bc-vivekaggarwal! - Style the promotion callouts with Storefront Kit's built-inwarningvariant instead of custom Tailwind classes. Bumpsstorefront-kitto^0.32.3(whosestylesstylesheet is now plain CSS, so it imports cleanly under Turbopack) and wires upstorefront-kit/stylesplus the Storefront Kitdistcontent path so the Callout's design-system tokens resolve out of the box.#3129
9264ad8Thanks @chanceaclark! - Upgrade Next.js from 16.2.6 to 16.2.11 to pick up the July 2026 security release (https://nextjs.org/blog/july-2026-security-release).