chore(deps): update all patch dependencies #1204
Merged
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 contains the following updates:
^2.29.5->^2.29.6^0.112.1->^0.112.6^0.11.0->^0.11.11.17.0->1.17.51.3.0->1.3.1^1.2.1->^1.2.2^1.2.3->^1.2.4^0.12.2->^0.12.41.5.1->1.5.22.0.0-beta.20->2.0.0-beta.312.0.0-beta.20->2.0.0-beta.31^2.6.12->^2.6.13^18.3.23->^18.3.24^7.7.0->^7.7.1^1.0.0->^1.0.11.11.13->1.11.1810.15.0->10.15.11.4.1->1.4.2^1.0.3->^1.0.4^1.2.9->^1.2.11^1.0.0->^1.0.3^0.7.4->^0.7.62.2.2->2.2.3^9.5.2->^9.5.4Release Notes
changesets/changesets (@changesets/cli)
v2.29.6Compare Source
Patch Changes
a3563b0Thanks @benmccann! - Switch to maintained fork ofexternal-editorlynx-family/lynx-stack (@lynx-js/react)
v0.112.6Compare Source
Patch Changes
Support nested list. (#1581)
Should only recycle off-screen
list-itemin recursive hydration. (#1641)fix
fireEventtype error in testing library (#1596)v0.112.5Compare Source
Patch Changes
v0.112.4Compare Source
Patch Changes
fix
withInitDataInStategot wrong state in 2nd or more timesdefaultDataProcessor, now it will keep its own state. (#1478)change
__CreateElement('raw-text')to__CreateRawText('')to avoidsetNativePropsnot working (#1570)Fix wrong render result when using expression as
key. (#1541)See lynx-family/lynx-stack#1371 for more details.
fix:
Cannot read properties of undefinederror when usingSuspense(#1569)Add
animateAPI in Main Thread Script(MTS), so you can now control a CSS animation imperatively (#1534)v0.112.3Compare Source
Patch Changes
fix css transform error in testing library (#1500)
fix the type error of
wrapperoption in testing library'srenderandrenderHookfunction (#1502)Introduce recursive hydration for lists to prevent double remove/insert on moves. (#1401)
Handle
<frame/>correctly. (#1497)v0.112.2Compare Source
Patch Changes
Supports
recyclableattribute in<list-item>to control whether the list item is recyclable. Therecyclableattribute depends on Lynx Engine 3.4 or later. (#1388)feat: Support using a host element as direct child of Suspense (#1455)
Add profile in production build: (#1336)
diff:__COMPONENT_NAME__: how long ReactLynx diff took.render:__COMPONENT_NAME__: how long your render function took.setState: an instant trace event, indicate when your setState was called.NOTE:
__COMPONENT_NAME__may be unreadable when minified, settingdisplayNamemay help.Add
onBackgroundSnapshotInstanceUpdateIdevent on dev for Preact Devtools to keep the correct snapshotInstanceId info. (#1173)fix: Prevent error when spreading component props onto an element (#1459)
fix: Correctly check for the existence of background functions in MTS (#1416)
lynx-family/lynx-stack (@lynx-js/rspeedy)
v0.11.1Compare Source
Patch Changes
Disable lazyCompilation by default. (#1647)
Bump Rsbuild v1.5.2 with Rspack v1.5.1. (#1624)
Add
output.dataUriLimit.*for fine-grained control of asset inlining. (#1648)modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.17.5Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.17.4...1.17.5
v1.17.4Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.17.3...1.17.4
v1.17.3Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.17.2...1.17.3
v1.17.2Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.17.1...1.17.2
v1.17.1Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.17.0...1.17.1
rspack-contrib/rsbuild-plugin-check-syntax (@rsbuild/plugin-check-syntax)
v1.3.1Compare Source
What's Changed
New Contributors
Full Changelog: rspack-contrib/rsbuild-plugin-check-syntax@v1.3.0...v1.3.1
web-infra-dev/rsbuild (@rsbuild/plugin-svgr)
v1.2.2Compare Source
What's Changed
Bug Fixes 🐞
Full Changelog: web-infra-dev/rsbuild@v1.2.1...v1.2.2
rspack-contrib/rsbuild-plugin-type-check (@rsbuild/plugin-type-check)
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: rspack-contrib/rsbuild-plugin-type-check@v1.2.3...v1.2.4
web-infra-dev/rslib (@rslib/core)
v0.12.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
redirect.js.pathset tofalseby @Timeless0911 in #1198Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4
v0.12.3Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
color.dimto print environment name by @Timeless0911 in #1187Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3
web-infra-dev/rspack (@rspack/core)
v1.5.2Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
link.hreffor extract-css runtime by @JSerFeng in #11547Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2
web-infra-dev/rspress (@rspress/plugin-algolia)
v2.0.0-beta.31Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
color: inheritback by @SoonIter in #2546Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.30...v2.0.0-beta.31
v2.0.0-beta.30Compare Source
Highlights ✨
🆕️ @rspress/plugin-twoslash
Thanks to Shiki's excellent Twoslash integration, we're excited to introduce
@rspress/plugin-twoslashin this milestone 2.0.0-beta.30 release! Now you can easily add rich type annotations to your code blocks using "```ts twoslash"Special thanks to Rspress contributor @Karibash for making this possible. Check out the @rspress/plugin-twoslash documentation to get started!
ref: https://v2.rspress.rs/plugin/official-plugins/twoslash
⚡️Enable Rspack native watcher by default and bump [email protected]
Now Rspress has been upgraded to Rspack 1.5.2 and enable native watcher by default, it will have better HMR perf and lazy compilation perf.
ref: https://rspack.rs/blog/announcing-1-5#faster-file-system-watcher
What's Changed
New Features 🎉
Bug Fixes 🐞
http://a.com/base/andhttp://a.com/baseby @SoonIter in #2536Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.29...v2.0.0-beta.30
v2.0.0-beta.29Compare Source
What's Changed
New Features 🎉
mdFiles.remarkPluginsby @SoonIter in #2516Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.28...v2.0.0-beta.29
v2.0.0-beta.28Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.27...v2.0.0-beta.28
v2.0.0-beta.27Compare Source
Highlights ✨
Add layer for base.css to support tailwind v4
What's Changed
New Features 🎉
Bug Fixes 🐞
usePageto replace deprecatedusePageDataby @JounQin in #2471Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.26...v2.0.0-beta.27
v2.0.0-beta.26Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.