Skip to content

chore(deps): bump the bun group across 1 directory with 5 updates - #10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-9df032e885
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-9df032e885

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Package From To
@screenly/edge-apps 1.1.0 1.3.0
powerbi-client 2.23.10 2.24.1
@happy-dom/global-registrator 20.10.5 20.11.1
prettier 3.8.3 3.9.6
typescript 6.0.3 7.0.2

Updates @screenly/edge-apps from 1.1.0 to 1.3.0

Release notes

Sourced from @​screenly/edge-apps's releases.

v1.3.0

What's Changed

New Features

Dependencies

Full Changelog: Screenly/edge-apps-library@v1.2.1...v1.3.0

v1.2.1

What's Changed

Other Changes

Full Changelog: Screenly/edge-apps-library@v1.2.0...v1.2.1

v1.2.0

What's Changed

Other Changes

Full Changelog: Screenly/edge-apps-library@v1.1.2...v1.2.0

v1.1.2

What's Changed

Dependencies

Other Changes

... (truncated)

Commits
  • 28072d6 feat: add Tailwind CSS support for Edge Apps (#63)
  • 706fa49 chore(deps): bump actions/setup-node (#58)
  • 36cea3f chore(deps): bump sharp from 0.34.5 to 0.35.3 (#60)
  • 9176250 chore(deps): bump brace-expansion from 5.0.6 to 5.0.7 (#59)
  • 363c154 fix(app-header): remove screen name from header (#56)
  • 4250a4c feat(scripts): scaffold a new Edge App via edge-apps-scripts create (#54)
  • 05e8bf2 fix(deps): resolve picomatch and esbuild security alerts (#53)
  • e8f30fe chore(deps): bump lodash from 4.17.21 to 4.18.1 (#23)
  • 0b853f5 chore(deps): bump @​parcel/reporter-dev-server and parcel (#50)
  • 2ccf8bb chore(deps): bump flatted from 3.3.3 to 3.4.2 (#49)
  • Additional commits viewable in compare view

Updates powerbi-client from 2.23.10 to 2.24.1

Commits

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

Release notes

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

v20.11.1

👷‍♂️ Patch fixes

  • Improve performance of query selectors by avoiding construction of DOMException when not needed - By @@​cyfung1031 in task #2228

v20.11.0

🎨 Features

v20.10.6

👷‍♂️ Patch fixes

Commits

Updates prettier from 3.8.3 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@screenly/edge-apps](https://github.com/Screenly/edge-apps-library) | `1.1.0` | `1.3.0` |
| [powerbi-client](https://github.com/Microsoft/PowerBI-JavaScript) | `2.23.10` | `2.24.1` |
| [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) | `20.10.5` | `20.11.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |



Updates `@screenly/edge-apps` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/Screenly/edge-apps-library/releases)
- [Commits](Screenly/edge-apps-library@v1.1.0...v1.3.0)

Updates `powerbi-client` from 2.23.10 to 2.24.1
- [Release notes](https://github.com/Microsoft/PowerBI-JavaScript/releases)
- [Commits](https://github.com/Microsoft/PowerBI-JavaScript/commits)

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

Updates `prettier` from 3.8.3 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.9.6)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@screenly/edge-apps"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: powerbi-client
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: "@happy-dom/global-registrator"
  dependency-version: 20.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/bun-9df032e885 branch September 1, 2026 15:49
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