Skip to content

Update dependency prettier to v3.8.1#9813

Merged
mashehu merged 1 commit intomasterfrom
renovate/pre-commit-npm
Feb 2, 2026
Merged

Update dependency prettier to v3.8.1#9813
mashehu merged 1 commit intomasterfrom
renovate/pre-commit-npm

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

WARNING

  • I have made sure to update the singularity and conda images

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.33.8.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners February 1, 2026 00:29
@renovate renovate bot requested a review from edmundmiller February 1, 2026 00:29
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.8.1 Update dependency prettier to v3.8.1 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/pre-commit-npm branch from 398d22a to 3969415 Compare February 2, 2026 15:16
@mashehu mashehu merged commit c855095 into master Feb 2, 2026
28 checks passed
@mashehu mashehu deleted the renovate/pre-commit-npm branch February 2, 2026 15:18
cavenel pushed a commit to cavenel/modules that referenced this pull request Feb 5, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant