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 main, this PR will be updated.
Releases
@shopify/[email protected]
Patch Changes
Clean up messaging around unlinked storefronts when running CLI commands (#1937) by @aswamy
env list
,env pull
, ordeploy
against a storefront that isn't linked, it will show a warning message instead of an error message.env list
,env pull
, ordeploy
.Add
@return
JSDoc tag to functions in JavaScript projects. (#2014) by @frandioxFix
--quickstart
flag to support overwritting it with other flags. Example:h2 init --quickstart --no-install-deps
. (#2023) by @frandioxShow error in
h2 debug cpu
command for Vite projects until we support it.Remove deprecated
--styling
flag from theh2 init
command.Fix a warning when combining mock.shop and customer-account-push (#1992) by @frandiox
Updated dependencies [
7e8cf055
,a335afc1
]:@shopify/[email protected]
Patch Changes
Warn when using the deprecated Seo component (#1983) by @blittle
Fix names and URLs shown for HIT/STALE items in the Subrequest Profiler. (#2021) by @frandiox
Updated dependencies [
0f5cab00
]:@shopify/[email protected]
Patch Changes
@shopify/[email protected]
Patch Changes
Fixed compatibility with Node 21. (#2003) by @frandiox
Fix an SSR HMR issue related to hanging promises during development. (#2019) by @frandiox
[email protected]
Patch Changes
Stop inlining the favicon in base64 to avoid issues with the Content-Security-Policy. In
vite.config.js
: (#2006) by @frandioxTo improve HMR in Vite, move the
useRootLoaderData
function fromapp/root.tsx
to a separate file likeapp/lib/root-data.ts
. This change avoids circular imports: (#2014) by @frandioxImport this hook from
~/lib/root-data
instead of~/root
in your components.Updated dependencies [
b4dfda32
,ffa57bdb
,ac4e1670
,0af624d5
,9723eaf3
,e842f68c
]: