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

Update All dependencies #321

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Update All dependencies #321

merged 2 commits into from
Nov 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lusc/eslint-config ^3.1.1 -> ^3.2.0 age adoption passing confidence
@types/node (source) ^22.9.1 -> ^22.10.0 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
type-fest ^4.27.0 -> ^4.28.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
yarn (source) 4.5.1 -> 4.5.3 age adoption passing confidence

Release Notes

melusc/eslint-config (@​lusc/eslint-config)

v3.2.0

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

sindresorhus/type-fest (type-fest)

v4.28.1

Compare Source

v4.28.0

Compare Source

v4.27.1

Compare Source

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

yarnpkg/berry (yarn)

v4.5.3

Compare Source

v4.5.2

Compare Source


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.

👻 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 force-pushed the renovate/all-dependencies branch from 83c164a to d06cb34 Compare November 22, 2024 01:17
@renovate renovate bot changed the title Update dependency @lusc/eslint-config to ^3.2.0 Update All dependencies Nov 22, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies branch 9 times, most recently from 7129165 to 423d0c5 Compare November 26, 2024 08:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 423d0c5 to f18cf45 Compare November 26, 2024 14:25
Copy link
Contributor Author

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

@melusc melusc merged commit d203c04 into main Nov 26, 2024
5 checks passed
@melusc melusc deleted the renovate/all-dependencies branch November 26, 2024 21:06
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