mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
chore: bump up idb version to v8 (#5198)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [idb](https://togithub.com/jakearchibald/idb) | [`^7.1.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/idb/7.1.1/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jakearchibald/idb (idb)</summary> ### [`v8.0.0`](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) [Compare Source](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"idb": "^7.1.1",
|
"idb": "^8.0.0",
|
||||||
"nanoid": "^5.0.3",
|
"nanoid": "^5.0.3",
|
||||||
"y-provider": "workspace:*"
|
"y-provider": "workspace:*"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
"dayjs": "^1.11.10",
|
"dayjs": "^1.11.10",
|
||||||
"foxact": "^0.2.20",
|
"foxact": "^0.2.20",
|
||||||
"graphql": "^16.8.1",
|
"graphql": "^16.8.1",
|
||||||
"idb": "^7.1.1",
|
"idb": "^8.0.0",
|
||||||
"intl-segmenter-polyfill-rs": "^0.1.6",
|
"intl-segmenter-polyfill-rs": "^0.1.6",
|
||||||
"jotai": "^2.5.1",
|
"jotai": "^2.5.1",
|
||||||
"jotai-devtools": "^0.7.0",
|
"jotai-devtools": "^0.7.0",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"@toeverything/hooks": "workspace:*",
|
"@toeverything/hooks": "workspace:*",
|
||||||
"@toeverything/y-indexeddb": "workspace:*",
|
"@toeverything/y-indexeddb": "workspace:*",
|
||||||
"async-call-rpc": "^6.3.1",
|
"async-call-rpc": "^6.3.1",
|
||||||
"idb": "^7.1.1",
|
"idb": "^8.0.0",
|
||||||
"idb-keyval": "^6.2.1",
|
"idb-keyval": "^6.2.1",
|
||||||
"is-svg": "^5.0.0",
|
"is-svg": "^5.0.0",
|
||||||
"jotai": "^2.5.1",
|
"jotai": "^2.5.1",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"@blocksuite/icons": "2.1.36",
|
"@blocksuite/icons": "2.1.36",
|
||||||
"@vanilla-extract/css": "^1.13.0",
|
"@vanilla-extract/css": "^1.13.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"idb": "^7.1.1",
|
"idb": "^8.0.0",
|
||||||
"langchain": "^0.0.166",
|
"langchain": "^0.0.166",
|
||||||
"marked": "^9.1.2",
|
"marked": "^9.1.2",
|
||||||
"marked-gfm-heading-id": "^3.1.0",
|
"marked-gfm-heading-id": "^3.1.0",
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ __metadata:
|
|||||||
"@types/marked": "npm:^6.0.0"
|
"@types/marked": "npm:^6.0.0"
|
||||||
"@vanilla-extract/css": "npm:^1.13.0"
|
"@vanilla-extract/css": "npm:^1.13.0"
|
||||||
clsx: "npm:^2.0.0"
|
clsx: "npm:^2.0.0"
|
||||||
idb: "npm:^7.1.1"
|
idb: "npm:^8.0.0"
|
||||||
jotai: "npm:^2.5.1"
|
jotai: "npm:^2.5.1"
|
||||||
langchain: "npm:^0.0.166"
|
langchain: "npm:^0.0.166"
|
||||||
marked: "npm:^9.1.2"
|
marked: "npm:^9.1.2"
|
||||||
@@ -398,7 +398,7 @@ __metadata:
|
|||||||
foxact: "npm:^0.2.20"
|
foxact: "npm:^0.2.20"
|
||||||
graphql: "npm:^16.8.1"
|
graphql: "npm:^16.8.1"
|
||||||
html-webpack-plugin: "npm:^5.5.3"
|
html-webpack-plugin: "npm:^5.5.3"
|
||||||
idb: "npm:^7.1.1"
|
idb: "npm:^8.0.0"
|
||||||
intl-segmenter-polyfill-rs: "npm:^0.1.6"
|
intl-segmenter-polyfill-rs: "npm:^0.1.6"
|
||||||
jotai: "npm:^2.5.1"
|
jotai: "npm:^2.5.1"
|
||||||
jotai-devtools: "npm:^0.7.0"
|
jotai-devtools: "npm:^0.7.0"
|
||||||
@@ -921,7 +921,7 @@ __metadata:
|
|||||||
"@types/ws": "npm:^8.5.7"
|
"@types/ws": "npm:^8.5.7"
|
||||||
async-call-rpc: "npm:^6.3.1"
|
async-call-rpc: "npm:^6.3.1"
|
||||||
fake-indexeddb: "npm:^5.0.0"
|
fake-indexeddb: "npm:^5.0.0"
|
||||||
idb: "npm:^7.1.1"
|
idb: "npm:^8.0.0"
|
||||||
idb-keyval: "npm:^6.2.1"
|
idb-keyval: "npm:^6.2.1"
|
||||||
is-svg: "npm:^5.0.0"
|
is-svg: "npm:^5.0.0"
|
||||||
jotai: "npm:^2.5.1"
|
jotai: "npm:^2.5.1"
|
||||||
@@ -13291,7 +13291,7 @@ __metadata:
|
|||||||
"@blocksuite/blocks": "npm:0.0.0-20231130092516-0f858b95-nightly"
|
"@blocksuite/blocks": "npm:0.0.0-20231130092516-0f858b95-nightly"
|
||||||
"@blocksuite/store": "npm:0.0.0-20231130092516-0f858b95-nightly"
|
"@blocksuite/store": "npm:0.0.0-20231130092516-0f858b95-nightly"
|
||||||
fake-indexeddb: "npm:^5.0.0"
|
fake-indexeddb: "npm:^5.0.0"
|
||||||
idb: "npm:^7.1.1"
|
idb: "npm:^8.0.0"
|
||||||
nanoid: "npm:^5.0.3"
|
nanoid: "npm:^5.0.3"
|
||||||
vite: "npm:^4.4.11"
|
vite: "npm:^4.4.11"
|
||||||
vite-plugin-dts: "npm:3.6.0"
|
vite-plugin-dts: "npm:3.6.0"
|
||||||
@@ -23154,10 +23154,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"idb@npm:^7.1.1":
|
"idb@npm:^8.0.0":
|
||||||
version: 7.1.1
|
version: 8.0.0
|
||||||
resolution: "idb@npm:7.1.1"
|
resolution: "idb@npm:8.0.0"
|
||||||
checksum: 8e33eaebf21055129864acb89932e0739b8c96788e559df24c253ce114d8c6deb977a3b30ea47a9bb8a2ae8a55964861c3df65f360d95745e341cee40d5c17f4
|
checksum: 6ff47b46ead4bf02ac3a9145bb2f48bac707b950cf33282a72eec8efcda610ffb0a09aab6eea58450f6c87373060bf50998d307085830a302e9e231eee6cd37d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user