chore(deps): update all non-major dependencies#2774
Closed
chrisbbreuer wants to merge 1 commit intomainfrom
Closed
chore(deps): update all non-major dependencies#2774chrisbbreuer wants to merge 1 commit intomainfrom
chrisbbreuer wants to merge 1 commit intomainfrom
Conversation
❌ Deploy Preview for dtsx failed. Why did it fail? →
|
Member
Author
|
🤖 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:
Package Updates Summary
📦 npm Dependencies
4 packages will be updated
0.21.5->0.27.3=5.0.0->5.9.366.5.9->66.6.01.3.3->1.3.8🚀 GitHub Actions
5 actions will be updated
v2.0.2→v2.1.2ci.ymlv2→v2.1.2release.yml2.35.5→2.36.0buddy-bot.ymlv6.0.0→v6.0.2ci.ymlv6→v6.0.2release.ymlRelease Notes
evanw/esbuild (esbuild)
0.21.5 -> 0.27.3
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using...[View full release notes]
Released by github-actions[bot] on 2/5/2026
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
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
unocss/unocss (unocss)
66.5.9 -> 66.6.0
v66.6.0Compare Source
🚀 Features
allLayersoption to output all layer names - by zyyv in feat(core): addallLayersoption to output all layer names unocss/unocss#5057 (b55b4)stretchkeyword for width/height - by zyyv in feat(preset-mini, preset-wind4): addstretchkeyword for width/height unocss/unocss#5048 (126d1)contain-intrinsic-sizerule close #5045 - by zyyv in Add intrinsic-w and instrinsic-h unocss/unocss#5045 (d5346)🐞 Bug Fixes
[View full release notes]
Released by github-actions[bot] on 1/14/2026
v66.6.0-beta.1Compare Source
🚀 Features
allLayersoption to output all layer names - by zyyv in feat(core): addallLayersoption to output all layer names unocss/unocss#5057 (b55b4)stretchkeyword for width/height - by zyyv in feat(preset-mini, preset-wind4): addstretchkeyword for width/height unocss/unocss#5048 (126d1)contain-intrinsic-sizerule close #5045 - by zyyv in Add intrinsic-w and instrinsic-h unocss/unocss#5045 (d5346)🐞 Bug Fixes
[View full release notes]
Released by github-actions[bot] on 1/14/2026
DefinitelyTyped/DefinitelyTyped (@types/bun)
1.3.3 -> 1.3.8
Compare Source
TypeScript definitions for bun
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
oven-sh/setup-bun
v2.0.2 → v2.1.2
Visit oven-sh/setup-bun for release notes.
oven-sh/setup-bun
v2 → v2.1.2
Visit oven-sh/setup-bun for release notes.
shivammathur/setup-php
2.35.5 → 2.36.0
Visit shivammathur/setup-php for release notes.
actions/checkout
v6.0.0 → v6.0.2
Visit actions/checkout for release notes.
actions/checkout
v6 → v6.0.2
Visit actions/checkout 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 🤖