chore(deps): update all non-major dependencies #357
Closed
+27
−27
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
1.80.0->1.105.00.1.7->0.2.00.9.5->0.21.123.2.7->3.3.02.29.0->2.30.13.4.2->3.6.25.8.3->5.9.35.5.1->5.6.03.6.0->3.6.3-027.0.0->27.0.116.4.0->16.4.1🔧 System Dependencies
3 packages will be updated across 2 file(s):
deps.yaml,deps.yaml^1.2.10→^1.3.0deps.yaml^23.9.0→^23.11.1deps.yaml^0.15.0→^0.15.1deps.yaml🚀 GitHub Actions
4 actions will be updated
v4→v4.3.0ci.ymlv2→v2.35.5buddy-bot.ymlv5→v5.0.0ci.ymlv2→v2.0.2ci.ymlRelease Notes
DefinitelyTyped/DefinitelyTyped (@types/vscode)
1.80.0 -> 1.105.0
Compare Source
TypeScript definitions for vscode
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/development (better-dx)
0.1.7 -> 0.2.0
v0.2.0Compare Source
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/20/2025
stacksjs/dtsx (bun-plugin-dtsx)
0.9.5 -> 0.21.12
Compare Source
A Bun Bundler plugin that auto generates your DTS types extremely fast.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
cure53/DOMPurify (dompurify)
3.2.7 -> 3.3.0
3.3.0Compare Source
mask-typeattribute to default allow-list, thanks prasadrajandranADD_ATTRandADD_TAGSto accept functions, thanks nelstromslotelement being in both SVG and HTML allow-list, thanks Wim-ValgaerenReleased by cure53 on 10/13/2025
kkomelin/isomorphic-dompurify (isomorphic-dompurify)
2.29.0 -> 2.30.1
2.30.1Compare Source
This release drops support for Node < 20.19.5, so please update your Node accordingly. Node 22 and 24 may need upgrade too if you're affected - read comments here jsdom/jsdom#3963
Changelog
See the complete changelog for more details.
Release
2.30.1
Released by kkomelin on 10/22/2025
2.30.0Compare Source
This release drops support for Node < 20.19.5, so please update your Node accordingly.
Changelog
jsdom.See the complete changelog for more details.
Release
2.30.0
Released by kkomelin on 10/21/2025
v2.9.0Compare Source
Changelog
dompurifyand other dependencies.See the complete changelog for more details.
Release
2.9.0
Released by kkomelin on 4/30/2024
prettier/prettier (prettier)
3.4.2 -> 3.6.2
3.6.2Compare Source
What's Changed
🔗 Changelog
Released by fisker on 6/27/2025
3.6.1Compare Source
--experimental-cli🔗 Changelog
Released by fisker on 6/25/2025
3.6.0Compare Source
diff
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Released by fisker on 6/23/2025
microsoft/TypeScript (typescript)
5.8.3 -> 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
v5.9.2Compare 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
v5.9-rcCompare 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
Microsoft/vscode-html-languageservice (vscode-html-languageservice)
5.5.1 -> 5.6.0
v5.6.0Compare Source
Changes:
This list of changes was auto generated.
Released by joaomoreno on 10/17/2025
v5.5.2Compare Source
Changes:
This list of changes was auto generated.
Released by joaomoreno on 9/29/2025
Microsoft/vsce (@vscode/vsce)
3.6.0 -> 3.6.3-0
v3.6.3-0Compare Source
Changes:
This list of changes was auto generated.
Released by joaomoreno on 9/29/2025
v3.6.2Compare Source
Changes:
languageModelChatProvidercontributionsThis list of changes was auto generated.
Released by joaomoreno on 9/26/2025
v3.6.2-0Compare Source
Changes:
languageModelChatProvidercontributionsThis list of changes was auto generated.
Released by joaomoreno on 9/25/2025
jsdom/jsdom (jsdom)
27.0.0 -> 27.0.1
27.0.1Compare Source
class=""attribute changes is only possible with a new version of jsdom. (asamuzaK)Released by domenic on 10/18/2025
27.0.0-beta.3Compare Source
tough-cookie, which now considers URLs likehttp://localhost/to be secure contexts (per the spec), and thus will returnSecure-flagged cookies for such URLs. (colincasey)customElements.getName(). (mash-graz)<input>element'spattern=""attribute to use thevregular expression flag, instead ofu.jsdom.reconfigure({ url })not updatingdocument.baseURIor properties derived from it. This regressed in v26.1.0.initial,inherit, andunsetkeywords, to resolve correctly. This is especially important since the change in v27.0.0-beta.1 to use system colors in the user agent stylesheet. (asamuzaK)backgroundproperty parsing and serialization. (asamuzaK)displaystyle resolution. (asamuzaK)...[View full release notes]
Released by domenic on 8/31/2025
27.0.0-beta.2Compare Source
Significantly improved specification conformance for the
Windowobject, including named properties and changing various data properties to accessor properties. This is not likely to be breaking, but since it's a complex change to such a core object, we're happy to do another beta testing release with this included before graduating the v27 line to stable.Additionally, updated
cssstyleto v4.4.0, which brings along various conformance fixes to theCSSStyleDeclarationobject and its properties.Released by domenic on 6/8/2025
markedjs/marked (marked)
16.4.0 -> 16.4.1
v16.4.1Compare Source
16.4.1 (2025-10-17)
Bug Fixes
Released by github-actions[bot] on 10/17/2025
v9.1.6Compare Source
9.1.6 (2023-11-10)
Bug Fixes
Released by github-actions[bot] on 11/10/2023
v9.1.5Compare Source
9.1.5 (2023-11-02)
Bug Fixes
Released by github-actions[bot] on 11/2/2023
bun.com
^1.2.10 → ^1.3.0
📁 File:
deps.yaml🔗 Release Notes: bun.sh
node
^23.9.0 → ^23.11.1
📁 File:
deps.yaml🔗 Package Info: pkgx.com
zig
^0.15.0 → ^0.15.1
📁 File:
deps.yaml🔗 Package Info: pkgx.com
actions/cache
v4 → v4.3.0
Visit actions/cache for release notes.
shivammathur/setup-php
v2 → v2.35.5
Visit shivammathur/setup-php for release notes.
actions/checkout
v5 → v5.0.0
Visit actions/checkout 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 🤖