Skip to content

chore(deps): update dependency prettier to ^3.9.1#823

Merged
tradeshift-renovatebot merged 1 commit into
masterfrom
renovate/prettier-3.x
Jul 1, 2026
Merged

chore(deps): update dependency prettier to ^3.9.1#823
tradeshift-renovatebot merged 1 commit into
masterfrom
renovate/prettier-3.x

Conversation

@tradeshift-renovate

@tradeshift-renovate tradeshift-renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
prettier (source) devDependencies minor ^3.8.3 -> ^3.9.1 3.9.4 (+2)

Release Notes

prettier/prettier (prettier)

v3.9.1

Compare Source

diff

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

Bug details https://github.com/prettier/prettier/issues/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,
};

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

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 requested a review from a team as a code owner July 1, 2026 02:04
@tradeshift-renovate tradeshift-renovate Bot added dependencies Pull requests that update a dependency file dev labels Jul 1, 2026
@tradeshift-renovate tradeshift-renovate Bot requested review from a team as code owners July 1, 2026 02:04
@tradeshift-renovate tradeshift-renovate Bot added dependencies Pull requests that update a dependency file dev labels Jul 1, 2026
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from 099cc80 to b89e8d6 Compare July 1, 2026 02:04
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from b89e8d6 to 303b56c Compare July 1, 2026 02:04
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from 303b56c to dc807bd Compare July 1, 2026 09:09
@ts-sonarqube

ts-sonarqube Bot commented Jul 1, 2026

Copy link
Copy Markdown

@tradeshift-renovatebot tradeshift-renovatebot merged commit e5de29e into master Jul 1, 2026
5 checks passed
@tradeshift-renovatebot tradeshift-renovatebot deleted the renovate/prettier-3.x branch July 1, 2026 09:33
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.

2 participants