Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/automerge-non-major-updates
Apr 3, 2026
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
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 Change Age Confidence Type Update
nikic/php-parser 5.6.05.7.0 age confidence require minor
node (source) 24.10.024.14.1 age confidence minor
pnpm (source) 10.13.110.33.0 age confidence packageManager minor
prettier (source) 3.6.23.8.1 age confidence dependencies minor
typescript (source) 5.8.35.9.3 age confidence dependencies minor

Release Notes

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

Compare Source

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

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

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