Version Packages (canary) - #3135
Open
github-actions[bot] wants to merge 1 commit into
Open
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 27, 2026 15:58
00ab317 to
4b49e3a
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
July 29, 2026 14:12
4b49e3a to
723c090
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 3, 2026 15:43
723c090 to
d1c3c19
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 4, 2026 18:49
d1c3c19 to
a55780a
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 5, 2026 14:44
a55780a to
a2ac867
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 5, 2026 14:53
a2ac867 to
3eea6a4
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 5, 2026 16:18
3eea6a4 to
5a23986
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 5, 2026 18:49
5a23986 to
1a31d5b
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 5, 2026 20:42
1a31d5b to
a67e4d3
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 7, 2026 11:23
a67e4d3 to
534e059
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 7, 2026 16:57
534e059 to
0d90b1a
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 12, 2026 15:12
0d90b1a to
30f05e5
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 18, 2026 16:10
30f05e5 to
1ed150c
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 18, 2026 17:10
1ed150c to
356d8e5
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 18, 2026 18:37
356d8e5 to
9dc738b
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 18, 2026 19:15
9dc738b to
3df5066
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 18, 2026 23:27
3df5066 to
ef4dddf
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 19, 2026 14:54
ef4dddf to
2d7188c
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
August 19, 2026 16:16
2d7188c to
f38ff57
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.
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@1.3.0
Minor Changes
#3156
9990a87Thanks @jordanarldt! - Print the DNS records to publish whencatalyst domains addsucceeds. The A and CNAME values that point the domain at the project are shown with the success message, along with which to publish and a note that they are only returned when the domain is added. The records survive--wait, and are omitted when the API has none to share yet.#3166
382bdf5Thanks @jordanarldt! - Standardize resource commands on plural names:catalyst projectis nowcatalyst projects, andcatalyst channelis nowcatalyst channels, matching the already-pluraldomainsandlogs. The singular form of every resource command remains as an alias —project,channel,domain, andlogall still resolve — so existing scripts keep working. Telemetry continues to report the canonical plural name regardless of which form was typed.Patch Changes
#3164
eef0c18Thanks @jordanarldt! - Stop asking users to log in again aftercatalyst create. Credentials from the initial authentication are now written to the new project's.bigcommerce/project.jsonon every scaffold, not just--hosting commerce, socatalyst deployno longer fails with "Missing credentials" andcatalyst project createno longer re-prompts for login.#3167
2ec54dfThanks @jordanarldt! - Print every request undercatalyst logs tail --format request, including requests that emitted no log messages. Previously each line was tied to a log entry, so a request that logged nothing disappeared from the stream. Therequestformat now reads[timestamp] METHOD URL (status) [LEVEL] message, moving the level after the request details in bothlogs tailandlogs query.catalyst logs tail --helpnow documents each format and notes thatdefaultandshortonly show requests with a message body.#3178
a78f93cThanks @jorgemoya! - Stopcatalyst deployfrom wiping stored deployment environment variables. Commerce Hosting setup rebuilt.bigcommerce/project.jsonfrom scratch, dropping anything it didn't write itself — theenvblock managed bycatalyst env, the persistedapiHost, and stored credentials when setup ran without them. Becausedeployre-runs setup whenever the project isn't fully transformed, a routine deploy could silently discard variables that are sent as secrets on every deploy, leaving the next one to ship without them. Setup now merges into the existing file.@bigcommerce/catalyst-client@1.0.3
Patch Changes
be1967cThanks @jorgemoya! - Surface a clearer error whenBIGCOMMERCE_STOREFRONT_TOKENis not a storefront JWT. Previously an incompatible token (e.g. an OAuth access token) produced a bare 401 with no explanation. The client now detects when a 401 is returned with a token that isn't a well-formed storefront JWT and throwsInvalidStorefrontTokenErrorexplaining that a storefront JWT is required and how to generate one.@bigcommerce/create-catalyst@2.0.4
Patch Changes
9990a87,eef0c18,382bdf5,2ec54df,a78f93c]:@bigcommerce/catalyst-core@1.11.0
Minor Changes
#3062
98b618fThanks @bc-yaroslav-zhmutskyi! - Add Wallet Payment buttons integration for cart pageWhat changed
getPaymentWallets,getPaymentWalletWithInitializationData, andgetCurrencyDataGraphQL queries in the cart'spage-data.tsto fetch configured wallets and their initialization data.ClientWalletButtonsclient component (core/components/wallet-buttons) that streams wallet init options and renders a container per wallet button.WalletButtonsInitializer(core/lib/wallet-buttons) that lazily injects the BigCommerce Checkout SDK loader script and initializes each wallet button against the/graphqlendpoint, with anInitializationErrorfor missing loader.walletButtonsInitOptionsandcartIdthrough the cart section component, and exposedgetCurrencyDatacurrency formatting details.with-graphql-proxy.ts/proxy.ts) to support Checkout SDK wallet-button requests.NEXT_PUBLIC_CHECKOUT_SDK_DEV_URLto.env.exampleto optionally override the Checkout SDK loader URL in development.wallet-buttons.spec.ts) verifying the loader script and wallet button containers render only when wallets are configured.Patch Changes
#3181
20b55e0Thanks @animesh1987! - Display an error message and disable Add to Cart when the requested quantity exceeds available-to-sell (on-hand + backorder allowance) on the PDP.#3181
20b55e0Thanks @animesh1987! - Only show the "ready to ship" quantity message in the cart when part of the line item is also backordered. Previously it appeared any timeshowQuantityOnHandwas enabled and any quantity was on hand, even for fully in-stock items where the message added no useful information.#3173
06775b2Thanks @jordanarldt! - Resolve merchant-configured locale subfolders at runtime instead of baking them in at build time, so custom locale paths such as/fr-frand/es-esresolve consistently.Previously the subfolder table was captured during
next buildintobuild-config.jsonand statically imported byi18n/locales.ts. If the control panel returned incomplete locale data at build time, every localized URL 404'd until the next deploy — and because next-intl treats a custom subfolder as a replacement for the bare locale code rather than an alias, there was no fallback:/es-essimply did not match any route.What changed
i18n/locale-config.ts, which reads locale configuration from BigCommerce at runtime and caches it in KV with the same stale-while-revalidate pattern asproxies/with-routes.ts. An empty locale list is never cached.build-config.jsonat all. A build-time snapshot of merchant-configurable data is either redundant or wrong, and using it as a fallback risked silently serving the stale URL space this change exists to fix. Runtime is now the only source. A warm cache rides out a BigCommerce outage; only a cold cache combined with an unreachable API cannot resolve, and that returns503withretry-afterrather than a 404 that would tell crawlers these pages are gone.proxies/with-intl.tsnow builds its next-intl middleware per request from that configuration. It resolves the configuration once per request and forwards it to the render asx-bc-locale-routing, so rendering and redirects reuse exactly what resolved the inbound URL rather than fetching it again — the two can't disagree, and there is no extra round trip. It also passes the matched subfolder asx-bc-locale-prefix, whichproxies/with-routes.tsstrips instead of recomputing from build-time data.Link,useRouterandusePathnamenow read the runtime configuration through a new provider inapp/[locale]/layout.tsx, so generated URLs agree with what the proxy resolves. Canonical and hreflang URLs inlib/seo/canonical.tsand the header locale switcher do the same.redirectandpermanentRedirectmoved from~/i18n/routingto~/i18n/navigation-serverand are nowasync—awaitthem. This keeps the GraphQL client and KV out of the client bundle.generateStaticParamsfromapp/[locale]/layout.tsx, which only added a build-time dependency on the locale list — every route under[locale]already renders on demand because the tree reads cookies. The build's route rendering modes are unchanged.i18n/locales.tsis removed. The locale gates ini18n/request.tsandapp/[locale]/layout.tsxnow use the runtime list, and the sitemap/robots/favicon routes resolve the default channel directly instead of routing through a locale.Behaviour change for channel-per-locale stores:
robots.txt, the sitemap index and the favicon now resolve the default channel directly rather than via the default locale, because they run outside the proxy and have no request locale. Stores that map their default locale to a non-default channel inchannels.config.tswill see those three served fromBIGCOMMERCE_CHANNEL_ID.Locale detection is unchanged: a shopper is still redirected to their language's subfolder, and an explicit choice in the locale switcher still wins on later requests.
Fixed along the way:
/xmlsitemap.phpand/adminredirected through the locale-aware helper, resolving to/<locale>/sitemap.xmland/<locale>/whenever every locale carries a prefix. The sitemap target was a 404, since/sitemap.xmlis excluded from the proxy. Both now use plain redirects;/adminalso no longer performs an uncached GraphQL request on every hit to a route that is disabled by default./<locale-code>/...instead of the configured subfolder, so alternate-locale assertions were wrong for any store whose subfolder differs from its locale code (for exampledeserved at/de-de). They now resolve the subfolder from the store.#3176
332aa76Thanks @jorgemoya! - Expire entries in the in-memory KV layer after 60 seconds.lib/kvkeeps a per-processMemoryKvAdapterin front of whichever shared adapter is selected (Cloudflare KV, Upstash, Vercel Runtime Cache) and skips the shared store whenever memory holds every requested key. Those entries never expired, so once a process had seen a key it stopped consulting the shared store for it entirely. Refreshes were then driven solely by theexpiryTimeeach caller embeds in the cached value — and that path refetches from the origin, not from the shared store. So every process independently refetched on a clock starting from whenever it first cached the key, rather than picking up a value another process had already fetched and shared. Cached data was never wrong, but origin requests and cache writes scaled with process count. Capacity is also raised from 500 to 4096 entries, since cache keys include the query string and so accumulate faster than the number of real paths suggests.#3171
0c49112Thanks @chanceaclark! - Fix session cookie deletion being silently broken after logout.stripSessionCookieExpirywas strippingExpiresfrom all session tokenSet-Cookieheaders, including deletion directives (empty value +Expires=past). This turned cookie deletions into permanent empty-value session cookies, so the browser never removed them and stale cookies accumulated across login/logout cycles.#3174
f647d91Thanks @jordanarldt! - Fix the product pageog:imagetag pointing at an unfetchable URL.ProductPageMetadataQueryrequestedurlTemplate, which returns a URL containing a literal{:size}placeholder that the<Image>CDN loader substitutes at render time.generateMetadatahas no such loader, so the placeholder was emitted verbatim into the Open Graph tag.Migration
In
core/app/[locale]/(default)/product/[slug]/page-data.ts, update thedefaultImageselection inProductPageMetadataQueryto request a concrete URL:defaultImage { altText - url: urlTemplate(lossy: true) + url(width: 1200, lossy: true) }width: 1200matches the Open Graph andsummary_large_imagerecommendation. Height is omitted intentionally — the stencil resizer fits the image inside the given box rather than cropping, so requesting1200x630would return a smaller square image for a square product photo.#3081
50a7263Thanks @mfaris9! - Fix Account Registration validating State/Province as required for countries without any states (e.g., Algeria). The register page now queries per-country state data from BigCommerce and hides the State/Province field entirely when the selected country has no states.#3157
27eec2fThanks @bc-svc-local! - Update translations.#3175
2fada34Thanks @bc-svc-local! - Update translations.Updated dependencies [
be1967c]: