chore(deps): update all non-major dependencies #1217
Closed
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
4 packages will be updated
0.21.5->0.27.2=5.0.0->5.9.31.3.3->1.3.566.5.9->66.5.10🚀 GitHub Actions
5 actions will be updated
2.35.5→2.36.0buddy-bot.ymlv6.0.0→v6.0.1ci.ymlv6→v6.0.1buddy-bot.ymlv2→v2.0.2buddy-bot.ymlv1.2.7→v1.2.6release.ymlRelease Notes
evanw/esbuild (esbuild)
0.21.5 -> 0.27.2
v0.27.2Compare Source
Allow import path specifiers starting with
#/(#4361)Previously the specification for
package.jsondisallowed import path specifiers starting with#/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping#/*to./src/*(previously you had to use another character such as#_*instead, which was more confusing). There is some more context in nodejs/node#49182.This change was contributed by [hybrist](https://github.com/hybrist).
Automatically add the
-webkit-maskprefix (#4357, #4358)This release automatically adds the
-webkit-vendor prefix for the [mask](https://de...[View full release notes]
Released by github-actions[bot] on 12/17/2025
v0.27.1Compare Source
Fix bundler bug with
varnested insideif(#4348)This release fixes a bug with the bundler that happens when importing an ES module using
require(which causes it to be wrapped) and there's a top-levelvarinside anifstatement without being wrapped in a{ ... }block (and a few other conditions). The bundling transform needed to hoist thesevardeclarations outside of the lazy ES module wrapper for correctness. See the issue for details.Fix minifier bug with
forinsidetryinside label (#4351)This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the
trystatement to address a problem with transforming labeledfor awaitloops to avoid theawait(the transformation involves converting thefor awaitloop into aforloop and wrapping it in atryst...[View full release notes]
Released by github-actions[bot] on 12/3/2025
v0.27.0Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example `--t...[View full release notes]
Released by github-actions[bot] on 11/9/2025
microsoft/TypeScript (typescript)
=5.0.0 -> 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
DefinitelyTyped/DefinitelyTyped (@types/bun)
1.3.3 -> 1.3.5
Compare Source
TypeScript definitions for bun
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
unocss/unocss (unocss)
66.5.9 -> 66.5.10
v66.5.10Compare Source
🚀 Features
virtualModulePrefixoption to support for custom virtual module prefix - by zyyv and liujiayii in feat(vite): addvirtualModulePrefixoption to support for custom virtual module prefix unocss/unocss#5008 (1819f)🐞 Bug Fixes
inlineConfigwhen load config - by zyyv (37452)bg-current/10: bg-current with opacity modifier does not work (TW4) unocss/unocss#4998 [<samp...[View full release notes]
Released by github-actions[bot] on 12/2/2025
shivammathur/setup-php
2.35.5 → 2.36.0
Visit shivammathur/setup-php for release notes.
actions/checkout
v6.0.0 → v6.0.1
Visit actions/checkout for release notes.
actions/checkout
v6 → v6.0.1
Visit actions/checkout for release notes.
oven-sh/setup-bun
v2 → v2.0.2
Visit oven-sh/setup-bun for release notes.
stacksjs/action-releaser
v1.2.7 → v1.2.6
Visit stacksjs/action-releaser 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 🤖