-
Notifications
You must be signed in to change notification settings - Fork 219
Version Packages - main #5639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages - main #5639
Conversation
83d4b7d to
501ccd2
Compare
7c8b5d4 to
5b2bc62
Compare
769a398 to
6f19b19
Compare
|
/snapit |
|
🫰✨ Thanks @aswamy! Your snapshot has been published to npm. Test the snapshot by installing your package globally: pnpm i -g @shopify/cli@0.0.0-snapshot-20250428161408Tip If you get an Caution After installing, validate the version by running just |
6f19b19 to
8a048f0
Compare
|
Ran through the use cases for the Developer Tools team and it's looking good 👍 |
5c8c78d to
32ef3c0
Compare
9e279a6 to
0c4ef78
Compare
Coverage report
Show files with reduced coverage 🔻
Test suite run success2251 tests passing in 981 suites. Report generated by 🧪jest coverage report action from 6a01c2c |
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/common/version.d.ts@@ -1 +1 @@
-export declare const CLI_KIT_VERSION = "3.78.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.79.0";
\ No newline at end of file
|
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/cli-kit@3.79.0
Minor Changes
getPathValue,setPathValue, andunsetPathValueto support the lodashPropertyPathtypeunsetPathValuefunction which wraps theunsetfunction from lodashPatch Changes
.shopifyfolder now has its own generic .gitignore file@shopify/cli@3.79.0
Patch Changes
@shopify/plugin-cloudflare@3.79.0
Patch Changes
@shopify/create-app@3.79.0
@shopify/app@3.79.0
Minor Changes
7cdc129: Improved how port selection works when using localhost development
Added a
--localhost-portflag. Use this to specify that you want to develop using localhost on a specific port. For example:shopify app dev --localhost-port=4000shopify app dev --use-localhostwill always try to use port 3458. If port 3458 is not available the CLI will warn the user and select a different port.68b53f6: Add support to use App Management API with CLI Tokens.
Patch Changes
apiKeyconsistently, so log scrubbing will work correctlyUse 2025-10 as the version for remote dom UI extension
.shopifyfolder now has its own generic .gitignore file--resetnot creating a new config toml file@shopify/plugin-did-you-mean@3.79.0
Patch Changes
@shopify/theme@3.79.0
Patch Changes
.shopifyfolder now has its own generic .gitignore fileshopify theme push --json@shopify/ui-extensions-dev-console-app@3.79.0