Skip to content

chore(deps): update dependency prettier to ^3.8.3#576

Merged
tradeshift-renovatebot merged 1 commit intomasterfrom
renovate/prettier-3.x
May 4, 2026
Merged

chore(deps): update dependency prettier to ^3.8.3#576
tradeshift-renovatebot merged 1 commit intomasterfrom
renovate/prettier-3.x

Conversation

@tradeshift-renovate
Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies patch ^3.8.2 -> ^3.8.3

Release Notes

prettier/prettier (prettier)

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

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 May 1, 2026
@tradeshift-renovatebot tradeshift-renovatebot merged commit f164273 into master May 4, 2026
6 checks passed
@tradeshift-renovate tradeshift-renovate Bot deleted the renovate/prettier-3.x branch May 4, 2026 08:07
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