chore(deps): update all non-major dependencies #38
+13
−13
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:
Package Updates Summary
📦 npm Dependencies
11 packages will be updated
0.1.84->0.2.40.1.18->0.2.11.2.23->1.3.10.2.19->0.3.12.11.1->2.13.10.9.7->0.9.110.21.9->0.21.170.15.0->0.15.616.2.3->16.2.65.9.2->5.9.366.5.2->66.5.5🔧 System Dependencies
^1.2.20→^1.3.1pkgx.yaml🚀 GitHub Actions
3 actions will be updated
v4→v4.3.0release.ymlv2.3.3→v2.4.1release.ymlv2→v2.0.2release.ymlRelease Notes
stacksjs/bumpx (@stacksjs/bumpx)
0.1.84 -> 0.2.4
v0.2.4Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 11/7/2025
v0.2.3Compare Source
🚀 Features
View changes on GitHub
Released by github-actions[bot] on 11/7/2025
v0.2.2Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/14/2025
stacksjs/logsmith (@stacksjs/logsmith)
0.1.18 -> 0.2.1
v0.2.1Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/30/2025
v0.2.0Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/16/2025
v0.1.9Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 8/29/2025
DefinitelyTyped/DefinitelyTyped (@types/bun)
1.2.23 -> 1.3.1
Compare Source
TypeScript definitions for bun
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/bun-git-hooks (bun-git-hooks)
0.2.19 -> 0.3.1
v0.3.1Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/7/2025
v0.3.0Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/7/2025
v0.2.9Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 4/11/2025
toplenboren/simple-git-hooks (simple-git-hooks)
2.11.1 -> 2.13.1
2.13.1Compare Source
What's Changed
coore.hooksPathconfig by cexoso in fix: only get localcoore.hooksPathconfig toplenboren/simple-git-hooks#130New Contributors
coore.hooksPathconfig toplenboren/simple-git-hooks#130Full Changelog: toplenboren/simple-git-hooks@2.13.0...2.13.1
Released by toplenboren on 7/31/2025
2.13.0Compare Source
What's Changed
deno'snode_modulesstructure by nathanwhit in feat: supportdeno'snode_modulesstructure toplenboren/simple-git-hooks#125preserveUnusedoption by chouchouji in feat: only remove some hooks that are not inpreserveUnusedoption toplenboren/simple-git-hooks#121huskyby yyz945947732 in feat: optimize the migration experience fromhuskytoplenboren/simple-git-hooks#127New Contributors
deno'snode_modulesstructure toplenboren/simple-git-hooks#125preserveUnusedoption toplenboren/simple-git-hooks#121[View full release notes]
Released by toplenboren on 4/23/2025
2.12.1Compare Source
Minor Changes
fc2acfcThanks JounQin! - feat: support esm format configsFull Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1
Released by toplenboren on 3/20/2025
stacksjs/buddy-bot (buddy-bot)
0.9.7 -> 0.9.11
v0.9.11Compare Source
Compare changes
🚀 Features
🧹 Chores
[View full release notes]
Released by github-actions[bot] on 11/5/2025
v0.9.9Compare Source
Released by github-actions[bot] on 10/15/2025
v0.9.8Compare Source
Released by github-actions[bot] on 10/7/2025
stacksjs/dtsx (bun-plugin-dtsx)
0.21.9 -> 0.21.17
v0.9.9Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 11/6/2025
v0.9.8Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/31/2025
v0.9.7Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/31/2025
stacksjs/bunfig (bunfig)
0.15.0 -> 0.15.6
v0.15.6Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/30/2025
v0.15.5Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/29/2025
v0.15.4Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/29/2025
lint-staged/lint-staged (lint-staged)
16.2.3 -> 16.2.6
v16.2.6Compare Source
Patch Changes
33d4502Thanks [Adrian-Baran-GY](https://github.com/Adrian-Baran-GY)! - Fix problems with--continue-on-erroroption, where tasks might have still been killed (SIGINT) when one of them failed.Released by github-actions[bot] on 10/22/2025
v16.2.5Compare Source
Patch Changes
9e02d9dThanks [iiroj](https://github.com/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.Released by github-actions[bot] on 10/20/2025
v16.2.4Compare Source
Patch Changes
#1682
0176038Thanks [iiroj](https://github.com/iiroj)! - Update dependencies, includingnano-spawn@2.0.0with bug fixes.#1671
581a54eThanks [iiroj](https://github.com/iiroj)! - Speed up execution by only importing theyamldepedency if using YAML configuration files.Released by github-actions[bot] on 10/11/2025
microsoft/TypeScript (typescript)
5.9.2 -> 5.9.3
v5.9.3Compare 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:
Released by jakebailey on 10/1/2025
unocss/unocss (unocss)
66.5.2 -> 66.5.5
v66.5.5Compare Source
🚨 Breaking Changes
🚀 Features
[View full release notes]
Released by github-actions[bot] on 11/7/2025
v66.5.4Compare Source
🚀 Features
propertyoutput backup - by zyyv in feat(preset-wind4): custompropertyoutput backup unocss/unocss#4950 (b1089)🐞 Bug Fixes
hiddenunitility for reset style - by zyyv in fix(preset-wind4): optimizehiddenunitility for reset style unocss/unocss#4949 (42e63)[View full release notes]
Released by github-actions[bot] on 10/15/2025
v66.5.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Released by github-actions[bot] on 10/10/2025
bun.com
^1.2.20 → ^1.3.1
📁 File:
pkgx.yaml🔗 Release Notes: bun.sh
actions/cache
v4 → v4.3.0
Visit actions/cache for release notes.
softprops/action-gh-release
v2.3.3 → v2.4.1
Visit softprops/action-gh-release for release notes.
oven-sh/setup-bun
v2 → v2.0.2
Visit oven-sh/setup-bun for release notes.
📊 Package Statistics
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Buddy 🤖