Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) ^1.14.0 -> ^1.14.2 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.47 -> 1.0.0-beta.50 age confidence
@tsconfig/strictest (source) ^2.0.7 -> ^2.0.8 age confidence
pnpm (source) 10.21.0 -> 10.22.0 age confidence
react-router (source) 7.9.5 -> 7.9.6 age confidence
rolldown (source) 1.0.0-beta.47 -> 1.0.0-beta.50 age confidence
tsdown ^0.16.1 -> ^0.16.4 age confidence
typescript-eslint (source) ^8.46.3 -> ^8.46.4 age confidence
vite (source) ^7.2.2 -> ^7.2.5 age confidence
wrangler (source) ^4.46.0 -> ^4.47.0 age confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes
rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.50

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-beta.49

Compare Source

🐛 Bug Fixes
⚙️ Miscellaneous Tasks

v1.0.0-beta.48

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • rust: rename BundleContext to BundleHandle (#​6893) by @​hyf0
  • rust: rename build_span to bundle_span (#​6892) by @​hyf0
  • rust: introduce PluginDriverFactory to manage creation of PluginDriver (#​6891) by @​hyf0
  • crates/rolldown_binding: remove useless BindingBundlerImpl (#​6888) by @​hyf0
  • crates/rolldown_binding: rename Bundler to ClassicBundler and clarify the purpose (#​6887) by @​hyf0
  • rust: rename BuildFactory/Build to BundleFactory/Bundle (#​6886) by @​hyf0
  • rust: tweak incremental build related methods of Bundler (#​6884) by @​hyf0
  • rust: manage build via BuildFactory for Bundler (#​6883) by @​hyf0
  • node: implement a new Bundler that satisfy the usage of RolldownBuild (#​6877) by @​hyf0
  • node: remove useless nonEnumerable decorator (#​6862) by @​hyf0
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
tsconfig/bases (@​tsconfig/strictest)

v2.0.8

Compare Source

pnpm/pnpm (pnpm)

v10.22.0

Compare Source

remix-run/react-router (react-router)

v7.9.6

Compare Source

Patch Changes
  • [UNSTABLE] Add location/params as arguments to client-side unstable_onError to permit enhanced error reporting. (#​14509)

    ⚠️ This is a breaking change if you've already adopted unstable_onError. The second errorInfo parameter is now an object with location and params:

    // Before
    function errorHandler(error: unknown, errorInfo?: React.errorInfo) {
      /*...*/
    }
    
    // After
    function errorHandler(
      error: unknown,
      info: {
        location: Location;
        params: Params;
        errorInfo?: React.ErrorInfo;
      },
    ) {
      /*...*/
    }
  • Properly handle ancestor thrown middleware errors before next() on fetcher submissions (#​14517)

  • Fix issue with splat routes interfering with multiple calls to patchRoutesOnNavigation (#​14487)

  • Normalize double-slashes in resolvePath (#​14529)

rolldown/tsdown (tsdown)

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🏎 Performance
    View changes on GitHub

v0.16.2

Compare Source

   🚀 Features
  • Upgrade rolldown to v1.0.0-beta.49  -  by @​sxzz (48181)
  • entry: Auto enable glob, support infer entry extension  -  by @​sxzz and jinghaihan (2c525)
    View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/rolldown-vite (vite)

v7.2.5

Compare Source

Features

v7.2.4

Compare Source

⚠ BREAKING CHANGES
  • change minify to be async (#​505)
Features
Bug Fixes
  • don't set ssr.optimizeDeps.rollupOptions compat if ssr option is not set (#​506) (8e32f61)
Code Refactoring

v7.2.3

Compare Source

Features
cloudflare/workers-sdk (wrangler)

v4.47.0

Compare Source

Minor Changes
  • #​11201 5286309 Thanks @​avenceslau! - Add wrangler workflows instances restart command

  • #​11214 5cf8a39 Thanks @​penalosa! - Add the experimental wrangler setup command to run autoconfig outside of the deploy flow.

  • #​11187 8abc789 Thanks @​dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfig

    When running wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settings

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


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

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3123491 to 3fa157a Compare November 17, 2025 01:37
@hi-ogawa hi-ogawa merged commit c80546d into main Nov 17, 2025
21 checks passed
@hi-ogawa hi-ogawa deleted the renovate/all-minor-patch branch November 17, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants