From 37b1a54ec632cd493442a4ca99d4347cea5492e7 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 5 Dec 2023 08:38:03 +0000 Subject: [PATCH] chore: bump up idb version to v8 (#5198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/idb/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/idb/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/idb/7.1.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/idb/7.1.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
jakearchibald/idb (idb) ### [`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)
--- ### 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. --- - [ ] 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). --- packages/common/y-indexeddb/package.json | 2 +- packages/frontend/core/package.json | 2 +- packages/frontend/workspace/package.json | 2 +- packages/plugins/copilot/package.json | 2 +- yarn.lock | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/common/y-indexeddb/package.json b/packages/common/y-indexeddb/package.json index a748f49d8c..92911fa5c1 100644 --- a/packages/common/y-indexeddb/package.json +++ b/packages/common/y-indexeddb/package.json @@ -32,7 +32,7 @@ } }, "dependencies": { - "idb": "^7.1.1", + "idb": "^8.0.0", "nanoid": "^5.0.3", "y-provider": "workspace:*" }, diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index 847c8c0e26..a06d069ebb 100644 --- a/packages/frontend/core/package.json +++ b/packages/frontend/core/package.json @@ -58,7 +58,7 @@ "dayjs": "^1.11.10", "foxact": "^0.2.20", "graphql": "^16.8.1", - "idb": "^7.1.1", + "idb": "^8.0.0", "intl-segmenter-polyfill-rs": "^0.1.6", "jotai": "^2.5.1", "jotai-devtools": "^0.7.0", diff --git a/packages/frontend/workspace/package.json b/packages/frontend/workspace/package.json index 0662a725a9..2d1fabe467 100644 --- a/packages/frontend/workspace/package.json +++ b/packages/frontend/workspace/package.json @@ -22,7 +22,7 @@ "@toeverything/hooks": "workspace:*", "@toeverything/y-indexeddb": "workspace:*", "async-call-rpc": "^6.3.1", - "idb": "^7.1.1", + "idb": "^8.0.0", "idb-keyval": "^6.2.1", "is-svg": "^5.0.0", "jotai": "^2.5.1", diff --git a/packages/plugins/copilot/package.json b/packages/plugins/copilot/package.json index 76eb4a6635..39950ca5c9 100644 --- a/packages/plugins/copilot/package.json +++ b/packages/plugins/copilot/package.json @@ -19,7 +19,7 @@ "@blocksuite/icons": "2.1.36", "@vanilla-extract/css": "^1.13.0", "clsx": "^2.0.0", - "idb": "^7.1.1", + "idb": "^8.0.0", "langchain": "^0.0.166", "marked": "^9.1.2", "marked-gfm-heading-id": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index a4c7f422b6..845c0ba390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -321,7 +321,7 @@ __metadata: "@types/marked": "npm:^6.0.0" "@vanilla-extract/css": "npm:^1.13.0" clsx: "npm:^2.0.0" - idb: "npm:^7.1.1" + idb: "npm:^8.0.0" jotai: "npm:^2.5.1" langchain: "npm:^0.0.166" marked: "npm:^9.1.2" @@ -398,7 +398,7 @@ __metadata: foxact: "npm:^0.2.20" graphql: "npm:^16.8.1" 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" jotai: "npm:^2.5.1" jotai-devtools: "npm:^0.7.0" @@ -921,7 +921,7 @@ __metadata: "@types/ws": "npm:^8.5.7" async-call-rpc: "npm:^6.3.1" fake-indexeddb: "npm:^5.0.0" - idb: "npm:^7.1.1" + idb: "npm:^8.0.0" idb-keyval: "npm:^6.2.1" is-svg: "npm:^5.0.0" jotai: "npm:^2.5.1" @@ -13291,7 +13291,7 @@ __metadata: "@blocksuite/blocks": "npm:0.0.0-20231130092516-0f858b95-nightly" "@blocksuite/store": "npm:0.0.0-20231130092516-0f858b95-nightly" fake-indexeddb: "npm:^5.0.0" - idb: "npm:^7.1.1" + idb: "npm:^8.0.0" nanoid: "npm:^5.0.3" vite: "npm:^4.4.11" vite-plugin-dts: "npm:3.6.0" @@ -23154,10 +23154,10 @@ __metadata: languageName: node linkType: hard -"idb@npm:^7.1.1": - version: 7.1.1 - resolution: "idb@npm:7.1.1" - checksum: 8e33eaebf21055129864acb89932e0739b8c96788e559df24c253ce114d8c6deb977a3b30ea47a9bb8a2ae8a55964861c3df65f360d95745e341cee40d5c17f4 +"idb@npm:^8.0.0": + version: 8.0.0 + resolution: "idb@npm:8.0.0" + checksum: 6ff47b46ead4bf02ac3a9145bb2f48bac707b950cf33282a72eec8efcda610ffb0a09aab6eea58450f6c87373060bf50998d307085830a302e9e231eee6cd37d languageName: node linkType: hard