Skip to content

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

Merged
webpack[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-aac204a3b6
Jul 3, 2026
Merged

chore(deps-dev): bump the dependencies group across 1 directory with 2 updates#248
webpack[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-aac204a3b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates in the / directory: @codspeed/core and prettier.

Updates @codspeed/core from 5.6.0 to 5.7.1

Release notes

Sourced from @​codspeed/core's releases.

v5.7.1

What's Changed

Full Changelog: CodSpeedHQ/codspeed-node@v5.7.0...v5.7.1

v5.7.0

Highlights

  • Dump full inlining information for higher optimization tiers in walltime so we can show more functions on the profiler. To test it out, set CODSPEED_WALLTIME_PROFILER=samply env variable in the codspeed action.
  • Added support for tinybench v5 and v6 in @​codspeed/tinybench-plugin

What's Changed

Full Changelog: CodSpeedHQ/codspeed-node@v5.6.0...v5.7.0

Commits
  • 56fa9fc v5.7.1
  • c88994c fix: have node output perf maps when not parsing V8 inlining logs
  • 36834e8 v5.7.0
  • 16bf967 feat: to fixup tinybench marker clean up
  • 8f2de3c ci: use samply profiler for walltime integration tests
  • 4601945 fix(tinybench-plugin): support tinybench v5 and v6
  • 2475d5b fix(vitest-plugin): bracket walltime window around the measured loop only
  • e07237e fix(tinybench-plugin): fix profiler capturing tinybench's internal functions
  • 1fb37ef feat(core): emit V8 jitdump and code log for walltime profiling
  • See full diff in compare view

Updates prettier from 3.8.4 to 3.9.4

Release notes

Sourced from prettier's releases.

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.4

diff

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

<!-- Input -->
<FancyButton [label]="title">
  @content (icon) {
    <span>Icon!</span>
  }
  @content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>

3.9.3

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @​seiyab)

</tr></table> 

... (truncated)

Commits
  • b693cb2 Release 3.9.4
  • 2e92ac0 Angular: Format @content(name) -> @content (name) to align with other blo...
  • abed2c2 Bump Prettier dependency to 3.9.3
  • 6cfbc00 Clean changelog_unreleased
  • 3732e1d Release 3.9.3
  • a74a7b0 Allow decorators to be used with declare on class fields (#19492)
  • bd9e11a Correct text identification in liquid syntax (#19489)
  • 269eee3 Bump Prettier dependency to 3.9.1
  • ec7ccd1 Clean changelog_unreleased
  • c47654c Release 3.9.1
  • Additional commits viewable in compare view

@changeset-bot

changeset-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d871a36

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[bot]
webpack Bot previously approved these changes Jun 26, 2026
@webpack webpack Bot enabled auto-merge (squash) June 26, 2026 15:53
@codspeed-hq

codspeed-hq Bot commented Jun 26, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 15.53%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 91 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
hook-compile: SyncBailHook, 5 taps + first call 424.1 µs 367.1 µs +15.53%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/npm_and_yarn/dependencies-aac204a3b6 (d871a36) with main (94171b6)

Open in CodSpeed

…2 updates

Bumps the dependencies group with 2 updates in the / directory: [@codspeed/core](https://github.com/CodSpeedHQ/codspeed-node) and [prettier](https://github.com/prettier/prettier).


Updates `@codspeed/core` from 5.6.0 to 5.7.1
- [Release notes](https://github.com/CodSpeedHQ/codspeed-node/releases)
- [Commits](CodSpeedHQ/codspeed-node@v5.6.0...v5.7.1)

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

---
updated-dependencies:
- dependency-name: "@codspeed/core"
  dependency-version: 5.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the dependencies group with 2 updates chore(deps-dev): bump the dependencies group across 1 directory with 2 updates Jul 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-aac204a3b6 branch from e809d54 to d871a36 Compare July 3, 2026 15:53
@webpack webpack Bot merged commit 4eb74bd into main Jul 3, 2026
32 checks passed
@webpack webpack Bot deleted the dependabot/npm_and_yarn/dependencies-aac204a3b6 branch July 3, 2026 15:57
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