Skip to content

Update dependency prettier to v3.9.1#32

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-3.x-lockfile
Open

Update dependency prettier to v3.9.1#32
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.8.33.9.1 age confidence

Release Notes

prettier/prettier (prettier)

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 becomes conflicted, 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.

@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f376275

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@sourceacademy/web-stepper" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch

@renovate renovate Bot changed the title Update dependency prettier to v3.8.4 Update dependency prettier to v3.8.5 Jun 26, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x-lockfile branch from ffd94d1 to 6663d53 Compare June 26, 2026 15:52
@renovate renovate Bot changed the title Update dependency prettier to v3.8.5 Update dependency prettier to v3.9.0 Jun 27, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x-lockfile branch from 6663d53 to 1645867 Compare June 27, 2026 11:35
@renovate renovate Bot changed the title Update dependency prettier to v3.9.0 Update dependency prettier to v3.9.1 Jun 28, 2026
@renovate renovate Bot force-pushed the renovate/prettier-3.x-lockfile branch from 1645867 to f376275 Compare June 28, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants