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

fix(deps): Update dependency prettier to v3.4.1 #249

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies minor 3.3.3 -> 3.4.1

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 - "before 4am on the first day of the month" (UTC), 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 has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Dec 2, 2024
@kodiakhq kodiakhq bot merged commit 9f84e4b into main Dec 2, 2024
7 checks passed
@kodiakhq kodiakhq bot deleted the renovate/prettier-3.x-lockfile branch December 2, 2024 11:32
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [0.1.21](v0.1.20...v0.1.21) (2024-12-02)


### Bug Fixes

* **deps:** Update dependency @apache-arrow/esnext-esm to v18 ([#244](#244)) ([cf83603](cf83603))
* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.29 ([#248](#248)) ([abab01a](abab01a))
* **deps:** Update dependency path-type to v6 ([#245](#245)) ([ff672a5](ff672a5))
* **deps:** Update dependency prettier to v3.4.1 ([#249](#249)) ([9f84e4b](9f84e4b))
* **deps:** Update dependency typescript to v5.7.2 ([#241](#241)) ([14289b3](14289b3))
* **deps:** Update dependency uuid to v11 ([#246](#246)) ([b5d8e4d](b5d8e4d))
* **deps:** Update dependency winston to v3.17.0 ([#242](#242)) ([8f0754c](8f0754c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant