Skip to content

chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 in /actions/setup/js#39525

Merged
pelikhan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/actions/setup/js/prettier-3.8.4
Jun 16, 2026
Merged

chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 in /actions/setup/js#39525
pelikhan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/actions/setup/js/prettier-3.8.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.8.3 to 3.8.4.

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

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
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prettier](https://github.com/prettier/prettier) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hey @dependabot 👋 — thanks for the automated prettier bump from 3.8.3 → 3.8.4! The change itself is clean and scoped, and the release notes confirm it's a safe patch fix.

However, this repository's contributing guidelines explicitly state that non-core contributors should not open pull requests directly — including automated bots. The intended process is:

  1. Propose changes as a detailed issue (agentic plan).
  2. A core team member picks it up and implements the PR using Copilot coding agents.

Since Dependabot's author_association is CONTRIBUTOR (not a core team MEMBER or OWNER), this PR falls outside the sanctioned workflow.

Recommended path forward: If the core team intentionally enabled Dependabot on this repo, a maintainer can simply approve and merge this PR directly — no changes needed. Otherwise, this PR should be closed and the dependency update tracked through the team's normal agentic workflow.

If you'd like a core team agent to handle this:

Update the prettier dev dependency in actions/setup/js from 3.8.3 to 3.8.4.
Modify actions/setup/js/package.json to set prettier to ^`3.8.4`,
then run `npm install` inside actions/setup/js to regenerate package-lock.json.
Commit as: chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 in /actions/setup/js

Generated by ✅ Contribution Check · 515.4 AIC · ⌖ 13.5 AIC · ⊞ 24.7K ·

@pelikhan pelikhan merged commit 0d5bc6e into main Jun 16, 2026
367 of 372 checks passed
@pelikhan pelikhan deleted the dependabot/npm_and_yarn/actions/setup/js/prettier-3.8.4 branch June 16, 2026 14:13
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant