Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2025

Bumps the bun group with 1 update in the /edge-apps/asset-metadata directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/bamboo-hr-app directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/blueprint directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/calendar directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/clock directory: @types/node.
Bumps the bun group with 2 updates in the /edge-apps/edge-apps-library directory: @types/node and bun-types.
Bumps the bun group with 1 update in the /edge-apps/google-calendar directory: @types/node.
Bumps the bun group with 4 updates in the /edge-apps/menu-board directory: jsdom, prettier, @types/bun and bun-types.
Bumps the bun group with 1 update in the /edge-apps/outlook-calendar directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/qr-code directory: bun-types.
Bumps the bun group with 1 update in the /edge-apps/simple-message-app directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/simple-table-app directory: @types/node.
Bumps the bun group with 1 update in the /edge-apps/welcome-app directory: @types/node.

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates bun-types from 1.3.4 to 1.3.5

Release notes

Sourced from bun-types's releases.

Bun v1.3.5

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!

Commits
  • d865ef4 feat: add Bun.Terminal API for pseudo-terminal (PTY) support (#25415)
  • fa996ad fix: Support @​types/node@​25.0.2 (#25532)
  • c59a699 feat(bundler): add statically-analyzable dead-code elimination via feature fl...
  • 1d50af7 @​types/bun: Update to @​types/node@​25, fallback to PropertyKey in test expect ...
  • a15fe76 add brotli and zstd to CompressionStream and DecompressionStream types (#...
  • 2028e21 fmt bun.d.ts
  • f25ea59 feat(s3): add Content-Disposition support for S3 uploads (#25363)
  • See full diff in compare view

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates jsdom from 27.2.0 to 27.3.0

Release notes

Sourced from jsdom's releases.

Version 27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
Changelog

Sourced from jsdom's changelog.

27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
Commits

Updates prettier from 3.7.3 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

Updates @types/bun from 1.3.3 to 1.3.4

Commits

Updates bun-types from 1.3.3 to 1.3.5

Release notes

Sourced from bun-types's releases.

Bun v1.3.5

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!

Commits
  • d865ef4 feat: add Bun.Terminal API for pseudo-terminal (PTY) support (#25415)
  • fa996ad fix: Support @​types/node@​25.0.2 (#25532)
  • c59a699 feat(bundler): add statically-analyzable dead-code elimination via feature fl...
  • 1d50af7 @​types/bun: Update to @​types/node@​25, fallback to PropertyKey in test expect ...
  • a15fe76 add brotli and zstd to CompressionStream and DecompressionStream types (#...
  • 2028e21 fmt bun.d.ts
  • f25ea59 feat(s3): add Content-Disposition support for S3 uploads (#25363)
  • See full diff in compare view

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates bun-types from 1.3.4 to 1.3.5

Release notes

Sourced from bun-types's releases.

Bun v1.3.5

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!

Commits
  • d865ef4 feat: add Bun.Terminal API for pseudo-terminal (PTY) support (#25415)
  • fa996ad fix: Support @​types/node@​25.0.2 (#25532)
  • c59a699 feat(bundler): add statically-analyzable dead-code elimination via feature fl...
  • 1d50af7 @​types/bun: Update to @​types/node@​25, fallback to PropertyKey in test expect ...
  • a15fe76 add brotli and zstd to CompressionStream and DecompressionStream types (#...
  • 2028e21 fmt bun.d.ts
  • f25ea59 feat(s3): add Content-Disposition support for S3 uploads (#25363)
  • See full diff in compare view

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

Updates @types/node from 25.0.2 to 25.0.3

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 1 update in the /edge-apps/asset-metadata directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/bamboo-hr-app directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/blueprint directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/calendar directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/clock directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 2 updates in the /edge-apps/edge-apps-library directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types).
Bumps the bun group with 1 update in the /edge-apps/google-calendar directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 4 updates in the /edge-apps/menu-board directory: [jsdom](https://github.com/jsdom/jsdom), [prettier](https://github.com/prettier/prettier), [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) and [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types).
Bumps the bun group with 1 update in the /edge-apps/outlook-calendar directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/qr-code directory: [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types).
Bumps the bun group with 1 update in the /edge-apps/simple-message-app directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/simple-table-app directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the bun group with 1 update in the /edge-apps/welcome-app directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bun-types` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.5/packages/bun-types)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `jsdom` from 27.2.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.2.0...27.3.0)

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

Updates `@types/bun` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `bun-types` from 1.3.3 to 1.3.5
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.5/packages/bun-types)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bun-types` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.5/packages/bun-types)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/node` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: bun-types
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: jsdom
  dependency-version: 27.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/bun"
  dependency-version: 1.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: bun-types
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: bun-types
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 17, 2025
@nicomiguelino nicomiguelino merged commit 323961a into master Dec 18, 2025
19 checks passed
@nicomiguelino nicomiguelino deleted the dependabot/bun/edge-apps/asset-metadata/bun-a1adb05394 branch December 18, 2025 15:10
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.

1 participant