Skip to content

fix(deps): update all non-major dependencies#593

Merged
hi-ogawa merged 2 commits intomainfrom
renovate/all-minor-patch
Jul 22, 2025
Merged

fix(deps): update all non-major dependencies#593
hi-ogawa merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) ^1.9.4 -> ^1.10.0 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.27 -> 1.0.0-beta.29 age confidence
@types/node (source) ^22.16.3 -> ^22.16.5 age confidence
rolldown (source) 1.0.0-beta.27 -> 1.0.0-beta.29 age confidence
tsdown ^0.12.9 -> ^0.13.0 age confidence
typescript-eslint (source) ^8.37.0 -> ^8.38.0 age confidence
vite (source) ^7.0.9 -> ^7.0.10 age confidence
vite (source) ^7.0.4 -> ^7.0.5 age confidence
wrangler (source) ^4.24.3 -> ^4.25.1 age confidence

Release Notes

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

v1.10.0

Compare Source

Minor Changes
  • #​10001 5796ca9 Thanks @​jamesopstad! - We now automatically inject the following HMR code into your Worker entry file:

    if (import.meta.hot) {
    	import.meta.hot.accept();
    }

    This prevents file changes from invalidating the full module graph and improves HMR performance in development.

Patch Changes
  • #​10038 a355327 Thanks @​emily-shen! - Resolve containers.image (if it is a path to a Dockerfile) to an absolute path in the deploy config.

  • #​9891 dd416e9 Thanks @​hi-ogawa! - set build.rollupOptions.platform: "neutral" on rolldown-vite to prevent Rolldown's node:module based require polyfill from breaking the build.

  • #​9819 0c4008c Thanks @​CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

  • Updated dependencies [189fe23, c02b067, 7e5585d, b0217f9, e87198a, ad02ad3, 0c4008c]:

v1.9.6

Compare Source

Patch Changes

v1.9.5

Compare Source

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

v1.0.0-beta.29

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
  • test(rust): prevent meaningless snapshot change from bumping oxc runtime versions #​5312 (#​5336) by @​hyf0
❤️ New Contributors

v1.0.0-beta.28

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
  • rust: prevent meaningless snapshot change from bumping oxc runtime versions (#​5312) by @​hyf0
⚙️ Miscellaneous Tasks
❤️ New Contributors
rolldown/tsdown (tsdown)

v0.13.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)

v8.38.0

Compare Source

🩹 Fixes
  • typescript-eslint: error on nested extends in tseslint.config() (#​11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#​11412)
❤️ Thank You

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

vitejs/rolldown-vite (vite)

v7.0.10

Compare Source

Features
  • update rolldown (2bbf424)
  • warn when esbuild: false is set but oxc: false is not set (24c0417)
Bug Fixes
Miscellaneous Chores
Code Refactoring
vitejs/vite (vite)

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
cloudflare/workers-sdk (wrangler)

v4.25.1

Compare Source

Patch Changes
  • #​10000 c02b067 Thanks @​emily-shen! - Include more (sanitised) user errors in telemetry.

    We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.

  • #​9996 b0217f9 Thanks @​nikitassharma! - Disallow users from pushing images with unsupported platforms to the container image registry

  • #​10009 e87198a Thanks @​gpanders! - Fix containers diff output when using JSONC config files

  • #​9976 ad02ad3 Thanks @​dario-piotrowicz! - add warning for when users run wrangler dev --remote with (enabled) containers

  • #​9819 0c4008c Thanks @​CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

  • Updated dependencies [189fe23, 7e5585d]:

v4.25.0

Compare Source

Minor Changes
Patch Changes

v4.24.4

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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1b5074b to e4dc4de Compare July 22, 2025 07:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e4dc4de to 00c2cd6 Compare July 22, 2025 15:08
@hi-ogawa hi-ogawa merged commit 9ce3b22 into main Jul 22, 2025
18 checks passed
@hi-ogawa hi-ogawa deleted the renovate/all-minor-patch branch July 22, 2025 23:53
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.

1 participant