-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: Move from commit SHA to 22 char hash and polyfill Promise.allSettled #3410
fix: Move from commit SHA to 22 char hash and polyfill Promise.allSettled #3410
Conversation
Bundle ReportChanges will increase total bundle size by 26.28kB (0.16%) ⬆️. This is within the configured threshold ✅ Detailed changes
ℹ️ *Bundle size includes cached data from a previous commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3410 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3916 3916
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3410 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3921 3916 -5
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3410 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3916 3916
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
Couple of Vite config changes here and a plugin version bump. Goal of this is to resolve some issues with caching, browsers not supporting
Promise.allSettled
, and bumping a plugin version so it works properly with the extended hash values.Will hopefully resolve: https://codecov.sentry.io/issues/5968807574/events/3a931390316b4d78a3de37186f8306d1/
Notable Changes
Promise.allSettled