chore(deps): update all non-major dependencies #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.52.15->^7.55.1^0.1.84->^0.2.4^0.3.23->^0.3.24^0.1.18->^0.2.1^1.2.23->^1.3.3v5.0.0->v5.0.1^0.9.7->^0.9.12^10.2.3->^10.3.2^0.2.19->^0.3.1^0.21.12->^0.21.17^0.15.0->^0.15.6^16.2.3->^16.2.72.35.5->2.36.0^3.5.22->^3.5.25Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.55.1Compare Source
Fri, 21 Nov 2025 16:13:56 GMT
Version update only
v7.55.0Compare Source
Wed, 12 Nov 2025 01:12:56 GMT
Minor changes
@microsoft/tsdocdependency to~0.16.0.@microsoft/tsdoc-configdependency to~0.18.0.v7.54.0Compare Source
Tue, 04 Nov 2025 08:15:14 GMT
Minor changes
IExtractorInvokeOptions.printApiReportDiffthat makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md).--print-api-report-diffCLI flag that causes a diff of any changes to API report files (*.api.md) to be printed.v7.53.3Compare Source
Fri, 24 Oct 2025 00:13:38 GMT
Version update only
v7.53.2Compare Source
Wed, 22 Oct 2025 00:57:54 GMT
Version update only
v7.53.1Compare Source
Wed, 08 Oct 2025 00:13:28 GMT
Version update only
v7.53.0Compare Source
Fri, 03 Oct 2025 20:09:59 GMT
Minor changes
node:protocol.stacksjs/bumpx (@stacksjs/bumpx)
v0.2.4Compare Source
No significant changes
View changes on GitHub
v0.2.3Compare Source
🚀 Features
View changes on GitHub
v0.2.2Compare Source
No significant changes
View changes on GitHub
v0.2.1Compare Source
No significant changes
View changes on GitHub
v0.2.0Compare Source
No significant changes
View changes on GitHub
v0.1.86Compare Source
No significant changes
View changes on GitHub
v0.1.85Compare Source
🐞 Bug Fixes
View changes on GitHub
stacksjs/clarity (@stacksjs/clarity)
v0.3.24Compare Source
No significant changes
View changes on GitHub
stacksjs/logsmith (@stacksjs/logsmith)
v0.2.1Compare Source
No significant changes
View changes on GitHub
v0.2.0Compare Source
No significant changes
View changes on GitHub
actions/checkout (actions/checkout)
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
stacksjs/buddy-bot (buddy-bot)
v0.9.12Compare Source
v0.9.11Compare Source
Compare changes
🚀 Features
🧹 Chores
📄 Miscellaneous
Contributors
v0.9.9Compare Source
v0.9.8Compare Source
antfu-collective/bumpp (bumpp)
v10.3.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.3.1Compare Source
No significant changes
View changes on GitHub
v10.3.0Compare Source
🚀 Features
--releasefor release type - by @luoling8192 in #97 (5af7b)View changes on GitHub
stacksjs/bun-git-hooks (bun-git-hooks)
v0.3.1Compare Source
No significant changes
View changes on GitHub
v0.3.0Compare Source
No significant changes
View changes on GitHub
stacksjs/bunfig (bunfig)
v0.15.6Compare Source
No significant changes
View changes on GitHub
v0.15.5Compare Source
No significant changes
View changes on GitHub
v0.15.4Compare Source
No significant changes
View changes on GitHub
v0.15.3Compare Source
No significant changes
View changes on GitHub
v0.15.2Compare Source
No significant changes
View changes on GitHub
v0.15.1Compare Source
No significant changes
View changes on GitHub
lint-staged/lint-staged (lint-staged)
v16.2.7Compare Source
Patch Changes
ef74c8dThanks @iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.v16.2.6Compare Source
Patch Changes
33d4502Thanks @Adrian-Baran-GY! - Fix problems with--continue-on-erroroption, where tasks might have still been killed (SIGINT) when one of them failed.v16.2.5Compare Source
Patch Changes
9e02d9dThanks @iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.v16.2.4Compare Source
Patch Changes
#1682
0176038Thanks @iiroj! - Update dependencies, including[email protected]with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.shivammathur/setup-php (shivammathur/setup-php)
v2.36.0Compare Source
Changelog
8.6in thephp-versioninput should now set up a nightly build from the master branch ofphp-src. (#1002)pdo_ibmandibm_db2extensions.blackfireextension on PHP 8.5.gnupgfrom source would install the requiredlibgpgmelibrary automatically. (#1021)symfony-cli. It should now correctly set up the requested version. (#1008)Improved support for
relayextension. 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-intelGitHub runner. (#1029)Improved support for
deb822format sources files on Linux. It should now set up the sources files indeb822format 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
gearmanextension 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
redissetup on macOS after formula rename. (shivammathur/homebrew-extensions#5413)Fixed fallback link for
composersetup. (#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
vuejs/core (vue)
v3.5.25Compare Source
Bug Fixes
provideafter mounting (#13954) (247b2c2), closes #13921 #13924v3.5.24Compare Source
Reverts
v3.5.23Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.