Skip to content

chore(deps): update all non-major dependencies#553

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Closed

chore(deps): update all non-major dependencies#553
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 3, 2026

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.5 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
bunfig ^0.15.0 β†’ ^0.15.6 age adoption passing confidence devDependencies patch
oven-sh/setup-bun v2.0.2 β†’ v2.1.0 age adoption passing confidence action minor
sharp (source, changelog) ^0.34.4 β†’ ^0.34.5 age adoption passing confidence devDependencies patch
shivammathur/setup-php 2.35.5 β†’ 2.36.0 age adoption passing confidence action minor
stacksjs/action-releaser v1.1.0 β†’ v1.2.7 age adoption passing confidence action minor
typescript (source) ^5.9.2 β†’ ^5.9.3 age adoption passing confidence devDependencies patch
unocss (source) ^66.5.2 β†’ ^66.5.12 age adoption passing confidence devDependencies patch

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 gtorregosa@gmail.com
  • 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
stacksjs/bunfig (bunfig)

v0.15.6

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v0.15.5

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v0.15.4

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v0.15.3

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v0.15.2

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v0.15.1

Compare Source

No significant changes

Β Β Β Β View changes on GitHub
oven-sh/setup-bun (oven-sh/setup-bun)

v2.1.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.0

lovell/sharp (sharp)

v0.34.5

Compare Source

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag.
    #​4458

  • Add support for BigTIFF output.
    #​4459
    @​throwbi

  • Improve error messaging when only warnings issued.
    #​4465

  • Simplify ICC processing when retaining input profiles.
    #​4468

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

stacksjs/action-releaser (stacksjs/action-releaser)

v1.2.7

Compare Source

v1.2.6

Compare Source

Compare changes

πŸ› Bug Fixes
  • include dist directory in git for GitHub Actions (b6da289)
🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v1.2.5

Compare Source

Compare changes

πŸ› Bug Fixes
  • use local action in release workflow (9c930e1)
🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

unocss/unocss (unocss)

v66.5.12

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.11

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.10

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.9

Compare Source

No significant changes

Β Β Β Β View changes on GitHub

v66.5.7

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
   🏎 Performance
Β Β Β Β View changes on GitHub

v66.5.6

Compare Source

   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.5

Compare Source

   🚨 Breaking Changes
Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.4

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

v66.5.3

Compare Source

Β Β Β πŸš€ Features
   🐞 Bug Fixes
Β Β Β Β View changes on GitHub

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

netlify Bot commented Jan 3, 2026

βœ… Deploy Preview for imgx ready!

Name Link
πŸ”¨ Latest commit 3ff8e33
πŸ” Latest deploy log https://app.netlify.com/projects/imgx/deploys/6959d7597c126800071ed2d7
😎 Deploy Preview https://deploy-preview-553--imgx.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 65ef92d to 3ff8e33 Compare January 4, 2026 02:58
@chrisbbreuer
Copy link
Copy Markdown
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:

  • [Age](https://docs.renovatebot.com/merge-confidence/)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stacksjs%2fbumpx/0.1.84/0.2.4?slim=true)
  • [@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)
  • [^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.5?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fcheckout/v5.0.1?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/buddy-bot/0.9.7/0.9.12?slim=true)
  • [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)
  • [^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/bunfig/0.15.6?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/oven-sh%2fsetup-bun/v2.1.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sharp/0.34.4/0.34.5?slim=true)
  • [shivammathur/setup-php](https://redirect.github.com/shivammathur/setup-php)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/shivammathur%2fsetup-php/2.35.5/2.36.0?slim=true)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unocss/66.5.12?slim=true)

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 January 11, 2026 21:31
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.

1 participant