Skip to content

chore(deps): update dependency prettier to v3.8.1#1663

Merged
zerok merged 1 commit intomainfrom
grafanarenovatebot/prettier-3.x
Jan 26, 2026
Merged

chore(deps): update dependency prettier to v3.8.1#1663
zerok merged 1 commit intomainfrom
grafanarenovatebot/prettier-3.x

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Jan 18, 2026

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.43.8.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner January 18, 2026 02:15
@renovate-sh-app renovate-sh-app bot force-pushed the grafanarenovatebot/prettier-3.x branch 2 times, most recently from 4d861ca to 730547c Compare January 19, 2026 11:16
@zerok zerok added this pull request to the merge queue Jan 20, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jan 20, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the grafanarenovatebot/prettier-3.x branch 2 times, most recently from f583953 to 093df6c Compare January 21, 2026 17:14
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| npm        | prettier | 3.7.4 | 3.8.1 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the grafanarenovatebot/prettier-3.x branch from 093df6c to 612b906 Compare January 24, 2026 20:11
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency prettier to v3.8.0 chore(deps): update dependency prettier to v3.8.1 Jan 24, 2026
@zerok zerok added this pull request to the merge queue Jan 26, 2026
Merged via the queue into main with commit ee4a621 Jan 26, 2026
28 checks passed
@zerok zerok deleted the grafanarenovatebot/prettier-3.x branch January 26, 2026 21:56
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.

1 participant