From 805e668715d5a72da92ee1879e0c182bf3c6b4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:11:33 +0200 Subject: [PATCH] build(deps-dev): Bump prettier from 3.8.1 to 3.8.2 (#154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [prettier](https://github.com/prettier/prettier) from 3.8.1 to 3.8.2.
Release notes

Sourced from prettier's releases.

3.8.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

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.

<!-- Input -->
@let fn = (a) =>        a?    1:2;

{{ fn ( a instanceof b)}}

<!-- Prettier 3.8.1 --> @​let fn = (a) => a? 1:2;

{{ fn ( a instanceof b)}}

<!-- Prettier 3.8.2 --> @​let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 37671f05..f986abb6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "husky": "9.1.7", "knip": "6.4.1", "lint-staged": "16.4.0", - "prettier": "3.8.1", + "prettier": "3.8.2", "turbo": "2.9.6", "typescript": "5.9.3", "typescript-eslint": "8.58.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9bade45..c06ea726 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: 16.4.0 version: 16.4.0 prettier: - specifier: 3.8.1 - version: 3.8.1 + specifier: 3.8.2 + version: 3.8.2 turbo: specifier: 2.9.6 version: 2.9.6 @@ -2868,8 +2868,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.8.1: - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} + prettier@3.8.2: + resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==} engines: {node: '>=14'} hasBin: true @@ -6154,7 +6154,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.8.1: {} + prettier@3.8.2: {} pretty-format@27.5.1: dependencies: