Skip to content

chore(deps): update all non-major dependencies#2047

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Open

chore(deps): update all non-major dependencies#2047
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 24
Total 24

📦 npm Dependencies

npm

24 packages will be updated

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.58.2 -> 1.60.0 age adoption passing confidence
@types/node (source) 25.2.3 -> 25.9.1 age adoption passing confidence
@types/vscode (source) 1.109.0 -> 1.120.0 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.9 -> 0.21.17 age adoption passing confidence
happy-dom (source) 20.9.0 -> 20.10.1 age adoption passing confidence
ora (source) 9.3.0 -> 9.4.0 age adoption passing confidence
vite-plugin-node-polyfills (source) 0.25.0 -> 0.28.0 age adoption passing confidence
@inquirer/prompts (source) 8.5.0 -> 8.5.2 age adoption passing confidence
@stacksjs/clapp (source) 0.2.0 -> 0.2.10 age adoption passing confidence
@storybook/react (source) 10.4.1 -> 10.4.2 age adoption passing confidence
@storybook/react-vite (source) 10.4.1 -> 10.4.2 age adoption passing confidence
@types/bun (source) 1.3.9 -> 1.3.14 age adoption passing confidence
@types/react (source) 19.2.15 -> 19.2.16 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.4 -> 6.0.7 age adoption passing confidence
@vue/test-utils (source) 2.4.6 -> 2.4.10 age adoption passing confidence
better-dx (source) 0.2.6 -> 0.2.15 age adoption passing confidence
bun (source) 1.3.9 -> 1.3.14 age adoption passing confidence
bunfig (source) 0.15.6 -> 0.15.13 age adoption passing confidence
dev (source) 0.1.3 -> 0.1.5 age adoption passing confidence
react (source) 19.2.6 -> 19.2.7 age adoption passing confidence
react-dom (source) 19.2.6 -> 19.2.7 age adoption passing confidence
storybook (source) 10.4.1 -> 10.4.2 age adoption passing confidence
vue (source) 3.5.28 -> 3.5.35 age adoption passing confidence
vue-tsc (source) 3.3.2 -> 3.3.3 age adoption passing confidence

Release Notes

microsoft/playwright (@playwright/test)

1.58.2 -> 1.60.0

v1.60.0

Compare Source

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar. The returned Disposable makes it easy to scope a recording with await using:

await using har = await context.tracing.startHar('trace.har');
const page = await context.newPage();
await page.goto('https://playwright.dev');
// HAR is finalized when `har` goes out of scope.

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testi...

[View full release notes]

Released by yury-s on 5/11/2026

v1.59.1

Compare Source

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#39990)

Released by yury-s on 4/1/2026

v1.59.0

Compare Source

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts
Demo

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-righ...

*[View full release notes]*

*Released by [dgozman](https://github.com/dgozman) on 4/1/2026*

</details>

<details>
<summary>DefinitelyTyped/DefinitelyTyped (@types/node)</summary>

**25.2.3 -> 25.9.1**

[Compare Source](https://github.com/DefinitelyTyped/DefinitelyTyped/compare/v25.2.3...v25.9.1)

TypeScript definitions for node

📖 [View Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

🔗 [View Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

[Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

[Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

</details>

<details>
<summary>DefinitelyTyped/DefinitelyTyped (@types/vscode)</summary>

**1.109.0 -> 1.120.0**

[Compare Source](https://github.com/DefinitelyTyped/DefinitelyTyped/compare/v1.109.0...v1.120.0)

TypeScript definitions for vscode

📖 [View Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

🔗 [View Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

[Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

[Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

</details>

<details>
<summary>stacksjs/dtsx (bun-plugin-dtsx)</summary>

**0.9.9 -> 0.21.17**

### [`v0.9.26`](https://github.com/stacksjs/dtsx/releases/tag/v0.9.26)

[Compare Source](https://github.com/stacksjs/dtsx/compare/v0.9.9...v0.21.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/19/2026*

### [`v0.9.25`](https://github.com/stacksjs/dtsx/releases/tag/v0.9.25)

[Compare Source](https://github.com/stacksjs/dtsx/compare/v0.9.9...v0.21.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

### [`v0.9.24`](https://github.com/stacksjs/dtsx/releases/tag/v0.9.24)

[Compare Source](https://github.com/stacksjs/dtsx/compare/v0.9.9...v0.21.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

</details>

<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>

**20.9.0 -> 20.10.1**

### [`v20.10.0`](https://github.com/capricorn86/happy-dom/releases/tag/v20.10.0)

[Compare Source](https://github.com/capricorn86/happy-dom/compare/v20.9.0...v20.10.1)

### :art: Features

- Adds support for setting a canvas adapter for handling the canvas rendering using the browser setting [canvasAdapter](https://github.com/capricorn86/happy-dom/wiki/IOptionalBrowserSettings) - By **[RAprogramm](https://github.com/RAprogramm)** and **[capricorn86](https://github.com/capricorn86)** in task `#241`
- Adds new package [[happy-dom](https://github.com/happy-dom)/node-canvas-adapter](https://github.com/capricorn86/happy-dom/tree/master/packages/%40happy-dom/node-canvas-adapter) - By **[RAprogramm](https://github.com/RAprogramm)** and **[capricorn86](https://github.com/capricorn86)** in task `#241`
    - [[happy-dom](https://github.com/happy-dom)/node-canvas-adapter](https://github.com/capricorn86/happy-dom/tree/master/packages/%40happy-dom/node-canvas-adapter) is a pluggable canvas adapter for Happy DOM using [node-canvas](https://github.com/Automattic/node-canvas).
- Adds support for loading image files when enabling the browser setting [enableImageFileLo...

*[View full release notes]*

*Released by [capricorn86](https://github.com/capricorn86) on 6/3/2026*

</details>

<details>
<summary>sindresorhus/ora (ora)</summary>

**9.3.0 -> 9.4.0**

### [`v9.4.0`](https://github.com/sindresorhus/ora/releases/tag/v9.4.0)

[Compare Source](https://github.com/sindresorhus/ora/compare/v9.3.0...v9.4.0)

- Add `successSymbol` and `failSymbol` options to `oraPromise`  3d2e0a9

---

https://github.com/sindresorhus/ora/compare/v9.3.0...v9.4.0

*Released by [sindresorhus](https://github.com/sindresorhus) on 4/22/2026*

</details>

<details>
<summary>davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills)</summary>

**0.25.0 -> 0.28.0**

### [`v0.28.0`](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.28.0)

[Compare Source](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.25.0...v0.28.0)

- Normalize trailing slashes (fix for Vite 8)
- Run unit tests against Vite 8 & Vitest 4 in CI
- Update `@playwright/test`

*Released by [davidmyersdev](https://github.com/davidmyersdev) on 5/18/2026*

### [`v0.27.0`](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.27.0)

[Compare Source](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.25.0...v0.28.0)

- Use inject plugin instead of `esbuild.banner` (thanks to [sapphi-red](https://github.com/sapphi-red))

*Released by [davidmyersdev](https://github.com/davidmyersdev) on 5/15/2026*

### [`v0.26.0`](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.26.0)

[Compare Source](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.25.0...v0.28.0)

- Add support for Vite v8 (thanks to [sapphi-red](https://github.com/sapphi-red))

*Released by [davidmyersdev](https://github.com/davidmyersdev) on 3/29/2026*

</details>

<details>
<summary>SBoudrias/Inquirer.js (@inquirer/prompts)</summary>

**8.5.0 -> 8.5.2**

### [`inquirer@14.0.2`](https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4014.0.2)

[Compare Source](https://github.com/SBoudrias/Inquirer.js/compare/v8.5.0...v8.5.2)

- Fix security warnings in external-editor

*Released by [SBoudrias](https://github.com/SBoudrias) on 5/31/2026*

### [`@inquirer/prompts@8.5.2`](https://github.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%408.5.2)

[Compare Source](https://github.com/SBoudrias/Inquirer.js/compare/v8.5.0...v8.5.2)

- Fix security warnings in external-editor

*Released by [SBoudrias](https://github.com/SBoudrias) on 5/31/2026*

### [`inquirer@14.0.1`](https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4014.0.1)

[Compare Source](https://github.com/SBoudrias/Inquirer.js/compare/v8.5.0...v8.5.2)

- Rolled back `mute-stream` dependency from v4 to v3 to undo breaking compatible `engines`.
- Added tooling to prevent regression of the above in the future. This surfaced our min engines already enforced a higher limit, so adjusted the explicit limits to match the current state.

*Released by [SBoudrias](https://github.com/SBoudrias) on 5/29/2026*

</details>

<details>
<summary>stacksjs/clapp (@stacksjs/clapp)</summary>

**0.2.0 -> 0.2.10**

### [`v0.2.10`](https://github.com/stacksjs/clapp/releases/tag/v0.2.10)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.0...v0.2.10)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

### [`v0.2.9`](https://github.com/stacksjs/clapp/releases/tag/v0.2.9)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.0...v0.2.10)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/11/2026*

### [`v0.2.8`](https://github.com/stacksjs/clapp/releases/tag/v0.2.8)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.0...v0.2.10)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/6/2026*

</details>

<details>
<summary>storybookjs/storybook (@storybook/react)</summary>

**10.4.1 -> 10.4.2**

### [`v10.5.0-alpha.4`](https://github.com/storybookjs/storybook/releases/tag/v10.5.0-alpha.4)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.5.0-alpha.4

- Addon Vitest: Fix dynamic import failure with Vitest 3 - [`#34927`](`storybookjs/storybook#34927`), thanks [Sidnioulz](https://github.com/Sidnioulz)!
- Bug: Fix Windows command resolution for non-Node package managers - [`#33534`](`storybookjs/storybook#33534`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!
- CSF Next: Propagate skip tags to .test children - [`#34964`](`storybookjs/storybook#34964`), thanks [kwonoj](https://github.com/kwonoj)!
- Controls: Improve ArgsTable empty state guidance - [`#34857`](`storybookjs/storybook#34857`), thanks [Aniketiitk21](https://github.com/Aniketiitk21)!
- Core: Add missing export to globals - [`#34929`](`storybookjs/storybook#34929`), thanks [Sidnioulz](https://github.com/Sidnioulz)!
- Core: Clean stale runtime instance records - [`#35023`](`storybookjs/storybook#35023`), thanks [kasperpeulen](https://github.com/kasperpeulen)!
- Core: Extract StoryDependencyGraphService from ChangeDetectionService - [`#350...

*[View full release notes]*

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 6/2/2026*

### [`v10.4.2`](https://github.com/storybookjs/storybook/releases/tag/v10.4.2)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.4.2

- Bug: Fix Windows command resolution for non-Node package managers - [`#33534`](`storybookjs/storybook#33534`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!
- Build: Upgrade type-fest to latest version 5.6.0 - [`#34791`](`storybookjs/storybook#34791`), thanks [tobiasdiez](https://github.com/tobiasdiez)!
- CSF: Fix parsing of string literal export names - [`#34901`](`storybookjs/storybook#34901`), thanks [shilman](https://github.com/shilman)!
- Publish: Add npm provenance attestations - [`#34936`](`storybookjs/storybook#34936`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 6/2/2026*

### [`v10.5.0-alpha.3`](https://github.com/storybookjs/storybook/releases/tag/v10.5.0-alpha.3)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.5.0-alpha.3

- A11y-Addon: Preserve disabled a11y rules with runOnly - [`#34649`](`storybookjs/storybook#34649`), thanks [cyphercodes](https://github.com/cyphercodes)!
- Add an optional TypeScript peer to react-vite - [`#34627`](`storybookjs/storybook#34627`), thanks [wojtekmaj](https://github.com/wojtekmaj)!
- Addon-Docs: Resolve CSF4 module exports without a default export - [`#34834`](`storybookjs/storybook#34834`), thanks [TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)!
- Addon-Docs: Resolve providerImportSource to a path instead of a file:// URL - [`#34841`](`storybookjs/storybook#34841`), thanks [TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)!
- Build: Upgrade type-fest to latest version 5.6.0 - [`#34791`](`storybookjs/storybook#34791`), thanks [tobiasdiez](https://github.com/tobiasdiez)!
- CLI: Respect BROWSER and BROWSER_ARGS - [`#34513`](`storybookjs/storybook#34513`), thanks [ianzone](https://github.com/ianzone)!
- CSF-Next: Add tags type support for  - ...

*[View full release notes]*

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/27/2026*

</details>

<details>
<summary>storybookjs/storybook (@storybook/react-vite)</summary>

**10.4.1 -> 10.4.2**

### [`v10.5.0-alpha.4`](https://github.com/storybookjs/storybook/releases/tag/v10.5.0-alpha.4)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.5.0-alpha.4

- Addon Vitest: Fix dynamic import failure with Vitest 3 - [`#34927`](`storybookjs/storybook#34927`), thanks [Sidnioulz](https://github.com/Sidnioulz)!
- Bug: Fix Windows command resolution for non-Node package managers - [`#33534`](`storybookjs/storybook#33534`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!
- CSF Next: Propagate skip tags to .test children - [`#34964`](`storybookjs/storybook#34964`), thanks [kwonoj](https://github.com/kwonoj)!
- Controls: Improve ArgsTable empty state guidance - [`#34857`](`storybookjs/storybook#34857`), thanks [Aniketiitk21](https://github.com/Aniketiitk21)!
- Core: Add missing export to globals - [`#34929`](`storybookjs/storybook#34929`), thanks [Sidnioulz](https://github.com/Sidnioulz)!
- Core: Clean stale runtime instance records - [`#35023`](`storybookjs/storybook#35023`), thanks [kasperpeulen](https://github.com/kasperpeulen)!
- Core: Extract StoryDependencyGraphService from ChangeDetectionService - [`#350...

*[View full release notes]*

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 6/2/2026*

### [`v10.4.2`](https://github.com/storybookjs/storybook/releases/tag/v10.4.2)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.4.2

- Bug: Fix Windows command resolution for non-Node package managers - [`#33534`](`storybookjs/storybook#33534`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!
- Build: Upgrade type-fest to latest version 5.6.0 - [`#34791`](`storybookjs/storybook#34791`), thanks [tobiasdiez](https://github.com/tobiasdiez)!
- CSF: Fix parsing of string literal export names - [`#34901`](`storybookjs/storybook#34901`), thanks [shilman](https://github.com/shilman)!
- Publish: Add npm provenance attestations - [`#34936`](`storybookjs/storybook#34936`), thanks [copilot-swe-agent](https://github.com/copilot-swe-agent)!

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 6/2/2026*

### [`v10.5.0-alpha.3`](https://github.com/storybookjs/storybook/releases/tag/v10.5.0-alpha.3)

[Compare Source](https://github.com/storybookjs/storybook/compare/v10.4.1...v10.4.2)

## 10.5.0-alpha.3

- A11y-Addon: Preserve disabled a11y rules with runOnly - [`#34649`](`storybookjs/storybook#34649`), thanks [cyphercodes](https://github.com/cyphercodes)!
- Add an optional TypeScript peer to react-vite - [`#34627`](`storybookjs/storybook#34627`), thanks [wojtekmaj](https://github.com/wojtekmaj)!
- Addon-Docs: Resolve CSF4 module exports without a default export - [`#34834`](`storybookjs/storybook#34834`), thanks [TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)!
- Addon-Docs: Resolve providerImportSource to a path instead of a file:// URL - [`#34841`](`storybookjs/storybook#34841`), thanks [TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)!
- Build: Upgrade type-fest to latest version 5.6.0 - [`#34791`](`storybookjs/storybook#34791`), thanks [tobiasdiez](https://github.com/tobiasdiez)!
- CLI: Respect BROWSER and BROWSER_ARGS - [`#34513`](`storybookjs/storybook#34513`), thanks [ianzone](https://github.com/ianzone)!
- CSF-Next: Add tags type support for  - ...

*[View full release notes]*

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/27/2026*

</details>

<details>
<summary>DefinitelyTyped/DefinitelyTyped (@types/bun)</summary>

**1.3.9 -> 1.3.14**

[Compare Source](https://github.com/DefinitelyTyped/DefinitelyTyped/compare/v1.3.9...v1.3.14)

TypeScript definitions for bun

📖 [View Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

🔗 [View Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

[Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

[Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

</details>

<details>
<summary>DefinitelyTyped/DefinitelyTyped (@types/react)</summary>

**19.2.15 -> 19.2.16**

[Compare Source](https://github.com/DefinitelyTyped/DefinitelyTyped/compare/v19.2.15...v19.2.16)

TypeScript definitions for react

📖 [View Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

🔗 [View Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

[Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

[Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

</details>

<details>
<summary>vitejs/vite-plugin-vue (@vitejs/plugin-vue)</summary>

**6.0.4 -> 6.0.7**

### [`plugin-vue@6.0.7`](https://github.com/vitejs/vite-plugin-vue/releases/tag/plugin-vue%406.0.7)

[Compare Source](https://github.com/vitejs/vite-plugin-vue/compare/v6.0.4...v6.0.7)

Please refer to [CHANGELOG.md](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@6.0.7/packages/plugin-vue/CHANGELOG.md) for details.

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/15/2026*

### [`plugin-vue@6.0.6`](https://github.com/vitejs/vite-plugin-vue/releases/tag/plugin-vue%406.0.6)

[Compare Source](https://github.com/vitejs/vite-plugin-vue/compare/v6.0.4...v6.0.7)

Please refer to [CHANGELOG.md](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@6.0.6/packages/plugin-vue/CHANGELOG.md) for details.

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 4/13/2026*

### [`plugin-vue@6.0.5`](https://github.com/vitejs/vite-plugin-vue/releases/tag/plugin-vue%406.0.5)

[Compare Source](https://github.com/vitejs/vite-plugin-vue/compare/v6.0.4...v6.0.7)

Please refer to [CHANGELOG.md](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@6.0.5/packages/plugin-vue/CHANGELOG.md) for details.

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 3/12/2026*

</details>

<details>
<summary>vuejs/test-utils (@vue/test-utils)</summary>

**2.4.6 -> 2.4.10**

### [`v2.4.10`](https://github.com/vuejs/test-utils/releases/tag/v2.4.10)

[Compare Source](https://github.com/vuejs/test-utils/compare/v2.4.6...v2.4.10)

[compare changes](https://github.com/vuejs/test-utils/compare/v2.4.9...v2.4.10)

### 🩹 Fixes

- Restore text()/html() for single-root components ([`#2835`](`vuejs/test-utils#2835`))

### ❤️ Contributors

- Cédric Exbrayat ([cexbrayat](https://github.com/cexbrayat))
- Lorenz van Herwaarden ([lorenzvanherwaarden](https://github.com/lorenzvanherwaarden))

*Released by [cexbrayat](https://github.com/cexbrayat) on 5/12/2026*

### [`v2.4.9`](https://github.com/vuejs/test-utils/releases/tag/v2.4.9)

[Compare Source](https://github.com/vuejs/test-utils/compare/v2.4.6...v2.4.10)

[compare changes](https://github.com/vuejs/test-utils/compare/v2.4.8...v2.4.9)

### 🩹 Fixes

- Tolerate duplicate attachTo cleanup ([`#2830`](`vuejs/test-utils#2830`))

### 📖 Documentation

- Document release process ([`#2834`](`vuejs/test-utils#2834`))

### 🏡 Chore

- Migrate renovate config ([5d37934](https://github.com/vuejs/test-utils/commit/5d37934))

### 🤖 CI

- Pin github actions to commit hashes ([75dcef3](https://github.com/vuejs/test-utils/commit/75dcef3))

### ❤️ Contributors

- Cédric Exbrayat ([cexbrayat](https://github.com/cexbrayat))
- Daniel Roe ([danielroe](https://github.com/danielroe))

*Released by [danielroe](https://github.com/danielroe) on 4/27/2026*

### [`v2.4.8`](https://github.com/vuejs/test-utils/releases/tag/v2.4.8)

[Compare Source](https://github.com/vuejs/test-utils/compare/v2.4.6...v2.4.10)

[compare changes](https://github.com/vuejs/test-utils/compare/v2.4.7...v2.4.8)

### 🩹 Fixes

- Correct declaration entrypoint ([`#2826`](`vuejs/test-utils#2826`))

### 🤖 CI

- Enable pkg.pr.new ([`#2827`](`vuejs/test-utils#2827`))

### ❤️ Contributors
- Cédric Exbrayat ([cexbrayat](https://github.com/cexbrayat))
- Daniel Roe ([danielroe](https://github.com/danielroe))

*Released by [danielroe](https://github.com/danielroe) on 4/24/2026*

</details>

<details>
<summary>stacksjs/better-dx (better-dx)</summary>

**0.2.6 -> 0.2.15**

### [`v0.2.15`](https://github.com/stacksjs/better-dx/releases/tag/v0.2.15)

[Compare Source](https://github.com/stacksjs/better-dx/compare/v0.2.6...v0.2.15)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

### [`v0.2.14`](https://github.com/stacksjs/better-dx/releases/tag/v0.2.14)

[Compare Source](https://github.com/stacksjs/better-dx/compare/v0.2.6...v0.2.15)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

### [`v0.2.13`](https://github.com/stacksjs/better-dx/releases/tag/v0.2.13)

[Compare Source](https://github.com/stacksjs/better-dx/compare/v0.2.6...v0.2.15)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 5/14/2026*

</details>

<details>
<summary>oven-sh/bun (bun)</summary>

**1.3.9 -> 1.3.14**

### [`bun-v1.3.14`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14)

[Compare Source](https://github.com/oven-sh/bun/compare/v1.3.9...v1.3.14)

To install Bun v1.3.14
```bash
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.14:

bun upgrade

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

Thanks to 11 contributors!

[View full release notes]

Released by Jarred-Sumner on 5/13/2026

bun-v1.3.13

Compare Source

To install Bun v1.3.13

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.13:

bun upgrade

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

Thanks to 8 contributors!

Released by Jarred-Sumner on 4/20/2026

bun-v1.3.12

Compare Source

To install Bun v1.3.12

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.12:

bun upgrade

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

Thanks to 8 contributors!

Released by dylan-conway on 4/10/2026

stacksjs/bunfig (bunfig)

0.15.6 -> 0.15.13

v0.15.13

Compare Source

Released by github-actions[bot] on 5/8/2026

v0.15.12

Compare Source

Released by github-actions[bot] on 5/8/2026

v0.15.11

Compare Source

Released by github-actions[bot] on 5/2/2026

iliakan/node-dev (dev)

0.1.3 -> 0.1.5

Compare Source

Reruns the given file whenever the current working dir subtree has modifications. Note: this module will be rewritten and change functionality.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

facebook/react (react)

19.2.6 -> 19.2.7

v19.2.7

Compare Source

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.2.6
    (#36566 by unstubbable)

Released by eps1lon on 6/1/2026

eslint-plugin-react-hooks@7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

Released by mofeiZ on 4/17/2026

eslint-plugin-react-hooks@7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

[View full release notes]

Released by mofeiZ on 4/17/2026

facebook/react (react-dom)

19.2.6 -> 19.2.7

v19.2.7

Compare Source

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.2.6
    (#36566 by unstubbable)

Released by eps1lon on 6/1/2026

eslint-plugin-react-hooks@7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

Released by mofeiZ on 4/17/2026

eslint-plugin-react-hooks@7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

[View full release notes]

Released by mofeiZ on 4/17/2026

storybookjs/storybook (storybook)

10.4.1 -> 10.4.2

v10.5.0-alpha.4

Compare Source

10.5.0-alpha.4

[View full release notes]

Released by github-actions[bot] on 6/2/2026

v10.4.2

Compare Source

10.4.2

Released by github-actions[bot] on 6/2/2026

v10.5.0-alpha.3

Compare Source

10.5.0-alpha.3

  • A11y-Addon: Preserve disabled a11y rules with runOnly - #34649, thanks cyphercodes!
  • Add an optional TypeScript peer to react-vite - #34627, thanks wojtekmaj!
  • Addon-Docs: Resolve CSF4 module exports without a default export - #34834, thanks TheSeydiCharyyev!
  • Addon-Docs: Resolve providerImportSource to a path instead of a file:// URL - #34841, thanks TheSeydiCharyyev!
  • Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks tobiasdiez!
  • CLI: Respect BROWSER and BROWSER_ARGS - #34513, thanks ianzone!
  • CSF-Next: Add tags type support for - ...

[View full release notes]

Released by github-actions[bot] on 5/27/2026

vuejs/core (vue)

3.5.28 -> 3.5.35

v3.6.0-beta.13

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 5/28/2026

v3.5.35

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 5/27/2026

v3.6.0-beta.12

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 5/15/2026

vuejs/language-tools (vue-tsc)

3.3.2 -> 3.3.3

v3.3.3

Compare Source

vscode

  • fix: prevent grammar scopes leakage in capitalized tags (#6073) - Thanks to KazariEX!
  • fix: preserve TS auto imports behavior in Vue files (#6072) - Thanks to KazariEX!

workspace

  • fix: read PR title from env in auto-version workflow to prevent injection (#6074) - Thanks to arpitjain099!

Our Sponsors ❤️

This project is made possible thanks to our generous sponsors:

Special Sponsor

Next Generation Tooling

[View full release notes]

Released by KazariEX on 5/30/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 🤖

@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 8 times, most recently from 3292012 to bbd6a4f Compare May 10, 2026 18:19
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 14 times, most recently from 4678b83 to 565ac01 Compare May 18, 2026 13:12
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 5 times, most recently from f7a33b5 to 748173d Compare May 25, 2026 15:02
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 7 times, most recently from 3c1a529 to 368b154 Compare May 31, 2026 18:24
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 3 times, most recently from 1d19b35 to 9238d20 Compare June 3, 2026 22:43
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch from 9238d20 to b9ae81c Compare June 4, 2026 00:48
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.

0 participants