From ef0c23189db33220a73022d8c29a27709d0df440 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Apr 2026 10:37:20 +0200 Subject: [PATCH] chore(deps): update dependency prettier to v3.8.2 (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.8.1` → `3.8.2`](https://renovatebot.com/diffs/npm/prettier/3.8.1/3.8.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.1/3.8.2?slim=true) | --- ### Release Notes
prettier/prettier (prettier) ### [`v3.8.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#382) [Compare Source](https://github.com/prettier/prettier/compare/3.8.1...3.8.2) [diff](https://github.com/prettier/prettier/compare/3.8.1...3.8.2) ##### Angular: Support Angular v21.2 ([#​18722](https://github.com/prettier/prettier/pull/18722), [#​19034](https://github.com/prettier/prettier/pull/19034) by [@​fisker](https://github.com/fisker)) Exhaustive typechecking with `@default never;` ```html @​switch (foo) { @​case (1) {} @​default never; } SyntaxError: Incomplete block "default never". If you meant to write the @​ character, you should use the "&#​64;" HTML entity instead. (3:3) @​switch (foo) { @​case (1) {} @​default never; } ``` `arrow function` and `instanceof` expressions. ```html @​let fn = (a) => a? 1:2; {{ fn ( a instanceof b)}} @​let fn = (a) => a? 1:2; {{ fn ( a instanceof b)}} @​let fn = (a) => (a ? 1 : 2); {{ fn(a instanceof b) }} ```
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/73 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d93547e..9ed0d99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "24.12.2", "esbuild": "0.28.0", "jest": "30.3.0", - "prettier": "3.8.1", + "prettier": "3.8.2", "ts-jest": "29.4.9", "typescript": "5.9.3" } @@ -4474,9 +4474,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 64c1d4e..e29924b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/node": "24.12.2", "esbuild": "0.28.0", "jest": "30.3.0", - "prettier": "3.8.1", + "prettier": "3.8.2", "ts-jest": "29.4.9", "typescript": "5.9.3" },