Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) ^1.13.15 -> ^1.13.18 age confidence
@eslint/js (source) ^9.38.0 -> ^9.39.1 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.45 -> 1.0.0-beta.46 age confidence
@tsconfig/strictest (source) ^2.0.6 -> ^2.0.7 age confidence
@types/node (source) ^22.18.12 -> ^22.19.0 age confidence
eslint (source) ^9.38.0 -> ^9.39.1 age confidence
globals ^16.4.0 -> ^16.5.0 age confidence
pnpm (source) 10.19.0 -> 10.20.0 age confidence
react-router (source) 7.9.4 -> 7.9.5 age confidence
rolldown (source) 1.0.0-beta.45 -> 1.0.0-beta.46 age confidence
tsdown ^0.15.10 -> ^0.15.12 age confidence
typescript-eslint (source) ^8.46.2 -> ^8.46.3 age confidence
vite (source) ^7.1.19 -> ^7.1.20 age confidence
wrangler (source) ^4.45.0 -> ^4.45.3 age confidence

Release Notes

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

v1.13.18

Patch Changes

v1.13.17

Patch Changes

v1.13.16

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.46

Compare Source

💥 BREAKING CHANGES
  • default preserveEntrySignatures to 'exports-only' to align with Rollup (#​6723) by @​Copilot
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
tsconfig/bases (@​tsconfig/strictest)

v2.0.7

Compare Source

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

sindresorhus/globals (globals)

v16.5.0

Compare Source


pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.
remix-run/react-router (react-router)

v7.9.5

Compare Source

Patch Changes
  • Move RSCHydratedRouter and utils to /dom export. (#​14457)

  • useRoute: return type-safe handle (#​14462)

    For example:

    // app/routes/admin.tsx
    const handle = { hello: "world" };
    // app/routes/some-other-route.tsx
    export default function Component() {
      const admin = useRoute("routes/admin");
      if (!admin) throw new Error("Not nested within 'routes/admin'");
      console.log(admin.handle);
      //                ^? { hello: string }
    }
  • Ensure action handlers run for routes with middleware even if no loader is present (#​14443)

  • Add unstable_instrumentations API to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches (#​14412)

    • Framework Mode:
      • entry.server.tsx: export const unstable_instrumentations = [...]
      • entry.client.tsx: <HydratedRouter unstable_instrumentations={[...]} />
    • Data Mode
      • createBrowserRouter(routes, { unstable_instrumentations: [...] })

    This also adds a new unstable_pattern parameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e., /blog/:slug) which is useful for aggregating performance metrics by route

rolldown/tsdown (tsdown)

v0.15.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.15.11

Compare Source

No significant changes

    View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.3

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

Compare Source

Features
Bug Fixes
Tests
  • enable temporary disabled tests (946b447)
cloudflare/workers-sdk (wrangler)

v4.45.3

Patch Changes
  • #​11117 6822aaf Thanks @​emily-shen! - fix: show local/remote status before D1 command confirmations

    D1 commands (execute, export, migrations apply, migrations list, delete, time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.

  • #​11077 bce8142 Thanks @​petebacondarwin! - Ensure that process.env is case-insensitive on Windows

    The object that holds the environment variables in process.env does not care about the case of its keys
    in Windows. For example, process.env.SystemRoot and process.env.SYSTEMROOT will refer to the same value.

    Previously, when merging fields from .env files we were replacing this native object with a vanilla
    JavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
    when in reality they just had different casing.

v4.45.2

Patch Changes

v4.45.1

Compare Source

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 added the dependencies label Nov 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 27b2130 to 4ad4ec3 Compare November 3, 2025 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ad4ec3 to 3384b8d Compare November 3, 2025 21:42
@hi-ogawa hi-ogawa merged commit 9cabe27 into main Nov 4, 2025
20 checks passed
@hi-ogawa hi-ogawa deleted the renovate/all-minor-patch branch November 4, 2025 07:40
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