Skip to content

chore(deps): update dependency prettier to v3.8.3#87

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

chore(deps): update dependency prettier to v3.8.3#87
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prettier-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.33.8.3 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/prettier-3.x branch from 0a02188 to 851fe4f Compare November 27, 2025 16:03
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.7.0 chore(deps): update dependency prettier to v3.7.1 Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 851fe4f to 72f75b8 Compare November 28, 2025 22:43
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.7.1 chore(deps): update dependency prettier to v3.7.2 Nov 28, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 72f75b8 to 17bf352 Compare November 29, 2025 23:09
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.7.2 chore(deps): update dependency prettier to v3.7.3 Nov 29, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 17bf352 to 28aa070 Compare December 3, 2025 06:36
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.7.3 chore(deps): update dependency prettier to v3.7.4 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 2707c42 to 17238ec Compare December 4, 2025 17:40
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 17238ec to aa5cf52 Compare December 31, 2025 15:14
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from aa5cf52 to 5588de4 Compare January 16, 2026 20:13
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.7.4 chore(deps): update dependency prettier to v3.8.0 Jan 16, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 648336a to 541e8d6 Compare January 21, 2026 20:39
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.8.0 chore(deps): update dependency prettier to v3.8.1 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 541e8d6 to add0fbc Compare January 23, 2026 20:31
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from add0fbc to 71b0c9f Compare April 10, 2026 04:34
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.8.1 chore(deps): update dependency prettier to v3.8.2 Apr 10, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 10, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 3.8.3 (released 3 hours ago) of prettier does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/InformaticsMatters/squonk2-openapi-js-client-generator

The latest release of prettier is "3.8.3". Published at 4/15/2026 12:55:25 AM

Other releases are:
  * next: 4.0.0-alpha.13 published at 11/18/2025

If you need the full list of all 186 published versions run "pnpm view prettier versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude
Progress: resolved 1, reused 0, downloaded 0, added 0

@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 71b0c9f to 9631234 Compare April 15, 2026 04:36
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.8.2 chore(deps): update dependency prettier to v3.8.3 Apr 15, 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