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・Rust
U+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
-
cca9461
Release 3.4.2 -
572bebe
Fix comments on class methods with decorators (#16891) -
359c4f0
chore(deps): update dependency@angular/compiler
to v19.0.1 (#16903) -
6470996
chore(deps): update dependency@glimmer/syntax
to v0.93.1 (#16904) -
e13614f
Correct fit() for fill() (#16899) -
10db357
Remove check onTSImportType.isTypeOf
(#16892) -
ac46a4f
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796) -
d52e905
Add test for #16207 (#16890) -
a1e354d
Clean changelog_unreleased -
99875da
Bump Prettier dependency to 3.4.1 - See full diff in compare view