Skip to content

chore(deps): update dependency prettier to v3.9.4#3450

Draft
renovate[bot] wants to merge 2 commits into
v2from
renovate/prettier-3.x
Draft

chore(deps): update dependency prettier to v3.9.4#3450
renovate[bot] wants to merge 2 commits into
v2from
renovate/prettier-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.8.33.9.4 age confidence

Release Notes

prettier/prettier (prettier)

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 requested a review from a team as a code owner June 12, 2026 19:57
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 12, 2026
@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 9eb4b7d

There are 5 changes which include single-instance with patch, log with minor, log-js with minor, positioner with patch, positioner-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.44 2.0.45
api-example-js 2.0.40 2.0.41
log 2.8.0 2.9.0
log-js 2.8.0 2.9.0
positioner 2.3.2 2.3.3
positioner-js 2.3.2 2.3.3
single-instance 2.4.2 2.4.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate Bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from 3e67641 to 23d1492 Compare June 17, 2026 10:42
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 954789f to 765b6e2 Compare June 29, 2026 17:55
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.8.4 chore(deps): update dependency prettier to v3.8.5 Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 765b6e2 to b921670 Compare June 30, 2026 11:55
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.8.5 chore(deps): update dependency prettier to v3.9.0 Jun 30, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from b921670 to 69fd199 Compare July 1, 2026 00:55
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.9.0 chore(deps): update dependency prettier to v3.9.1 Jul 1, 2026
@socket-security

socket-security Bot commented Jul 1, 2026

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
Addednpm/​prettier@​3.9.4991009799100

View full report

@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 69fd199 to ba4a307 Compare July 2, 2026 17:42
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.9.1 chore(deps): update dependency prettier to v3.9.3 Jul 2, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from ba4a307 to b329a29 Compare July 3, 2026 02:45
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.9.3 chore(deps): update dependency prettier to v3.9.4 Jul 3, 2026
| { kind: 'file' }
| { kind: 'folder' }
| { kind: 'other' }
{ kind: 'any' } | { kind: 'file' } | { kind: 'folder' } | { kind: 'other' }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly hate this change so much

prettier/prettier#19497

@Legend-Master Legend-Master marked this pull request as draft July 4, 2026 12:28
@renovate

renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant