Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stacksjs/bumpx ^0.1.84 -> ^0.2.4 age adoption passing confidence devDependencies minor
@stacksjs/clarity ^0.3.23 -> ^0.3.24 age adoption passing confidence devDependencies patch
@stacksjs/logsmith ^0.1.18 -> ^0.2.1 age adoption passing confidence devDependencies minor
@types/bun (source) ^1.2.23 -> ^1.3.3 age adoption passing confidence devDependencies minor
actions/checkout v5.0.0 -> v5.0.1 age adoption passing confidence action patch
buddy-bot ^0.9.7 -> ^0.9.12 age adoption passing confidence devDependencies patch
bun-git-hooks ^0.2.19 -> ^0.3.1 age adoption passing confidence devDependencies minor
bun-plugin-dtsx (source) ^0.21.12 -> ^0.21.17 age adoption passing confidence devDependencies patch
shiki (source) ^3.13.0 -> ^3.15.0 age adoption passing confidence dependencies minor
shivammathur/setup-php 2.35.5 -> 2.36.0 age adoption passing confidence action minor

Release Notes

stacksjs/bumpx (@​stacksjs/bumpx)

v0.2.4

Compare Source

No significant changes

    View changes on GitHub

v0.2.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.2.2

Compare Source

No significant changes

    View changes on GitHub

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

v0.1.86

Compare Source

No significant changes

    View changes on GitHub

v0.1.85

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
stacksjs/clarity (@​stacksjs/clarity)

v0.3.24

Compare Source

No significant changes

    View changes on GitHub
stacksjs/logsmith (@​stacksjs/logsmith)

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

v0.2.0

Compare Source

No significant changes

    View changes on GitHub
actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

stacksjs/buddy-bot (buddy-bot)

v0.9.12

Compare Source

v0.9.11

Compare Source

Compare changes

🚀 Features
🧹 Chores
📄 Miscellaneous
Contributors
  • Chris <chrisbreuer93@​gmail.com>
  • cab-mikee <mike.cabz32@​gmail.com>
  • glennmichael123 [email protected]
  • renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

v0.9.9

Compare Source

v0.9.8

Compare Source

stacksjs/bun-git-hooks (bun-git-hooks)

v0.3.1

Compare Source

No significant changes

    View changes on GitHub

v0.3.0

Compare Source

No significant changes

    View changes on GitHub
shikijs/shiki (shiki)

v3.15.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
shivammathur/setup-php (shivammathur/setup-php)

v2.36.0

Compare Source

Changelog

  • Added support for PHP 8.5 stable release.
- name: Setup PHP 8.5 (stable)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
  • Added support for PHP 8.6.0-dev. Specifying 8.6 in the php-version input should now set up a nightly build from the master branch of php-src. (#​1002)
- name: Setup PHP 8.6.0-dev
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.6'
  • Added support for pdo_ibm and ibm_db2 extensions.
- name: Setup PHP with pdo_ibm and ibm_db2 extensions
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: pdo_ibm, ibm_db2
  • Added support to install blackfire extension on PHP 8.5.
- name: Setup PHP with blackfire extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: blackfire
  • Improved support to detect the required libraries when building from source for common extensions. For example installing gnupg from source would install the required libgpgme library automatically. (#​1021)
- name: Setup PHP with amqp extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: gnupg-1.5.4
  • Improved support for symfony-cli. It should now correctly set up the requested version. (#​1008)
- name: Setup PHP with symfony-cli
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    tools: symfony-cli:5.16.0
  • Improved support for relay extension. Also added support to install the nightly version of the extension. (#​1011, #​1012)

  • Improved installing PHP on macOS. Also fixed installing PHP on macos-15-intel GitHub runner. (#​1029)

  • Improved support for deb822 format sources files on Linux. It should now set up the sources files in deb822 format on Ubuntu 24.04, Debian 13, and newer. It would automatically switch the format as well for the repositories added by the action to the new format when supported. (#​1027)

  • Improved support for installing pdo_oci. (#​1028)

  • Fixed installing gearman extension for PHP 5.6 and 7.0 on Linux.

  • Fixed an edge case in tools setup to fall back to the latest version. (#​1024)

  • Fixed support to build extensions with uppercase names from PECL. (#​1017)

  • Fixed warning on redis setup on macOS after formula rename. (shivammathur/homebrew-extensions#5413)

  • Fixed fallback link for composer setup. (#​1025)

  • Updated the link for flex documentation in README. (#​1020)

  • Updated Node.js dependencies.

Thanks @​shyim, @​tillkruss, and @​nicolas-grekas for the contributions 🎉

Thanks @​JetBrainsOfficial and @​cachewerk for the sponsorship ❤️

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

Follow for updates

setup-php reddit setup-php twitter setup-php status


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.

@netlify
Copy link

netlify bot commented Oct 7, 2025

Deploy Preview for ts-medium-editor failed. Why did it fail? →

Name Link
🔨 Latest commit c788236
🔍 Latest deploy log https://app.netlify.com/projects/ts-medium-editor/deploys/6926ecc01ac6970008e6f1ee

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 7, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/ts-medium-editor@18

commit: c788236

@renovate renovate bot added the patch label Oct 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f34757f to bb94bd7 Compare October 7, 2025 04:04
@renovate renovate bot removed the minor label Oct 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency bun-git-hooks to ^0.3.1 chore(deps): update all non-major dependencies Oct 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f49f7c4 to b386ef5 Compare October 11, 2025 08:03
@renovate renovate bot added minor and removed patch labels Oct 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ebc80ee to 711ca29 Compare October 16, 2025 06:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 541f87d to c39e7c3 Compare October 26, 2025 07:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 444b836 to 9f0e229 Compare November 6, 2025 08:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d72158b to 6fb5cfd Compare November 8, 2025 10:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fb5cfd to 3a298a1 Compare November 10, 2025 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 93eb87e to d096241 Compare November 21, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d096241 to c788236 Compare November 26, 2025 12:04
@chrisbbreuer
Copy link
Member

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stacksjs%2fbumpx/0.1.84/0.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@stacksjs/clarity](https://redirect.github.com/stacksjs/clarity)
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stacksjs%2fclarity/0.3.23/0.3.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [^0.1.18->^0.2.1](https://renovatebot.com/diffs/npm/@stacksjs%2flogsmith/0.1.18/0.2.1)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fbun/1.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fcheckout/v5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/buddy-bot/0.9.7/0.9.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [bun-git-hooks](https://redirect.github.com/stacksjs/bun-git-hooks)
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun-git-hooks/0.2.19/0.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [^0.21.12->^0.21.17](https://renovatebot.com/diffs/npm/bun-plugin-dtsx/0.21.12/0.21.17)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/shiki/3.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/shivammathur%2fsetup-php/2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@github-actions github-actions bot deleted the renovate/all-minor-patch branch November 26, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants