Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/workers-types ^4.20260304.0^4.20260305.0 age confidence
@scalar/api-reference (source) ^1.44.26^1.46.1 age confidence
@types/aws-lambda (source) ^8.10.160^8.10.161 age confidence
@types/node (source) ^25.3.0^25.3.3 age confidence
@typescript/native-preview (source) ^7.0.0-dev.20260224.1^7.0.0-dev.20260302.1 age confidence
miniflare (source) ^4.20260302.0^4.20260305.0 age confidence
oxfmt (source) ^0.35.0^0.36.0 age confidence
oxlint (source) ^1.50.0^1.51.0 age confidence
pnpm (source) 10.30.210.30.3 age confidence
rolldown (source) ^1.0.0-rc.5^1.0.0-rc.6 age confidence
shaders ^2.3.73^2.3.75 age confidence
srvx (source) ^0.11.7^0.11.8 age confidence
unimport ^5.6.0^5.7.0 age confidence
unstorage (source) ^2.0.0-alpha.5^2.0.0-alpha.6 age confidence
vite (source) 8.0.0-beta.158.0.0-beta.16 age confidence
wrangler (source) ^4.68.1^4.69.0 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20260305.0

Compare Source

scalar/scalar (@​scalar/api-reference)

v1.46.1

Patch Changes
  • #​8294: default createAnySecurityScheme to false and fix index clamp issue
Updated Dependencies

v1.46.0

Minor Changes
Patch Changes
  • #​8283: fix: scrollToLazy can not find id when the browser is busy
Updated Dependencies

v1.44.27

Patch Changes
  • #​8274: feat(agent): add config to hide search api
  • #​8260: feat: update developer tools
Updated Dependencies
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260302.1

Compare Source

v7.0.0-dev.20260301.1

Compare Source

v7.0.0-dev.20260228.1

Compare Source

v7.0.0-dev.20260227.1

Compare Source

v7.0.0-dev.20260226.1

Compare Source

v7.0.0-dev.20260225.1

Compare Source

cloudflare/workers-sdk (miniflare)

v4.20260305.0

Compare Source

Patch Changes
  • #​12661 99037e3 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260302.0 1.20260303.0
  • #​12680 295297a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260303.0 1.20260305.0
oxc-project/oxc (oxfmt)

v0.36.0

Compare Source

🐛 Bug Fixes
  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#​19829) (Boshen)
📚 Documentation
oxc-project/oxc (oxlint)

v1.51.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#​19829) (Boshen)
📚 Documentation
pnpm/pnpm (pnpm)

v10.30.3

Compare Source

rolldown/rolldown (rolldown)

v1.0.0-rc.6

Compare Source

💥 BREAKING CHANGES
  • css: remove css_entry_filenames , css_chunk_filenames and related code (#​8402) by @​hyf0
  • css: drop builtin CSS bundling to explore alternative solutions (#​8399) by @​hyf0
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
h3js/srvx (srvx)

v0.11.8

Compare Source

compare changes

🩹 Fixes
  • node: Validate host header (7c8c962)
🏡 Chore
❤️ Contributors
unjs/unimport (unimport)

v5.7.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/unstorage (unstorage)

v2.0.0-alpha.6

Compare Source

compare changes

🚀 Enhancements
  • vercel-blob: Support private blob (#​743)
  • cloudflare-cache-binding driver (#​603)
  • redis: ⚠️ Native raw support (#​561)
  • s3: Add Content-Type and headers support for S3 uploads (#​741)
  • Experimental tracing channels support (#​707)
🩹 Fixes
  • db0: Close database connection after dispose (#​693)
  • fs: Ensure directory exists before watching (#​704)
  • fs: Exclude ignored file in key listing (#​622)
💅 Refactors
  • Remove deprecated @vercel/kv driver (#​744)
  • drivers: Remove defineDriver in favor of DriverFactory type (1a0d3ee)
  • Fix driver type issues and lint (a5cdb6d)
  • server: Expose minimal http event type only (2a77d42)
📖 Documentation
  • Remove duplicate string from feature description (#​648)
📦 Build
  • Allow @capacitor/preferences v8 in peer dependencies (#​730)
  • Improve dist (92aefab)
🏡 Chore
✅ Tests
  • Include drivers in coverage (bbc9990)
  • Run driver type check once against dist/index.d.mts (1c21fd7)
🤖 CI
⚠️ Breaking Changes
  • redis: ⚠️ Native raw support (#​561)
❤️ Contributors
vitejs/vite (vite)

v8.0.0-beta.16

Compare Source

Features
Bug Fixes
Code Refactoring
Tests
cloudflare/workers-sdk (wrangler)

v4.69.0

Compare Source

Minor Changes
  • #​12625 c0e9e08 Thanks @​WillTaylorDev! - Add cache configuration option for enabling worker cache (experimental)

    You can now enable cache before worker execution using the new cache configuration:

    {
    	"cache": {
    		"enabled": true,
    	},
    }

    This setting is environment-inheritable and opt-in. When enabled, cache behavior is applied before your worker runs.

    Note: This feature is experimental. The runtime API is not yet generally available.

Patch Changes
  • #​12661 99037e3 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260302.0 1.20260303.0
  • #​12680 295297a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260303.0 1.20260305.0
  • #​12671 f765244 Thanks @​MattieTK! - fix: Only redact account names in CI environments, not all non-interactive contexts

    The multi-account selection error in getAccountId now only redacts account names
    when running in a CI environment (detected via ci-info). Non-interactive terminals
    such as coding agents and piped commands can now see account names, which they need
    to identify which account to configure. CI logs remain protected.

  • Updated dependencies [99037e3, 295297a]:

    • miniflare@​4.20260305.0

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 requested a review from pi0 as a code owner March 2, 2026 02:05
@vercel
Copy link

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nitro.build Ready Ready Preview, Comment Mar 2, 2026 9:30pm

Request Review

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 2, 2026

Open in StackBlitz

npm i https://pkg.pr.new/nitro@4065

commit: f2432d0

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