Bump prettier from 3.4.1 to 3.4.2 by dependabot[bot] · Pull Request #1799 · peter-evans/create-issue-from-file (original) (raw)
Bumps prettier from 3.4.1 to 3.4.2.
Release notes
Sourced from prettier's releases.
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.
C言 語 ・ C++ ・ Go ・ Rust
C言語・ C++ ・ Go ・ Rust
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 /*
... (truncated)
Commits
- cca9461 Release 3.4.2
- 572bebe Fix comments on class methods with decorators (#16891)
- 359c4f0 chore(deps): update dependency
@angular/compilerto v19.0.1 (#16903) - 6470996 chore(deps): update dependency
@glimmer/syntaxto v0.93.1 (#16904) - e13614f Correct fit() for fill() (#16899)
- 10db357 Remove check on
TSImportType.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
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)