Skip to content

Update all dependencies#7

Merged
rinus merged 1 commit intomasterfrom
renovate/all
Feb 16, 2026
Merged

Update all dependencies#7
rinus merged 1 commit intomasterfrom
renovate/all

Conversation

@rinus
Copy link
Contributor

@rinus rinus commented Feb 16, 2026

This PR contains the following updates:

Package Type Update Change Pending
@types/node (source) devDependencies patch 24.10.924.10.12 24.10.13
actions/checkout action digest 8e8c483de0fac2
prettier (source) devDependencies patch 3.8.03.8.1

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

Configuration

📅 Schedule: Branch creation - Only on Monday ( * * * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@rinus rinus enabled auto-merge (squash) February 16, 2026 06:56
@rinus rinus merged commit 1fe0a09 into master Feb 16, 2026
1 check passed
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