Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
prettier (source) devDependencies minor 3.5.3 -> 3.6.2 OpenSSF Scorecard

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, 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 from c229640 to 194771d Compare June 30, 2025 04:06
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.1 chore(deps): update dependency prettier to v3.6.2 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 9 times, most recently from 16f8d56 to f70877c Compare July 7, 2025 03:52
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 3 times, most recently from cf7c254 to 64c4a3e Compare July 14, 2025 04:10
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 4d4665c to 3a9b784 Compare July 21, 2025 04:08
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 11 times, most recently from 7e22417 to 1383356 Compare July 29, 2025 10:05
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 1383356 to 9eefbe3 Compare August 11, 2025 02:39
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 1447eaa to 23f0885 Compare September 1, 2025 08:52
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 6 times, most recently from cc6642a to 2553e2d Compare September 15, 2025 02:58
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 5 times, most recently from 91161a9 to ed70f60 Compare September 22, 2025 06:39
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from 09afdcf to 435aef5 Compare September 29, 2025 07:16
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 3 times, most recently from 37d2533 to 15ae116 Compare October 6, 2025 02:37
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from ce8233f to b6a2509 Compare October 16, 2025 11:32
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from 93181a7 to 28fd136 Compare October 21, 2025 10:09
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 28fd136 to 6cdb5f6 Compare October 21, 2025 10:11
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.

0 participants