Skip to content

chore: bump prettier from 3.6.2 to 3.8.3#1421

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.3
Open

chore: bump prettier from 3.6.2 to 3.8.3#1421
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.3

Conversation

@dependabot

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

Copy link
prettier's releases</a>.</em></p> <blockquote> <h2>3.8.3</h2> <ul> <li>SCSS: Prevent trailing comma in <code>if()</code> function (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18471">prettier/prettier#18471</a> by <a href=https://github.com/neet/masto.js/pull/"https://github.com/kovsu">@​kovsu) </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/3.8.3/CHANGELOG.md#383">Changelog</a></p> <h2>3.8.2</h2> <ul> <li>Support Angular v21.2</li> </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#382">Changelog</a></p> <h2>3.8.1</h2> <ul> <li>Include available <code>printers</code> in plugin type declarations (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18706">#18706</a> by <a href=https://github.com/neet/masto.js/pull/"https://github.com/porada">@​porada) </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#381">Changelog</a></p> <h2>3.8.0</h2> <ul> <li>Support Angular v21.1</li> </ul> <p><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/compare/3.7.4...3.8.0">diff

<p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://prettier.io/blog/2026/01/14/3.8.0">Release note &quot;Prettier 3.8: Support for Angular v21.1&quot;</a></p> <h2>3.7.4</h2> <h2>What's Changed</h2> <ul> <li>Fix comment in union type gets duplicated by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18393">prettier/prettier#18393</a></li> <li>Fix unstable comment print in union type by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18395">prettier/prettier#18395</a></li> <li>Avoid quote around LWC interpolations by <a href=https://github.com/neet/masto.js/pull/"https://github.com/kovsu">@​kovsu in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18383">prettier/prettier#18383</a></li> </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#374">Changelog</a></p> <h2>3.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>prettier.getFileInfo()</code> change that breaks VSCode extension by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18375">prettier/prettier#18375</a></li> </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#373">Changelog</a></p> <h2>3.7.2</h2> <h2>What's Changed</h2> <ul> <li>Fix string print when switching quotes by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18351">prettier/prettier#18351</a></li> <li>Preserve quote for embedded HTML attribute values by <a href=https://github.com/neet/masto.js/pull/"https://github.com/kovsu">@​kovsu in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18352">prettier/prettier#18352</a></li> <li>Fix comment in empty type literal by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker in <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18364">prettier/prettier#18364</a></li> </ul> <p>🔗 <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#372">Changelog</a></p> <h2>3.7.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.8.3</h1> <p><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/compare/3.8.2...3.8.3">diff

<h4>SCSS: Prevent trailing comma in <code>if()</code> function (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18471">#18471</a> by <a href=https://github.com/neet/masto.js/pull/"https://github.com/kovsu">@​kovsu) <!-- raw HTML omitted --> <pre lang="scss"><code>// Input $value: if(sass(false): 1; else: -1); <p>// Prettier 3.8.2 $value: if( sass(false): 1; else: -1, );</p> <p>// Prettier 3.8.3 $value: if(sass(false): 1; else: -1); </code></pre></p> <h1>3.8.2</h1> <p><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/compare/3.8.1...3.8.2">diff

<h4>Angular: Support Angular v21.2 (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/18722">#18722</a>, <a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/pull/19034">#19034</a> by <a href=https://github.com/neet/masto.js/pull/"https://github.com/fisker">@​fisker) <p>Exhaustive typechecking with <code>@default never;</code></p> <!-- raw HTML omitted --> <pre lang="html"><code>&lt;!-- Input --&gt; @switch (foo) { @case (1) {} @default never; } <p>&lt;!-- Prettier 3.8.1 --&gt; SyntaxError: Incomplete block &quot;default never&quot;. If you meant to write the @ character, you should use the &quot;&amp;<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/issues/64">#64</a>;&quot; HTML entity instead. (3:3)</p> <p>&lt;!-- Prettier 3.8.2 --&gt; <a href=https://github.com/neet/masto.js/pull/"https://github.com/switch">@​switch (foo) { <a href=https://github.com/neet/masto.js/pull/"https://github.com/case">@​case (1) {} <a href=https://github.com/neet/masto.js/pull/"https://github.com/default">@​default never; } </code></pre></p> <p><code>arrow function</code> and <code>instanceof</code> expressions.</p> <!-- raw HTML omitted --> <pre lang="html"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/d7108a79ec745c04292aabf22c4c1adbd690b191">d7108a7 Release 3.8.3</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/177f90898170d363ef64fde663e4d13170688bfe">177f908 Prevent trailing comma in SCSS <code>if()</code> function (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/issues/18471">#18471</a>)</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/1cd40668c3d6f2f4cf9d87bbc9096d92361b2606">1cd4066 Release <code>@​prettier/plugin-oxc</code><a href=https://github.com/neet/masto.js/pull/"https://github.com/0">@​0.1.4 <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/a8700e245038cd8cc0cf28ef06ffedbcb3fc2dfc">a8700e2 Update oxc-parser to v0.125.0</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/752157c78eca6f0a30e5d5cb513b682c5ecfa01e">752157c Fix tests</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/053fd418e180b12fa2014260212fae831f5fc5ec">053fd41 Bump Prettier dependency to 3.8.2</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/904c6365ec46726fd0e21021c52ae934b7e5abc6">904c636 Clean changelog_unreleased</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/dc1f7fcc508d116cbf1644d69a1f0eb93e40d4a4">dc1f7fc Update dependents count</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/b31557cf331a02acf83e7e29d1001b070189a0d9">b31557c Release 3.8.2</li> <li><a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/commit/96bbaeda0525bf758e464aed2f939d739a85c315">96bbaed Support Angular v21.2 (<a href=https://github.com/neet/masto.js/pull/"https://redirect.github.com/prettier/prettier/issues/18722">#18722</a>)</li> <li>Additional commits viewable in <a href=https://github.com/neet/masto.js/pull/"https://github.com/prettier/prettier/compare/3.6.2...3.8.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href=https://github.com/neet/masto.js/pull/"https://www.npmjs.com/~GitHub Actions">GitHub Actions</a>, a new releaser for prettier since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.6.2&new-version=3.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>" data-view-component="true" class="dropdown-item btn-link"> Copy Markdown
Contributor

Bumps prettier from 3.6.2 to 3.8.3.

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


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.6.2 to 3.8.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jun 2, 2026

Copy link
8459728_ " data-view-component="true" class="dropdown-item btn-link"> Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/masto@1421

commit: 8459728

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.

0 participants