Skip to content

chore(deps): update dependency prettier to ^3.9.4#93

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

chore(deps): update dependency prettier to ^3.9.4#93
tradeshift-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-3.x

Conversation

@tradeshift-renovate

@tradeshift-renovate tradeshift-renovate Bot commented Nov 26, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies patch ^3.9.1 -> ^3.9.4

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" in timezone Europe/Copenhagen.

🚦 Automerge: Enabled.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@tradeshift-renovate tradeshift-renovate Bot added dependencies Pull requests that update a dependency file dev labels Nov 26, 2024
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.4.1 chore(deps): update dependency prettier to ^3.4.1 - abandoned Dec 15, 2024
@tradeshift-renovate

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.4.1 - abandoned chore(deps): update dependency prettier to ^3.5.0 Feb 10, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.0 chore(deps): update dependency prettier to ^3.5.2 Feb 24, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.2 chore(deps): update dependency prettier to ^3.5.2 - abandoned Mar 2, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.2 - abandoned chore(deps): update dependency prettier to ^3.5.3 Mar 3, 2025
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from ba33ba1 to cd4ba3d Compare March 3, 2025 12:17
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.3 chore(deps): update dependency prettier to ^3.5.3 - abandoned Mar 9, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.3 - abandoned chore(deps): update dependency prettier to ^3.6.0 Jun 23, 2025
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 9241e80 to bbcaa09 Compare July 6, 2025 00:30
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.6.0 chore(deps): update dependency prettier to ^3.6.0 - abandoned Jul 6, 2025
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from b45ecf6 to 037b39b Compare August 10, 2025 00:31
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 94dd34d to 6f46d1b Compare August 24, 2025 00:29
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 205c39a to b970022 Compare October 5, 2025 00:27
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.6.0 - abandoned chore(deps): update dependency prettier to ^3.7.3 Dec 1, 2025
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from bdc894c to 77ea639 Compare December 1, 2025 03:43
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.7.3 chore(deps): update dependency prettier to ^3.7.4 Dec 9, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.7.4 chore(deps): update dependency prettier to ^3.7.4 - abandoned Jan 4, 2026
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 dev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant