Skip to content

chore(deps-dev): Bump prettier from 3.8.1 to 3.8.3#848

Merged
wrsmith108 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.3
May 14, 2026
Merged

chore(deps-dev): Bump prettier from 3.8.1 to 3.8.3#848
wrsmith108 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps prettier from 3.8.1 to 3.8.3.

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 5724e63 to e3c4b26 Compare May 1, 2026 20:05
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment May 14, 2026 4:17am

Request Review

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from e3c4b26 to d3b79da Compare May 2, 2026 01:59
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from d3b79da to 0f65dbd Compare May 2, 2026 02:58
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 0f65dbd to 363d053 Compare May 2, 2026 03:36
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 363d053 to 07b8670 Compare May 2, 2026 16:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 07b8670 to 655f5fb Compare May 2, 2026 22:55
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 655f5fb to 11952fc Compare May 3, 2026 01:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 11952fc to 7a10017 Compare May 3, 2026 06:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 7a10017 to 3a379e8 Compare May 4, 2026 03:17
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 3a379e8 to 572bae5 Compare May 4, 2026 15:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 572bae5 to 0b11a29 Compare May 5, 2026 15:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 0b11a29 to ff7d4ad Compare May 5, 2026 16:41
@dependabot dependabot Bot changed the title chore(deps-dev): Bump prettier from 3.8.1 to 3.8.3 chore(deps-dev): bump prettier from 3.8.1 to 3.8.3 May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from ff7d4ad to dac496e Compare May 6, 2026 03:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from dac496e to 69e6bd9 Compare May 7, 2026 01:22
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 69e6bd9 to b0daab5 Compare May 7, 2026 21:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from b0daab5 to 00e0dd2 Compare May 8, 2026 19:10
@dependabot dependabot Bot changed the title chore(deps-dev): bump prettier from 3.8.1 to 3.8.3 chore(deps-dev): Bump prettier from 3.8.1 to 3.8.3 May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 00e0dd2 to ef14266 Compare May 11, 2026 03:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from ef14266 to ea599c5 Compare May 12, 2026 02:23
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from ea599c5 to 1f53868 Compare May 12, 2026 03:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 1f53868 to 3384341 Compare May 13, 2026 17:14
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.1 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.8.1...3.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@wrsmith108 wrsmith108 force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 3384341 to a593ea7 Compare May 14, 2026 04:17
@wrsmith108 wrsmith108 merged commit 9fdcb86 into main May 14, 2026
42 checks passed
@wrsmith108 wrsmith108 deleted the dependabot/npm_and_yarn/prettier-3.8.3 branch May 14, 2026 04:32
@github-actions
Copy link
Copy Markdown

E2E Test Results

E2E Test Results - May 14, 2026

Summary

  • Status: ✅ PASSED
  • Total Duration: 0.00s
  • Generated: 2026-05-14T04:34:33.691Z

Test Results

Phase Status Duration
CLI E2E ⏭️ Skipped -
MCP E2E ⏭️ Skipped -

Generated by skillsmith E2E test suite

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.

1 participant