fix(deps): update all non-major dependencies #896
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
^1.13.7->^1.13.10^9.36.0->^9.37.0^0.9.0->^0.10.0^4.1.13->^4.1.14^22.18.7->^22.18.8^9.36.0->^9.37.010.17.1->10.18.0^4.1.13->^4.1.14^0.15.5->^0.15.6^5.9.2->^5.9.3^7.1.14->^7.1.15^7.1.7->^7.1.9^4.40.2->^4.42.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.10Compare Source
Patch Changes
#10825
4c509ecThanks @penalosa! - Support containers defined for Vite auxiliary WorkersUpdated dependencies [
103fbf0,2594130,59d5911]:v1.13.9Compare Source
Patch Changes
#10673
bffd2a9Thanks @jamesopstad! - Only forward/cdn-cgi/handler/routes to trigger handlers.Updated dependencies [
4c06766,21a0bef,d3aee31,c8d5282,59e8ef0,79a6b7d,7a4d0da,bffd2a9,62656bd,886e577,7f2386e,8d7f32e,f9d37db,835d6f7,79a6b7d]:v1.13.8Compare Source
Patch Changes
#10593
2ff7e6dThanks @BlankParticle! - fix: restore original url before passing request to miniflare in vite dev#10774
ed04ed3Thanks @dario-piotrowicz! - fix vite plugin not working when projects are in a path that contains a non-ascii characterUpdated dependencies [
ff82d80,7a6381c,6ff41a6,0c208e1,2432022,d0801b1,325d22e,8d07576,0a554f9,6244a9e,d09cab3]:eslint/eslint (@eslint/js)
v9.37.0Compare Source
remix-run/remix (@remix-run/node-fetch-server)
v0.10.0Compare Source
closeandfinishlisteners only once (#10757)tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.14Compare Source
Fixed
'syntax in ClojureScript when extracting classes (#18888)@variantinside@custom-variant(#18885)@utility(#18900)grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907)grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907)defaultexport condition for@tailwindcss/vite(#18948)@themeproduce no output when built (#18979)variant = 'outline'during upgrades (#18922)classNameis migrated (#19031)*ClassNameand*Classattributes (#19031)eslint/eslint (eslint)
v9.37.0Compare Source
pnpm/pnpm (pnpm)
v10.18.0Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMsandfetchMinSpeedKiBps.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAgeconfiguration #10030.cleanupUnusedCatalogsconfiguration when removing dependent packages.scriptShellis set tofalse#8748.pnpm dlxshould not fail whenminimumReleaseAgeis set #10037.rolldown/tsdown (tsdown)
v0.15.6Compare Source
🐞 Bug Fixes
View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.3Compare Source
vitejs/rolldown-vite (vite)
v7.1.15Compare Source
Bug Fixes
Miscellaneous Chores
create-react-applicense (#20865) (166a178)vitejs/vite (vite)
v7.1.9Compare Source
Reverts
v7.1.8Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-applicense (#20865) (166a178)cloudflare/workers-sdk (wrangler)
v4.42.0Compare Source
Minor Changes
103fbf0Thanks @petebacondarwin! - Allow WRANGLER_SEND_ERROR_REPORTS env var to override whether to report Wrangler crashes to SentryPatch Changes
#10757
59d5911Thanks @dario-piotrowicz! - fixconsole.debuglogs not being logged at theinfolevel (as users expect)Updated dependencies [
2594130]:v4.41.0Compare Source
Minor Changes
#10507
21a0befThanks @dario-piotrowicz! - Add strict mode for thewrangler deploycommandAdd a new flag:
--strictthat makes thewrangler deploycommand be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.#10710
7f2386eThanks @penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.Patch Changes
#10822
4c06766Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler pages deploymentcommands#10838
d3aee31Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler queues subscriptioncommands#10829
59e8ef0Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler pipelinescommands#10764
79a6b7dThanks @emily-shen! - containers: defaultmax_instancesto 20 instead of 1.#10844
7a4d0daThanks @mikenomitch! - Adds new Container instance types, and renamedevtoliteandstandardtostandard-1. The new instance_types are now:#10634
62656bdThanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account#10761
886e577Thanks @petebacondarwin! - switch zone route warning to an info message#10734
8d7f32eThanks @penalosa! - Improve formatting of logged errors in some cases#10832
f9d37dbThanks @petebacondarwin! - retry subdomain requests to be more resilient to flakes#10770
835d6f7Thanks @danielrs! - Enabling or disablingworkers_devis often an indication thatthe user is also trying to enable or disable
preview_urls. Warn theuser when these enter mixed state.
#10764
79a6b7dThanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cliUpdated dependencies [
c8d5282,bffd2a9]:v4.40.3Compare Source
Patch Changes
#10602
ff82d80Thanks @tukiminya! - fix: update Secrets Store command status from alpha to open-beta#10623
7a6381cThanks @IRCody! - Handle more cases for correctly resolving the full uri for an image when using containers push.#10779
325d22eThanks @hoodmane! - Add fallthrough: true for python_modules data rule#10112
8d07576Thanks @devin-ai-integration! - fix: allow Workflow bindings when calling getPlatformProxy()Workflow bindings are not supported in practice when using
getPlatformProxy().But their existence in a Wrangler config file should not prevent other bindings from working.
Previously, calling
getPlatformProxy()would crash if there were any Workflow bindings defined.Now, instead, you get a warning telling you that these bindings are not available.
#10769
0a554f9Thanks @penalosa! - Mark more errors asUserErrorto disable Sentry reporting#10679
6244a9eThanks @KianNH! - Fix rendering for nested objects incontainers listandcontainers info [ID]#10785
d09cab3Thanks @pombosilva! - Workflows names and instance IDs are now properly validated with production limits.Updated dependencies [
6ff41a6,0c208e1,2432022,d0801b1,0a554f9]: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.