Closed AniTumany closed 1 week ago
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:
main
you might see odd diffs, rebase main
into this branch.We found no new type declarations in this PR
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 71.76% (-0.29% 🔻) |
8445/11768 |
🟡 | Branches | 68.24% (-0.25% 🔻) |
4093/5998 |
🟡 | Functions | 71.31% (-0.02% 🔻) |
2217/3109 |
🟡 | Lines | 72.2% (-0.23% 🔻) |
7985/11059 |
1914 tests passing in 870 suites.
Report generated by 🧪jest coverage report action from 574019d681e46833372a5ad162069c2c3ade97d1
We detected some changes at packages/*/src and there are no updates in the .changeset. If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.
WHY are these changes introduced?
Closes: https://github.com/Shopify/subscriptions-app-remix/issues/2062 Rebased off of: https://github.com/Shopify/cli/pull/4758 Should be merged after: https://github.com/Shopify/cli/pull/4787
WHAT is this pull request doing?
Supports migrating dashboard-managed subscription link extensions to become CLI managed as part of the
dev
anddeploy
commands.How to test your changes?
Follow the steps described in https://github.com/Shopify/cli/pull/4787 to import subscription link extensions to CLI. Once imported run
shopify app dev
orshopify app deploy
to migrate the extension to be CLI managed.Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist