-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency prettier to v3.4.2 #903
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #903 +/- ##
=====================================
Coverage 1.12% 1.12%
=====================================
Files 38 38
Lines 177 177
Branches 20 20
=====================================
Hits 2 2
Misses 175 175 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 9, 2024 20:12
acfc1a9
to
15e8492
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 9, 2024 20:50
15e8492
to
75c9c5c
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 9, 2024 21:15
75c9c5c
to
7f8d8b8
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 9, 2024 21:21
7f8d8b8
to
48828e2
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 9, 2024 21:29
48828e2
to
b1ba378
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 10, 2024 09:57
b1ba378
to
eeecb57
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 10, 2024 14:09
eeecb57
to
de9f3cf
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 10, 2024 19:53
de9f3cf
to
844a721
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 12, 2024 10:00
844a721
to
0dc4a5a
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 12, 2024 12:33
0dc4a5a
to
4603d02
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 12, 2024 15:17
4603d02
to
d47a66f
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 12, 2024 16:20
d47a66f
to
28fe131
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 13, 2024 10:42
28fe131
to
96f14b7
Compare
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 13, 2024 11:15
96f14b7
to
b120432
Compare
ckomop0x
approved these changes
Dec 13, 2024
renovate
bot
force-pushed
the
renovate/prettier-3.x
branch
from
December 13, 2024 11:25
b120432
to
72e10a2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.1
->3.4.2
Release Notes
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
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.
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)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.