chore(dev): update Prettier packages to v3.8.4 by bfra-me[bot] · Pull Request #2288 · bfra-me/.github · GitHub
Skip to content

chore(dev): update Prettier packages to v3.8.4#2288

Merged
bfra-me[bot] merged 2 commits into
mainfrom
renovate/prettier-packages
Jun 12, 2026
Merged

chore(dev): update Prettier packages to v3.8.4#2288
bfra-me[bot] merged 2 commits into
mainfrom
renovate/prettier-packages

Conversation

@bfra-me

@bfra-me bfra-me Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence OpenSSF Code Search
prettier (source) 3.8.33.8.4 age confidence OpenSSF Scorecard GitHub Code Search for "prettier"

Warning

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


Release Notes

prettier/prettier (prettier)

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 America/Phoenix)

  • 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 Mend Renovate.

@bfra-me bfra-me Bot added automerge Automated merge approved dependencies Dependency updates or security alerts patch Patch version changes renovate Renovate bot updates devDependencies labels Jun 12, 2026
@bfra-me bfra-me Bot enabled auto-merge (squash) June 12, 2026 12:27
@bfra-me bfra-me Bot requested review from fro-bot and marcusrbrown June 12, 2026 12:27
Added 1 changeset file(s): .changeset/renovate-b0fb859.md
@bfra-me bfra-me Bot added the documentation Improvements or additions to documentation label Jun 12, 2026
@bfra-me bfra-me Bot merged commit 92df2f2 into main Jun 12, 2026
12 checks passed
@bfra-me bfra-me Bot deleted the renovate/prettier-packages branch June 12, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automated merge approved dependencies Dependency updates or security alerts documentation Improvements or additions to documentation patch Patch version changes renovate Renovate bot updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants