Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@azure/app-configuration (source) ^1.10.0^1.11.0 age confidence
@azure/cosmos (source) ^4.9.0^4.9.1 age confidence
@azure/storage-blob (source) ^12.29.1^12.31.0 age confidence
@capacitor/preferences ^8.0.0^8.0.1 age confidence
@cloudflare/workers-types ^4.20260115.0^4.20260214.0 age confidence
@netlify/blobs (source) ^10.5.0^10.6.0 age confidence
@types/node (source) ^25.0.8^25.2.3 age confidence
@typescript/native-preview (source) 7.0.0-dev.20260115.17.0.0-dev.20260215.1 age confidence
@upstash/redis ^1.36.1^1.36.2 age confidence
@vercel/blob (source) ^2.0.0^2.2.0 age confidence
@vercel/functions (source) ^3.3.6^3.4.2 age confidence
@vitest/coverage-v8 (source) ^4.0.17^4.0.18 age confidence
citty ^0.1.6^0.2.1 age confidence
h3 (source) ^2.0.1-rc.8^2.0.1-rc.14 age confidence
ioredis ^5.9.1^5.9.3 age confidence
lru-cache ^11.2.4^11.2.6 age confidence
mongodb ^7.0.0^7.1.0 age confidence
obuild ^0.4.14^0.4.27 age confidence
pnpm (source) 10.28.010.29.3 age confidence
prettier (source) ^3.8.0^3.8.1 age confidence
srvx (source) ^0.10.0^0.11.4 age confidence
undocs ^0.4.12^0.4.16 age confidence
vitest (source) ^4.0.17^4.0.18 age confidence
wrangler (source) ^4.59.2^4.65.0 age confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/app-configuration)

v1.11.0

Compare Source

ionic-team/capacitor-plugins (@​capacitor/preferences)

v8.0.1

Compare Source

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

v4.20260214.0

Compare Source

v4.20260213.0

Compare Source

v4.20260212.0

Compare Source

v4.20260210.0

Compare Source

v4.20260207.0

Compare Source

v4.20260206.0

Compare Source

v4.20260205.0

Compare Source

v4.20260203.0

Compare Source

v4.20260131.0

Compare Source

v4.20260130.0

Compare Source

v4.20260129.0

Compare Source

v4.20260128.0

Compare Source

v4.20260127.0

Compare Source

v4.20260124.0

Compare Source

v4.20260123.0

Compare Source

v4.20260122.0

Compare Source

v4.20260120.0

Compare Source

v4.20260118.0

Compare Source

v4.20260117.0

Compare Source

v4.20260116.0

Compare Source

netlify/primitives (@​netlify/blobs)

v10.6.0

Compare Source

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

v7.0.0-dev.20260215.1

Compare Source

v7.0.0-dev.20260214.1

Compare Source

v7.0.0-dev.20260213.1

Compare Source

v7.0.0-dev.20260212.1

Compare Source

v7.0.0-dev.20260211.1

Compare Source

v7.0.0-dev.20260210.1

Compare Source

v7.0.0-dev.20260209.1

Compare Source

v7.0.0-dev.20260208.1

Compare Source

v7.0.0-dev.20260207.1

Compare Source

v7.0.0-dev.20260206.1

Compare Source

v7.0.0-dev.20260205.1

Compare Source

v7.0.0-dev.20260204.1

Compare Source

v7.0.0-dev.20260203.1

Compare Source

v7.0.0-dev.20260202.1

Compare Source

v7.0.0-dev.20260201.1

Compare Source

v7.0.0-dev.20260131.1

Compare Source

v7.0.0-dev.20260130.1

Compare Source

v7.0.0-dev.20260129.1

Compare Source

v7.0.0-dev.20260128.1

Compare Source

v7.0.0-dev.20260127.1

Compare Source

v7.0.0-dev.20260126.1

Compare Source

v7.0.0-dev.20260124.1

Compare Source

v7.0.0-dev.20260123.3

Compare Source

v7.0.0-dev.20260122.4

Compare Source

v7.0.0-dev.20260122.3

Compare Source

v7.0.0-dev.20260122.2

Compare Source

v7.0.0-dev.20260120.1

Compare Source

v7.0.0-dev.20260119.1

Compare Source

v7.0.0-dev.20260118.1

Compare Source

v7.0.0-dev.20260117.1

Compare Source

v7.0.0-dev.20260116.1

Compare Source

upstash/upstash-redis (@​upstash/redis)

v1.36.2

Compare Source

What's Changed

Full Changelog: upstash/redis-js@v1.36.1...v1.36.2

vercel/storage (@​vercel/blob)

v2.2.0

Compare Source

Minor Changes
  • 2b1cbbc: Add ifMatch option to del() for conditional deletes (optimistic concurrency control). Only works for single-URL deletes.

v2.1.0

Compare Source

Minor Changes
  • 6c68442: Add ETag support for conditional writes (optimistic concurrency control)

    • Return etag in all blob responses (put, copy, head, list, multipart)
    • Accept ifMatch option in put/copy/createMultipartUpload for conditional writes
    • Add BlobPreconditionFailedError for ETag mismatch (HTTP 412)

v2.0.1

Compare Source

Patch Changes
  • e2de71a: Upgrade undici to fix security issue warning
vercel/vercel (@​vercel/functions)

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare Source

Patch Changes
  • Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#​14751)

    InMemoryCache now serializes values with JSON.stringify() on set and deserializes with JSON.parse() on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips like Date, Map, Set, and undefined.

v3.4.0

Compare Source

Minor Changes
  • Fix cache tags to be URL encoded before being sent to the cache API. Tags containing special characters (spaces, commas, ampersands, etc.) are now properly encoded using encodeURIComponent. This (#​14749)
    ensures tags like "my tag" or "category,item" are correctly handled when setting cache entries or expiring tags.
vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/citty (citty)

v0.2.1

Compare Source

compare changes

🩹 Fixes
  • Propagate --no- negation to aliases and main option (#​225)
🏡 Chore
❤️ Contributors

v0.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support hidden meta to hide command (#​111)
  • Support enum arg type (#​83)
  • Support number arg type (#​73)
  • Support negativeDescription for args (#​40)
  • ⚠️ Parsed optionals and enum type safety (#​174)
🩹 Fixes
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • types: Value type of NumberArgDef should be number (#​183)
  • Show cli error message (#​186)
  • Allow number arg to be optional (#​194)
💅 Refactors
  • Show error once (#​167)
  • More strict types (f597897)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • Use simple console formatting (#​219)
📦 Build
🏡 Chore
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Parsed optionals and enum type safety (#​174)
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • ⚠️ Esm-only dist (42b57b0)
❤️ Contributors
h3js/h3 (h3)

v2.0.1-rc.14

Compare Source

compare changes

💅 Refactors
  • tracing: Rename tracing channel .fetch to .request (#​1294)
  • auth: Enhance randomJitter function for cryptographic security (#​1295)
🏡 Chore
❤️ Contributors

v2.0.1-rc.13

Compare Source

compare changes

💅 Refactors
❤️ Contributors

v2.0.1-rc.12

Compare Source

compare changes

🚀 Enhancements
  • h3 cli (#​1293)
  • writeEarlyHints: Add Link: rel:preload headers as fallback (#​1288)
💅 Refactors
  • Allow better debugging headers are frozen (#​1287)
📖 Documentation
  • Update example to use event.res.headers.set (#​1289)
📦 Build
🏡 Chore
🤖 CI
  • Add pkg.pr.new integration (f6f152a)
❤️ Contributors

v2.0.1-rc.11

Compare Source

compare changes

📦 Build
❤️ Contributors

v2.0.1-rc.10

Compare Source

compare changes

📦 Build
  • Move fetchdts to dependencies due to bundle issues (0d753cf)
❤️ Contributors

v2.0.1-rc.9

Compare Source

compare changes

🩹 Fixes
  • basic-auth: Use jitter and constant-time string comparison (#​1283)
🌊 Types
  • onResponse: Allow returning any value (#​1277)
🏡 Chore
❤️ Contributors
luin/ioredis (ioredis)

v5.9.3

Compare Source

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

v5.9.2

Compare Source

Bug Fixes
Reverts
isaacs/node-lru-cache (lru-cache)

v11.2.6

Compare Source

v11.2.5

Compare Source

mongodb/node-mongodb-native (mongodb)

v7.1.0

Compare Source

Features
  • NODE-5393: aws4 no longer required for AWS authentication (#​4824) (0f46db8)
  • NODE-7121: prevent connection churn on backpressure errors when establishing connections (#​4800) (4cb2b87)
  • NODE-7122: exponential backoff between retries in convenient transaction API (#​4765) (e70fdc9)
  • NODE-7304: remove usages in src of promisify (#​4799) (761b9bf)
  • NODE-7306: Replace global process with import node:process (#​4820) (cc503cb)
  • NODE-7310: Replace process.arch with os.arch() (#​4823) (f0af829)
  • NODE-7311: Replace process.platform with os.platform() (#​4822) (c58ca1f)
  • NODE-7317: use BSON.NumberUtils to determine endianness (#​4808) (4e9467e)
  • NODE-7319: update allowed hosts list with *.mongo.com (#​4802) (bfb7160)
  • NODE-7330: deprecate RenameCollectionOptions.new_collection (#​4815) (a96fa26)
  • NODE-7333: add support for deprioritized servers to all topologies (#​4821) (a4211e7)
Bug Fixes
  • NODE-7290: use valueof for error code check (#​4791) (1cc3d1c)
  • NODE-7298: ensure commonWireVersion is computed from server maxWireVersion (#​4805) (2b2366d)
  • NODE-7307: Replace node:process.hrtime() with performance.now() (#​4816) (ae2e037)
  • NODE-7308: replace process.nextTick with queueMicrotask (#​4817) (b1b6e81)
unjs/obuild (obuild)

v0.4.27

Compare Source

compare changes

🩹 Fixes
  • Append licenses with multi entries (e504807)
🏡 Chore
  • Migrate to oxlint and oxfmt (a989953)
❤️ Contributors

v0.4.26

Compare Source

compare changes

🩹 Fixes
  • Prefer module over main for bundling (57f42b6)
🏡 Chore
❤️ Contributors

v0.4.25

Compare Source

compare changes

🚀 Enhancements
  • Generate dist/THIRD-PARTY-LICENSES.md (#​72)
🩹 Fixes
  • Windows compatibility for reading package.json (#​71)
🏡 Chore
❤️ Contributors

v0.4.24

Compare Source

compare changes

🩹 Fixes
  • Windows compatibility for reading package.json (#​71)
❤️ Contributors

v0.4.23

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.22

Compare Source

compare changes

💅 Refactors
  • Silent build logs from analyze step (2f7ec85)
  • Silent EVAL warns (73668e4)
🏡 Chore
❤️ Contributors

v0.4.21

Compare Source

compare changes

🔥 Performance
  • Default minify to dce-only (823f72f)
🏡 Chore
❤️ Contributors

v0.4.20

Compare Source

compare changes

🩹 Fixes
  • Avoid analyze in stub mode (c840ae9)
💅 Refactors
  • Update inlineDynamicImports to codeSplitting (334eab9)
  • Multi-column layout for transform items (8df3220)
  • Improve cli formatting (e28cbd4)
🏡 Chore
❤️ Contributors

v0.4.19

Compare Source

[c


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.


  • 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 January 17, 2026 02:06
@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.77%. Comparing base (18bc035) to head (742c561).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #731   +/-   ##
=======================================
  Coverage   91.77%   91.77%           
=======================================
  Files           5        5           
  Lines         401      401           
  Branches      127      126    -1     
=======================================
  Hits          368      368           
  Misses         33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 7b27a3f to 99b5b3e Compare January 24, 2026 03:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from bf1f968 to a5010eb Compare January 27, 2026 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 22 times, most recently from 83d9ef9 to f2de79c Compare February 11, 2026 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 35352a4 to 405561c Compare February 14, 2026 10:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 405561c to 742c561 Compare February 15, 2026 10:32
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