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

Update dependency prettier to ^3.4.1 #171

Merged
merged 2 commits into from
Dec 6, 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 - "on the 1st day of the month" in timezone America/Los_Angeles, 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.

@renovate renovate bot enabled auto-merge (squash) December 1, 2024 09:44
@renovate renovate bot requested a review from emmercm December 1, 2024 13:17
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 5 times, most recently from cb1fa16 to c28f4c6 Compare December 6, 2024 01:03
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from c28f4c6 to 9681ff4 Compare December 6, 2024 02:34
Copy link
Contributor Author

renovate bot commented Dec 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 5d4ed86 into main Dec 6, 2024
18 checks passed
@renovate renovate bot deleted the renovate/dev-dependencies branch December 6, 2024 02:51
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.99%. Comparing base (8af8c93) to head (d50e625).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   92.79%   92.99%   +0.20%     
==========================================
  Files          16       16              
  Lines         999      999              
  Branches      247      247              
==========================================
+ Hits          927      929       +2     
+ Misses         65       63       -2     
  Partials        7        7              
Flag Coverage Δ
metalsmith-collections-related 100.00% <ø> (ø)
metalsmith-css-unused 83.33% <ø> (ø)
metalsmith-github-profile 77.77% <ø> (ø)
metalsmith-htaccess 100.00% <ø> (ø)
metalsmith-html-glob 97.67% <ø> (ø)
metalsmith-html-linter 90.62% <ø> (ø)
metalsmith-html-relative 97.43% <ø> (ø)
metalsmith-html-sri 90.90% <ø> (ø)
metalsmith-html-unused 100.00% <ø> (ø)
metalsmith-include-files 95.83% <ø> (ø)
metalsmith-link-checker 96.05% <ø> (+1.31%) ⬆️
metalsmith-mermaid 97.22% <ø> (ø)
metalsmith-multi-collections 77.77% <ø> (ø)
metalsmith-reading-time 100.00% <ø> (ø)
metalsmith-tracer 88.65% <ø> (ø)
metalsmith-vega 89.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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