-
Notifications
You must be signed in to change notification settings - Fork 111
chore(deps): update rspack monorepo to v1.4.11 #1351
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
🦋 Changeset detectedLatest commit: 0b7fbfd The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1351 will not alter performanceComparing Summary
|
React Example#3494 Bundle Size — 235.08KiB (0%).0b7fbfd(current) vs 2a51cfb main#3483(baseline) Bundle metrics
|
| Current #3494 |
Baseline #3483 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
156 |
156 |
|
63 |
63 |
|
45.94% |
45.94% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #3494 |
Baseline #3483 |
|
|---|---|---|
145.76KiB |
145.76KiB |
|
89.33KiB |
89.33KiB |
Bundle analysis report Branch renovate/rspack-monorepo Project dashboard
Generated by RelativeCI Documentation Report issue
Web Explorer#3484 Bundle Size — 341.33KiB (~-0.01%).0b7fbfd(current) vs 2a51cfb main#3473(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/rspack-monorepo Project dashboard Generated by RelativeCI Documentation Report issue |
a4b2264 to
38a6e9f
Compare
38a6e9f to
0bc56bb
Compare
0bc56bb to
a324221
Compare
41a9a53 to
6a8c960
Compare
8418141 to
83ada76
Compare
fe8eaa6 to
a0ac21e
Compare
a0ac21e to
18336a3
Compare
0b7fbfd to
5de6322
Compare
5de6322 to
0b7fbfd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Merge commits are not allowed on this repository
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @lynx-js/[email protected] ### Minor Changes - Add support for Lynx UI plugin system with configurable options. ([#1363](#1363)) - Introduced `lynxUIPlugins` option in `createLynxPreset`, allowing userland opt-in to Lynx UI specific plugins. - Implemented `uiVariants` plugin as the first UI plugin, supporting `ui-*` variant prefixes (e.g. `ui-checked`, `ui-open`) with customizable mappings. ## @lynx-js/[email protected] ### Patch Changes - Fix crash caused by not removing event listeners during destroy. ([#1379](#1379)) - Fix missing "type" in "update-list-info" in hydrate ([#1392](#1392)) ## @lynx-js/[email protected] ### Patch Changes - Bump Rsbuild v1.4.12 with Rspack v1.4.11. ([#1326](#1326)) ## @lynx-js/[email protected] ### Patch Changes - Updated dependencies \[[`e9edca0`](e9edca0), [`6f37db2`](6f37db2)]: - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - feat: support `__ElementFromBinary` ([#1391](#1391)) - Updated dependencies \[]: - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - feat: support `__ElementFromBinary` ([#1391](#1391)) - fix: crash on chrome<96 ([#1361](#1361)) <wasm-bindgen/wasm-bindgen#4211 (comment)> <WebAssembly/binaryen#7358> The rust toolchain enables WASM feature `reference types` by default. However this feature is not supported by chromium lower than version 96 Therefore we found a workaround for it. In this implementation we detect if browser supports `reference types` first. If user's browser supported it, we load the wasm file with `reference types` on, otherwise we load the wasm file with `reference types` off. - Updated dependencies \[[`22ca433`](22ca433), [`8645d12`](8645d12), [`143e481`](143e481)]: - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - refactor: bundle web-core-server ([#819](#819)) ## @lynx-js/[email protected] ### Patch Changes - feat: support color style for x-textarea ([#1382](#1382)) - Updated dependencies \[]: - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - feat: support `__ElementFromBinary` ([#1391](#1391)) - fix: crash on chrome<96 ([#1361](#1361)) <wasm-bindgen/wasm-bindgen#4211 (comment)> <WebAssembly/binaryen#7358> The rust toolchain enables WASM feature `reference types` by default. However this feature is not supported by chromium lower than version 96 Therefore we found a workaround for it. In this implementation we detect if browser supports `reference types` first. If user's browser supported it, we load the wasm file with `reference types` on, otherwise we load the wasm file with `reference types` off. - Updated dependencies \[[`22ca433`](22ca433)]: - @lynx-js/[email protected] - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - optimize IO for all-on-ui: make startMainThreadWorker async and defer import ([#1385](#1385)) - Updated dependencies \[[`22ca433`](22ca433), [`143e481`](143e481)]: - @lynx-js/[email protected] - @lynx-js/[email protected] - @lynx-js/[email protected] ## @lynx-js/[email protected] ### Patch Changes - Support Rspack v1.4.9. ([#1351](#1351)) ## @lynx-js/[email protected] ### Patch Changes - feat: support elementTemplate for web ([#1374](#1374)) ## [email protected] ## @lynx-js/[email protected] ## [email protected] ## @lynx-js/[email protected] ## @lynx-js/[email protected] ## @lynx-js/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates:
1.4.8->1.4.111.4.8->1.4.111.4.8->1.4.11Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.4.11Compare Source
What's Changed
Performance Improvements ⚡
atomic_refcellby @CPunisher in https://github.com/web-infra-dev/rspack/pull/11177New Features 🎉
napibindgen preludes by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11212Bug Fixes 🐞
exportedEnumby default by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11169resourceinstead ofpathin resolve by @colinaaa in https://github.com/web-infra-dev/rspack/pull/11194resourceinresolver.resolveSyncby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11203JAVASCRIPT_ASSET_REGEXPiftestis provided by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11231Refactor 🔨
Document Updates 📖
resolve.conditionNamesdocumentation by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11216Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.4.10...v1.4.11
v1.4.10Compare Source
Highlights 💡
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
RUNTIME_GLOBAL_MAPby @colinahttps://github.com/web-infra-dev/rspack/pull/11127/11127Other Changes
Full Changelog: web-infra-dev/rspack@v1.4.9...v1.4.10
v1.4.9Compare Source
Highlights 💡
Reduced install size ⚡️
In Rspack v1.4.9, we focused on optimizing our Rust dependencies and build flags. This effort has resulted in significant reductions to Rspack's install size across all platforms. We continue to work on further size optimizations and expect additional improvements in future releases.
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
resourceinstead ofidentifierby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11086externalHelpers: falseby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11108Refactor 🔨
Document Updates 📖
Other Changes
"every"by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11070--warn-unresolved-symbolsby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11115Full Changelog: web-infra-dev/rspack@v1.4.8...v1.4.9
web-infra-dev/rspack (@rspack/core)
v1.4.11Compare Source
v1.4.10Compare Source
Highlights 💡
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
RUNTIME_GLOBAL_MAPby @colinahttps://github.com/web-infra-dev/rspack/pull/11127/11127Other Changes
Full Changelog: web-infra-dev/rspack@v1.4.9...v1.4.10
v1.4.9Compare Source
Highlights 💡
Reduced install size ⚡️
In Rspack v1.4.9, we focused on optimizing our Rust dependencies and build flags. This effort has resulted in significant reductions to Rspack's install size across all platforms. We continue to work on further size optimizations and expect additional improvements in future releases.
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
resourceinstead ofidentifierby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11086externalHelpers: falseby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11108Refactor 🔨
Document Updates 📖
Other Changes
"every"by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11070--warn-unresolved-symbolsby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11115Full Changelog: web-infra-dev/rspack@v1.4.8...v1.4.9
web-infra-dev/rspack (@rspack/test-tools)
v1.4.11Compare Source
v1.4.10Compare Source
Highlights 💡
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
RUNTIME_GLOBAL_MAPby @colinahttps://github.com/web-infra-dev/rspack/pull/11127/11127Other Changes
Full Changelog: web-infra-dev/rspack@v1.4.9...v1.4.10
v1.4.9Compare Source
Highlights 💡
Reduced install size ⚡️
In Rspack v1.4.9, we focused on optimizing our Rust dependencies and build flags. This effort has resulted in significant reductions to Rspack's install size across all platforms. We continue to work on further size optimizations and expect additional improvements in future releases.
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
resourceinstead ofidentifierby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11086externalHelpers: falseby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11108Refactor 🔨
Document Updates 📖
Other Changes
"every"by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/11070Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.