Skip to content

chore(deps): update all non-major dependencies#8

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#8
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@netlify/runtime (source) ^4^4.1.20 age confidence
@typescript/native-preview (source) ^7.0.0-dev.20260327.2^7.0.0-dev.20260401.1 age confidence
miniflare (source) ^4.20260317.3^4.20260329.0 age confidence
oxfmt (source) ^0.42.0^0.43.0 age confidence
oxlint (source) ^1.57.0^1.58.0 age confidence

Release Notes

netlify/primitives (@​netlify/runtime)

v4.1.20

Compare Source

Dependencies

v4.1.19

Compare Source

Dependencies

v4.1.18

Compare Source

Dependencies

v4.1.17

Compare Source

Dependencies

v4.1.16

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.15

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.14

Compare Source

Dependencies

v4.1.13

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.12

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.11

Compare Source

Dependencies

v4.1.10

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.9

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.8

Compare Source

Dependencies

v4.1.7

Compare Source

Dependencies

v4.1.6

Compare Source

Dependencies

v4.1.5

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.4

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.3

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.1.2

Compare Source

Dependencies

v4.1.1

Compare Source

Dependencies

v4.1.0

Compare Source

Features
  • Adds W3C trace context propagation to tracer provider (#​471) (afe4656)
Dependencies

v4.0.16

Compare Source

Dependencies

v4.0.15

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.0.14

Compare Source

Dependencies

v4.0.13

Compare Source

Dependencies

v4.0.12

Compare Source

Dependencies

v4.0.11

Compare Source

Dependencies

v4.0.10

Compare Source

Dependencies

v4.0.9

Compare Source

Dependencies

v4.0.8

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.0.7

Compare Source

Dependencies

v4.0.6

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.0.5

Compare Source

Dependencies

v4.0.4

Compare Source

Dependencies
  • The following workspace dependencies were updated

v4.0.3

Compare Source

Dependencies

v4.0.2

Compare Source

Dependencies

v4.0.1

Compare Source

Dependencies
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260401.1

Compare Source

v7.0.0-dev.20260331.1

Compare Source

v7.0.0-dev.20260330.1

Compare Source

v7.0.0-dev.20260329.1

Compare Source

v7.0.0-dev.20260328.1

Compare Source

cloudflare/workers-sdk (miniflare)

v4.20260329.0

Compare Source

Minor Changes
  • #​13025 9eff028 Thanks @​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 defaults
    • GET /v1/history — returns empty array (no persistence in local dev)
    • GET /v1/devtools/session - list and inspect active sessions
    • GET /v1/devtools/session/:id — list and inspect active session
    • GET /v1/devtools/browser/:id/json/version — Browser version metadata, includes webSocketDebuggerUrl
    • GET /v1/devtools/browser/:id/json/list — A list of all available websocket targets
    • GET /v1/devtools/browser/:id/json — Alias for GET /v1/devtools/browser/:id/json
    • GET /v1/devtools/browser/:id/json/protocol — The current devtools protocol, as JSON. Includes webSocketDebuggerUrl and devtoolsFrontendUrl
    • PUT /v1/devtools/browser/:id/json/new — Opens a new tab. Responds with the websocket target data for the new tab
    • GET /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 targetId
    • GET /v1/devtools/browser/:id/page/:target — WebSocket connection to a page target
    • GET /v1/devtools/browser/:id — WebSocket connection to a previously acquired browser session
    • DELETE /v1/devtools/browser/:id — Closes a browser session
    • POST /v1/devtools/browser — Acquires a new session
    • GET /v1/devtools/browser — Acquire a new session and connect via WebSocket in one step, returning cf-browser-session-id header
  • #​13086 d4c6158 Thanks @​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:

    • Workflow instance list with status badges, creation time, action buttons, and pagination
    • Status summary bar with instance counts per status
    • Status filter dropdown and search
    • Instance detail page with step history, params/output cards, error display, and expandable step details
    • Create instance dialog with optional ID and JSON params
Patch Changes
  • #​13111 f214760 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260317.1 1.20260329.1
  • #​13078 9282493 Thanks @​penalosa! - Fix noisy EBUSY errors on Windows when disposing Miniflare instances

    On Windows, workerd may not release file handles immediately after disposal, causing EBUSY errors when Miniflare tries to remove its temporary directory during dispose(). 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 in os.tmpdir() and will be cleaned up by the OS.

  • #​13090 a532eea Thanks @​edmundhung! - Remove LOCAL_EXPLORER_BASE_PATH and LOCAL_EXPLORER_API_PATH constants in favor of CorePaths.EXPLORER

    These were redundant aliases introduced before CorePaths was centralized. All internal consumers now use CorePaths.EXPLORER directly.

oxc-project/oxc (oxfmt)

v0.43.0

Compare Source

🚀 Features
oxc-project/oxc (oxlint)

v1.58.0

Compare Source

🚀 Features
📚 Documentation
  • be3dcc1 linter: 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.


  • 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 from 36a36e3 to 6ec6ecf Compare March 28, 2026 14:18
@renovate renovate bot changed the title chore(deps): update peerdependency @netlify/runtime to ^4.1.20 chore(deps): update all non-major dependencies Mar 28, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b04ce1a to 281ffbb Compare March 30, 2026 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 281ffbb to 7ad8a61 Compare April 1, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants