also looking at this
chore(deps): update all non-major dependencies
#56This PR contains the following updates:
Package Updates Summary
| Type | Count |
|---|---|
| 📦 NPM Packages | 7 |
| 🔧 System Dependencies | 2 |
| 🚀 GitHub Actions | 4 |
| Total | 13 |
📦 npm Dependencies
7 packages will be updated
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @unocss/reset (source) | 66.5.9 -> 66.6.0 | ||||
| vite (source) | 7.2.4 -> 7.3.1 | ||||
| @iconify-json/carbon | 1.2.14 -> 1.2.18 | ||||
| @types/bun (source) | 1.3.2 -> 1.3.6 | ||||
| better-dx (source) | 0.2.4 -> 0.2.5 | ||||
| vue (source) | 3.5.24 -> 3.5.27 | ||||
| vue-router (source) | 4.6.3 -> 4.6.4 |
🔧 System Dependencies
2 packages will be updated across 1 file(s): deps.yaml
| Package | Change | Type | File |
|---|---|---|---|
| bun.com | ^1.2.10 → ^1.3.1 | 🟡 minor | deps.yaml |
| redis | ^7.4.2 → ^7.4.7 | 🟢 patch | deps.yaml |
🚀 GitHub Actions
4 actions will be updated
| Action | Change | Type | Files |
|---|---|---|---|
| oven-sh/setup-bun | v2 → v2.1.2 | 🟢 patch | ci.yml |
| shivammathur/setup-php | v2 → v2.36.0 | 🟢 patch | buddy-bot.yml |
| softprops/action-gh-release | v2 → v2.5.0 | 🟢 patch | release.yml |
| actions/checkout | v6 → v6.0.1 | 🟢 patch | ci.yml |
Release Notes
unocss/unocss (@unocss/reset)
66.5.9 -> 66.6.0
v66.6.0
🚀 Features
- core:
- Add
allLayersoption to output all layer names - by zyyv in https://github.com/unocss/unocss/issues/5057 <samp>(b55b4)</samp>
- Add
- preset-mini, preset-wind4:
- Add
stretchkeyword for width/height - by zyyv in https://github.com/unocss/unocss/issues/5048 <samp>(126d1)</samp> - Optimize
contain-intrinsic-sizerule close #5045 - by zyyv in https://github.com/unocss/unocss/issues/5045 <samp>(d5346)</samp>
- Add
🐞 Bug Fixes
- build: Remove tsconfig paths mapping and adjust bundle config - by Jungzl and zyyv in https://github.com/unocss/unocss/issues/5052 [(55748)...
[View full release notes]
Released by github-actions[bot] on 1/14/2026
v66.6.0-beta.1
🚀 Features
- core:
- Add
allLayersoption to output all layer names - by zyyv in https://github.com/unocss/unocss/issues/5057 <samp>(b55b4)</samp>
- Add
- preset-mini, preset-wind4:
- Add
stretchkeyword for width/height - by zyyv in https://github.com/unocss/unocss/issues/5048 <samp>(126d1)</samp> - Optimize
contain-intrinsic-sizerule close #5045 - by zyyv in https://github.com/unocss/unocss/issues/5045 <samp>(d5346)</samp>
- Add
🐞 Bug Fixes
- build: Remove tsconfig paths mapping and adjust bundle config - by Jungzl and zyyv in https://github.com/unocss/unocss/issues/5052 [(55748)...
[View full release notes]
Released by github-actions[bot] on 1/14/2026
vitejs/vite (vite)
7.2.4 -> 7.3.1
v8.0.0-beta.8
Please refer to CHANGELOG.md for details.
Released by github-actions[bot] on 1/15/2026
v8.0.0-beta.7
Please refer to CHANGELOG.md for details.
Released by github-actions[bot] on 1/8/2026
v8.0.0-beta.6
Please refer to CHANGELOG.md for details.
Released by github-actions[bot] on 1/7/2026
stacksjs/development (better-dx)
0.2.4 -> 0.2.5
v0.2.5
No significant changes
View changes on GitHub
Released by github-actions[bot] on 11/22/2025
vuejs/core (vue)
3.5.24 -> 3.5.27
v3.5.27
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.
Released by github-actions[bot] on 1/19/2026
v3.6.0-beta.3
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.
Released by github-actions[bot] on 1/12/2026
v3.6.0-beta.2
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.
Released by github-actions[bot] on 1/4/2026
vuejs/router (vue-router)
4.6.3 -> 4.6.4
v5.0.0-beta.0
Vue Router 5 merges unplugin-vue-router into the core package. It has no breaking changes itself, so you should be able to upgrade it no matter if you use unplugin-vue-router or Vue Router 4 without file-based routing, and everything should just work. If not, please open an issue!
[!NOTE] If you are not using unplugin-vue-router, there are no breaking changes affecting you
Migrating from unplugin-vue-router
If you're already using unplugin-vue-router, migration is mostly import changes.
Migration Checklist (unplugin-vue-router)
This is the TLDR version of the steps below:
- Remove
unplugin-vue-routerdependency - Update
vue-routerto v5 - Change plugin import:
unplugin-vue-router/vite→vue-router/vite - Change data loader imports:
unplugin-vue-router/data-loaders/*→vue-router/experimental - Change utility imports:
unplugin-vue-router→vue-router/unplugin - Change Volar plugins: `unplugin-vue-route...
[View full release notes]
Released by github-actions[bot] on 1/19/2026
v4.6.4
🚀 Features
- experimental:
- Handle redirect types - by posva <samp>(92efb)</samp>
- Basic alias - by posva <samp>(ded2d)</samp>
🐞 Bug Fixes
- Make the build output compatible with v4.5 - by drylint in https://github.com/vuejs/router/issues/2591 <samp>(42bc2)</samp>
- experimental: IsActive with custom params - by posva <samp>(edca6)</samp>
View changes on GitHub
Released by github-actions[bot] on 12/11/2025
📊 Package Statistics
- @unocss/reset: 412,810 weekly downloads
- vite: 47,323,253 weekly downloads
- @iconify-json/carbon: 222,374 weekly downloads
- @types/bun: 4,564,788 weekly downloads
- better-dx: 61,909 weekly downloads
- vue: 8,080,630 weekly downloads
- vue-router: 4,426,136 weekly downloads
- bun.com: Popular JavaScript runtime and package manager
- redis: Available via pkgx package manager
- oven-sh/setup-bun: GitHub Action for workflow automation
- shivammathur/setup-php: GitHub Action for workflow automation
- softprops/action-gh-release: GitHub Action for workflow automation
- actions/checkout: GitHub Action for workflow automation
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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Buddy 🤖
6 changed files on the files tab, with 0 review threads.