Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.29.5 -> ^2.29.6 age confidence
@lynx-js/react (source) ^0.112.1 -> ^0.112.6 age confidence
@lynx-js/rspeedy (source) ^0.11.0 -> ^0.11.1 age confidence
@modelcontextprotocol/sdk (source) 1.17.0 -> 1.17.5 age confidence
@rsbuild/plugin-check-syntax 1.3.0 -> 1.3.1 age confidence
@rsbuild/plugin-svgr (source) ^1.2.1 -> ^1.2.2 age confidence
@rsbuild/plugin-type-check ^1.2.3 -> ^1.2.4 age confidence
@rslib/core (source) ^0.12.2 -> ^0.12.4 age confidence
@rspack/core (source) 1.5.1 -> 1.5.2 age confidence
@rspress/plugin-algolia (source) 2.0.0-beta.20 -> 2.0.0-beta.31 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.20 -> 2.0.0-beta.31 age confidence
@types/node-fetch (source) ^2.6.12 -> ^2.6.13 age confidence
@types/react (source) ^18.3.23 -> ^18.3.24 age confidence
@types/semver (source) ^7.7.0 -> ^7.7.1 age confidence
browserslist-load-config ^1.0.0 -> ^1.0.1 age confidence
dayjs (source) 1.11.13 -> 1.11.18 age confidence
pnpm (source) 10.15.0 -> 10.15.1 age confidence
prebundle 1.4.1 -> 1.4.2 age confidence
rsbuild-plugin-google-analytics ^1.0.3 -> ^1.0.4 age confidence
rslog ^1.2.9 -> ^1.2.11 age confidence
rspress-plugin-font-open-sans ^1.0.0 -> ^1.0.3 age confidence
source-map ^0.7.4 -> ^0.7.6 age confidence
tapable 2.2.2 -> 2.2.3 age confidence
ts-loader ^9.5.2 -> ^9.5.4 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.6

Compare Source

Patch Changes
lynx-family/lynx-stack (@​lynx-js/react)

v0.112.6

Compare Source

Patch Changes
  • Support nested list. (#​1581)

  • Should only recycle off-screen list-item in recursive hydration. (#​1641)

  • fix fireEvent type error in testing library (#​1596)

v0.112.5

Compare Source

Patch Changes
  • Remove the "key is not on root element of snapshot" warning. (#​1558)

v0.112.4

Compare Source

Patch Changes
  • fix withInitDataInState got wrong state in 2nd or more times defaultDataProcessor, now it will keep its own state. (#​1478)

  • change __CreateElement('raw-text') to __CreateRawText('') to avoid setNativeProps not 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 undefined error when using Suspense (#​1569)

  • Add animate API in Main Thread Script(MTS), so you can now control a CSS animation imperatively (#​1534)

    import type { MainThread } from '@​lynx-js/types';
    
    function startAnimation(ele: MainThread.Element) {
      'main thread';
      const animation = ele.animate([{ opacity: 0 }, { opacity: 1 }], {
        duration: 3000,
      });
    
      // Can also be paused
      // animation.pause()
    }

v0.112.3

Compare Source

Patch Changes
  • fix css transform error in testing library (#​1500)

  • fix the type error of wrapper option in testing library's render and renderHook function (#​1502)

  • Introduce recursive hydration for lists to prevent double remove/insert on moves. (#​1401)

  • Handle <frame/> correctly. (#​1497)

v0.112.2

Compare Source

Patch Changes
  • Supports recyclable attribute in <list-item> to control whether the list item is recyclable. The recyclable attribute depends on Lynx Engine 3.4 or later. (#​1388)

    <list-item recyclable={false} />;
  • feat: Support using a host element as direct child of Suspense (#​1455)

  • Add profile in production build: (#​1336)

    1. diff:__COMPONENT_NAME__: how long ReactLynx diff took.
    2. render:__COMPONENT_NAME__: how long your render function took.
    3. setState: an instant trace event, indicate when your setState was called.

    NOTE: __COMPONENT_NAME__ may be unreadable when minified, setting displayName may help.

  • Add onBackgroundSnapshotInstanceUpdateId event 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)

    function handleTap() {
      'main thread';
      // The following check always returned false before this fix
      if (myHandleTap) {
        runOnBackground(myHandleTap)();
      }
    }
lynx-family/lynx-stack (@​lynx-js/rspeedy)

v0.11.1

Compare 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)

    import { defineConfig } from '@&#8203;lynx-js/rspeedy'
    
    export default defineConfig({
      output: {
        dataUriLimit: {
          image: 5000,
          media: 0,
        },
      },
    })
modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.17.5

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.17.4...1.17.5

v1.17.4

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.17.3...1.17.4

v1.17.3

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.17.2...1.17.3

v1.17.2

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.17.1...1.17.2

v1.17.1

Compare 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.1

Compare 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.2

Compare 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.4

Compare 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.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4

v0.12.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3

web-infra-dev/rspack (@​rspack/core)

v1.5.2

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
  • chore(deps): update rust crate tracing-subscriber to v0.3.20 [security] by @​renovate[bot] in #​11542

Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2

web-infra-dev/rspress (@​rspress/plugin-algolia)

v2.0.0-beta.31

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.30...v2.0.0-beta.31

v2.0.0-beta.30

Compare Source

Highlights ✨
🆕️ @​rspress/plugin-twoslash

related PR: #​2527

Thanks to Shiki's excellent Twoslash integration, we're excited to introduce @rspress/plugin-twoslash in 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

Frame 1912054720
⚡️Enable Rspack native watcher by default and bump [email protected]

related PR: #​2472

Previously, Rspack relied on the watchpack file system watcher to track file changes. However, we identified performance bottlenecks with watchpack. For example, each file change triggers the creation of a new instance, consuming significant CPU and memory in large projects (see #​7490).

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 🐞
  • fix(core): allow user can deploy to both http://a.com/base/ and http://a.com/base by @​SoonIter in #​2536
  • fix(native-watcher): Infinite watch removed i18n.json by @​SoonIter in #​2540
  • fix(plugin-twoslash): Prevent the contents of the popup from being copied when copying code by @​Karibash in #​2538
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.29...v2.0.0-beta.30

v2.0.0-beta.29

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(virtual-module): should addDependencies in virtual-module for persistent cache by @​SoonIter in #​2519
  • fix: command using object fully customize don't call normalize by @​zoolsher in #​2528
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.28

Compare 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.27

Compare Source

Highlights ✨
Add layer for base.css to support tailwind v4

related PR: #​2477

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.26...v2.0.0-beta.27

v2.0.0-beta.26

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
  • refactor(runtime): split hooks into several files by @​SoonIter in #​2454
  • chore(deps): update all patch dependencies

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit dd9d6dc
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/68d0cda3e4d56f0008a9647f
😎 Deploy Preview https://deploy-preview-1204--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch 14 times, most recently from 623c446 to 5f0b2c0 Compare August 4, 2025 06:09
@renovate renovate bot force-pushed the renovate/all-patch branch 13 times, most recently from f54ac48 to 7e5981e Compare August 11, 2025 09:52
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from b45d505 to d26ccf3 Compare August 12, 2025 11:21
@renovate renovate bot force-pushed the renovate/all-patch branch 18 times, most recently from 700c7e7 to 92c4ef3 Compare September 3, 2025 17:04
@renovate renovate bot force-pushed the renovate/all-patch branch from 92c4ef3 to 8caa8f1 Compare September 8, 2025 03:40
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@yifancong yifancong merged commit 0b0fafc into main Sep 22, 2025
7 checks passed
@yifancong yifancong deleted the renovate/all-patch branch September 22, 2025 04:24
@yifancong yifancong mentioned this pull request Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants