Skip to content

chore: Bump prettier from 3.2.4 to 3.8.3#6117

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

chore: Bump prettier from 3.2.4 to 3.8.3#6117
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/prettier-3.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps prettier from 3.2.4 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.


@otto-the-bot otto-the-bot enabled auto-merge (squash) April 19, 2026 00:06
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from c6fa26f to 5f84651 Compare April 26, 2026 00:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 5f84651 to fab1fb5 Compare April 26, 2026 00:15
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from fab1fb5 to ae4b0c3 Compare April 26, 2026 00:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from ae4b0c3 to 97eff48 Compare April 26, 2026 00:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 97eff48 to c6b7904 Compare April 26, 2026 00:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from c6b7904 to 6ffc24b Compare April 26, 2026 00:36
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 6ffc24b to e25cca3 Compare April 26, 2026 00:41
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from e25cca3 to 3a71a18 Compare April 26, 2026 00:46
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 3a71a18 to 08f1974 Compare April 26, 2026 00:52
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 08f1974 to 2b5b3b4 Compare April 26, 2026 00:57
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 2b5b3b4 to e038180 Compare April 26, 2026 01:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from e038180 to b88dcd9 Compare April 26, 2026 01:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from b88dcd9 to 6a8afc1 Compare April 26, 2026 01:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 6a8afc1 to 7e747fb Compare April 26, 2026 01:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 7e747fb to d8ae3e4 Compare May 8, 2026 21:42
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from d8ae3e4 to 075a915 Compare May 8, 2026 21:48
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 075a915 to 4e1b818 Compare May 8, 2026 21:54
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 4e1b818 to d2fb6c4 Compare May 12, 2026 15:16
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from d2fb6c4 to 74ea570 Compare May 12, 2026 15:22
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 74ea570 to bd7fd7e Compare May 12, 2026 15:28
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from bd7fd7e to 9354b77 Compare May 12, 2026 15:34
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 9354b77 to fc9a6cd Compare May 12, 2026 15:40
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 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.2.4...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 force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from fc9a6cd to 5a58a61 Compare May 12, 2026 15:46
@sonarqubecloud
Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant