-
Notifications
You must be signed in to change notification settings - Fork 56
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.3.3 #166
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f8eb750
to
ef65589
Compare
ef65589
to
4ab6ed0
Compare
4ab6ed0
to
ba210a3
Compare
ba210a3
to
5143f0b
Compare
5143f0b
to
650115f
Compare
650115f
to
fd33c1e
Compare
fd33c1e
to
6c3971f
Compare
6c3971f
to
a4bd7fb
Compare
a4bd7fb
to
9b653a1
Compare
9b653a1
to
a515ebd
Compare
a515ebd
to
36f61a7
Compare
36f61a7
to
3e58aa0
Compare
3e58aa0
to
0241739
Compare
0241739
to
a022c48
Compare
678e69a
to
a9a7f4c
Compare
a9a7f4c
to
76c662c
Compare
76c662c
to
e8d2ab4
Compare
e8d2ab4
to
452d6b7
Compare
452d6b7
to
c3828b7
Compare
c3828b7
to
8c4fdef
Compare
8c4fdef
to
96294d2
Compare
96294d2
to
9f8c2b2
Compare
9f8c2b2
to
2c7950c
Compare
2c7950c
to
abd030a
Compare
abd030a
to
3a582b0
Compare
3a582b0
to
4d52428
Compare
4d52428
to
c904ba9
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3.3.2
->3.3.3
Release Notes
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.