Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^25.1.0^25.2.3 age confidence
@typescript/native-preview (source) ^7.0.0-dev.20260129.1^7.0.0-dev.20260216.1 age confidence
automd ^0.4.2^0.4.3 age confidence
citty ^0.2.0^0.2.1 age confidence
confbox ^0.2.2^0.2.4 age confidence
giget ^3.1.1^3.1.2 age confidence
nypm ^0.6.4^0.6.5 age confidence
obuild ^0.4.14^0.4.27 age confidence
oxfmt (source) ^0.27.0^0.33.0 age confidence
oxlint (source) ^1.42.0^1.48.0 age confidence
pnpm (source) 10.28.210.29.3 age confidence

Release Notes

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

v7.0.0-dev.20260216.1

Compare Source

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

unjs/automd (automd)

v0.4.3

Compare Source

compare changes

🚀 Enhancements
📦 Build
🏡 Chore
❤️ Contributors
unjs/citty (citty)

v0.2.1

Compare Source

compare changes

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

v0.2.4

Compare Source

compare changes

📦 Build
🏡 Chore
  • Apply automated updates (4ad5ece)
❤️ Contributors

v0.2.3

Compare Source

compare changes

📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
unjs/giget (giget)

v3.1.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
unjs/nypm (nypm)

v0.6.5

Compare Source

compare changes

🩹 Fixes
  • Do not try to require /package.json (#​230)
🏡 Chore
  • Migrate to oxlint and oxfmt (dcf0a77)
❤️ Contributors
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
oxc-project/oxc (oxfmt)

v0.33.0

Compare Source

💥 BREAKING CHANGES
  • 9c34f72 formatter/sort_imports: [BREAKING] Report invalid group name with renaming side-effect > side_effect (#​19416) (leaysgur)
🚀 Features
  • 4baebef formatter/sort_imports: Support { newlinesBetween: bool } inside groups (#​19358) (leaysgur)
  • d1c2fb6 formatter/sort_imports: Support customGroups attributes(selector and modifiers) (#​19356) (leaysgur)

v0.32.0

Compare Source

v0.30.0

🐛 Bug Fixes
  • 1b2f354 ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#​19217) (Cameron)

v0.28.0

Compare Source

oxc-project/oxc (oxlint)

v1.48.0

Compare Source

v1.47.0

Compare Source

v1.45.0

🐛 Bug Fixes
  • 1b2f354 ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#​19217) (Cameron)

v1.43.0

Compare Source

pnpm/pnpm (pnpm)

v10.29.3

Compare Source

v10.29.2

Compare Source

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

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 force-pushed the renovate/all-minor-patch branch 13 times, most recently from 557f810 to a231943 Compare February 6, 2026 10:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 042de46 to f7542be Compare February 13, 2026 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9851898 to 53515ff Compare February 16, 2026 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53515ff to 9127340 Compare February 16, 2026 15:59
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