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 dependencies (non-major) #713

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.9.1 -> ^22.10.1 age adoption passing confidence
@unhead/vue (source) ^1.11.11 -> ^1.11.13 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.0 -> ^5.2.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence
@vue/tsconfig ^0.6.0 -> ^0.7.0 age adoption passing confidence
nanoid ^5.0.8 -> ^5.0.9 age adoption passing confidence
pinia ^2.2.6 -> ^2.2.7 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
unplugin-auto-import ^0.18.5 -> ^0.18.6 age adoption passing confidence
unplugin-vue-components ^0.27.4 -> ^0.27.5 age adoption passing confidence
vitest (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence
vue-i18n (source) ^10.0.4 -> ^10.0.5 age adoption passing confidence
vue-router ^4.4.5 -> ^4.5.0 age adoption passing confidence

Release Notes

unjs/unhead (@​unhead/vue)

v1.11.13

Compare Source

No significant changes

    View changes on GitHub

v1.11.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

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

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
vuejs/tsconfig (@​vue/tsconfig)

v0.7.0

Compare Source

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

ai/nanoid (nanoid)

v5.0.9

Compare Source

  • Fixed a way to brake Nano ID by passing non-integer size (by @​myndzi).
vuejs/pinia (pinia)

v2.2.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

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

unplugin/unplugin-auto-import (unplugin-auto-import)

v0.18.6

Compare Source

No significant changes

    View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
intlify/vue-i18n (vue-i18n)

v10.0.5

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v10.0.4...v10.0.5

vuejs/router (vue-router)

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, 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 renovate bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (4531f31) to head (f042578).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #713   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files           5        5           
  Lines         421      421           
  Branches       72       72           
=======================================
  Hits          417      417           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot requested a review from sabertazimi November 22, 2024 21:29
@renovate renovate bot changed the title chore(deps): update dependency typescript to ^5.7.2 chore(deps): update dependencies (non-major) Nov 23, 2024
Copy link
Owner

@sabertazimi sabertazimi left a comment

Choose a reason for hiding this comment

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

@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from ead01a9 to 17ca213 Compare November 26, 2024 13:32
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 925af60 to 302060f Compare November 27, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant