Skip to content

Update dependency prettier to v3.8.1#278

Merged
danielemery merged 1 commit intomainfrom
renovate/prettier-3.x-lockfile
Jan 28, 2026
Merged

Update dependency prettier to v3.8.1#278
danielemery merged 1 commit intomainfrom
renovate/prettier-3.x-lockfile

Conversation

@daniel-renovator
Copy link
Contributor

@daniel-renovator daniel-renovator bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.43.8.1 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.1

Compare Source

diff

Include available printers in plugin type declarations (#​18706 by @​porada)
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

v3.8.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@coderabbitai
Copy link

coderabbitai bot commented Jan 15, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@daniel-renovator daniel-renovator bot force-pushed the renovate/prettier-3.x-lockfile branch from c99ff01 to 93f0718 Compare January 21, 2026 18:07
@daniel-renovator daniel-renovator bot changed the title Update dependency prettier to v3.8.0 Update dependency prettier to v3.8.1 Jan 21, 2026
@daniel-renovator daniel-renovator bot force-pushed the renovate/prettier-3.x-lockfile branch from 93f0718 to 1f9c7d8 Compare January 28, 2026 18:07
@danielemery danielemery merged commit 9f75e14 into main Jan 28, 2026
6 checks passed
@daniel-renovator daniel-renovator bot deleted the renovate/prettier-3.x-lockfile branch January 28, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant