ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#48
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
5 files +25 -19

[!NOTE] Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidenceTypeUpdate
@types/bun (source)^1.2.21 -> ^1.2.23ageadoptionpassingconfidencedevDependenciespatch
actions/cachev4.2.4 -> v4.3.0ageadoptionpassingconfidenceactionminor
buddy-bot^0.9.4 -> ^0.9.7ageadoptionpassingconfidencedevDependenciespatch
shivammathur/setup-php2.35.4 -> 2.35.5ageadoptionpassingconfidenceactionpatch
typescript (source)^5.9.2 -> ^5.9.3ageadoptionpassingconfidencedevDependenciespatch

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0

stacksjs/buddy-bot (buddy-bot)

v0.9.7

Compare Source

v0.9.6

Compare Source

v0.9.5

Compare Source

shivammathur/setup-php (shivammathur/setup-php)

v2.35.5

Compare Source

Changelog
  • Added support for macOS 26 based environments.
runs-on: macos-26
steps:
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Fixed resolving tools' releases to the latest one for a version prefix in tools input. (#​1000) For example, this should install the latest release of PHPUnit with 10.5 as the prefix.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    tools: phpunit:10.5.x
  • Improved installing intl extension with a particular ICU versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: intl-77.1
  • Fixed tools setup to use the new github-token input value to avoid rate limits.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: phpcs: 4
    github-token: ${{ secrets.GITHUB_TOKEN }}
  • Improved errors when tools fail to install. (#​991)

  • Fixed warning in get function on request failure.

  • Added a fallback source for composer phar archives. (#​956)

  • Added a fallback source for PPA keys. (#​996)

  • Fixed opcache.jit_buffer_size config on arm environments. (#​999)

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

<h4>Follow for updates</h4> setup-php reddit setup-php twitter setup-php status

microsoft/TypeScript (typescript)

v5.9.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

5 changed files on the files tab, with 0 review threads.