Skip to content

build(deps): bump the bun group across 1 directory with 9 updates - #387

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-c6039b3023
Open

build(deps): bump the bun group across 1 directory with 9 updates#387
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-c6039b3023

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the bun group with 9 updates in the / directory:

Package From To
@connectrpc/connect-query-core 2.2.0 2.3.1
@shikijs/langs 4.4.1 4.4.3
@shikijs/themes 4.4.1 4.4.3
@wailsio/runtime 3.0.0-beta.0 3.0.0-beta.8
shiki 4.4.1 4.4.3
@happy-dom/global-registrator 20.11.1 20.11.2
@testing-library/jest-dom 7.0.0 7.0.1
happy-dom 20.11.1 20.11.2
vite 8.2.0 8.2.1

Updates @connectrpc/connect-query-core from 2.2.0 to 2.3.1

Release notes

Sourced from @​connectrpc/connect-query-core's releases.

v2.3.1

What's Changed

New Contributors

Full Changelog: connectrpc/connect-query-es@v2.2.0...v2.3.1

v2.3.0

This release didn't make it to npmjs.com. Re-released in v2.3.1.

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​connectrpc/connect-query-core since your current version.


Updates @shikijs/langs from 4.4.1 to 4.4.3

Release notes

Sourced from @​shikijs/langs's releases.

v4.4.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.4.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @shikijs/themes from 4.4.1 to 4.4.3

Release notes

Sourced from @​shikijs/themes's releases.

v4.4.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.4.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @wailsio/runtime from 3.0.0-beta.0 to 3.0.0-beta.8

Release notes

Sourced from @​wailsio/runtime's releases.

Wails v3.0.0-beta.8

Wails v3 Beta Release - v3.0.0-beta.8

Added

  • Add documentation URL generation to automatic changelog entries in PR by @​taliesin-ai
  • Add Streams: bidirectional byte streams between Go and JavaScript with the WebSocket programming model and no listening socket. Declare a stream in Go with app.HandleStream(name, handler) and connect from the frontend with Stream(name), which returns a WebSocket-shaped object. Go→JS is carried by one held poll per window over the asset server, JS→Go by a normal POST; nothing binds a TCP port and nothing goes through evaluateJavaScript. In server builds (-tags server) the same handler is served over a real WebSocket instead, so application code is identical across builds. by @​leaanthony
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

  • Update docs sidebar autogeneration and blog author type derivation in PR by @​leaanthony

Fixed

  • WebView2 initialization uses a deadline and message pump in PR by @​leaanthony
  • WebView2 cookie test skips in CI unless opt-in and locks execution to current OS thread in PR by @​leaanthony
  • Windows menu builders restore command IDs for submenu parent items in PR by @​gilad-ch
  • Align the official cross-compilation image with the GTK 4.14+ Linux support baseline (#5928)
  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

Removed

  • Remove the desktop binary release pipeline: v3 releases are tag-only and the wails3 CLI is installed with go install. Deletes release-v3.yml and the nightly step that dispatched it in PR by @​leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.8

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

Wails v3.0.0-beta.7

Wails v3 Beta Release - v3.0.0-beta.7

Added

  • Add macOS autoplay preference to disable user action requirement for media playback in PR by @​Eyalm321
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

... (truncated)

Commits
  • 0fed6a2 [skip ci] Publish @​wailsio/runtime 3.0.0-beta.7
  • 08274e0 feat(v3): streams — WebSocket semantics without a listening socket (#5942)
  • ab9ff0a [skip ci] Publish @​wailsio/runtime 3.0.0-beta.5
  • e4d9b54 chore(deps): bump the npm_and_yarn group across 16 directories with 17 update...
  • a3936a5 [skip ci] Publish @​wailsio/runtime 3.0.0-beta.1
  • See full diff in compare view

Updates shiki from 4.4.1 to 4.4.3

Release notes

Sourced from shiki's releases.

v4.4.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.4.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @happy-dom/global-registrator from 20.11.1 to 20.11.2

Release notes

Sourced from @​happy-dom/global-registrator's releases.

v20.11.2

👷‍♂️ Patch fixes

  • MutationObserver callback being GC'd due to orphaned WeakRef - By @​mixelburg in task #2264
Commits

Updates @testing-library/jest-dom from 7.0.0 to 7.0.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)
Commits

Updates happy-dom from 20.11.1 to 20.11.2

Release notes

Sourced from happy-dom's releases.

v20.11.2

👷‍♂️ Patch fixes

  • MutationObserver callback being GC'd due to orphaned WeakRef - By @​mixelburg in task #2264
Commits

Updates vite from 8.2.0 to 8.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

v8.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • build: make client chunkImportMap work with sharedPlugins: true (#23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix #23146) (#23147) (de041a7)
  • deps: update all non-major dependencies (#23136) (14454fd)
  • deps: update rolldown-related dependencies (#23070) (7ac6f7f)
  • don't mutate the user config when resolving the lib entry from the top-level input (#23135) (b4bf596)
  • handle shebang ending with uncommon line terminators (#23038) (17f7b2f)
  • server: use a random port when port is 0 (#23158) (fddf4ea)

Performance Improvements

Documentation

  • build: fix incomplete @default for build.minify (#23177) (ef02435)

Miscellaneous Chores

  • deps: update dependency rolldown-plugin-dts to ^0.28.0 (#23137) (4adc1e7)
  • deps: update dependency strip-literal to v4 (#23140) (9db65ce)

Code Refactoring

  • bundled-dev: avoid injecting server values in the bundle (#22967) (23b8a08)
  • bundled-dev: remove rolldown lazy stub module workaround (#23129) (e72036e)

Tests

Commits
  • 4216158 release: v8.2.1
  • fddf4ea fix(server): use a random port when port is 0 (#23158)
  • de041a7 fix(css): don't re-run lightningcss visitor during minify (fix #23146) (#23147)
  • 15f0307 fix(build): make client chunkImportMap work with sharedPlugins: true (#23184)
  • c2155fe test(bundled-dev): enable sourcemap playgrounds (#23080)
  • ef02435 docs(build): fix incomplete @default for build.minify (#23177)
  • eac0cc8 fix(bundled-dev): inject client script tag before chunk scripts (#23161)
  • 23b8a08 refactor(bundled-dev): avoid injecting server values in the bundle (#22967)
  • e72036e refactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)
  • 14454fd fix(deps): update all non-major dependencies (#23136)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bun group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@connectrpc/connect-query-core](https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query-core) | `2.2.0` | `2.3.1` |
| [@shikijs/langs](https://github.com/shikijs/shiki/tree/HEAD/packages/langs) | `4.4.1` | `4.4.3` |
| [@shikijs/themes](https://github.com/shikijs/shiki/tree/HEAD/packages/themes) | `4.4.1` | `4.4.3` |
| [@wailsio/runtime](https://github.com/wailsapp/wails/tree/HEAD/v3/internal/runtime/desktop/@wailsio/runtime) | `3.0.0-beta.0` | `3.0.0-beta.8` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.4.1` | `4.4.3` |
| [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) | `20.11.1` | `20.11.2` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `7.0.0` | `7.0.1` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.11.1` | `20.11.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` |



Updates `@connectrpc/connect-query-core` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/connectrpc/connect-query-es/releases)
- [Commits](https://github.com/connectrpc/connect-query-es/commits/v2.3.1/packages/connect-query-core)

Updates `@shikijs/langs` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/langs)

Updates `@shikijs/themes` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/themes)

Updates `@wailsio/runtime` from 3.0.0-beta.0 to 3.0.0-beta.8
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](https://github.com/wailsapp/wails/commits/v3.0.0-beta.8/v3/internal/runtime/desktop/@wailsio/runtime)

Updates `shiki` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/shiki)

Updates `@happy-dom/global-registrator` from 20.11.1 to 20.11.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.1...v20.11.2)

Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v7.0.0...v7.0.1)

Updates `happy-dom` from 20.11.1 to 20.11.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.1...v20.11.2)

Updates `vite` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@connectrpc/connect-query-core"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: "@shikijs/langs"
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@shikijs/themes"
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@wailsio/runtime"
  dependency-version: 3.0.0-beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: shiki
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@happy-dom/global-registrator"
  dependency-version: 20.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: happy-dom
  dependency-version: 20.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@dependabot
dependabot Bot requested a review from mattwilkinsonn as a code owner August 18, 2026 10:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants