Skip to content

fix(deps): update automerge non-major updates#209

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/automerge-non-major-updates
Open

fix(deps): update automerge non-major updates#209
renovate[bot] wants to merge 1 commit intomainfrom
renovate/automerge-non-major-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/setup-node action minor v6.0.0v6.2.0 age confidence
nikic/php-parser require minor 5.6.05.7.0 age confidence
node (source) minor 24.10.024.13.1 v24.14.0 age confidence
pnpm (source) packageManager minor 10.13.110.30.0 10.30.3 (+2) age confidence
prettier (source) dependencies minor 3.6.23.8.1 age confidence
typescript (source) dependencies minor 5.8.35.9.3 age confidence

Release Notes

actions/setup-node (actions/setup-node)

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

nikic/PHP-Parser (nikic/php-parser)

v5.7.0

Compare Source

Fixed
  • Fixed changing modifier on anonymous class with formatting preserving pretty printer.
  • Emit an error for unparenthesized arrow functions in pipe operator, and print necessary
    parentheses in the pretty printer.
  • Fix PHP 8.5 deprecation warning in php-parse binary.
Changed
  • When targeting PHP 8.4 or newer, omit parentheses around immediately dereferenced new expressions.
Added
  • Added shouldPrintRawValue attribute to Scalar\Int_, which makes the pretty printer use the
    rawValue of the node. This can be used to print integers with separators.

v5.6.2

Compare Source

Fixed
  • Fixed formatting-preserving pretty-printing when changing the visibility modifier on a node that
    has attributes.
  • Fixed chr() deprecation warning on PHP 8.5.
Added
  • Added Param::isFinal() method.

v5.6.1

Compare Source

Fixed
  • Fixed Param::isPublic() for parameters with asymmetric visibility keyword.
  • Fixed PHP 8.5 deprecation warnings for SplObjectStorage methods.
Added
  • Added cast kind attributes to Cast\Int_, Cast\Bool_ and Cast\String_.
    These allow distinguishing the deprecated versions of these casts.
nodejs/node (node)

v24.13.1

Compare Source

v24.13.0: 2026-01-13, Version 24.13.0 'Krypton' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits

v24.11.1

Compare Source

v24.11.0

Compare Source

pnpm/pnpm (pnpm)

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

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](https://redirect.g


Configuration

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

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

@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from de66789 to 5262358 Compare July 31, 2025 15:57
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 5262358 to 4415768 Compare July 31, 2025 21:48
@renovate renovate bot changed the title chore(deps): update pnpm to v10.14.0 fix(deps): update automerge non-major updates Jul 31, 2025
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 4415768 to 92f7613 Compare July 31, 2025 21:49
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 92f7613 to 5fcc3a4 Compare August 1, 2025 03:14
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 5fcc3a4 to c6d2feb Compare August 1, 2025 03:15
@renovate renovate bot assigned rainx Aug 1, 2025
@renovate renovate bot requested a review from rainx August 1, 2025 06:32
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from c6d2feb to 48f3db1 Compare August 4, 2025 05:54
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 48f3db1 to 45236ba Compare August 4, 2025 05:55
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 45236ba to b8cd9b8 Compare August 10, 2025 13:42
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from b8cd9b8 to 35a86e7 Compare August 10, 2025 13:43
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 35a86e7 to 2c6af84 Compare August 11, 2025 05:57
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 2c6af84 to 619e357 Compare August 11, 2025 05:58
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 619e357 to 67e0c4d Compare August 13, 2025 17:27
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 67e0c4d to 280b822 Compare August 13, 2025 17:28
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 280b822 to fffc3ff Compare August 13, 2025 21:01
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from fffc3ff to 04589f7 Compare August 13, 2025 21:02
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 04589f7 to a782722 Compare August 14, 2025 11:30
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from a782722 to ffbfe6a Compare August 14, 2025 11:31
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from ffbfe6a to 3c5af71 Compare August 18, 2025 05:33
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 3c5af71 to 7535579 Compare August 18, 2025 05:34
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 7535579 to 2c570f9 Compare August 19, 2025 14:12
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 2c570f9 to f95797e Compare August 19, 2025 14:13
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from f95797e to efe23a6 Compare August 19, 2025 21:11
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from efe23a6 to a964a76 Compare August 19, 2025 21:12
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from a964a76 to 12f2f82 Compare August 25, 2025 05:45
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 12f2f82 to a2d738f Compare August 25, 2025 05:46
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from a2d738f to 9ec3b22 Compare August 31, 2025 09:57
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 376ab33 to 682d389 Compare January 17, 2026 01:00
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 682d389 to 36cf216 Compare January 17, 2026 01:01
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 36cf216 to 350cd20 Compare January 19, 2026 00:40
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 350cd20 to 10f6117 Compare January 19, 2026 00:41
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 10f6117 to 0f4e2f5 Compare January 19, 2026 19:38
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 0f4e2f5 to af80a5c Compare January 19, 2026 19:39
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from af80a5c to 038e17b Compare January 22, 2026 02:11
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 038e17b to dbdada7 Compare January 22, 2026 02:12
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from dbdada7 to 737c628 Compare January 22, 2026 04:43
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 737c628 to c7f2271 Compare January 22, 2026 04:44
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from c7f2271 to f918eff Compare January 22, 2026 17:48
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from f918eff to 39780da Compare January 22, 2026 17:49
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 39780da to 3b8878a Compare January 23, 2026 20:10
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 3b8878a to 62d6510 Compare January 23, 2026 20:11
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 62d6510 to c228c12 Compare January 26, 2026 13:15
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from c228c12 to 72ae3e6 Compare January 26, 2026 13:16
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 72ae3e6 to d049ddf Compare January 28, 2026 21:35
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from d049ddf to db39feb Compare January 28, 2026 21:36
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from db39feb to 1234404 Compare February 2, 2026 21:48
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 1234404 to 53bd8ce Compare February 12, 2026 16:13
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 53bd8ce to 0d0c231 Compare February 12, 2026 16:15
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 0d0c231 to 241498f Compare February 14, 2026 21:16
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 241498f to 49d6dfd Compare February 14, 2026 21:17
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 49d6dfd to 08a483d Compare February 16, 2026 01:44
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 08a483d to e36ad48 Compare February 16, 2026 01:45
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from e36ad48 to a808faf Compare February 19, 2026 07:36
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from a808faf to fd3da36 Compare February 19, 2026 07:37
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from fd3da36 to 3c70c31 Compare February 24, 2026 17:10
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 3c70c31 to b5047e5 Compare February 24, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant