Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 dependencies Pull requests that update a dependency file deps:npm labels Dec 3, 2024
@renovate renovate bot changed the title chore: update dependency prettier to v3.4.0 chore: update dependency prettier to v3.4.1 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 75405c3 to d9a8497 Compare December 3, 2024 14:07
@MichaelDeBoey MichaelDeBoey changed the title chore: update dependency prettier to v3.4.1 chore(deps-dev): update prettier to v3.4.1 Dec 3, 2024
@MichaelDeBoey MichaelDeBoey merged commit 3fae241 into main Dec 3, 2024
14 checks passed
@MichaelDeBoey MichaelDeBoey deleted the renovate/prettier-3.x-lockfile branch December 3, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file deps:npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants