-
Notifications
You must be signed in to change notification settings - Fork 292
v9.4.1 #1703
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
Conversation
Our recent upgrade of `mdast-util-find-and-replace` in #1698 broke our CommonJS bundle. The `mdast-util-find-and-replace` package is now bundled within our CJS bundle. This will eliminate the conflict between ESM and CJS modules in NodeJS. As part of this change, a very naive smoke test is introduced aiming for earlier detection of such incompatibilities.
Codecov Report
@@ Coverage Diff @@
## master #1703 +/- ##
=======================================
Coverage 79.70% 79.70%
=======================================
Files 229 229
Lines 5803 5803
Branches 1713 1713
=======================================
Hits 4625 4625
Misses 1031 1031
Partials 147 147 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Size Change: -50.9 kB (-3%) Total Size: 1.5 MB
ℹ️ View Unchanged
|
|
🎉 This PR is included in version 9.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 10.0.0-theming-v2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 9.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [10.0.0-theming-v2.3](v10.0.0-theming-v2.2...v10.0.0-theming-v2.3) (2022-09-06) ### Bug Fixes * include mdast-util-find-and-replace into our CJS bundle ([#1702](#1702)) ([#1703](#1703)) ([8010889](8010889)), closes [#1698](#1698) * prevent double submissions in korean ([#1720](#1720)) ([5d781d8](5d781d8)) * ThemingV2 beta adjustments ([#1728](#1728)) ([785ee11](785ee11)) * **ThemingV2:** MessageInputFlat missing lodash/zipObject ([#1721](#1721)) ([dd8a457](dd8a457)) * **Vite:** add emoji-mart (emoji, picker) re-export ([#1724](#1724)) ([c90cf4b](c90cf4b)) ### Features * increase and support overriding jump to message limit ([#1718](#1718)) ([8c720f4](8c720f4)) * **ThemingV2:** PopperTooltip component ([#1714](#1714)) ([9b6301e](9b6301e))
|
🎉 This PR is included in version 10.0.0-theming-v2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
mdast-util-find-and-replaceinto our CJS bundle (fix: include mdast-util-find-and-replace into our CJS bundle #1702)