Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Jan 13, 2026

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 14
🚀 GitHub Actions 3
Total 17

📦 npm Dependencies

npm

14 packages will be updated

Package Change Age Adoption Passing Confidence
@types/vscode (source) 1.106.1 -> 1.108.1 age adoption passing confidence
@types/ws (source) 8.5.10 -> 8.18.1 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.9 -> 0.21.17 age adoption passing confidence
happy-dom (source) 20.0.11 -> 20.1.0 age adoption passing confidence
isomorphic-dompurify (source) 2.34.0 -> 2.35.0 age adoption passing confidence
jsdom (source) 27.3.0 -> 27.4.0 age adoption passing confidence
typescript (source) 5.0.0 -> 5.9.3 age adoption passing confidence
ws (source) 8.18.3 -> 8.19.0 age adoption passing confidence
@capacitor/android (source) 8.0.0 -> 8.0.1 age adoption passing confidence
@capacitor/cli (source) 8.0.0 -> 8.0.1 age adoption passing confidence
@capacitor/core (source) 8.0.0 -> 8.0.1 age adoption passing confidence
@capacitor/ios (source) 8.0.0 -> 8.0.1 age adoption passing confidence
@types/bun (source) 1.3.4 -> 1.3.6 age adoption passing confidence
bun (source) 1.3.5 -> 1.3.6 age adoption passing confidence

🚀 GitHub Actions

github-actions

3 actions will be updated

Action Change Type Files
oven-sh/setup-bun v2.0.2v2.1.0 🟡 minor ci.yml
oven-sh/setup-bun v2v2.1.0 🟢 patch buddy-bot.yml
actions/checkout v6v6.0.1 🟢 patch buddy-bot.yml

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/vscode)

1.106.1 -> 1.108.1

Compare Source

TypeScript definitions for vscode

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/ws)

8.5.10 -> 8.18.1

Compare Source

TypeScript definitions for ws

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/dtsx (bun-plugin-dtsx)

0.9.9 -> 0.21.17

Compare Source

A Bun Bundler plugin that auto generates your DTS types extremely fast.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

capricorn86/happy-dom (happy-dom)

20.0.11 -> 20.1.0

v20.1.0

Compare Source

🎨 Features

  • Adds support for BrowserPage.evaluateModule() and BrowserFrame.evaluateModule() - By capricorn86 in task #1944
  • Adds support for module to the browser settings - By capricorn86 in task #1944
    • This makes it possible to add a custom resolver or a node module resolver
  • Adds support for dynamic import() to JavaScript evaluation - By capricorn86 in task #1944
    • It was previously only supported when using type="module" on script elements
  • Adds support for WebSocket - By capricorn86 in task #1944
  • Adds support for CloseEvent - By capricorn86 in task #1944
  • Adds support for render.setupScript and render.mode to the configuration in [[happy-dom](https://gith...

[View full release notes]

Released by github-actions[bot] on 1/7/2026

v20.0.9

Compare Source

👷‍♂️ Patch fixes

  • Elements should only be upgraded to a custom element (web component) when the element is in the document - By capricorn86 in task #1945
    • This will also improve the memory footprint as the listeners prevented nodes from being garbage collected until the document was closed

Released by github-actions[bot] on 10/28/2025

v20.0.8

Compare Source

👷‍♂️ Patch fixes

  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By capricorn86 in task #1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By capricorn86 in task #1939

Released by github-actions[bot] on 10/21/2025

kkomelin/isomorphic-dompurify (isomorphic-dompurify)

2.34.0 -> 2.35.0

2.35.0

Compare Source

Changelog

  • Updated jsdom.
  • Updated dev dependencies.

See the complete changelog for more details.

Release

2.35.0

Released by kkomelin on 12/27/2025

v2.9.0

Compare Source

Changelog

  • Updated dompurify and other dependencies.
  • Switched from npm to pnpm.

See the complete changelog for more details.

Release

2.9.0

Released by kkomelin on 4/30/2024

v2.8.0

Compare Source

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.8.0

Released by kkomelin on 4/28/2024

jsdom/jsdom (jsdom)

27.3.0 -> 27.4.0

27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

Released by domenic on 12/26/2025

microsoft/TypeScript (typescript)

5.0.0 -> 5.9.3

v5.9.3

Compare 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.2

Compare 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-rc

Compare 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

websockets/ws (ws)

8.18.3 -> 8.19.0

8.19.0

Compare Source

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).

Released by lpinca on 1/5/2026

8.9.0

Compare Source

Features

  • Added the ability to connect to Windows named pipes (#2079).

Released by lpinca on 9/22/2022

8.8.1

Compare Source

Bug fixes

  • The Authorization and Cookie headers are no longer sent if the original
    request for the opening handshake is sent to an IPC server and the client is
    redirected to another IPC server (bc8bd34e).

Released by lpinca on 7/15/2022

ionic-team/capacitor (@capacitor/android)

8.0.0 -> 8.0.1

8.0.1

Compare Source

8.0.1 (2026-01-13)

Bug Fixes

  • android: Remove calculated bottom inset if keyboard is visible (#8280) (196b642)
  • cli: Support wireless iOS devices in cap run (#8301) (dcb368c)
  • cli: use latest native-run (#8296) (121d830)

Released by jcesarmobile on 1/13/2026

8.0.0-beta.0

Compare Source

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode ([#7754...

[View full release notes]

Released by jcesarmobile on 11/14/2025

8.0.0-alpha.3

Compare Source

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) ([1de1f15](ionic-team/capacitor@1...

[View full release notes]

Released by jcesarmobile on 10/22/2025

ionic-team/capacitor (@capacitor/cli)

8.0.0 -> 8.0.1

8.0.1

Compare Source

8.0.1 (2026-01-13)

Bug Fixes

  • android: Remove calculated bottom inset if keyboard is visible (#8280) (196b642)
  • cli: Support wireless iOS devices in cap run (#8301) (dcb368c)
  • cli: use latest native-run (#8296) (121d830)

Released by jcesarmobile on 1/13/2026

8.0.0-beta.0

Compare Source

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode ([#7754...

[View full release notes]

Released by jcesarmobile on 11/14/2025

8.0.0-alpha.3

Compare Source

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) ([1de1f15](ionic-team/capacitor@1...

[View full release notes]

Released by jcesarmobile on 10/22/2025

ionic-team/capacitor (@capacitor/core)

8.0.0 -> 8.0.1

8.0.1

Compare Source

8.0.1 (2026-01-13)

Bug Fixes

  • android: Remove calculated bottom inset if keyboard is visible (#8280) (196b642)
  • cli: Support wireless iOS devices in cap run (#8301) (dcb368c)
  • cli: use latest native-run (#8296) (121d830)

Released by jcesarmobile on 1/13/2026

8.0.0-beta.0

Compare Source

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode ([#7754...

[View full release notes]

Released by jcesarmobile on 11/14/2025

8.0.0-alpha.3

Compare Source

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) ([1de1f15](ionic-team/capacitor@1...

[View full release notes]

Released by jcesarmobile on 10/22/2025

ionic-team/capacitor (@capacitor/ios)

8.0.0 -> 8.0.1

8.0.1

Compare Source

8.0.1 (2026-01-13)

Bug Fixes

  • android: Remove calculated bottom inset if keyboard is visible (#8280) (196b642)
  • cli: Support wireless iOS devices in cap run (#8301) (dcb368c)
  • cli: use latest native-run (#8296) (121d830)

Released by jcesarmobile on 1/13/2026

8.0.0-beta.0

Compare Source

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode ([#7754...

[View full release notes]

Released by jcesarmobile on 11/14/2025

8.0.0-alpha.3

Compare Source

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) ([1de1f15](ionic-team/capacitor@1...

[View full release notes]

Released by jcesarmobile on 10/22/2025

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.4 -> 1.3.6

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

oven-sh/bun (bun)

1.3.5 -> 1.3.6

bun-v1.3.6

Compare Source

To install Bun v1.3.6

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.6:

bun upgrade

Read Bun v1.3.6's release notes on Bun's blog

Thanks to 23 contributors!

[View full release notes]

Released by Jarred-Sumner on 1/13/2026

bun-v1.3.5

Compare Source

To install Bun v1.3.5

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.5:

bun upgrade

Read Bun v1.3.5's release notes on Bun's blog

Thanks to 10 contributors!

[View full release notes]

Released by Jarred-Sumner on 12/17/2025

bun-v1.3.4

Compare Source

To install Bun v1.3.4

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.4:

bun upgrade

Read Bun v1.3.4's release notes on Bun's blog

Thanks to 14 contributors!

[View full release notes]

Released by Jarred-Sumner on 12/7/2025

oven-sh/setup-bun

v2.0.2 → v2.1.0

Visit oven-sh/setup-bun for release notes.

oven-sh/setup-bun

v2 → v2.1.0

Visit oven-sh/setup-bun for release notes.

actions/checkout

v6 → v6.0.1

Visit actions/checkout for release notes.


📊 Package Statistics

  • @types/vscode: 1,410,440 weekly downloads
  • @types/ws: 32,310,359 weekly downloads
  • bun-plugin-dtsx: 48,199 weekly downloads
  • happy-dom: 3,716,135 weekly downloads
  • isomorphic-dompurify: 1,896,650 weekly downloads
  • jsdom: 37,269,972 weekly downloads
  • typescript: 101,995,975 weekly downloads
  • ws: 124,753,216 weekly downloads
  • @capacitor/android: 835,550 weekly downloads
  • @capacitor/cli: 1,042,580 weekly downloads
  • @capacitor/core: 1,087,707 weekly downloads
  • @capacitor/ios: 766,005 weekly downloads
  • @types/bun: 4,106,804 weekly downloads
  • bun: 752,752 weekly downloads
  • oven-sh/setup-bun: GitHub Action for workflow automation
  • oven-sh/setup-bun: GitHub Action for workflow automation
  • actions/checkout: GitHub Action for workflow automation

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Buddy 🤖

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for stacks-stx failed. Why did it fail? →

Name Link
🔨 Latest commit 1972420
🔍 Latest deploy log https://app.netlify.com/projects/stacks-stx/deploys/6966aee0542b4e000888b90a

@github-actions github-actions bot deleted the buddy-bot/update-non-major-updates-1768314304025 branch January 14, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants