From 7f0b8c0e063b8534d7fc955e6a58def6d70602c8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 May 2026 12:58:50 +0000
Subject: [PATCH] chore: bump prettier from 3.7.3 to 3.8.3 in /offlinedocs
(#24870)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [prettier](https://github.com/prettier/prettier) from 3.7.3 to
3.8.3.
Sourced from prettier's
releases. 🔗 Changelog 🔗 Changelog 🔗 Changelog 🔗 Release note
"Prettier 3.8: Support for Angular v21.1" 🔗 Changelog Sourced from prettier's
changelog. // Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
); // Prettier 3.8.3
$value: if(sass(false): 1; else: -1);
Release notes
3.8.3
if() function (prettier/prettier#18471
by @​kovsu)3.8.2
3.8.1
printers in plugin type declarations
(#18706
by @​porada)3.8.0
3.7.4
What's Changed
@​fisker in prettier/prettier#18393@​fisker in prettier/prettier#18395@​kovsu in prettier/prettier#18383Changelog
3.8.3
SCSS: Prevent trailing comma in
if() function (#18471
by @​kovsu)// Input
$value: if(sass(false): 1; else: -1);
@​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 "@"
HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}
arrow function and instanceof
expressions.
</tr></table>
... (truncated)
d7108a7
Release 3.8.3177f908
Prevent trailing comma in SCSS if() function (#18471)1cd4066
Release @​prettier/plugin-oxc@​0.1.4a8700e2
Update oxc-parser to v0.125.0752157c
Fix tests053fd41
Bump Prettier dependency to 3.8.2904c636
Clean changelog_unreleaseddc1f7fc
Update dependents countb31557c
Release 3.8.296bbaed
Support Angular v21.2 (#18722)