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 all non-major dependencies #93

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.6 age adoption passing confidence
@vitest/eslint-plugin 1.1.10 -> 1.1.12 age adoption passing confidence
eslint-plugin-perfectionist (source) 4.0.3 -> 4.1.2 age adoption passing confidence
happy-dom 15.11.6 -> 15.11.7 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.12

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.10...v1.1.11

azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v4.1.2

Compare Source

compare changes

🐞 Bug Fixes
❤️ Contributors

v4.1.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-modules: Check if node is sortable (26e2195)
❤️ Contributors

v4.1.0

Compare Source

compare changes

🚀 Features
  • sort-enums: Handle numeric operations (710cc24)
  • sort-objects: Add object declarations and destructured objects options (5606fad)
❤️ Contributors
capricorn86/happy-dom (happy-dom)

v15.11.7

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


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.

Copy link

stackblitz bot commented Nov 25, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.1.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.1.2 Nov 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.1.2 chore(deps): update all non-major dependencies Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e6dabf2 to f593930 Compare November 28, 2024 04:36
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.

0 participants