Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
nikic/php-parser 5.6.0 -> 5.6.1 age confidence require patch
node (source) 22.17.1 -> 22.18.0 age confidence minor
pnpm (source) 10.13.1 -> 10.15.0 age confidence packageManager minor
typescript (source) 5.8.3 -> 5.9.2 age confidence dependencies minor

Release Notes

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

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)

v22.18.0

Compare Source

pnpm/pnpm (pnpm)

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.
microsoft/TypeScript (typescript)

v5.9.2

Compare Source


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