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 v6.3.0 age confidence
nikic/php-parser require minor 5.6.05.7.0 age confidence
node (source) minor 24.10.024.14.0 age confidence
pnpm (source) packageManager minor 10.13.110.30.2 10.30.3 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.14.0

Compare Source

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

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

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

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 4bbf6f9 to 6e5b6f4 Compare September 24, 2025 17:01
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 6e5b6f4 to 54cb09a Compare September 24, 2025 17:02
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch 3 times, most recently from 90ba42f to 395276a Compare October 1, 2025 01:00
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch 3 times, most recently from 87b71eb to 954bf9a Compare October 13, 2025 12:33
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch 3 times, most recently from bb9a9d7 to b7ddfc7 Compare October 22, 2025 13:40
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch 3 times, most recently from d692fc0 to 7f243c5 Compare November 4, 2025 02:01
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 7f243c5 to 1828cab Compare November 4, 2025 19:54
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch 3 times, most recently from cb965a1 to addf7b2 Compare November 19, 2025 14:00
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from addf7b2 to 3492891 Compare November 19, 2025 14:01
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 3492891 to 4fcfac8 Compare November 27, 2025 15:02
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 4fcfac8 to c8f3daf Compare November 27, 2025 15:03
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from c8f3daf to 55478ee Compare December 3, 2025 18:53
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 55478ee to 947d98f Compare December 3, 2025 18:54
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 947d98f to f851229 Compare December 4, 2025 09:59
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from f851229 to 3d2462a Compare December 4, 2025 09:59
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 3d2462a to 3d1f940 Compare December 4, 2025 15:49
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 3d1f940 to 02bb873 Compare December 4, 2025 15:50
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 02bb873 to f7de5bb Compare December 6, 2025 02:52
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from f7de5bb to f1e3057 Compare December 6, 2025 02:53
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