Skip to content

Bump prettier from 3.8.1 to 3.8.3 - #232

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

Bump prettier from 3.8.1 to 3.8.3#232
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 Apr 23, 2026

Copy link
Copy Markdown
Contributor

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 23, 2026
@netlify

netlify Bot commented Apr 23, 2026

Copy link
Copy Markdown

Deploy Preview for servicestart ready!

Name Link
🔨 Latest commit 69d10f4
🔍 Latest deploy log https://app.netlify.com/projects/servicestart/deploys/6a09d9e6cda683000872db6e
😎 Deploy Preview https://deploy-preview-232--servicestart.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@greptile-apps

greptile-apps Bot commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps prettier from 3.8.1 to 3.8.3, picking up a SCSS if() trailing-comma fix (3.8.3) and Angular v21.2 support (3.8.2). The lockfile also reflects transitive updates to @azure/msal-browser (5.6.3→5.8.0), @azure/msal-common (16.4.1→16.5.1), and @azure/msal-node (5.1.2→5.1.4), which pnpm resolved automatically alongside the primary bump.

Confidence Score: 5/5

Safe to merge — patch-level devDependency upgrade with no runtime impact.

Prettier is a devDependency used only for formatting; the two patch releases contain only a SCSS bug fix and Angular template support. The transitive MSAL updates in the lockfile are minor/patch bumps with no breaking changes expected. No application logic is affected.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps prettier devDependency from 3.8.1 to 3.8.3 (patch releases only)
pnpm-lock.yaml Updates prettier resolution and also bumps transitive Azure MSAL packages (msal-browser 5.6.3→5.8.0, msal-common 16.4.1→16.5.1, msal-node 5.1.2→5.1.4) as part of lockfile resolution

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot PR] --> B[prettier 3.8.1 to 3.8.3]
    B --> C[3.8.2 - Angular v21.2 support]
    B --> D[3.8.3 - SCSS if trailing comma fix]
    A --> E[Transitive lockfile updates]
    E --> F[msal-browser 5.6.3 to 5.8.0]
    E --> G[msal-common 16.4.1 to 16.5.1]
    E --> H[msal-node 5.1.2 to 5.1.4]
Loading

Reviews (1): Last reviewed commit: "Bump prettier from 3.8.1 to 3.8.3" | Re-trigger Greptile

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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.3 branch from 66ba32a to 69d10f4 Compare May 17, 2026 15:08
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