chore(deps): update all non-major dependencies - #1662
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
❌ Deploy Preview for stacks-stx failed. Why did it fail? →
|
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
26 times, most recently
from
April 7, 2026 10:37
46150f7 to
d7bfe98
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-non-major-updates
branch
28 times, most recently
from
April 10, 2026 20:26
ec87c1c to
cf05f1a
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
36 packages will be updated
8.3.0->8.4.28.3.0->8.4.28.3.0->8.4.28.3.0->8.4.21.110.0->1.125.03.7.2-12->3.9.3-320.10.2->20.11.13.16.0->3.19.029.0.1->29.1.114.2.0->14.3.03.8.1->3.9.66.0.2->6.1.20.1.9->0.2.13.17.5->3.18.03.1.5->3.1.68.1.0->8.1.18.0.2->8.0.58.0.1->8.0.28.0.2->8.0.30.2.6->0.2.102.2.484->2.2.5040.2.10->0.2.120.2.72->0.2.990.7.26->0.7.561.3.11->1.3.140.2.15->0.2.20=1.3.11->1.3.143.4.9->3.4.1210.27.0->10.27.20.1.35->0.1.402.17.4->2.17.60.2.72->0.2.990.2.1->0.2.50.1.9->0.1.101.0.12->1.0.138.21.0->8.21.1🔧 System Dependencies
^1.3.4→^1.3.11deps.yamlRelease Notes
ionic-team/capacitor (@capacitor/android)
8.3.0 -> 8.4.2
Compare Source
Capacitor: Cross-platform apps with JavaScript and the web
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
ionic-team/capacitor (@capacitor/cli)
8.3.0 -> 8.4.2
9.0.0-alpha.6Compare Source
9.0.0-alpha.6 (2026-07-14)
Bug Fixes
#8526) (6f2d328)#8518) (9a2d3e6)#8524) (bfae960)Released by jcesarmobile on 7/14/2026
8.4.2Compare Source
8.4.2 (2026-07-14)
Bug Fixes
#8526) (6f2d328)Released by jcesarmobile on 7/14/2026
9.0.0-alpha.5Compare Source
9.0.0-alpha.5 (2026-06-23)
Bug Fixes
#8515) (356cafa)#8513) (0585c18)#8512) (904b22e)Released by jcesarmobile on 6/23/2026
ionic-team/capacitor (@capacitor/core)
8.3.0 -> 8.4.2
Compare Source
Capacitor: Cross-platform apps with JavaScript and the web
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
ionic-team/capacitor (@capacitor/ios)
8.3.0 -> 8.4.2
Compare Source
Capacitor: Cross-platform apps with JavaScript and the web
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
DefinitelyTyped/DefinitelyTyped (@types/vscode)
1.110.0 -> 1.125.0
Compare Source
TypeScript definitions for vscode
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
Microsoft/vsce (@vscode/vsce)
3.7.2-12 -> 3.9.3-3
v3.9.3-3Compare Source
Changes:
#1291: auth: support OIDC trusted publishingThis list of changes was auto generated.
Released by lszomoru on 7/23/2026
v3.9.3-2Compare Source
Changes:
#1289: chore(deps): bump js-yaml and textlint/linter-formatter#1288: chore(deps): bump form-data from 4.0.4 to 4.0.6This list of changes was auto generated.
Released by lszomoru on 6/26/2026
v3.9.3-1Compare Source
Changes:
#1288: chore(deps): bump form-data from 4.0.4 to 4.0.6This list of changes was auto generated.
Released by joaomoreno on 6/17/2026
capricorn86/happy-dom (happy-dom)
20.10.2 -> 20.11.1
v20.11.1Compare Source
👷♂️ Patch fixes
#2228Released by github-actions[bot] on 7/22/2026
v20.11.0Compare Source
🎨 Features
#1864#1506Released by github-actions[bot] on 7/18/2026
v20.10.6Compare Source
👷♂️ Patch fixes
#2217Released by github-actions[bot] on 6/17/2026
kkomelin/isomorphic-dompurify (isomorphic-dompurify)
3.16.0 -> 3.19.0
Makes it possible to use DOMPurify on server and client in the same way.
📖 View Release Notes
🔗 View Changelog
jsdom/jsdom (jsdom)
29.0.1 -> 29.1.1
v29.1.1Compare Source
'border-radius'computed style serialization. (asamuzaK)'background-origin'and'background-clip'CSS properties. (asamuzaK)getComputedStyle(), before the cache warms up. (asamuzaK)Released by domenic on 4/30/2026
v29.1.0Compare Source
getComputedStyle()sometimes returning outdated results after CSS was modified. (asamuzaK)Released by domenic on 4/27/2026
v29.0.2Compare Source
getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such ascurrentcolorand system colors. (asamuzaK)'background' and'border'shorthand parsing. (asamuzaK)Released by domenic on 4/7/2026
markdown-it/markdown-it (markdown-it)
14.2.0 -> 14.3.0
Compare Source
Markdown-it - modern pluggable markdown parser.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
prettier/prettier (prettier)
3.8.1 -> 3.9.6
3.9.6Compare Source
What's Changed
new(prettier/prettier#19621by [kovsu](https://github.com/kovsu))import deferintypescriptparser (prettier/prettier#19624,prettier/prettier#19675by [fisker](https://github.com/fisker))@prettier/plugin-yuku🚀 (prettier/prettier#19628,prettier/prettier#19629by [fisker](https://github.com/fisker))🔗 Changelog
Released by fisker on 7/21/2026
3.9.5Compare Source
🔗 Changelog
Released by fisker on 7/9/2026
3.9.4Compare Source
@content(name)->@content (name)to align with other block syntax (#19499by [fisker](https://github.com/fisker))🔗 Changelog
Released by fisker on 6/30/2026
tinylibs/tinybench (tinybench)
6.0.2 -> 6.1.2
🔎 A simple, tiny and lightweight benchmarking library!
📖 View Release Notes
🔗 View Changelog
stacksjs/ts-images (ts-images)
0.1.9 -> 0.2.1
v0.2.1Compare Source
Released by github-actions[bot] on 7/22/2026
v0.2.0Compare Source
Released by github-actions[bot] on 7/22/2026
Microsoft/vscode-languageserver-node (vscode-languageserver-types)
3.17.5 -> 3.18.0
release/server/10.1.0Compare Source
Released by lszomoru on 7/1/2026
release/protocol/3.18.2Compare Source
Released by lszomoru on 6/30/2026
release/jsonrpc/9.0.1Compare Source
Changes:
#1814: Reuse diagnostic collections and introduce a provider#1812: Prevent unnecessary diagnostic collection creation#1810: Fix diagnostics issue after saving unsaved-but-named buffer#1797: Diagnostics requested after saving unsaved-but-named buffer#1804: fix(jsonrpc): cap Darwin pipe paths for OpenJDK#1809: Update metaModel version to 3.18.0#1808: Move meta model to version 3.18#1807: Clarify diagnostic collection naming#1806: Bump js-yaml from 4.1.1 to 4.2.0#1805: Merge 3.18.1 release into mainSee More
#1803: Dbaeumer/verbal prawn chocolate#1799: Diagnostic pull request cancellation is still handled incorrectly#1800:#1799: Diagnostic pull request cancellation is still handled incorrectlyThis list of changes was auto generated.
Released by lszomoru on 6/30/2026
11ty/eleventy (@11ty/eleventy)
3.1.5 -> 3.1.6
v4.0.0-alpha.9Compare Source
# To install, choose one of these: npm install @11ty/eleventy@canary --save-exact npm install @awesome.me/buildawesome@alpha --save-exactFull v4 Milestone: https://github.com/11ty/buildawesome/milestone/46?closed=1
Full Changelog: 11ty/buildawesome@v4.0.0-alpha.8...v4.0.0-alpha.9
{% set %}or{% for %}. You can now use macros with async child content. Fixes#4305#3788(and so many other issues!)11ty/nunjucksv4.0.0-alpha.2: https://github.com/11ty/nunjucks/releases/tag/v4.0.0-alpha.211ty/nunjucksv4.0.0-alpha.3: https://github.com/11ty/nunjucks/releases/tag/v4.0.0-alpha.3[View full release notes]
Released by zachleat on 7/1/2026
v4.0.0-alpha.10Compare Source
# To install, choose one of these: npm install @11ty/eleventy@canary --save-exact npm install @awesome.me/buildawesome@alpha --save-exactFull v4 Milestone: https://github.com/11ty/buildawesome/milestone/46?closed=1
v4.0.0-alpha.10 Changelog: 11ty/buildawesome@v4.0.0-alpha.9...v4.0.0-alpha.10
#4310Hotfix for regression in layout cache invalidation (regressed in f60a2a845536210cd01718a6e6c469a53b69910f via#4294)Released by zachleat on 7/1/2026
v4.0.0-alpha.8Compare Source
# To install, choose one of these: npm install @11ty/eleventy@canary --save-exact npm install @awesome.me/buildawesome@alpha --save-exactFull v4 Milestone: https://github.com/11ty/buildawesome/milestone/46?closed=1
Full Changelog: 11ty/buildawesome@v4.0.0-alpha.7...v4.0.0-alpha.8
22.15+(previously#388620.19+in v4.0.0-alpha.1)#4271page.inputPathDirandpage.dir(introduced in v4.0.0-alpha.5) follow along at#3794#4274Adds support for multiple eligible incremental files in a single build#4275@awesome.me/buildawesomepublish and the Build Awesome rename stuff (no breaking changes), more at#4294.data.jspaired with.11tydata.js) and JavaScript Templates (e.g. `.ser...[View full release notes]
Released by zachleat on 6/18/2026
ionic-team/capacitor-plugins (@capacitor/app)
8.1.0 -> 8.1.1
@capacitor/status-bar@8.0.3Compare Source
8.0.3 (2026-07-15)
Note: Version bump only for package capacitor/status-bar
Released by jcesarmobile on 7/15/2026
@capacitor/splash-screen@8.0.2Compare Source
8.0.2 (2026-07-15)
Note: Version bump only for package capacitor/splash-screen
Released by jcesarmobile on 7/15/2026
@capacitor/push-notifications@8.1.2Compare Source
8.1.2 (2026-07-15)
Note: Version bump only for package capacitor/push-notifications
Released by jcesarmobile on 7/15/2026
ionic-team/capacitor-keyboard (@capacitor/keyboard)
8.0.2 -> 8.0.5
Compare Source
The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
ionic-team/capacitor-plugins (@capacitor/splash-screen)
8.0.1 -> 8.0.2
@capacitor/status-bar@8.0.3Compare Source
8.0.3 (2026-07-15)
Note: Version bump only for package capacitor/status-bar
Released by jcesarmobile on 7/15/2026
@capacitor/splash-screen@8.0.2Compare Source
8.0.2 (2026-07-15)
Note: Version bump only for package capacitor/splash-screen
Released by jcesarmobile on 7/15/2026
@capacitor/push-notifications@8.1.2Compare Source
8.1.2 (2026-07-15)
Note: Version bump only for package capacitor/push-notifications
Released by jcesarmobile on 7/15/2026
ionic-team/capacitor-plugins (@capacitor/status-bar)
8.0.2 -> 8.0.3
Compare Source
The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
cwcss/crosswind (@cwcss/crosswind)
0.2.6 -> 0.2.10
v0.2.10Compare Source
Compare changes
🚀 Features
🐛 Bug Fixes
[View full release notes]
Released by github-actions[bot] on 7/15/2026
v0.2.9Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
Released by github-actions[bot] on 7/12/2026
v0.2.8Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
Released by github-actions[bot] on 7/12/2026
iconify/icon-sets (@iconify/json)
2.2.484 -> 2.2.504
Compare Source
Hundreds of open source icon sets in IconifyJSON format
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/clapp (@stacksjs/clapp)
0.2.10 -> 0.2.12
v0.2.12Compare Source
Released by github-actions[bot] on 7/21/2026
v0.2.11Compare Source
Released by github-actions[bot] on 7/21/2026
Note: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.
This PR was generated by Buddy 🤖