chore(deps): update all non-major dependencies#2258
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update all non-major dependencies#2258renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
❌ Deploy Preview for ts-inputs failed. Why did it fail? →
|
commit: |
Contributor
|
🤖 Auto-closing obsolete PR This PR was automatically closed because the dependency files it references are no longer present in the project. Removed files:
If this was closed in error, please reopen the PR and update the dependency files accordingly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.57.7^0.8.1→^0.9.0v6.0.1→v6.0.2v5.0.0→v5.0.1^10.2.3→^10.4.1^0.21.12→^0.21.17^0.15.0→^0.15.6^16.2.3→^16.4.0v2.0.2→v2.2.02.35.5→2.36.0^3.5.22→^3.5.30Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.57.7Compare Source
Mon, 09 Mar 2026 15:14:07 GMT
Patches
minimatchversion from10.2.1to10.2.3to address CVE-2026-27903.v7.57.6Compare Source
Wed, 25 Feb 2026 21:39:42 GMT
Patches
@microsoft/tsdoc-configto~0.18.1to mitigate CVE-2025-69873.v7.57.5Compare Source
Wed, 25 Feb 2026 00:34:29 GMT
Version update only
v7.57.4Compare Source
Tue, 24 Feb 2026 01:13:27 GMT
Version update only
v7.57.3Compare Source
Mon, 23 Feb 2026 00:42:21 GMT
Patches
v7.57.2Compare Source
Fri, 20 Feb 2026 16:14:49 GMT
Patches
v7.57.1Compare Source
Fri, 20 Feb 2026 00:15:03 GMT
Patches
"node"condition before"import"in the"exports"map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via"import". Fixes #5644.v7.57.0Compare Source
Thu, 19 Feb 2026 00:04:52 GMT
Minor changes
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.v7.56.3Compare Source
Sat, 07 Feb 2026 01:13:26 GMT
Patches
lodashdependency from~4.17.15to~4.17.23.v7.56.2Compare Source
Wed, 04 Feb 2026 20:42:47 GMT
Patches
v7.56.1Compare Source
Wed, 04 Feb 2026 16:13:27 GMT
Version update only
v7.56.0Compare Source
Fri, 30 Jan 2026 01:16:12 GMT
Minor changes
v7.55.5Compare Source
Thu, 08 Jan 2026 01:12:30 GMT
Patches
v7.55.2Compare Source
Sat, 06 Dec 2025 01:12:28 GMT
Version update only
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.vuejs/tsconfig (@vue/tsconfig)
v0.9.0Compare Source
Noticeable Changes
noUncheckedIndexedAccessfrom base config to the lib config[fa4423b]noUncheckedIndexedAccessmay have false positives, making it hard for existing codebases to upgrade.New Contributors
Full Changelog: vuejs/tsconfig@v0.8.1...v0.9.0
actions/checkout (actions/checkout)
v6.0.2Compare Source
antfu-collective/bumpp (bumpp)
v10.4.1Compare Source
🚀 Features
View changes on GitHub
v10.4.0Compare Source
No significant changes
View changes on GitHub
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/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.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).v16.3.3Compare Source
Patch Changes
0109e8dThanks @iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.v16.3.2Compare Source
Patch Changes
2adaf6cThanks @iiroj! - Hide the extracmdwindow on Windows by spawning tasks without thedetachedoption.v16.3.1Compare Source
Patch Changes
cd5d762Thanks @iiroj! - Removenano-spawnas a dependency frompackage.jsonas it was replaced withtinyexecand is no longer used.v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.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, includingnano-spawn@2.0.0with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.oven-sh/setup-bun (oven-sh/setup-bun)
v2.2.0Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
actions/checkout@v6.0.2in the test workflow by @tcely in #173autofix.ciworkflow by @tcely in #174Release new action versionworkflow by @tcely in #175New Contributors
Full Changelog: oven-sh/setup-bun@v2...v2.2.0
v2.1.3Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
New Contributors
Full Changelog: oven-sh/setup-bun@v2...v2.1.3
v2.1.2Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
Full Changelog: oven-sh/setup-bun@v2...v2.1.2
v2.1.1Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
form-datadependency to version v4.0.5 due to GHSA-fjxv-7rqg-78g4 by @Jarred-SumnerFull Changelog: oven-sh/setup-bun@v2.1.0...v2.1.1
v2.1.0Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
no-cacheinput by @bashonly in #149New Contributors
Full Changelog: oven-sh/setup-bun@v2...v2.1.0
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.30Compare Source
Bug Fixes
entitiesto @vue/compat deps to fix CJS edge cases (#12514) (e725a67), closes #10609Setwith initial reactive values edge case (#12393) (5dc27ca), closes #8647v3.5.29Compare Source
Bug Fixes
v3.5.28Compare Source
Bug Fixes
cancelledparameter in transitiondonecallback (#14391) (6798853).mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357v3.5.27Compare Source
Bug Fixes
definePropsdestructuring. (#14296) (6a1bb50), closes #14294v3.5.26Compare Source
Bug Fixes
Performance Improvements
v3.5.25Compare Source
Bug Fixes
provideafter mounting (#13954) (247b2c2), closes #13921 #13924Configuration
📅 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.