Skip to content

chore(deps-dev): bump the dependencies group across 1 directory with 2 updates - #332

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-0838497e1c
Open

chore(deps-dev): bump the dependencies group across 1 directory with 2 updates#332
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-0838497e1c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates in the / directory: prettier and tinybench.

Updates prettier from 3.8.4 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

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 tinybench from 6.0.2 to 6.1.4

Release notes

Sourced from tinybench's releases.

v6.1.4

   🐞 Bug Fixes

    View changes on GitHub

v6.1.3

   🐞 Bug Fixes

    View changes on GitHub

v6.1.2

   🐞 Bug Fixes

    View changes on GitHub

v6.1.1

   🐞 Bug Fixes

    View changes on GitHub

v6.1.0

   🚀 Features

    View changes on GitHub

v6.0.3

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • cff8ccf chore: release v6.1.4
  • 2ba8dcf chore(deps): update all non-major dependencies (#648)
  • debc470 fix(types): preserve EventTarget listener fallbacks (#646)
  • 95bd73a docs(examples): add Bencher result converter (#643)
  • 801b3ef chore(deps): update pnpm to v11.24.0 (#647)
  • 600ecf9 chore(deps): update all non-major dependencies (#645)
  • 7caa66c chore(deps): update dependency @​cspell/eslint-plugin to ^10.1.0 (#642)
  • 4f1919e chore(deps): lock file maintenance (#641)
  • ea8c224 chore(deps): update all non-major dependencies to ^4.1.11 (#640)
  • 24f3946 chore(deps): lock file maintenance (#637)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 20, 2026
@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 974e57e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@webpack
webpack Bot enabled auto-merge (squash) August 20, 2026 16:13
@socket-security

socket-security Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtinybench@​6.0.2 ⏵ 6.1.4100 +1100100 +194 +4100
Updatedprettier@​3.8.4 ⏵ 3.9.69810097 +194100

View full report

@codspeed-hq

codspeed-hq Bot commented Aug 20, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 36 untouched benchmarks


Comparing dependabot/npm_and_yarn/dependencies-0838497e1c (974e57e) with main (e8ef260)

Open in CodSpeed

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-0838497e1c branch from ed3150b to 30fec03 Compare August 27, 2026 16:12
…2 updates

Bumps the dependencies group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [tinybench](https://github.com/tinylibs/tinybench).


Updates `prettier` from 3.8.4 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.4...3.9.6)

Updates `tinybench` from 6.0.2 to 6.1.4
- [Release notes](https://github.com/tinylibs/tinybench/releases)
- [Commits](tinylibs/tinybench@v6.0.2...v6.1.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tinybench
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-0838497e1c branch from 30fec03 to 974e57e Compare September 3, 2026 16:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants