Skip to content

chore(deps): update dependency prettier to v3.9.4#37

Open
lucca-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-3-x
Open

chore(deps): update dependency prettier to v3.9.4#37
lucca-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-3-x

Conversation

@lucca-renovate

@lucca-renovate lucca-renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown

Description

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.8.43.9.4 age confidence

Release Notes

prettier/prettier (prettier)

v3.9.4

Compare Source

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#​19499 by @​fisker)
<!-- Input -->
<FancyButton [label]="title">
  @&#8203;content (icon) {
    <span>Icon!</span>
  }
  @&#8203;content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>

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

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

v3.9.3

Compare Source

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#​19489 by @​seiyab)
// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
 text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text
TypeScript: Allow decorators to be used with declare on class fields (#​19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @&#8203;service declare server: ServerService;
//    |   ^
//  3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

v3.9.2

Compare Source

v3.9.1

Compare Source

diff

CLI: Fix ignored file has been cached incorrectly (#​19483 by @​kovsu)

Bug details #​18016

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

diff

Flow: Support readonly as a variance annotation (#​19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};

// Prettier 3.8.4
SyntaxError

// Prettier 3.8.5
type T = {
  readonly foo: string,
};

Configuration

📅 Schedule: Branch creation - "before 9am every weekday,after 7pm every weekday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@lucca-renovate lucca-renovate Bot requested a review from a team as a code owner June 29, 2026 18:41
@lucca-renovate lucca-renovate Bot force-pushed the renovate/prettier-3-x branch from 7d8ec82 to dc9e3a2 Compare June 30, 2026 18:29
@lucca-renovate lucca-renovate Bot changed the title chore(deps): update dependency prettier to v3.8.5 chore(deps): update dependency prettier to v3.9.0 Jun 30, 2026
@lucca-renovate lucca-renovate Bot force-pushed the renovate/prettier-3-x branch from dc9e3a2 to 1dd6ddb Compare July 1, 2026 04:32
@lucca-renovate lucca-renovate Bot changed the title chore(deps): update dependency prettier to v3.9.0 chore(deps): update dependency prettier to v3.9.1 Jul 1, 2026
@lucca-renovate lucca-renovate Bot force-pushed the renovate/prettier-3-x branch from 1dd6ddb to 783d0fe Compare July 2, 2026 14:09
@lucca-renovate lucca-renovate Bot changed the title chore(deps): update dependency prettier to v3.9.1 chore(deps): update dependency prettier to v3.9.3 Jul 2, 2026
@lucca-renovate lucca-renovate Bot force-pushed the renovate/prettier-3-x branch from 783d0fe to 1052a35 Compare July 3, 2026 12:03
@lucca-renovate lucca-renovate Bot changed the title chore(deps): update dependency prettier to v3.9.3 chore(deps): update dependency prettier to v3.9.4 Jul 3, 2026
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