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.4.1 #3295

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.


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

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

@renovate renovate bot added c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Dec 1, 2024
@renovate renovate bot requested a review from a team as a code owner December 1, 2024 01:25
@renovate renovate bot added this to the vAnytime milestone Dec 1, 2024
Copy link

netlify bot commented Dec 1, 2024

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit a362b46
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/674d7c12de42290008ced91e
😎 Deploy Preview https://deploy-preview-3295.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (dd3dbbd) to head (a362b46).
Report is 2 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3295      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files        2806     2806              
  Lines      217140   217140              
  Branches      981      978       -3     
==========================================
- Hits       217065   217057       -8     
- Misses         75       83       +8     

see 2 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/prettier branch 8 times, most recently from 25482d5 to e01c363 Compare December 2, 2024 09:11
@ST-DDT ST-DDT enabled auto-merge December 2, 2024 09:22
@ST-DDT ST-DDT added this pull request to the merge queue Dec 2, 2024
Merged via the queue into next with commit 176d430 Dec 2, 2024
23 checks passed
@ST-DDT ST-DDT deleted the renovate/prettier branch December 2, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant