Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint (source) 0.7.1 -> 0.7.2 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
vue-router 4.4.5 -> 4.5.0 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.7.2

Compare Source

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

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

vuejs/router (vue-router)

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Nov 22, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d92e79 to 718d2ed Compare November 25, 2024 16:58
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.7.2 chore(deps): update all non-major dependencies Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 92aa018 to c225fd5 Compare November 26, 2024 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c225fd5 to 7c149f0 Compare November 27, 2024 01:46
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 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.

@dargmuesli dargmuesli force-pushed the renovate/all-minor-patch branch from a1901bd to f58e8f4 Compare November 28, 2024 06:24
@dargmuesli dargmuesli merged commit ed73145 into master Nov 28, 2024
12 checks passed
@dargmuesli dargmuesli deleted the renovate/all-minor-patch branch November 28, 2024 06:30
@dargmuesli-bot
Copy link

🎉 This PR is included in version 2.1.52 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants