Build(deps-dev): bump prettier from 3.4.1 to 3.4.2 in /ui
Bumps prettier from 3.4.1 to 3.4.2.
Changelog
Sourced from prettier's changelog.
3.4.2
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by
@tats-u)Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
<!-- Input (--prose-wrap=never) --> C言 語 ・ C++ ・ Go ・ Rust <!-- Prettier 3.4.1 --> C言語・ C++ ・ Go ・ Rust <!-- Prettier 3.4.2 --> C言語・C++・Go・RustU+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by
@fisker)// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } // Prettier 3.4.1 class A { @decorator async /** </tr></table>
... (truncated)
Commits
-
cca9461Release 3.4.2 -
572bebeFix comments on class methods with decorators (#16891) -
359c4f0chore(deps): update dependency@angular/compilerto v19.0.1 (#16903) -
6470996chore(deps): update dependency@glimmer/syntaxto v0.93.1 (#16904) -
e13614fCorrect fit() for fill() (#16899) -
10db357Remove check onTSImportType.isTypeOf(#16892) -
ac46a4fTreat U+30A0 & U+30FB in Katakana Block as CJK (#16796) -
d52e905Add test for #16207 (#16890) -
a1e354dClean changelog_unreleased -
99875daBump Prettier dependency to 3.4.1 - See full diff in compare view