chore(deps): update all non-major dependencies - #4035
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 16, 2026 06:25
03f372e to
335a868
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 16, 2026 10:40
335a868 to
56d2a92
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 16, 2026 14:06
56d2a92 to
f36e54b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 16, 2026 18:49
f36e54b to
f9c1679
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 17, 2026 06:30
f9c1679 to
d9a8069
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^4.20260210.0→^4.20260217.0^1.44.15→^1.44.20^7.0.0-dev.20260210.1→^7.0.0-dev.20260216.1^0.2.0→^0.2.1^0.2.0→^0.3.0^4.20260210.0→^4.20260212.0^0.28.0→^0.33.0^1.43.0→^1.48.010.29.2→10.29.3^1.0.0-rc.3→^1.0.0-rc.4^2.2.48→^2.3.63^0.11.3→^0.11.48.0.0-beta.13→8.0.0-beta.14^4.64.0→^4.65.0^4.1.0-beta.13→^4.1.0-beta.14Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20260217.0Compare Source
v4.20260214.0Compare Source
v4.20260213.0Compare Source
v4.20260212.0Compare Source
scalar/scalar (@scalar/api-reference)
v1.44.20Patch Changes
Updated Dependencies
@scalar/workspace-store@0.32.1
@scalar/api-client@2.27.1
@scalar/agent-chat@0.5.11
@scalar/components@0.19.4
@scalar/helpers@0.2.12
@scalar/sidebar@0.7.35
@scalar/oas-utils@0.6.42
@scalar/openapi-parser@0.24.10
@scalar/types@0.6.3
@scalar/snippetz@0.6.12
v1.44.18Patch Changes
Updated Dependencies
@scalar/sidebar@0.7.33
@scalar/workspace-store@0.31.2
@scalar/api-client@2.26.2
@scalar/components@0.19.2
@scalar/icons@0.5.3
@scalar/oas-utils@0.6.40
@scalar/agent-chat@0.5.9
v1.44.17Patch Changes
Updated Dependencies
@scalar/workspace-store@0.31.1
@scalar/api-client@2.26.1
ModalClientContainerto unify logic and styles acrossModalandApiClientModal.@scalar/agent-chat@0.5.8
@scalar/oas-utils@0.6.39
@scalar/sidebar@0.7.32
@scalar/components@0.19.1
v1.44.16Patch Changes
Updated Dependencies
@scalar/api-client@2.26.0
@scalar/workspace-store@0.31.0
@scalar/code-highlight@0.2.3
@scalar/components@0.19.0
@scalar/agent-chat@0.5.7
@scalar/oas-utils@0.6.38
@scalar/sidebar@0.7.31
@scalar/openapi-parser@0.24.9
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260216.1Compare Source
v7.0.0-dev.20260215.1Compare Source
v7.0.0-dev.20260214.1Compare Source
v7.0.0-dev.20260213.1Compare Source
v7.0.0-dev.20260212.1Compare Source
v7.0.0-dev.20260211.1Compare Source
unjs/citty (citty)
v0.2.1Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
unjs/httpxy (httpxy)
v0.3.0Compare Source
compare changes
🚀 Enhancements
proxyFetch(#98)followRedirectssupport (d3d7f39)🩹 Fixes
toProxyoutgoing path (7759c94)💅 Refactors
Urlsupport (b2e6c92)🏡 Chore
✅ Tests
🤖 CI
Urlsupport (b2e6c92)❤️ Contributors
v0.2.2Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.1Compare Source
compare changes
🌊 Types
🏡 Chore
❤️ Contributors
cloudflare/workers-sdk (miniflare)
v4.20260212.0Compare Source
Minor Changes
#12431
7aaa2a5Thanks @emily-shen! - Add ability to search KV keys by prefixThe UI and list keys API now lets you search KV keys by prefix.
This is an experimental WIP feature.
Patch Changes
#12541
f7fa326Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12025
d06ad09Thanks @petebacondarwin! - Fix potential EBADF error when restarting workerd processPreviously, when the workerd process was restarted (e.g., via
setOptions()or Vite server restart), the stdio pipes from the previous process were not explicitly destroyed. This could lead toEBADF(Bad File Descriptor) errors during spawn on some systems.The
Runtime#dispose()method now explicitly destroys all stdio streams (stdin, stdout, stderr, and the control pipe) before killing the process to ensure file descriptors are properly released.oxc-project/oxc (oxfmt)
v0.33.0Compare Source
💥 BREAKING CHANGES
9c34f72formatter/sort_imports: [BREAKING] Report invalid group name with renamingside-effect>side_effect(#19416) (leaysgur)🚀 Features
4baebefformatter/sort_imports: Support{ newlinesBetween: bool }insidegroups(#19358) (leaysgur)d1c2fb6formatter/sort_imports: SupportcustomGroupsattributes(selectorandmodifiers) (#19356) (leaysgur)v0.32.0Compare Source
v0.30.0🐛 Bug Fixes
1b2f354ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217) (Cameron)oxc-project/oxc (oxlint)
v1.48.0Compare Source
v1.47.0Compare Source
v1.45.0🐛 Bug Fixes
1b2f354ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217) (Cameron)pnpm/pnpm (pnpm)
v10.29.3Compare Source
rolldown/rolldown (rolldown)
v1.0.0-rc.4Compare Source
🚀 Features
RolldownErrorfromRollupError(#8262) by @sapphi-redresolve_tsconfigfunction for Vite (#8257) by @sapphi-redrolldown_watcher(#8161) by @hyf0commentsandlegalCommentsinto a single granularcommentsoption (#8229) by @IWANABETHATGUYtransform(#8180) by @sapphi-red🐛 Bug Fixes
🚜 Refactor
othertojsdocin comments options (#8256) by @IWANABETHATGUYparseandparseSync(#8215) by @sapphi-redparse/minify/transformfromrolldown/utils(#8214) by @sapphi-red📚 Documentation
<script>escape behavior difference note fromplatformoption (#8253) by @sapphi-red🧪 Testing
⚙️ Miscellaneous Tasks
RUSTSEC-2025-0141cargo check error (#8235) by @hyf0h3js/srvx (srvx)
v0.11.4Compare Source
compare changes
🚀 Enhancements
srvx.serve()(#181)❤️ Contributors
vitejs/vite (vite)
v8.0.0-beta.14Compare Source
Features
.wasm?init(#21102) (216a3b5)Bug Fixes
sourcemapInterceptor: "prepareStackTrace"(#21562) (416c095)Miscellaneous Chores
customResolverdeprecation message to mentionenforce: 'pre'(#21576) (2ce34d5)Code Refactoring
rolldown/utils(#21577) (e56103f)Tests
cloudflare/workers-sdk (wrangler)
v4.65.0Compare Source
Minor Changes
#12473
b900c5aThanks @petebacondarwin! - Add CF_PAGES environment variables towrangler pages devwrangler pages devnow automatically injects Pages-specific environment variables (CF_PAGES,CF_PAGES_BRANCH,CF_PAGES_COMMIT_SHA,CF_PAGES_URL) for improved dev/prod parity. This enables frameworks like SvelteKit to auto-detect the Pages environment during local development.CF_PAGESis set to"1"to indicate the Pages environmentCF_PAGES_BRANCHdefaults to the current git branch (or"local"if not in a git repo)CF_PAGES_COMMIT_SHAdefaults to the current git commit SHA (or a placeholder if not in a git repo)CF_PAGES_URLis set to a simulated commit preview URL (e.g.,https://<sha>.<project-name>.pages.dev)These variables are displayed with their actual values in the bindings table during startup, making it easy to verify what branch and commit SHA were detected.
These variables can be overridden by user-defined vars in the Wrangler configuration,
.env,.dev.vars, or via CLI flags.#12464
10a1c4aThanks @petebacondarwin! - Allow deleting KV namespaces by nameYou can now delete a KV namespace by providing its name as a positional argument:
This aligns the delete command with the create command, which also accepts a namespace name.
The existing
--namespace-idand--bindingflags continue to work as before.#12382
d7b492cThanks @dario-piotrowicz! - Add Pages detection to autoconfig flowsWhen running the autoconfig logic (via
wrangler setup,wrangler deploy --x-autoconfig, or the programmatic autoconfig API), Wrangler now detects when a project appears to be a Pages project and handles it appropriately:wrangler deploy, it warns the user but still allows them to proceedwrangler setupand the programmatic autoconfig API, it throws a fatal error#12461
8809411Thanks @penalosa! - Supporttype: inheritbindings when using startWorker()This is an internal binding type that should not be used by external users of the API
#12515
1a9edddThanks @ascorbic! - Add--jsonflag towrangler whoamifor machine-readable outputwrangler whoami --jsonnow outputs structured JSON containing authentication status, auth type, email, accounts, and token permissions. When the user is not authenticated, the command exits with a non-zero status code and outputs{"loggedIn":false}, making it easy to check auth status in shell scripts without parsing text output.Patch Changes
#12437
ad817ddThanks @MattieTK! - fix: use project's package manager in wranger autoconfigwrangler setupnow correctly detects and uses the project's package manager based on lockfiles (pnpm-lock.yaml,yarn.lock,bun.lockb,package-lock.json) and thepackageManagerfield inpackage.json. Previously, it would fall back to the package manager used to execute the command when run directly from the terminal, causing failures in pnpm and yarn workspace projects if the wrong manager was used in this step due to theworkspace:protocol not being supported by npm.This change leverages the package manager detection already performed by
@netlify/build-infoduring framework detection, ensuring consistent behaviour across the autoconfig process.#12541
f7fa326Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12498
734792aThanks @dario-piotrowicz! - Fix: make sure that remote proxy sessions's logs can be silenced when the wrangler log level is set to "none"#12135
cc5ac22Thanks @edmundhung! - Fix spurious config diffs when bindings from local and remote config are shown in different orderWhen comparing local and remote Worker configurations, binding arrays like
kv_namespaceswould incorrectly show additions and removals if the elements were in a different order. The diff now correctly recognizes these as equivalent by reordering remote arrays to match the local config's order before comparison.#12476
62a8d48Thanks @MattieTK! - fix: use unscoped binary name for OpenNext autoconfig command overridesThe build, deploy, and version command overrides in the Next.js (OpenNext) autoconfig handler used the scoped package name
@opennextjs/cloudflare, which pnpm interprets as a workspace filter rather than a binary name. This causedwrangler deploy --x-autoconfigto fail for pnpm-based Next.js projects withERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL. Changed to use the unscoped binary nameopennextjs-cloudflare, which resolves correctly across all package managers.#12516
84252b7Thanks @edmundhung! - Stop proxying localhost requests when proxy environment variables are setWhen
HTTP_PROXYorHTTPS_PROXYis configured, all fetch requests including ones tolocalhostwere routed through the proxy. This causedwrangler devand the Vite plugin to fail with "TypeError: fetch failed" because the proxy can't reach local addresses.This switches from
ProxyAgentto undici'sEnvHttpProxyAgent, which supports theNO_PROXYenvironment variable. WhenNO_PROXYis not set, it defaults tolocalhost,127.0.0.1,::1so local requests are never proxied.The
NO_PROXYconfig only applies to the request destination, not the proxy server address. So a proxy running on localhost (e.g. HTTP_PROXY=http://127.0.0.1:11451) still works for outbound API calls.#12506
e5efa5dThanks @sesteves! - Fixwrangler r2 sql querydisplaying[object Object]for nested valuesSQL functions that return complex types such as arrays of objects (e.g.
approx_top_k) were rendered as[object Object]in the table output becauseString()was called directly on non-primitive values. These values are now serialized withJSON.stringifyso they display as readable JSON strings.#11725
be9745fThanks @dario-piotrowicz! - Fix incorrect logic during autoconfiguration (when runningwrangler setuporwrangler deploy --x-autoconfig) that caused parts of the project'spackage.jsonfile, removed during the process, to incorrectly be added back#12458
122791dThanks @jkoe-cf! - Remove default values for delivery delay and message retention and update messaging on limitsFixes the issue of the default maximum message retention (365400 seconds) being longer than the maximum allowed retention period for free tier users (86400 seconds).
Previous:
1209600seconds for all queues users because it was required to be on paid tier.Updated:
1209600seconds for paid tier queues#12513
41e18aaThanks @pombosilva! - Add confirmation prompt when deploying workflows with names that belong to different workers.When deploying a workflow with a name that already exists and is currently associated with a different worker script, Wrangler will now display a warning and prompt for confirmation before proceeding. This helps prevent accidentally overriding workflows.
In non-interactive environments this check is skipped by default. Use the
--strictflag to enable the check in non-interactive environments, which will cause the deployment to fail if workflow conflicts are detected.Updated dependencies [
f7fa326,7aaa2a5,d06ad09]:poppinss/youch (youch)
v4.1.0-beta.14: Escape HTML in error context and copy error with complete stack traceCompare Source
Bug Fixes
Features
What's Changed
New Contributors
Full Changelog: poppinss/youch@v4.1.0-beta.13...v4.1.0-beta.14
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.