Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Change Age Confidence
better-sqlite3 ^12.5.0^12.6.2 age confidence
docus ^5.3.1^5.5.1 age confidence
pnpm (source) 10.24.010.29.3 age confidence
typescript (source) 5.6.35.9.3 age confidence

Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

v12.6.2

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2

v12.6.0

Compare Source

What's Changed
  • Update SQLite to version 3.51.2 in #​1436

Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0

nuxt-content/docus (docus)

v5.5.1

Compare Source

Features
Bug Fixes
Reverts
  • Revert "chore: make sure to use Nuxt 4.3.0 everywhere" (f40ac5e)

v5.5.0

Compare Source

Features
Bug Fixes
  • .starters: prerendering issues (8fe3796)
  • .starters: prerendering issues (edab8bf)
  • .starters: prerendering issues in i18n template (251b962)
  • assitant: do not trigger panel when opening Studio (6199d95)
  • build: remove warnings (845e4c8)
  • layer: add @vercel/oidc to optimizeDeps (#​1262) (88885ae)
  • layer: enhance sitemap generation, exclude navigation files (#​1261) (cd2c62e)
  • llms: default domain (d7ff04a)
  • llms: infer vercel urls (6d437cc)
  • locale: lazy import (#​1266) (dd4a526)
  • logs: use nuxt logger (e6be163)

v5.4.4

Compare Source

Features
  • llms: better support by using /raw/**.md links inside llms.txt (#​1247) (0a7f25e)
Bug Fixes

v5.4.2

Compare Source

Features

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features
Bug Fixes
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

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source

v10.28.0

Compare Source

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@netlify
Copy link

netlify bot commented Aug 29, 2024

Deploy Preview for n3-supabase canceled.

Name Link
🔨 Latest commit 8ee18bf
🔍 Latest deploy log https://app.netlify.com/projects/n3-supabase/deploys/68d57c75346d67000802a0f2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 911ef8d to 15cf0ef Compare September 4, 2024 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 4b2691a to 2158176 Compare September 11, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8474ec5 to 454ad5f Compare September 14, 2024 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e45a2b to 024c459 Compare February 9, 2026 03:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 024c459 to 78781ba Compare February 10, 2026 03:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78781ba to f88914c Compare February 10, 2026 06:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f88914c to 265fb5a Compare February 10, 2026 15:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 265fb5a to 4e5243e Compare February 11, 2026 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e5243e to 503a4e1 Compare February 12, 2026 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 503a4e1 to e6c3090 Compare February 13, 2026 09:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6c3090 to a4ec20a Compare February 13, 2026 13:50
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.

1 participant