chore(deps): update all non-major dependencies#8
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
36a36e3 to
6ec6ecf
Compare
b04ce1a to
281ffbb
Compare
281ffbb to
7ad8a61
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→^4.1.20^7.0.0-dev.20260327.2→^7.0.0-dev.20260401.1^4.20260317.3→^4.20260329.0^0.42.0→^0.43.0^1.57.0→^1.58.0Release Notes
netlify/primitives (@netlify/runtime)
v4.1.20Compare Source
Dependencies
v4.1.19Compare Source
Dependencies
v4.1.18Compare Source
Dependencies
v4.1.17Compare Source
Dependencies
v4.1.16Compare Source
Dependencies
v4.1.15Compare Source
Dependencies
v4.1.14Compare Source
Dependencies
v4.1.13Compare Source
Dependencies
v4.1.12Compare Source
Dependencies
v4.1.11Compare Source
Dependencies
v4.1.10Compare Source
Dependencies
v4.1.9Compare Source
Dependencies
v4.1.8Compare Source
Dependencies
v4.1.7Compare Source
Dependencies
v4.1.6Compare Source
Dependencies
v4.1.5Compare Source
Dependencies
v4.1.4Compare Source
Dependencies
v4.1.3Compare Source
Dependencies
v4.1.2Compare Source
Dependencies
v4.1.1Compare Source
Dependencies
v4.1.0Compare Source
Features
Dependencies
v4.0.16Compare Source
Dependencies
v4.0.15Compare Source
Dependencies
v4.0.14Compare Source
Dependencies
v4.0.13Compare Source
Dependencies
v4.0.12Compare Source
Dependencies
v4.0.11Compare Source
Dependencies
v4.0.10Compare Source
Dependencies
v4.0.9Compare Source
Dependencies
v4.0.8Compare Source
Dependencies
v4.0.7Compare Source
Dependencies
v4.0.6Compare Source
Dependencies
v4.0.5Compare Source
Dependencies
v4.0.4Compare Source
Dependencies
v4.0.3Compare Source
Dependencies
v4.0.2Compare Source
Dependencies
v4.0.1Compare Source
Dependencies
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260401.1Compare Source
v7.0.0-dev.20260331.1Compare Source
v7.0.0-dev.20260330.1Compare Source
v7.0.0-dev.20260329.1Compare Source
v7.0.0-dev.20260328.1Compare Source
cloudflare/workers-sdk (miniflare)
v4.20260329.0Compare Source
Minor Changes
#13025
9eff028Thanks @ruifigueira! - Add missing devtools endpoints to browser rendering local binding.The local browser rendering binding now implements the full set of devtools endpoints, matching the remote Browser Rendering API:
GET /v1/limits— returns local concurrency defaultsGET /v1/history— returns empty array (no persistence in local dev)GET /v1/devtools/session- list and inspect active sessionsGET /v1/devtools/session/:id— list and inspect active sessionGET /v1/devtools/browser/:id/json/version— Browser version metadata, includes webSocketDebuggerUrlGET /v1/devtools/browser/:id/json/list— A list of all available websocket targetsGET /v1/devtools/browser/:id/json— Alias forGET /v1/devtools/browser/:id/jsonGET /v1/devtools/browser/:id/json/protocol— The current devtools protocol, as JSON. Includes webSocketDebuggerUrl and devtoolsFrontendUrlPUT /v1/devtools/browser/:id/json/new— Opens a new tab. Responds with the websocket target data for the new tabGET /v1/devtools/browser/:id/json/activate/:target— Brings a page into the foreground (activate a tab)GET /v1/devtools/browser/:id/json/close/:target— Closes the target page identified by targetIdGET /v1/devtools/browser/:id/page/:target— WebSocket connection to a page targetGET /v1/devtools/browser/:id— WebSocket connection to a previously acquired browser sessionDELETE /v1/devtools/browser/:id— Closes a browser sessionPOST /v1/devtools/browser— Acquires a new sessionGET /v1/devtools/browser— Acquire a new session and connect via WebSocket in one step, returningcf-browser-session-idheader#13086
d4c6158Thanks @pombosilva! - Add Workflows support to the local explorer UI.The local explorer (
/cdn-cgi/explorer/) now includes a full Workflows dashboard for viewing and managing workflow instances during local development.UI features:
Patch Changes
#13111
f214760Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13078
9282493Thanks @penalosa! - Fix noisy EBUSY errors on Windows when disposing Miniflare instancesOn Windows,
workerdmay not release file handles immediately after disposal, causingEBUSYerrors when Miniflare tries to remove its temporary directory duringdispose(). Previously, this error propagated to the caller (e.g. vitest-pool-workers), producing repeated noisy error messages in test output. The cleanup is now best-effort — matching the existing exit hook behaviour — since the temporary directory lives inos.tmpdir()and will be cleaned up by the OS.#13090
a532eeaThanks @edmundhung! - RemoveLOCAL_EXPLORER_BASE_PATHandLOCAL_EXPLORER_API_PATHconstants in favor ofCorePaths.EXPLORERThese were redundant aliases introduced before
CorePathswas centralized. All internal consumers now useCorePaths.EXPLORERdirectly.oxc-project/oxc (oxfmt)
v0.43.0Compare Source
🚀 Features
6ef440aoxfmt: Support bool for object style options (#20853) (leaysgur)oxc-project/oxc (oxlint)
v1.58.0Compare Source
🚀 Features
16516delinter: Enhance types forDummyRule(#20751) (camc314)📚 Documentation
be3dcc1linter: Add note about node version + custom TS plugin (#19381) (camc314)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.