chore(deps): update all non-major dependencies#4054
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
7b2c383 to
d628a10
Compare
d628a10 to
3701108
Compare
3701108 to
0cb2994
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.20260218.0→^4.20260304.0^1.44.20→^1.44.26^25.2.3→^25.3.0^7.0.0-dev.20260218.1→^7.0.0-dev.20260224.1^4.20260217.0→^4.20260302.0^0.33.0→^0.35.0^1.48.0→^1.50.010.29.3→10.30.2^4.57.1→^4.59.0^2.3.63→^2.3.738.0.0-beta.14→8.0.0-beta.15^4.66.0→^4.68.1^4.1.0-beta.14→^4.1.0Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20260304.0Compare Source
v4.20260303.0Compare Source
v4.20260302.0Compare Source
v4.20260228.0Compare Source
v4.20260227.0Compare Source
v4.20260219.0Compare Source
scalar/scalar (@scalar/api-reference)
v1.44.26Patch Changes
Updated Dependencies
@scalar/workspace-store@0.34.3
@scalar/oas-utils@0.6.47
@scalar/helpers@0.2.16
@scalar/code-highlight@0.2.4
@scalar/components@0.19.9
@scalar/api-client@2.29.3
@scalar/sidebar@0.7.40
@scalar/snippetz@0.6.16
@scalar/agent-chat@0.5.17
@scalar/openapi-parser@0.24.14
@scalar/types@0.6.7
v1.44.25Patch Changes
Updated Dependencies
@scalar/workspace-store@0.34.2
@scalar/api-client@2.29.2
@scalar/agent-chat@0.5.16
@scalar/oas-utils@0.6.46
@scalar/sidebar@0.7.39
@scalar/components@0.19.8
v1.44.24Patch Changes
Updated Dependencies
v1.44.23Patch Changes
Updated Dependencies
@scalar/api-client@2.29.1
@scalar/helpers@0.2.15
@scalar/oas-utils@0.6.45
@scalar/sidebar@0.7.38
@scalar/types@0.6.6
@scalar/workspace-store@0.34.1
@scalar/agent-chat@0.5.14
@scalar/components@0.19.7
@scalar/openapi-parser@0.24.13
@scalar/snippetz@0.6.15
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260224.1Compare Source
v7.0.0-dev.20260223.1Compare Source
v7.0.0-dev.20260222.1Compare Source
v7.0.0-dev.20260221.1Compare Source
v7.0.0-dev.20260220.1Compare Source
v7.0.0-dev.20260219.1Compare Source
cloudflare/workers-sdk (miniflare)
v4.20260302.0Compare Source
Patch Changes
#12582
c2ed7c2Thanks @penalosa! - Internal refactor to use capnweb's nativeReadableStreamsupport to power remote Media and Dispatch Namespace bindings.#12618
d920811Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12637
896734dThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12602
58a4020Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false optionThis reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.
v4.20260219.0Compare Source
Minor Changes
#12462
f239077Thanks @petebacondarwin! - AddMiniflare#purgeCache()method to clear cache entries programmaticallyThis allows developers to clear cached data during local development without
restarting the Miniflare instance. Useful when working with Workers Sites
or any application that uses the Cache API.
#12574
527e4f5Thanks @emily-shen! - Local explorer: add /query endpoint to introspect sqlite in DOsThis required adding a wrapper that extends user DO classes and adds in an extra method to access
ctx.storage.sql. This shouldn't have any impact on user code, but is gated by the env varX_LOCAL_EXPLORER.This is for an experimental WIP feature.
Patch Changes
#12592
aaa7200Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12606
2f19a40Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12597
0b17117Thanks @sdnts! - The maximum allowed delivery and retry delays for Queues is now 24 hoursoxc-project/oxc (oxfmt)
v0.35.0Compare Source
🚀 Features
984dc07oxfmt: Strip"experimental"SortXxxprefix (#19567) (leaysgur)v0.34.0Compare Source
🐛 Bug Fixes
6c61b70oxfmt: Fix outdatedsortImports.groupsdoc comments (#19513) (leaysgur)oxc-project/oxc (oxlint)
v1.50.0Compare Source
v1.49.0Compare Source
pnpm/pnpm (pnpm)
v10.30.2Compare Source
v10.30.1: pnpm 10.30.1Compare Source
Patch Changes
/-/npm/v1/security/audits/quickendpoint as the primary audit endpoint, falling back to/-/npm/v1/security/auditswhen it fails #10649.Platinum Sponsors
Gold Sponsors
v10.30.0: pnpm 10.30Compare Source
Minor Changes
pnpm whynow shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.Patch Changes
pnpm whydependency pruning to prefer correctness over memory consumption. Reverted PR: #7122.pnpm whyandpnpm listperformance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #10596.Platinum Sponsors
Gold Sponsors
rollup/rollup (rollup)
v4.59.0Compare Source
2026-02-22
Features
Pull Requests
v4.58.0Compare Source
2026-02-20
Features
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)Pull Requests
output.experimentalMinChunkSize(@millerick, @lukastaegert)vitejs/vite (vite)
v8.0.0-beta.15Compare Source
Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
fdirand@rollup/plugin-commonjs(#21639) (5abffd5)cloudflare/workers-sdk (wrangler)
v4.68.1Compare Source
Patch Changes
#12648
3d6e421Thanks @petebacondarwin! - Fix Angular scaffolding to allow localhost SSR in development modeRecent versions of Angular's
AngularAppEngineblock serving SSR onlocalhostby default. This causedwrangler dev/wrangler pages devto fail withURL with hostname "localhost" is not allowed.The fix passes
allowedHosts: ["localhost"]to theAngularAppEngineconstructor inserver.ts, which is safe to do even in production since Cloudflare will already restrict which host is allowed.#12657
294297eThanks @dario-piotrowicz! - Update Waku autoconfig logicAs of
1.0.0-alpha.4, Waku projects can be built on top of the Cloudflare Vite plugin, and the changes here allow Wrangler autoconfig to support this. Running autoconfig on older versions of Waku will result in an error.Updated dependencies []:
v4.68.0Compare Source
Minor Changes
#12614
8d882faThanks @dario-piotrowicz! - Enable autoconfig forwrangler deployby default (while allowing users to still disable it via--x-autoconfig=falseif necessary)#12614
8d882faThanks @dario-piotrowicz! - Mark thewrangler setupcommand as stablev4.67.1Compare Source
Patch Changes
#12595
e93dc01Thanks @dario-piotrowicz! - Add a warning in the autoconfig logic letting users know that support for projects inside workspaces is limited#12582
c2ed7c2Thanks @penalosa! - Internal refactor to use capnweb's nativeReadableStreamsupport to power remote Media and Dispatch Namespace bindings.#12618
d920811Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12637
896734dThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12601
ebdbe52Thanks @43081j! - Switch toempathicfor file-system upwards traversal to reduce dependency bloat.#12602
58a4020Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false optionThis reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.
#12591
6f6cd94Thanks @martinezjandrew! - Implemented logic withinwrangler containers registries configureto check if a specified secret name is already in-use and offer to reuse that secret. Also added--skip-confirmationflag to the command to skip all interactive prompts.Updated dependencies [
c2ed7c2,d920811,896734d,58a4020]:v4.67.0Compare Source
Minor Changes
#12401
8723684Thanks @jonesphillip! - Add validation retry loops to pipelines setup commandThe
wrangler pipelines setupcommand now prompts users to retry when validation errors occur, instead of failing the entire setup process. This includes:This improves the setup experience by allowing users to correct mistakes without restarting the entire configuration flow.
#12395
aa82c2bThanks @cmackenzie1! - Generate typed pipeline bindings from stream schemasWhen running
wrangler types, pipeline bindings now generate TypeScript types based on the stream's schema definition. This gives you full autocomplete and type checking when sending data to your pipelines.If your stream has a schema with fields like
user_id(string) andevent_count(int32), the generated types will be:For unstructured streams or when not authenticated, bindings fall back to the generic
Pipeline<PipelineRecord>type.Patch Changes
#12592
aaa7200Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12606
2f19a40Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12604
e2a6600Thanks @petebacondarwin! - fix: pass--envflag to auxiliary workers in multi-worker modeWhen running
wrangler devwith multiple config files (e.g.-c ./apps/api/wrangler.jsonc -c ./apps/queues/wrangler.jsonc -e=dev), the--envflag was not being passed to auxiliary (non-primary) workers. This meant that environment-specific configuration (such as queue bindings) was not applied to auxiliary workers, causing features like queue consumers to not be triggered in local development.#12597
0b17117Thanks @sdnts! - The maximum allowed delivery and retry delays for Queues is now 24 hours#12598
ca58062Thanks @mattzcarey! - Stop redactingwrangler whoamioutput in non-interactive modewrangler whoamiis explicitly invoked to retrieve account info, so email and account names should always be visible. Redacting them in non-interactive/CI environments makes it difficult for coding agents and automated tools to identify which account to use. Other error messages that may appear unexpectedly in CI logs (e.g. multi-account selection errors) remain redacted.Updated dependencies [
f239077,aaa7200,2f19a40,5f9f0b4,452cdc8,527e4f5,0b17117]:poppinss/youch (youch)
v4.1.0: Tag as latest after a stable beta being tested for more than a yearCompare Source
Breaking Changes
require()'d.Youchconstructor no longer accepts the error or request object. Instead, the error is passed directly totoHTML(),toJSON(), and the newtoANSI()methods.toHTML()instead. The request must be a plain object withurl,method, andheadersproperties (not a Node.jshttp.IncomingMessage).toJSON()return value is now aParsedErrorobject directly, instead of being wrapped inside{ error: {...} }.toHTML()method no longer accepts arbitrary template data. Use the structuredoptionsobject instead, which acceptstitle,cspNonce,ide,request,offset, andframeSourceBuffer.preLinesandpostLinesconstructor options have been replaced byframeSourceBufferon each render method.addLink()method. Custom links can no longer be added to the error page. Use the new template/component system to customize the HTML output instead.toggleShowAllFrames()method. Frame visibility is now handled by the new HTML UI.Features
toANSI()method for rendering errors as ANSI-colored terminal output.MetadataAPI for attaching contextual information to error pages. Metadata is organized into groups, sections, and rows.useParser()for pre-processing errors before they are parsed.useTransformer()for post-processing parsed errors.defineSourceLoader()for custom source code loading (e.g., remote files, bundled sources).header,layout,errorInfo,errorStack,errorStackSource,errorCause,errorMetadata) can be replaced with a custom component.ideoption ("vscode","sublime","phpstorm", etc.) or a custom URL format.templates.injectStyles()for injecting custom CSS into the error page.Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.