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

fix(deps): Update non-major #33

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

fix(deps): Update non-major #33

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/client (source) 6.22.3 -> 6.22.5 age adoption passing confidence
@sanity/pkg-utils ^6.11.9 -> ^6.11.13 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence
@vitest/ui (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence
nanoid 5.0.8 -> 5.0.9 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence

Release Notes

sanity-io/client (@​sanity/client)

v6.22.5

Compare Source

Bug Fixes

v6.22.4

Compare Source

Bug Fixes
  • stega: add textTheme to deny list (39edfe1)
  • stega: ignore paths that end with Id (81aa664)
sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.11.13

Compare Source

Bug Fixes

v6.11.12

Compare Source

Bug Fixes

v6.11.11

Compare Source

Bug Fixes

v6.11.10

Compare Source

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

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
ai/nanoid (nanoid)

v5.0.9

Compare Source

  • Fixed a way to brake Nano ID by passing non-integer size (by @​myndzi).
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 3am 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mutate-example-visual-editing ❌ Failed (Inspect) Nov 27, 2024 11:33am
mutate-example-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 11:33am

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

Successfully merging this pull request may close these issues.

0 participants