Skip to content

chore(dev): update dependency prettier to v3.8.3#1386

Merged
bfra-me[bot] merged 1 commit intomainfrom
renovate/prettier-packages
Apr 26, 2026
Merged

chore(dev): update dependency prettier to v3.8.3#1386
bfra-me[bot] merged 1 commit intomainfrom
renovate/prettier-packages

Conversation

@bfra-me
Copy link
Copy Markdown
Contributor

@bfra-me bfra-me Bot commented Apr 26, 2026

This PR contains the following updates:

Package Change Age Confidence OpenSSF Code Search
prettier (source) 3.8.13.8.3 age confidence OpenSSF Scorecard GitHub Code Search for "prettier"

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);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@bfra-me bfra-me Bot added automerge Automated merge approved dependencies Dependency updates or security alerts devDependencies patch Patch version changes renovate Renovate bot updates labels Apr 26, 2026
@bfra-me bfra-me Bot requested a review from a team as a code owner April 26, 2026 08:31
@bfra-me bfra-me Bot added automerge Automated merge approved patch Patch version changes labels Apr 26, 2026
@bfra-me bfra-me Bot enabled auto-merge (squash) April 26, 2026 08:31
@bfra-me bfra-me Bot added renovate Renovate bot updates devDependencies labels Apr 26, 2026
@bfra-me
Copy link
Copy Markdown
Contributor Author

bfra-me Bot commented Apr 26, 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
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 275, reused 0, downloaded 0, added 0
Progress: resolved 665, reused 0, downloaded 0, added 0
Progress: resolved 728, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ @bfra.me/eslint-config 0.50.1
  ├─┬ eslint-plugin-import-x 4.16.1
  │ └── ✕ unmet peer eslint@"^8.57.0 || ^9.0.0": found 10.2.1
  └─┬ @eslint-community/eslint-plugin-eslint-comments 4.6.0
    └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0": found 10.2.1
hint: To disable failing on peer dependency issues, add the following to pnpm-workspace.yaml in your project root:

  strictPeerDependencies: false



@bfra-me bfra-me Bot force-pushed the renovate/prettier-packages branch from d5ef4a7 to 34b0d19 Compare April 26, 2026 08:38
@bfra-me bfra-me Bot merged commit 5fddb82 into main Apr 26, 2026
11 of 12 checks passed
@bfra-me bfra-me Bot deleted the renovate/prettier-packages branch April 26, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automated merge approved dependencies Dependency updates or security alerts patch Patch version changes renovate Renovate bot updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants