Version Packages (canary)#3078
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
|
jorgemoya
approved these changes
Jul 2, 2026
Contributor
Author
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
jorgemoya
enabled auto-merge
July 2, 2026 16:07
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.0.0
Major Changes
#3077
a45ab43Thanks @jorgemoya! - Introducing the Catalyst CLI (@bigcommerce/catalyst) — a single command-line tool for scaffolding, building, and deploying your Catalyst storefront to BigCommerce's Native Hosting infrastructure.Highlights
catalyst createdownloads a clean, standalone project (flattened fromcore/,workspace:dependencies resolved to published versions, fresh git repo) via tarball extraction and connects it to your BigCommerce store. The package manager is auto-detected fromnpm_config_user_agent.catalyst auth loginto authenticate via an OAuth device code flow. Credentials are stored locally in.bigcommerce/project.jsonfor use by all subsequent commands. CI/CD environments can use--store-hashand--access-tokenflags or environment variables instead.catalyst project, and connect storefront channels withcatalyst channel.catalyst buildruns the OpenNext Cloudflare build pipeline (deriving the Wranglercompatibility_datedynamically) and generates deployment artifacts.catalyst deploybundles, uploads, and deploys your storefront with real-time progress streaming. Pass runtime secrets with--secret KEY=VALUE; environment variables are auto-detected as deploy secrets.catalyst env(list and remove; values are masked).catalyst domains.catalyst startlaunches a local Cloudflare Workers preview of your built storefront via the OpenNext adapter.catalyst logs tailstreams real-time application logs with color-coded levels and auto-reconnect;catalyst logs queryretrieves historical logs.catalyst upgradeupgrades a project to a newer version via a resilient 3-way merge (git merge-tree, falling back to per-filegit merge-file), producing resolvable conflict markers instead of ever aborting.--env-file→ process environment variables →.bigcommerce/project.json.catalyst telemetry disable.Commands
catalyst createcatalyst authcatalyst projectcatalyst channelcatalyst buildcatalyst deploycatalyst envcatalyst domainscatalyst startcatalyst logscatalyst upgradecatalyst versioncatalyst telemetryGetting started
For full documentation, see the Native Hosting Overview and CLI Reference.
@bigcommerce/create-catalyst@2.0.0
Major Changes
a45ab43Thanks @jorgemoya! - Reducecreate-catalystto a thin wrapper that delegates tocatalyst create.pnpm create catalyst/npx create-catalyststill scaffold a project — now by invoking@bigcommerce/catalystunder the hood — so the scaffolding UX is unchanged. The standaloneinit,integration, andtelemetrysubcommands are removed; usecatalyst channel linkandcatalyst telemetryfrom the consolidated CLI instead.Patch Changes
a45ab43]: