Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

chore(deps): update dependency prettier to v3.4.1#1007

Merged
paul-vd merged 1 commit intomainfrom
renovate/prettier-3.x
Nov 28, 2024
Merged

chore(deps): update dependency prettier to v3.4.1#1007
paul-vd merged 1 commit intomainfrom
renovate/prettier-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 26, 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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 26, 2024

👷 Deploy Preview for heuristic-almeida-1a1f35 processing.

Name Link
🔨 Latest commit 6907ae0
🔍 Latest deploy log https://app.netlify.com/sites/heuristic-almeida-1a1f35/deploys/6745e3cdcb8a5b0009fa3f28

@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 7cbaa06 to 6907ae0 Compare November 26, 2024 15:05
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.4.0 chore(deps): update dependency prettier to v3.4.1 Nov 26, 2024
@paul-vd paul-vd merged commit dbaa8d6 into main Nov 28, 2024
@paul-vd paul-vd deleted the renovate/prettier-3.x branch November 28, 2024 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant