mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
chore: bump up vaul version to v1 (#8406)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vaul](https://vaul.emilkowal.ski/) ([source](https://redirect.github.com/emilkowalski/vaul)) | [`^0.9.1` -> `^1.0.0`](https://renovatebot.com/diffs/npm/vaul/0.9.9/1.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vaul/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vaul/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vaul/0.9.9/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vaul/0.9.9/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>emilkowalski/vaul (vaul)</summary>
### [`v1.0.0`](https://redirect.github.com/emilkowalski/vaul/releases/tag/v1.0.0)
[Compare Source](a60e76abee
...v1.0.0)
### New Docs
https://vaul.emilkowal.ski/getting-started
#### What's Changed
- fix: undefined window by [@​emilkowalski](https://redirect.github.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/452](https://redirect.github.com/emilkowalski/vaul/pull/452)
- fix: prevent undefined window by [@​emilkowalski](https://redirect.github.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/453](https://redirect.github.com/emilkowalski/vaul/pull/453)
- feat: documentation by [@​emilkowalski](https://redirect.github.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/454](https://redirect.github.com/emilkowalski/vaul/pull/454)
- feat: Add JSDocs by [@​KajSzy](https://redirect.github.com/KajSzy) in [https://github.com/emilkowalski/vaul/pull/459](https://redirect.github.com/emilkowalski/vaul/pull/459)
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.9.7...v1.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This commit is contained in:
parent
a3f8e6c852
commit
a4690b3b9d
@ -47,7 +47,7 @@
|
||||
"react-router-dom": "^6.23.1",
|
||||
"sonner": "^1.5.0",
|
||||
"swr": "^2.2.5",
|
||||
"vaul": "^0.9.1",
|
||||
"vaul": "^1.0.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
10
yarn.lock
10
yarn.lock
@ -201,7 +201,7 @@ __metadata:
|
||||
tailwind-merge: "npm:^2.3.0"
|
||||
tailwindcss: "npm:^3.4.4"
|
||||
tailwindcss-animate: "npm:^1.0.7"
|
||||
vaul: "npm:^0.9.1"
|
||||
vaul: "npm:^1.0.0"
|
||||
zod: "npm:^3.23.8"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -32664,15 +32664,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vaul@npm:^0.9.1":
|
||||
version: 0.9.9
|
||||
resolution: "vaul@npm:0.9.9"
|
||||
"vaul@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "vaul@npm:1.0.0"
|
||||
dependencies:
|
||||
"@radix-ui/react-dialog": "npm:^1.1.1"
|
||||
peerDependencies:
|
||||
react: ^16.8 || ^17.0 || ^18.0
|
||||
react-dom: ^16.8 || ^17.0 || ^18.0
|
||||
checksum: 10/f97f7647475482b4705c6df939c905b16ec35db9b481486301183710830da9a21de2fc208d227bf47c82735a3bf1cd66b54884911dcb17724a7f6547d18e89f9
|
||||
checksum: 10/0b2fe82dad51d1b609b2086f0a8f8731d1db2da46f23ae744b58cd5d7ffc1c5e014a35d8312489915168d660f126d0dc23de87a1c07a6618e1e7995ff7714257
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user