Skip to content

Update dependency prettier to v3.8.1 - autoclosed#2784

Closed
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-3.x
Closed

Update dependency prettier to v3.8.1 - autoclosed#2784
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-3.x

Conversation

@dependencyupdates
Copy link
Contributor

@dependencyupdates dependencyupdates bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.7.43.8.1 age adoption passing 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.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates bot added dependencies Pull requests that update a dependency file npm labels Jan 15, 2026
@dependencyupdates dependencyupdates bot force-pushed the renovate/prettier-3.x branch from e803ee4 to 527320c Compare January 21, 2026 21:23
@dependencyupdates dependencyupdates bot changed the title Update dependency prettier to v3.8.0 Update dependency prettier to v3.8.1 Jan 21, 2026
@dependencyupdates dependencyupdates bot force-pushed the renovate/prettier-3.x branch from 527320c to 4585e68 Compare February 12, 2026 01:19
@dependencyupdates dependencyupdates bot changed the title Update dependency prettier to v3.8.1 Update dependency prettier to v3.8.1 - autoclosed Feb 12, 2026
@dependencyupdates dependencyupdates bot deleted the renovate/prettier-3.x branch February 12, 2026 02:45
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants