Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 10, 2025

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

  • f9ac5cf: Update getPathValue, setPathValue, and unsetPathValue to support the lodash PropertyPath type
  • 68b53f6: Add support to use App Management API with CLI Tokens.
  • 031feb7: Add new unsetPathValue function which wraps the unset function from lodash

Patch Changes

  • 0b1e588: Show the multiple CLI installations warning only once a day
  • 94362f9: Avoid showing errors when fetching notifications in background
  • 4f17786: Prevent deploy requests from timing out
  • 036bcaf: Fix a bug with binary downloads timing out
  • 164bbbe: The hidden .shopify folder now has its own generic .gitignore file

@shopify/cli@3.79.0

Patch Changes

  • 0e244dc: Update cli-hydrogen 10.0.1
  • 5839055: Added formatting and comment preserving TOML support via @shopify/toml-patch; opt-in by setting "SHOPIFY_CLI_USE_WASM_TOML_PATCH"

@shopify/plugin-cloudflare@3.79.0

Patch Changes

  • 036bcaf: Fix a bug with binary downloads timing out
  • Updated dependencies [f9ac5cf]
  • Updated dependencies [0b1e588]
  • Updated dependencies [94362f9]
  • Updated dependencies [4f17786]
  • Updated dependencies [036bcaf]
  • Updated dependencies [164bbbe]
  • Updated dependencies [68b53f6]
  • Updated dependencies [031feb7]
    • @shopify/cli-kit@3.79.0

@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-port flag. Use this to specify that you want to develop using localhost on a specific port. For example: shopify app dev --localhost-port=4000

    shopify app dev --use-localhost will 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

  • 6dba2c8: Improve type definition support for POLARIS_UNIFIED extensions
  • aa85a63: Bump theme-tools packages
  • 0b1e588: Show the multiple CLI installations warning only once a day
  • 321e2e2: Enable multi-memory with wasm-opt
  • 3d0fc1a: Auto grant declared scopes during dev sessions. Replace action required message with information on granted scopes.
  • 4f17786: Prevent deploy requests from timing out
  • 8772a75: Name apiKey consistently, so log scrubbing will work correctly
  • a463e4b: Allow a deprecatedFromCliVersion to be configured for app management extension templates
    Use 2025-10 as the version for remote dom UI extension
  • db8131b: Updated Binaryen version to 123.0.0
  • 5839055: Added formatting and comment preserving TOML support via @shopify/toml-patch; opt-in by setting "SHOPIFY_CLI_USE_WASM_TOML_PATCH"
  • 164bbbe: The hidden .shopify folder now has its own generic .gitignore file
  • e647600: Fix 401 error during the app log resubscribe process
  • d8f017d: Bump theme check & language libraries
  • e2902c9: Improve app preview messages to include store context.
  • 748f607: Fix issue when using --reset not creating a new config toml file
  • Updated dependencies [f9ac5cf]
  • Updated dependencies [aa85a63]
  • Updated dependencies [0b1e588]
  • Updated dependencies [94362f9]
  • Updated dependencies [4f17786]
  • Updated dependencies [036bcaf]
  • Updated dependencies [164bbbe]
  • Updated dependencies [d8f017d]
  • Updated dependencies [d9c7b4c]
  • Updated dependencies [68b53f6]
  • Updated dependencies [4134504]
  • Updated dependencies [031feb7]
    • @shopify/cli-kit@3.79.0
    • @shopify/theme@3.79.0
    • @shopify/plugin-cloudflare@3.79.0

@shopify/plugin-did-you-mean@3.79.0

Patch Changes

@shopify/theme@3.79.0

Patch Changes

  • aa85a63: Bump theme-tools packages
  • 164bbbe: The hidden .shopify folder now has its own generic .gitignore file
  • d8f017d: Bump theme check & language libraries
  • d9c7b4c: Fix: Clear asset upload error overlay for deleted / renamed files
  • 4134504: Add the actual "errors" during theme upload to the JSON output from shopify theme push --json
  • Updated dependencies [f9ac5cf]
  • Updated dependencies [0b1e588]
  • Updated dependencies [94362f9]
  • Updated dependencies [4f17786]
  • Updated dependencies [036bcaf]
  • Updated dependencies [164bbbe]
  • Updated dependencies [68b53f6]
  • Updated dependencies [031feb7]
    • @shopify/cli-kit@3.79.0

@shopify/ui-extensions-dev-console-app@3.79.0

@github-actions github-actions bot requested review from a team as code owners April 10, 2025 20:59
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 83d4b7d to 501ccd2 Compare April 16, 2025 19:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from 7c8b5d4 to 5b2bc62 Compare April 25, 2025 15:38
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 769a398 to 6f19b19 Compare April 28, 2025 10:14
@aswamy
Copy link
Contributor

aswamy commented Apr 28, 2025

/snapit

@github-actions
Copy link
Contributor Author

🫰✨ 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-20250428161408

Tip

If you get an ETARGET error, install it with NPM and the flag --@shopify:registry=https://registry.npmjs.org

Caution

After installing, validate the version by running just shopify in your terminal.
If the versions don't match, you might have multiple global instances installed.
Use which shopify to find out which one you are running and uninstall it.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 6f19b19 to 8a048f0 Compare April 28, 2025 17:24
@aswamy
Copy link
Contributor

aswamy commented Apr 28, 2025

Ran through the use cases for the Developer Tools team and it's looking good 👍

@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from 5c8c78d to 32ef3c0 Compare May 2, 2025 11:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9e279a6 to 0c4ef78 Compare May 2, 2025 14:43
@github-actions
Copy link
Contributor Author

github-actions bot commented May 2, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
76.62% (+0.01% 🔼)
9583/12507
🟡 Branches
71.86% (+0.02% 🔼)
4722/6571
🟡 Functions 76.56% 2485/3246
🟡 Lines
77.13% (+0.01% 🔼)
9056/11741
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / is-global.ts
75.86% (-0.33% 🔻)
69.23% (+1.05% 🔼)
75%
82.61% (+1.36% 🔼)

Test suite run success

2251 tests passing in 981 suites.

Report generated by 🧪jest coverage report action from 6a01c2c

@github-actions
Copy link
Contributor Author

github-actions bot commented May 2, 2025

Differences in type declarations

We 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:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/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

@gonzaloriestra gonzaloriestra merged commit 1e713ba into main May 2, 2025
2 checks passed
@gonzaloriestra gonzaloriestra deleted the changeset-release/main branch May 2, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants