fix(deps): update all non-major dependencies#132
Merged
renovate[bot] merged 1 commit intomainfrom Oct 1, 2025
Merged
Conversation
|
This was referenced Aug 21, 2025
auto-merge was automatically disabled
August 21, 2025 10:13
Pull request was closed
3ad3727 to
333d0a8
Compare
8645dd7 to
f5bf5b2
Compare
7754960 to
5c214b3
Compare
a3ba342 to
7b57071
Compare
a090d96 to
c28e313
Compare
1699c3a to
8459a2c
Compare
8459a2c to
fd2048d
Compare
colinaaa
approved these changes
Oct 1, 2025
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.2.1->0.4.00.8.4->0.9.0^0.15.6->^0.17.1^0.8.4->^0.8.7^1.4.11->^1.5.8^1.4.11->^1.5.85.85.5->5.90.21.131.36->1.132.271.131.36->1.132.27^18.3.23->^18.3.25^19.1.10->^19.1.16^19.1.7->^19.1.9^0.50.1->^0.50.210.15.0->10.17.1^2.5.6->^2.5.8~5.9.2->~5.9.3^5.9.2->^5.9.3Release Notes
lynx-family/lynx-stack (@lynx-js/tailwind-preset)
v0.4.0Minor Changes
Enable
lynxUIPlugins(incl.uiVariants) by default. Fills the gap left by missing pseudo- and data-attribute selectors in Lynx, offering state and structural variants out of the box. (#1774)Opt-out globally or per plugin:
Patch Changes
:root; they are now reset on*to prevent inheritance between parent and child elements. (#1773)v0.3.0Compare Source
Minor Changes
Added
group-*,peer-*, andparent-*modifiers (ancestor, sibling, and direct-parent scopes) foruiVariantsplugin. (#1741)Fixed prefix handling in prefixed projects —
ui-*state markers are not prefixed, while scope markers (.group/.peer) honorconfig('prefix').BREAKING: Removed slash-based naming modifiers on self (non-standard); slash modifiers remain supported for scoped markers (e.g.
group/menu,peer/tab).Bumped peer dependency to
tailwindcss@^3.4.0(required for use of internal features).lynx-family/lynx-stack (@lynx-js/template-webpack-plugin)
v0.9.0Minor Changes
BREAKING CHANGE: Remove the
enableParallelElementandpipelineSchedulerConfigoptions. (#1705)Since the thread element resolution is still in experimental stage and may have stability risks, it will be disabled by default after this change.
BREAKING CHANGE: Remove the
enableICUoption. (#1800)v0.8.6Compare Source
Patch Changes
v0.8.5Compare Source
Patch Changes
Always inline the background script that contains rspack runtime module. (#1582)
Updated dependencies [
aaca8f9]:lynx-family/lynx-stack (@lynx-js/web-core)
v0.17.1Patch Changes
v0.17.0Minor Changes
break(web): temporary remove support for chunk split (#1739)
Since the global variables cannot be accessed in the splited chunk, we temporary remove supporting for chunk spliting
Developers could easily remove the chunk Split settings in Rspeedy for migration
Patch Changes
fix: lazy component load error (#1794)
Some special version template may have chunk loading error. We fixed it.
fix: avoid duplicate style transformation (#1748)
After this commit, we use DAG methods to handle the styleInfos
fix: add sandbox attribute to iframe for enhanced security (#1709)
fix: the default template loader won't fetch twice for one url (#1709)
Updated dependencies [
721635d,93d707b,d150ed4]:v0.16.1Compare Source
Patch Changes
refactor: improve chunk loading (#1703)
feat: supports lazy bundle. (This feature requires
@lynx-js/lynx-core >= 0.1.3) (#1235)Updated dependencies [
608f375]:v0.16.0Compare Source
Minor Changes
refactor: provide the mts a real globalThis (#1589)
Before this change, We create a function wrapper and a fake globalThis for Javascript code.
This caused some issues.
After this change, we will create an iframe for createing an isolated Javascript context.
This means the globalThis will be the real one.
Patch Changes
refactor: add
:not([l-e-name])at the end of selector for lazy component (#1622)feat: remove multi-thread mts heating (#1597)
The default rendering mode is "all-on-ui". Therefore the preheating for "multi-thread" will be removed.
fix: the SystemInfo in bts should be assigned to the globalThis (#1599)
Updated dependencies [
1a32dd8,bb53d9a,1a32dd8,c1f8715]:v0.15.7Compare Source
Patch Changes
fix: fake uidisappear event (#1539)
Updated dependencies [
70863fb]:lynx-family/lynx-stack (@lynx-js/web-elements)
v0.8.7Patch Changes
The img within svg does not inherit the position (#1769)
Updated dependencies []:
v0.8.6Compare Source
Patch Changes
fix: 1. svg use image tag to render, to differentiate background-image styles (#1668)
Updated dependencies [
d618304,1d97fce]:v0.8.5Compare Source
Patch Changes
fix: register attr of width is set to height incorrectly (#1649)
Updated dependencies []:
web-infra-dev/rspack (@rspack/cli)
v1.5.8Compare Source
Highlights 💡
Enhanced Tree Shaking for Nested Exports in Destructuring
Rspack now supports more precise tree shaking for nested exports accessed through destructuring assignments.
What's Changed
Performance Improvements ⚡
New Features 🎉
commonjsoptions by @fi3ework in #11744Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.7...v1.5.8
v1.5.7Compare Source
Highlights 💡
Improved Tree Shaking for Dynamic Import
.then()This release enhances tree shaking capabilities specifically for the
.then()callbacks of dynamic imports. Rspack can now statically analyze and eliminate unused exports when destructuring is performed on the resolved module within promise chains:JSX Preserve Support
Rspack now supports parsing and preserving JSX syntax. This allows JSX syntax to be parsed without transformation, making it compatible with external JSX transformers.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.6...v1.5.7
v1.5.6Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
serdefeature oflightningcssby @colinaaa in #11706Bufferby @CPunisher in #11714Refactor 🔨
owned_or_refimplement rkyv macro by @jerrykingxyz in #11708Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.5...v1.5.6
v1.5.5Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
emitRecordscompiler hook by @chenjiahan in #11671resolve.extensionsconfiguration by @chenjiahan in #11672Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.4...v1.5.5
v1.5.4Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
moduleidentifier as normal (#11588)" by @fi3ework in #11630Refactor 🔨
Document Updates 📖
Preview with stackblitzsection by @CPunisher in #11614BrowserHttpImportEsmPluginand add "Using Module Federation" by @CPunisher in #11640Other Changes
tests/rspack-testby @LingyuCoder in #11617New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.3...v1.5.4
v1.5.3Compare Source
Highlights 💡
Advanced tree-shaking
Rspack v1.5.3 ships advanced tree-shaking for dynamic imports via member expression analysis.
Ongoing improvements are in progress, and upcoming releases will continue to improve static analysis to cover more syntax patterns, such as
dynamic importwith a subsequent.then().What's Changed
Performance Improvements ⚡
New Features 🎉
ModuleFederationPluginby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11558/11558postprocessandResolvedRequesttoBrowserHttpImportEsmPluginby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11571/11571Bug Fixes 🐞
jsc.output.charsetin swc loader by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11568/11568moduleidentifier as normal by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11588/11588Refactor 🔨
Document Updates 📖
Other Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.