Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence

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.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
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.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
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:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
file-uploader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 6:09am

@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from f8eb750 to ef65589 Compare July 15, 2024 19:58
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from ef65589 to 4ab6ed0 Compare July 15, 2024 22:03
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 4ab6ed0 to ba210a3 Compare July 16, 2024 13:10
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from ba210a3 to 5143f0b Compare July 16, 2024 17:19
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 5143f0b to 650115f Compare July 16, 2024 20:09
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 650115f to fd33c1e Compare July 17, 2024 02:02
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from fd33c1e to 6c3971f Compare July 17, 2024 20:14
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 6c3971f to a4bd7fb Compare July 19, 2024 13:26
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from a4bd7fb to 9b653a1 Compare July 21, 2024 18:48
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 9b653a1 to a515ebd Compare July 22, 2024 13:42
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from a515ebd to 36f61a7 Compare July 22, 2024 22:22
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 36f61a7 to 3e58aa0 Compare July 23, 2024 01:45
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 3e58aa0 to 0241739 Compare July 23, 2024 05:25
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 0241739 to a022c48 Compare July 24, 2024 01:43
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from eb607c5 to dd24686 Compare September 24, 2024 01:16
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from dd24686 to 79d205f Compare September 24, 2024 15:06
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 79d205f to 5b1978c Compare September 25, 2024 04:06
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 5b1978c to bc0ce8c Compare September 25, 2024 21:25
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from bc0ce8c to d93118d Compare September 26, 2024 04:14
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from d93118d to eec4e4c Compare September 27, 2024 21:12
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from eec4e4c to bba928b Compare September 28, 2024 01:32
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from bba928b to 6713aa3 Compare October 1, 2024 00:45
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 6713aa3 to 424c405 Compare October 2, 2024 00:07
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 424c405 to f194c84 Compare October 2, 2024 18:55
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from f194c84 to 03ed1a1 Compare October 3, 2024 22:33
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 03ed1a1 to 5559c24 Compare October 4, 2024 00:27
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 5559c24 to bdb8eae Compare October 4, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants