Skip to content

fix(deps): update dependency prettier to v3.8.5#1057

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-prettier
Open

fix(deps): update dependency prettier to v3.8.5#1057
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-prettier

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.8.33.8.5 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.5

Compare Source

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 10:00 before 19:00 every weekday except after 13:00 before 14:00"
  • 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 these updates 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 requested a review from prisis as a code owner June 22, 2026 10:10
@renovate renovate Bot added the prettier label Jun 22, 2026
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@renovate renovate Bot changed the title fix(deps): update prettier to v3.8.4 fix(deps): update prettier (patch) Jun 23, 2026
@renovate renovate Bot changed the title fix(deps): update prettier (patch) fix(deps): update dependency prettier to v3.8.4 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/patch-prettier branch 2 times, most recently from ded6398 to 0aecfd3 Compare June 30, 2026 15:10
@renovate renovate Bot changed the title fix(deps): update dependency prettier to v3.8.4 fix(deps): update dependency prettier to v3.8.5 Jun 30, 2026
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/patch-prettier branch from 0aecfd3 to b6b0c6b Compare July 6, 2026 12:58
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedprettier@​3.8.5971009797100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants