Skip to content

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

Open
renovate[bot] wants to merge 2 commits intov1from
renovate/v1-all-minor-patch
Open

chore(deps): update all non-major dependencies (v1)#1367
renovate[bot] wants to merge 2 commits intov1from
renovate/v1-all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 14, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^25.5.0^25.6.0 age confidence
@vitest/coverage-v8 (source) ^4.1.2^4.1.4 age confidence
crossws (source) ^0.3.5^0.4.5 age confidence
defu ^6.1.6^6.1.7 age confidence
eslint (source) ^10.1.0^10.2.0 age confidence
h3 (source) ^1.15.10^1.15.11 age confidence
listhen ^1.9.0^1.9.1 age confidence
pnpm (source) 10.28.010.33.0 age confidence
pnpm (source) 10.7.010.33.0 age confidence
prettier (source) ^3.8.1^3.8.2 age confidence
react (source) ^19.2.4^19.2.5 age confidence
react-dom (source) ^19.2.4^19.2.5 age confidence
undici (source) ^7.24.7^7.25.0 age confidence
undocs ^0.2.30^0.4.16 age confidence
vitest (source) ^4.1.2^4.1.4 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
h3js/crossws (crossws)

v0.4.5

Compare Source

compare changes

🚀 Enhancements
  • Add createWebSocketProxy util (#​184)
  • New bunny adapter (#​179)
  • Add fromNodeUpgradeHandler util + socket.io example (#​185)
🩹 Fixes
  • node: Do not url-encode upgrade response headers (ffbed40)
📦 Build
  • Export ServerWithWSOptions and WSOptions types (#​180)
🏡 Chore
✅ Tests
  • node: Add regression test for EADDRINUSE handling (#​183)
❤️ Contributors

v0.4.4

Compare Source

compare changes

🩹 Fixes
  • Use AbortController for StubRequest.signal (#​175)
🏡 Chore
❤️ Contributors

v0.4.3

Compare Source

compare changes

📦 Build
  • Migrate to obuild (rolldown) (efdd087)
❤️ Contributors

v0.4.2

Compare Source

compare changes

🩹 Fixes
  • node server: Properly pass request to NodeRequest (28e5d64)
  • cloudflare: Send close frame (#​177)
📖 Documentation
  • Add new logo with cube style (#​171)
  • Mention publish not broadcasting to sender (#​173)
🏡 Chore
❤️ Contributors

v0.4.1

Compare Source

compare changes

🩹 Fixes
  • node server: Properly pass request to NodeRequest (28e5d64)
🏡 Chore
  • playground: Add start command (7ab898c)
❤️ Contributors

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • Stub full request interface (#​156)
  • Universal server for deno, node and bun using srvx (experimental) (#​158)
  • Create PeerContext interface for type augmentation (#​159)
  • ⚠️ Namespaced pub/sub peers (#​162)
  • ⚠️ Support returning context from upgrade hook (#​163)
  • cloudflare: Support global publish via rpc (#​166)
  • Add cloudflare and default (sse) server entries (#​167)
🩹 Fixes
  • ⚠️ Do not automatically accept first sec-webSocket-protocol (#​142)
💅 Refactors
  • Remove uncrypto dependency (#​153)
  • ⚠️ Always pass Request as first param to resolve (#​160)
  • Simplify inspect values (aa49668)
  • Throw error when running deno, bun and node adapters in an incompatible environment (b5fcf2a)
  • Narrow down upgrade return type (d843cd0)
  • ⚠️ Always terminate upgrade if Response is returned (#​164)
  • ⚠️ Merge cloudflare and cloudflare-durable adapters (#​165)
  • cloudflare: Show warning when pub/sub is not supported (#​144)
📖 Documentation
  • Change to h3js from unjs (#​155)
  • Add docs for augmenting PeerContext type (#​161)
  • Prepare for v0.4 (#​168)
📦 Build
  • Simplify and fix exports (0d2ceb0)
  • Remove extra .d.ts files (1f389d6)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Namespaced pub/sub peers (#​162)
  • ⚠️ Support returning context from upgrade hook (#​163)
  • ⚠️ Do not automatically accept first sec-webSocket-protocol (#​142)
  • ⚠️ Always pass Request as first param to resolve (#​160)
  • ⚠️ Always terminate upgrade if Response is returned (#​164)
  • ⚠️ Merge cloudflare and cloudflare-durable adapters (#​165)
❤️ Contributors
unjs/defu (defu)

v6.1.7

Compare Source

compare changes

🩹 Fixes
  • defu.d.cts: Export Defu types (#​157)
📦 Build
  • Correct the types export entry (#​160)
❤️ Contributors

v6.1.6

Compare Source

compare changes

📦 Build
❤️ Contributors

v6.1.5

Compare Source

compare changes

🩹 Fixes
  • Prevent prototype pollution via __proto__ in defaults (#​156)
  • Ignore inherited enumerable properties (11ba022)
🏡 Chore
✅ Tests
  • Add more tests for plain objects (b65f603)
🤖 CI
❤️ Contributors
eslint/eslint (eslint)

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

h3js/h3 (h3)

v1.15.11

Compare Source

compare changes

🏡 Chore

v1.15.10

Compare Source

compare changes

🩹 Fixes
  • Preserve percent-encoded req.url in app event handler (#​1355)
❤️ Contributors

v1.15.9

Compare Source

compare changes

🩹 Fixes
  • Preserve %25 in pathname (1103df6)
  • static: Prevent path traversal via double-encoded dot segments (%252e%252e) (c56683d)
  • sse: Sanitize carriage returns in event stream data and comments (ba3c3fe)

v1.15.8

Compare Source

compare changes

🩹 Fixes
  • Preserve %25 in pathname (1103df6)
unjs/listhen (listhen)

v1.9.1

Compare Source

compare changes

🔥 Performance
  • Do not call Array.push multiple times (6526551)
  • Migrate to copy-paste from clipboardy (#​211)
  • Migrate to tinyclip from copy-paste (#​217)
📖 Documentation
  • Add jsdocs for exported functions and types (#​171)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 2am and before 3am"
  • Automerge
    • "after 1am and before 2am"

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 14, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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