Skip to content

build(deps-dev): bump prettier from 3.9.3 to 3.9.4#1412

Merged
per1234 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.4
Jun 30, 2026
Merged

build(deps-dev): bump prettier from 3.9.3 to 3.9.4#1412
per1234 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.9.3 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

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>

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
  • See full diff in compare view

@dependabot dependabot Bot added the topic: infrastructure Related to project infrastructure label Jun 30, 2026
@per1234

per1234 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase.

Bumps [prettier](https://github.com/prettier/prettier) from 3.9.3 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.9.3...3.9.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.4 branch from 4760604 to c07d23e Compare June 30, 2026 12:01
@per1234 per1234 added the type: enhancement Proposed improvement label Jun 30, 2026
@per1234 per1234 merged commit c0bc642 into main Jun 30, 2026
60 of 64 checks passed
@per1234 per1234 deleted the dependabot/npm_and_yarn/prettier-3.9.4 branch June 30, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

1 participant