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.
Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

diff

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

3.7.4

What's Changed

🔗 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

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- offlinedocs/package.json | 2 +- offlinedocs/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/offlinedocs/package.json b/offlinedocs/package.json index 1e730a3ddb..0696e54a68 100644 --- a/offlinedocs/package.json +++ b/offlinedocs/package.json @@ -37,7 +37,7 @@ "@types/sanitize-html": "2.16.1", "eslint": "8.57.1", "eslint-config-next": "14.2.35", - "prettier": "3.7.3", + "prettier": "3.8.3", "typescript": "6.0.2" }, "engines": { diff --git a/offlinedocs/pnpm-lock.yaml b/offlinedocs/pnpm-lock.yaml index 01c8e24437..10d681f06e 100644 --- a/offlinedocs/pnpm-lock.yaml +++ b/offlinedocs/pnpm-lock.yaml @@ -80,8 +80,8 @@ importers: specifier: 14.2.35 version: 14.2.35(eslint@8.57.1)(typescript@6.0.2) prettier: - specifier: 3.7.3 - version: 3.7.3 + specifier: 3.8.3 + version: 3.8.3 typescript: specifier: 6.0.2 version: 6.0.2 @@ -2079,8 +2079,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.7.3: - resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==} + prettier@3.8.3: + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} engines: {node: '>=14'} hasBin: true @@ -5045,7 +5045,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.7.3: {} + prettier@3.8.3: {} process-nextick-args@2.0.1: {}