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 non-major-dev-dependencies #33

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

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

Release Notes

axios/axios (axios)

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
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 Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested review from dcroote and wkande December 2, 2024 02:23
Copy link

github-actions bot commented Dec 2, 2024

Visit the preview URL for this PR (updated for commit 44f4d55):

https://dao-docs--pr33-renovate-non-major-d-arrqqs7h.web.app

(expires Mon, 09 Dec 2024 02:24:40 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 692a3d243ae2dd4bec5b3941055299c5516bafba

Copy link
Collaborator

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran prettier locally

@dcroote dcroote merged commit fd84dfc into main Dec 3, 2024
4 checks passed
@dcroote dcroote deleted the renovate/non-major-dev-dependencies branch December 3, 2024 06:32
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