Skip to content

Conversation

@chrisbbreuer
Copy link
Member

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 15
🔧 System Dependencies 3
🚀 GitHub Actions 4
Total 22

📦 npm Dependencies

npm

15 packages will be updated

Package Change Age Adoption Passing Confidence
@types/vscode (source) 1.80.0 -> 1.106.1 age adoption passing confidence
@vscode/vsce (source) 3.6.0 -> 3.7.1-1 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.9 -> 0.21.17 age adoption passing confidence
dompurify (source) 3.2.7 -> 3.3.0 age adoption passing confidence
isomorphic-dompurify (source) 2.30.1 -> 2.32.0 age adoption passing confidence
jsdom (source) 27.0.1 -> 27.2.0 age adoption passing confidence
prettier (source) 3.4.2 -> 3.6.2 age adoption passing confidence
tinybench (source) 5.0.1 -> 5.1.0 age adoption passing confidence
ts-syntax-highlighter (source) 0.1.0 -> 0.2.1 age adoption passing confidence
typescript (source) 5.8.3 -> 5.9.3 age adoption passing confidence
vscode-html-languageservice (source) 5.5.1 -> 5.6.0 age adoption passing confidence
@types/bun (source) 1.3.1 -> 1.3.2 age adoption passing confidence
bunfig (source) 0.15.0 -> 0.15.6 age adoption passing confidence
happy-dom (source) 20.0.8 -> 20.0.10 age adoption passing confidence
js-yaml (source) 4.1.0 -> 4.1.1 age adoption passing confidence

🔧 System Dependencies

system

3 packages will be updated across 2 file(s): deps.yaml, deps.yaml

Package Change Type File
bun.com ^1.2.10^1.3.1 🟡 minor deps.yaml
node ^23.9.0^23.11.1 🟡 minor deps.yaml
bun.com ^1.3.0^1.3.1 🟢 patch deps.yaml

🚀 GitHub Actions

github-actions

4 actions will be updated

Action Change Type Files
actions/cache v4v4.3.0 🟢 patch ci.yml
shivammathur/setup-php v2v2.35.5 🟢 patch buddy-bot.yml
actions/checkout v5v5.0.1 🟢 patch ci.yml
oven-sh/setup-bun v2v2.0.2 🟢 patch ci.yml

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/vscode)

1.80.0 -> 1.106.1

Compare Source

TypeScript definitions for vscode

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

Microsoft/vsce (@vscode/vsce)

3.6.0 -> 3.7.1-1

v3.7.1-1

Compare Source

Changes:

This list of changes was auto generated.

Released by joaomoreno on 11/18/2025

v3.7.1-0

Compare Source

Changes:

This list of changes was auto generated.

Released by joaomoreno on 11/18/2025

v3.7.0

Compare Source

Changes:

This list of changes was auto generated.

Released by joaomoreno on 11/7/2025

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

cure53/DOMPurify (dompurify)

3.2.7 -> 3.3.0

3.3.0

Compare Source

  • Added the SVG mask-type attribute to default allow-list, thanks prasadrajandran
  • Added support for ADD_ATTR and ADD_TAGS to accept functions, thanks nelstrom
  • Fixed an issue with the slot element being in both SVG and HTML allow-list, thanks Wim-Valgaeren

Released by cure53 on 10/13/2025

kkomelin/isomorphic-dompurify (isomorphic-dompurify)

2.30.1 -> 2.32.0

2.32.0

Compare Source

Changelog

  • Updated jsdom.
  • Updated dev dependencies.

See the complete changelog for more details.

Release

2.32.0

Released by kkomelin on 11/13/2025

2.31.0

Compare Source

Changelog

  • Updated jsdom.
  • Updated dev dependencies.

See the complete changelog for more details.

Release

2.31.0

Released by kkomelin on 11/2/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

jsdom/jsdom (jsdom)

27.0.1 -> 27.2.0

27.2.0

Compare Source

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)

Released by domenic on 11/12/2025

27.1.0

Compare Source

  • Improved CSS parsing by switching to @acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixed package.json "engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.

Released by domenic on 10/31/2025

prettier/prettier (prettier)

3.4.2 -> 3.6.2

3.6.2

Compare Source

What's Changed

🔗 Changelog

Released by fisker on 6/27/2025

3.6.1

Compare Source

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

Released by fisker on 6/25/2025

3.6.0

Compare Source

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Released by fisker on 6/23/2025

tinylibs/tinybench (tinybench)

5.0.1 -> 5.1.0

v5.1.0

Compare Source

   🚀 Features

    View changes on GitHub

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

stacksjs/ts-syntax-highlighter (ts-syntax-highlighter)

0.1.0 -> 0.2.1

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.0

Compare Source

   🚀 Features

    View changes on GitHub

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

microsoft/TypeScript (typescript)

5.8.3 -> 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

Microsoft/vscode-html-languageservice (vscode-html-languageservice)

5.5.1 -> 5.6.0

v5.6.0

Compare Source

Changes:

This list of changes was auto generated.

Released by joaomoreno on 10/17/2025

v5.5.2

Compare Source

Changes:

This list of changes was auto generated.

Released by joaomoreno on 9/29/2025

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.1 -> 1.3.2

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/bunfig (bunfig)

0.15.0 -> 0.15.6

Compare Source

A smart & fully-typed configuration loader for Bun.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

capricorn86/happy-dom (happy-dom)

20.0.8 -> 20.0.10

Compare Source

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

nodeca/js-yaml (js-yaml)

4.1.0 -> 4.1.1

Compare Source

YAML 1.2 parser and serializer

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

bun.com

^1.2.10 → ^1.3.1

📁 File: deps.yaml

🔗 Release Notes: bun.sh

node

^23.9.0 → ^23.11.1

📁 File: deps.yaml

🔗 Package Info: pkgx.com

bun.com

^1.3.0 → ^1.3.1

📁 File: deps.yaml

🔗 Release Notes: bun.sh

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.1

Visit actions/checkout for release notes.

oven-sh/setup-bun

v2 → v2.0.2

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


📊 Package Statistics

  • @types/vscode: 1,189,183 weekly downloads
  • @vscode/vsce: 742,425 weekly downloads
  • bun-plugin-dtsx: 150,791 weekly downloads
  • dompurify: 15,229,639 weekly downloads
  • isomorphic-dompurify: 1,580,485 weekly downloads
  • jsdom: 38,325,240 weekly downloads
  • prettier: 60,738,551 weekly downloads
  • tinybench: 15,848,813 weekly downloads
  • ts-syntax-highlighter: 9,117 weekly downloads
  • typescript: 104,366,041 weekly downloads
  • vscode-html-languageservice: 869,861 weekly downloads
  • @types/bun: 3,047,307 weekly downloads
  • bunfig: 269,610 weekly downloads
  • happy-dom: 3,257,494 weekly downloads
  • js-yaml: 146,945,899 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • node: Available via pkgx package manager
  • bun.com: Popular JavaScript runtime and package manager
  • actions/cache: GitHub Action for workflow automation
  • shivammathur/setup-php: GitHub Action for workflow automation
  • actions/checkout: GitHub Action for workflow automation
  • oven-sh/setup-bun: 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 Nov 20, 2025

Deploy Preview for stacks-stx ready!

Name Link
🔨 Latest commit c636ed7
🔍 Latest deploy log https://app.netlify.com/projects/stacks-stx/deploys/691ecfb4210b04000804d152
😎 Deploy Preview https://deploy-preview-1392--stacks-stx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chrisbbreuer
Copy link
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:

  • `## 📦 npm Dependencies

npm

15 packages will be updated`

  • [@types/vscode](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40types%2Fvscode/1.80.0/1.106.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40vscode%2Fvsce/3.7.1-1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [0.9.9->0.21.17](https://renovatebot.com/diffs/npm/bun-plugin-dtsx/0.9.9/0.21.17)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dompurify/3.2.7/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/isomorphic-dompurify/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [jsdom](https://github.com/jsdom/jsdom/tree/master) ([source](https://github.com/jsdom/jsdom/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/27.0.1/27.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [5.0.1->5.1.0](https://renovatebot.com/diffs/npm/tinybench/5.0.1/5.1.0)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-syntax-highlighter/0.1.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [vscode-html-languageservice](https://github.com/Microsoft/vscode-html-languageservice/tree/master) ([source](https://github.com/Microsoft/vscode-html-languageservice/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vscode-html-languageservice/5.5.1/5.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40types%2Fbun/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [0.15.0->0.15.6](https://renovatebot.com/diffs/npm/bunfig/0.15.0/0.15.6)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/20.0.8/20.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/js-yaml/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [bun.com](https://bun.sh)
  • [node](https://pkgx.com/pkg/node)
  • [actions/cache](https://github.com/actions/cache)
  • [shivammathur/setup-php](https://github.com/shivammathur/setup-php)
  • [actions/checkout](https://github.com/actions/checkout)
  • [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@github-actions github-actions bot deleted the buddy-bot/update-non-major-updates-1763626912486 branch November 20, 2025 08:23
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.

2 participants