chore(deps): update dependency prettier to v3.6.2 #101

Merged
dominik merged 1 commit from renovate/prettier-3.x into main 2025-06-27 06:24:03 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.3 -> 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.5.3/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.6.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#362) [Compare Source](https://github.com/prettier/prettier/compare/3.6.1...3.6.2) [diff](https://github.com/prettier/prettier/compare/3.6.1...3.6.2) ##### Markdown: Add missing blank line around code block ([#&#8203;17675](https://github.com/prettier/prettier/pull/17675) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ````md <!-- 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`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#361) [Compare Source](https://github.com/prettier/prettier/compare/3.6.0...3.6.1) [diff](https://github.com/prettier/prettier/compare/3.6.0...3.6.1) ##### TypeScript: Allow const without initializer ([#&#8203;17650](https://github.com/prettier/prettier/pull/17650), [#&#8203;17654](https://github.com/prettier/prettier/pull/17654) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```jsx // 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 ([#&#8203;17665](https://github.com/prettier/prettier/pull/17665) by [@&#8203;43081j](https://github.com/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`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#360) [Compare Source](https://github.com/prettier/prettier/compare/3.5.3...3.6.0) [diff](https://github.com/prettier/prettier/compare/3.5.3...3.6.0) 🔗 [Release Notes](https://prettier.io/blog/2025/06/23/3.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Renovate added 1 commit 2025-06-23 04:00:27 +00:00
chore(deps): update dependency prettier to v3.6.0
Some checks failed
docker-build / docker (push) Failing after 4m54s
container-scan / Container Scan (pull_request) Successful in 6m17s
docker-build / docker (pull_request) Failing after 5m28s
1a1898b77d
Author
Owner

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks
### Branch automerge failure This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. ___ * Branch has one or more failed status checks
Renovate force-pushed renovate/prettier-3.x from 1a1898b77d to 7e6b541979 2025-06-23 10:01:29 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 7e6b541979 to a3311ad8fb 2025-06-23 12:01:54 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from a3311ad8fb to 3883183ea8 2025-06-24 01:01:47 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 3883183ea8 to 4eb70ce20d 2025-06-24 18:01:55 +00:00 Compare
dominik force-pushed renovate/prettier-3.x from 4eb70ce20d to d109a114e1 2025-06-24 18:31:43 +00:00 Compare
dominik approved these changes 2025-06-24 18:32:05 +00:00
Dismissed
Renovate force-pushed renovate/prettier-3.x from d109a114e1 to 0552041b79 2025-06-25 01:01:38 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 0552041b79 to b3b9478ba2 2025-06-25 07:01:18 +00:00 Compare
Renovate changed title from chore(deps): update dependency prettier to v3.6.0 to chore(deps): update dependency prettier to v3.6.1 2025-06-25 07:01:20 +00:00
Renovate force-pushed renovate/prettier-3.x from b3b9478ba2 to a0f62ece1a 2025-06-25 11:01:51 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from a0f62ece1a to 1dc750d17d 2025-06-25 13:01:49 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 1dc750d17d to 23728e5938 2025-06-25 14:01:36 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 23728e5938 to 716fa3a90f 2025-06-25 20:01:38 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 716fa3a90f to 0f9252ab73 2025-06-26 00:19:43 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 0f9252ab73 to b272e26b85 2025-06-26 08:01:03 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from b272e26b85 to 0cbf24df0f 2025-06-26 13:01:31 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 0cbf24df0f to d2b7b34643 2025-06-26 18:01:32 +00:00 Compare
dominik force-pushed renovate/prettier-3.x from d2b7b34643 to 265f7facc8 2025-06-26 20:37:51 +00:00 Compare
dominik approved these changes 2025-06-26 20:38:33 +00:00
dominik scheduled this pull request to auto merge when all checks succeed 2025-06-26 20:38:41 +00:00
Renovate force-pushed renovate/prettier-3.x from 265f7facc8 to 0d4a294b45 2025-06-26 21:01:35 +00:00 Compare
dominik force-pushed renovate/prettier-3.x from 0d4a294b45 to fd45e5f983 2025-06-26 21:11:10 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from fd45e5f983 to 30a419cf01 2025-06-26 22:14:38 +00:00 Compare
Renovate force-pushed renovate/prettier-3.x from 30a419cf01 to 475b5ed04e 2025-06-27 03:01:28 +00:00 Compare
Renovate changed title from chore(deps): update dependency prettier to v3.6.1 to chore(deps): update dependency prettier to v3.6.2 2025-06-27 03:01:30 +00:00
Renovate force-pushed renovate/prettier-3.x from 475b5ed04e to d954fa423b 2025-06-27 06:01:29 +00:00 Compare
dominik force-pushed renovate/prettier-3.x from d954fa423b to 9f1f1e24e9 2025-06-27 06:12:31 +00:00 Compare
dominik merged commit 1a9a299c9c into main 2025-06-27 06:24:03 +00:00
dominik deleted branch renovate/prettier-3.x 2025-06-27 06:24:06 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DHBW-WE/MeetUp#101
No description provided.