Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3982 +/- ##
=======================================
Coverage 72.81% 72.81%
=======================================
Files 265 265
Lines 7064 7064
Branches 2200 2229 +29
=======================================
Hits 5144 5144
Misses 1897 1897
Partials 23 23
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@commercetools-frontend/actions-global@27.4.2
Patch Changes
@commercetools-frontend/application-components@27.4.2
Patch Changes
@commercetools-frontend/application-config@27.4.2
Patch Changes
@commercetools-frontend/application-shell@27.4.2
Patch Changes
@commercetools-frontend/application-shell-connectors@27.4.2
Patch Changes
@commercetools-frontend/create-mc-app@27.4.2
Patch Changes
@commercetools-frontend/cypress@27.4.2
Patch Changes
@commercetools-frontend/eslint-config-mc-app@27.4.2
Patch Changes
@commercetools-frontend/i18n@27.4.2
Patch Changes
@commercetools-frontend/jest-preset-mc-app@27.4.2
Patch Changes
@commercetools-frontend/l10n@27.4.2
Patch Changes
@commercetools-frontend/mc-html-template@27.4.2
Patch Changes
@commercetools-frontend/mc-scripts@27.4.2
Patch Changes
#3981
9920424Thanks @ByronDWall! - Fix Vite production build crashing at startup with a TDZTypeError(e.g."aM is undefined") in@commercetools-uikit/iconscaused by a chunk-level cycle between theiconsandapp-shellchunks.The Vite build no longer passes
output.manualChunksto Rollup — the declarative form did not claim transitive deps, so shared packages (@babel/runtime-corejs3,@emotion/react, uikit internals) could land in one chunk that was also imported back from another, producing a runtime cycle on first evaluation. Rollup's default chunking handles co-location correctly. The Webpack build is unchanged.Adds
vite-plugin-chunk-cycle-check, a build-time regression guard that fails the build if the emitted chunk graph contains circular imports.Updated dependencies []:
@commercetools-frontend/permissions@27.4.2
Patch Changes
@commercetools-frontend/react-notifications@27.4.2
Patch Changes
@commercetools-frontend/sdk@27.4.2
Patch Changes
@commercetools-frontend/sentry@27.4.2
Patch Changes
@commercetools-backend/eslint-config-node@27.4.2
@commercetools-backend/express@27.4.2
@commercetools-backend/loggers@27.4.2
@commercetools-frontend/assets@27.4.2
@commercetools-frontend/babel-preset-mc-app@27.4.2
@commercetools-frontend/browser-history@27.4.2
@commercetools-frontend/codemod@27.4.2
@commercetools-frontend/constants@27.4.2
@commercetools-frontend/jest-stylelint-runner@27.4.2
@commercetools-frontend/mc-dev-authentication@27.4.2
@commercetools-frontend/notifications@27.4.2
@commercetools-frontend/url-utils@27.4.2
@commercetools-applications/merchant-center-template-starter@27.4.2
Patch Changes
9920424]:@commercetools-applications/merchant-center-template-starter-typescript@27.4.2
Patch Changes
9920424]:@commercetools-applications/merchant-center-custom-view-template-starter@27.4.2
Patch Changes
9920424]:@commercetools-applications/merchant-center-custom-view-template-starter-typescript@27.4.2
Patch Changes
9920424]:@commercetools-local/playground@27.4.2
Patch Changes
@commercetools-local/visual-testing-app@27.4.2
Patch Changes
@commercetools-website/components-playground@27.4.2
Patch Changes