Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.2 -> 3.6.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

v3.5.3

Compare Source


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from ba66778 to 7063b33 Compare April 8, 2025 08:49
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 7063b33 to b081f43 Compare April 16, 2025 09:55
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from b081f43 to 4718bc1 Compare April 23, 2025 14:03
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 4ac7603 to 73a7d96 Compare May 12, 2025 16:41
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 6 times, most recently from a1a57e7 to eb4796d Compare May 22, 2025 09:12
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 6f01941 to 4cc27cc Compare June 11, 2025 12:30
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 3 times, most recently from 815e4b7 to 7f8c211 Compare June 23, 2025 02:34
@renovate renovate bot changed the title Update dependency prettier to v3.5.3 Update dependency prettier to v3.6.0 Jun 23, 2025
@renovate renovate bot changed the title Update dependency prettier to v3.6.0 Update dependency prettier to v3.6.1 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 7f8c211 to 5184d62 Compare June 25, 2025 07:02
@renovate renovate bot changed the title Update dependency prettier to v3.6.1 Update dependency prettier to v3.6.2 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 5184d62 to 9dc22ad Compare June 27, 2025 04:08
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 37d5792 to f5b11f7 Compare July 16, 2025 09:49
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from 4ae9b73 to e8e8c62 Compare August 12, 2025 10:28
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from e7f973a to 27f9a23 Compare August 26, 2025 15:58
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 27f9a23 to 47a1a81 Compare August 27, 2025 07:52
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.

0 participants