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

Closed
wants to merge 1 commit into 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 Nov 11, 2024 1:23am

@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 678e69a to a9a7f4c Compare October 31, 2024 22:31
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from a9a7f4c to 76c662c Compare November 1, 2024 19:21
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 76c662c to e8d2ab4 Compare November 2, 2024 16:20
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from e8d2ab4 to 452d6b7 Compare November 3, 2024 04:29
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 452d6b7 to c3828b7 Compare November 3, 2024 06:47
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from c3828b7 to 8c4fdef Compare November 3, 2024 15:15
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 8c4fdef to 96294d2 Compare November 4, 2024 01:02
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 96294d2 to 9f8c2b2 Compare November 4, 2024 15:03
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 9f8c2b2 to 2c7950c Compare November 5, 2024 06:17
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 2c7950c to abd030a Compare November 7, 2024 02:24
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from abd030a to 3a582b0 Compare November 9, 2024 04:40
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 3a582b0 to 4d52428 Compare November 11, 2024 01:09
Copy link
Contributor Author

renovate bot commented Nov 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.2.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/prettier-3.x-lockfile branch November 11, 2024 01:51
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.

1 participant