chore(deps): update all non-major dependencies#3086
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
❌ Deploy Preview for dtsx failed. Why did it fail? →
|
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
5 times, most recently
from
April 8, 2026 16:32
61ed6ee to
b87e7e3
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
5 times, most recently
from
April 16, 2026 03:11
6dd80d5 to
63953e4
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
5 times, most recently
from
April 27, 2026 12:41
b58cfd0 to
b584df4
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
2 times, most recently
from
April 28, 2026 00:52
12129d3 to
b66c751
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
8 times, most recently
from
May 4, 2026 05:15
9c5c761 to
4cdecef
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
4 times, most recently
from
May 24, 2026 22:24
d1e713e to
ff6ff5e
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
7 times, most recently
from
May 29, 2026 22:35
db2205c to
e83a201
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
2 times, most recently
from
June 8, 2026 15:13
622dd38 to
082e722
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
6 times, most recently
from
June 15, 2026 16:02
00830a2 to
638e100
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
2 times, most recently
from
June 25, 2026 11:02
69cf686 to
b63aac9
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
6 times, most recently
from
June 29, 2026 22:27
a3ae49a to
c8adeec
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
2 times, most recently
from
July 4, 2026 22:59
6815806 to
29bec83
Compare
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
14 packages will be updated
0.27.7->0.28.10.121.0->0.141.00.121.0->0.141.05.106.2->5.108.40.2.4->0.2.60.1.4->0.1.200.2.7->0.2.120.1.5->0.1.60.2.1->0.2.31.3.13->1.3.140.9.19->0.9.220.3.1->0.3.20.15.11->0.15.150.1.28->0.1.40Release Notes
evanw/esbuild (esbuild)
0.27.7 -> 0.28.1
v0.28.1Compare Source
Disallow
\in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a
\backslash character. It happened due to the use of Go'spath.Clean()function, which only handles Unix-style/characters. HTTP requests with paths containing\are no longer allowed.Thanks to [dellalibera](https://github.com/dellalibera) for reporting this issue.
Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)
The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if ...
[View full release notes]
Released by github-actions[bot] on 6/11/2026
v0.28.0Compare Source
Add support for
with { type: 'text' }imports (#4435)The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing
textloader. Here's an example:Add integrity checks to fallback download path (
#4343)Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the re...
[View full release notes]
Released by github-actions[bot] on 4/2/2026
oxc-project/oxc (oxc-parser)
0.121.0 -> 0.141.0
crates_v0.141.0Compare Source
💥 BREAKING CHANGES
IdentBuildHashertooxc_strcrate (#24717) (overlookmotel)MetaPropertyintoImportMetaandNewTarget(#24557) (camc314)🚀 Features
#24707) (sapphi-red)#24706) (sapphi-red)Vec::from_raw_parts_in(#24732) (overlookmotel)#24728) (camc314)implements!macro (#24721) (overlookmotel)const_str_eqfunction (#24720) (overlookmotel)#24715) (camc314)#24705) (sapphi-red)[View full release notes]
Released by github-actions[bot] on 7/21/2026
crates_v0.140.0Compare Source
🚀 Features
#22003) (Armano)#24441) (Dunqing)likelyandunlikelyfunctions (#24368) (overlookmotel)#24329) (Boshen)#24279) (Dunqing)#24112) (Dunqing)#24268) (Dunqing)Scoping::set_symbol_span(#24221) (camc314)🐛 Bug Fixes
#24452) (Dunqing)#24349) (Dunqing)[View full release notes]
Released by github-actions[bot] on 7/14/2026
apps_v1.74.0Compare Source
Table of Contents
Oxlint v1.74.0
🚀 Features
namespacesoption (#24044) (Boshen).mtsconfig files (#24357) (camc314)#24273) (Cole Ellison)🐛 Bug Fixes
#24467) (camc314)#24466) (camc314)TSPropertySignaturekeys (#24465) (camc314)--type-check-only(#24462) (Stephen Zhou)lowercaseFirstCharacterOnlyis false (#24414) (Connor Shea)vite-plus/testand `[effect](http...[View full release notes]
Released by github-actions[bot] on 7/14/2026
oxc-project/oxc (oxc-transform)
0.121.0 -> 0.141.0
crates_v0.141.0Compare Source
💥 BREAKING CHANGES
IdentBuildHashertooxc_strcrate (#24717) (overlookmotel)MetaPropertyintoImportMetaandNewTarget(#24557) (camc314)🚀 Features
#24707) (sapphi-red)#24706) (sapphi-red)Vec::from_raw_parts_in(#24732) (overlookmotel)#24728) (camc314)implements!macro (#24721) (overlookmotel)const_str_eqfunction (#24720) (overlookmotel)#24715) (camc314)#24705) (sapphi-red)[View full release notes]
Released by github-actions[bot] on 7/21/2026
crates_v0.140.0Compare Source
🚀 Features
#22003) (Armano)#24441) (Dunqing)likelyandunlikelyfunctions (#24368) (overlookmotel)#24329) (Boshen)#24279) (Dunqing)#24112) (Dunqing)#24268) (Dunqing)Scoping::set_symbol_span(#24221) (camc314)🐛 Bug Fixes
#24452) (Dunqing)#24349) (Dunqing)[View full release notes]
Released by github-actions[bot] on 7/14/2026
apps_v1.74.0Compare Source
Table of Contents
Oxlint v1.74.0
🚀 Features
namespacesoption (#24044) (Boshen).mtsconfig files (#24357) (camc314)#24273) (Cole Ellison)🐛 Bug Fixes
#24467) (camc314)#24466) (camc314)TSPropertySignaturekeys (#24465) (camc314)--type-check-only(#24462) (Stephen Zhou)lowercaseFirstCharacterOnlyis false (#24414) (Connor Shea)vite-plus/testand `[effect](http...[View full release notes]
Released by github-actions[bot] on 7/14/2026
webpack/webpack (webpack)
5.106.2 -> 5.108.4
v5.108.4Compare Source
Patch Changes
Speed up non-CSS-Modules parsing by not building unused selector AST nodes. (by [alexander-akait](https://github.com/alexander-akait) in
#21324)Speed up non-CSS-Modules CSS parsing by dropping value tokens nothing reads. (by [alexander-akait](https://github.com/alexander-akait) in
#21324)Resolve HTML asset URLs against the document
<base href>. (by [alexander-akait](https://github.com/alexander-akait) in#21329)Add HTML integration tests: generateError output, ignored src, null-char parse. (by [aryanraj45](https://github.com/aryanraj45) in
#21328)Reduce CPU and memory overhead of HTML and CSS parsing and code generation. (by [alexander-akait](https://g...
[View full release notes]
Released by github-actions[bot] on 7/4/2026
v5.108.3Compare Source
Patch Changes
Speed up CSS parsing and reduce CSS AST node memory. (by [alexander-akait](https://github.com/alexander-akait) in
#21285)Fix HMR codegen crash for harmony accept with unresolved imports. (by [xiaoxiaojx](https://github.com/xiaoxiaojx) in
#21302)Match harmony accept dependencies by module reference so HMR codegen handles imports without a module or chunk id. (by [alexander-akait](https://github.com/alexander-akait) in
#21303)Released by github-actions[bot] on 6/29/2026
v5.108.2Compare Source
Patch Changes
Fix lazy barrel deferral of ungrouped side-effect imports. (by [hai-x](https://github.com/hai-x) in
#21291)Respect the
node:prefix for node.js core modules used as externals. (by [alexander-akait](https://github.com/alexander-akait) in#21286)Released by github-actions[bot] on 6/29/2026
stacksjs/bumpx (@stacksjs/bumpx)
0.2.4 -> 0.2.6
v0.2.6Compare Source
Released by github-actions[bot] on 5/4/2026
v0.2.5Compare Source
Released by github-actions[bot] on 4/26/2026
stacksjs/bunpress (@stacksjs/bunpress)
0.1.4 -> 0.1.20
v0.1.20Compare Source
Released by github-actions[bot] on 7/21/2026
v0.1.6Compare Source
Released by github-actions[bot] on 5/24/2026
v0.1.5Compare Source
Released by github-actions[bot] on 5/10/2026
stacksjs/clapp (@stacksjs/clapp)
0.2.7 -> 0.2.12
v0.2.12Compare Source
Released by github-actions[bot] on 7/21/2026
v0.2.9Compare Source
Released by github-actions[bot] on 5/11/2026
v0.2.8Compare Source
Released by github-actions[bot] on 5/6/2026
stacksjs/gitlint (@stacksjs/gitlint)
0.1.5 -> 0.1.6
v0.x.xCompare Source
Released by github-actions[bot] on 5/8/2026
stacksjs/logsmith (@stacksjs/logsmith)
0.2.1 -> 0.2.3
v0.2.3Compare Source
Released by github-actions[bot] on 5/27/2026
DefinitelyTyped/DefinitelyTyped (@types/bun)
1.3.13 -> 1.3.14
Compare Source
TypeScript definitions for bun
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/buddy-bot (buddy-bot)
0.9.19 -> 0.9.22
v0.9.22Compare Source
Released by github-actions[bot] on 7/15/2026
v0.9.21Compare Source
Released by github-actions[bot] on 7/15/2026
v0.9.20Compare Source
Released by github-actions[bot] on 5/25/2026
stacksjs/bun-git-hooks (bun-git-hooks)
0.3.1 -> 0.3.2
v0.3.2Compare Source
Released by github-actions[bot] on 5/14/2026
stacksjs/bunfig (bunfig)
0.15.11 -> 0.15.15
v0.15.15Compare Source
Released by github-actions[bot] on 7/16/2026
v0.15.14Compare Source
Released by github-actions[bot] on 6/10/2026
v0.15.13Compare Source
Released by github-actions[bot] on 5/8/2026
pickier/pickier (pickier)
0.1.28 -> 0.1.40
v0.1.40Compare Source
Released by github-actions[bot] on 7/16/2026
v0.1.39Compare Source
Released by github-actions[bot] on 7/15/2026
v0.1.38Compare Source
Released by github-actions[bot] on 7/10/2026
📊 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 🤖