-
Notifications
You must be signed in to change notification settings - Fork 191
Add import extensions functionality on deploy #6136
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
base: fix-management-experience
Are you sure you want to change the base?
Add import extensions functionality on deploy #6136
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report
Show files with reduced coverage 🔻
Test suite run success3074 tests passing in 1319 suites. Report generated by 🧪jest coverage report action from ecc3b74 |
16ad951
to
d50edc7
Compare
6fc3c69
to
ee5ba96
Compare
d50edc7
to
33bfff1
Compare
Unused types (1)
|
33bfff1
to
3ccbc1f
Compare
3ccbc1f
to
c77d13f
Compare
c77d13f
to
0710e55
Compare
ee1c795
to
5d44a22
Compare
0710e55
to
c9034e3
Compare
5d44a22
to
a990e97
Compare
c9034e3
to
3cc6524
Compare
3cc6524
to
453f4ea
Compare
a990e97
to
2ec9c8d
Compare
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.83.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.82.0";
\ No newline at end of file
|
1 similar comment
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.83.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.82.0";
\ No newline at end of file
|
WHY are these changes introduced?
Fixes https://github.com/shop/issues-develop/issues/469
WHAT is this pull request doing?
How to test your changes?
shopify app deploy
To add a dashboard managed extension in production, this flag can be enabled.
Measuring impact
How do we know this change was effective? Please choose one:
Checklist