From e0fc756a75fc78a001f57a4ca8ef73bb646231d7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Aug 2026 11:11:07 +0000
Subject: [PATCH] chore: bump prettier from 3.9.4 to 3.9.6 in /offlinedocs
(#27737)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [prettier](https://github.com/prettier/prettier) from 3.9.4 to
3.9.6.
Release notes
Sourced from prettier's
releases.
3.9.6
What's Changed
🔗 Changelog
3.9.5
🔗 Changelog
Changelog
Sourced from prettier's
changelog.
3.9.6
diff
TypeScript: Preserve quotes for methods named new (#19621
by @kovsu)
// Input
interface Container {
"new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}
TypeScript: Support import defer (#19624,
#19675
by @fisker)
// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";
JavaScript: Added a new official plugin
@prettier/plugin-yuku (#19628,
#19629
by @fisker)
@prettier/plugin-yuku is powered by Yuku (A high-performance
JavaScript/TypeScript compiler toolchain written in Zig).
This plugin includes two new parsers: yuku (JavaScript
syntax) and yuku-ts (TypeScript syntax).
To use this plugin:
-
Install the plugin:
yarn add --dev prettier @prettier/plugin-yuku
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
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 2791c2bc0b..f417633088 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.9.4",
+ "prettier": "3.9.6",
"typescript": "6.0.3"
},
"engines": {
diff --git a/offlinedocs/pnpm-lock.yaml b/offlinedocs/pnpm-lock.yaml
index 23b15dae8b..2650084c2f 100644
--- a/offlinedocs/pnpm-lock.yaml
+++ b/offlinedocs/pnpm-lock.yaml
@@ -87,8 +87,8 @@ importers:
specifier: 14.2.35
version: 14.2.35(eslint@8.57.1)(typescript@6.0.3)
prettier:
- specifier: 3.9.4
- version: 3.9.4
+ specifier: 3.9.6
+ version: 3.9.6
typescript:
specifier: 6.0.3
version: 6.0.3
@@ -2077,8 +2077,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier@3.9.4:
- resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==}
+ prettier@3.9.6:
+ resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
engines: {node: '>=14'}
hasBin: true
@@ -5018,7 +5018,7 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier@3.9.4: {}
+ prettier@3.9.6: {}
process-nextick-args@2.0.1: {}