build(deps): update dependency prettier to ^3.6.2
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
prettier (source) | ^3.6.1 -> ^3.6.2 |
Release Notes
prettier/prettier (prettier)
v3.6.2
#17675 by @fisker)
Markdown: Add missing blank line around code block (<!-- 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.