From 883d5e6f335b071d43bee6cffc801ebf5c9d51ac Mon Sep 17 00:00:00 2001
From: renovate <29139614+renovate@users.noreply.github.com>
Date: Mon, 24 Mar 2025 07:19:44 +0000
Subject: [PATCH] chore: bump up all non-major dependencies (#11121)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@capgo/inappbrowser](https://redirect.github.com/Cap-go/capacitor-inappbrowser) | [`7.6.0` -> `7.6.4`](https://renovatebot.com/diffs/npm/@capgo%2finappbrowser/7.6.0/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.11.11` -> `1.11.13`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.11/1.11.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [bullmq](https://bullmq.io/) ([source](https://redirect.github.com/taskforcesh/bullmq)) | [`5.44.2` -> `5.44.3`](https://renovatebot.com/diffs/npm/bullmq/5.44.2/5.44.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [lib0](https://redirect.github.com/dmonad/lib0) | [`0.2.99` -> `0.2.100`](https://renovatebot.com/diffs/npm/lib0/0.2.99/0.2.100) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | [`4.5.2` -> `4.6.0`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.5.2/4.6.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
Cap-go/capacitor-inappbrowser (@capgo/inappbrowser)
### [`v7.6.4`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/blob/HEAD/CHANGELOG.md#764-2025-03-24)
[Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.6.3...7.6.4)
### [`v7.6.3`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/blob/HEAD/CHANGELOG.md#763-2025-03-23)
[Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.6.2...7.6.3)
### [`v7.6.2`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/blob/HEAD/CHANGELOG.md#762-2025-03-23)
[Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.6.1...7.6.2)
### [`v7.6.1`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/blob/HEAD/CHANGELOG.md#761-2025-03-23)
[Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.6.0...7.6.1)
swc-project/swc (@swc/core)
### [`v1.11.13`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11113---2025-03-24)
[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.11.12...v1.11.13)
##### Features
- **(es/minifier)** Merge alt's cons with cons ([#10256](https://redirect.github.com/swc-project/swc/issues/10256)) ([589bcd7](https://redirect.github.com/swc-project/swc/commit/589bcd70c4c3ad9f66ba2bbf5e4c46b82a5ddb68))
- **(swc_core)** Expose features of `swc_parallel` ([#10258](https://redirect.github.com/swc-project/swc/issues/10258)) ([042f19f](https://redirect.github.com/swc-project/swc/commit/042f19ff66e56a28a8a7616049744498c1349bfb))
##### Performance
- **(es/minifier)** Merge `expr_simplifier` into pure optimizer ([#10202](https://redirect.github.com/swc-project/swc/issues/10202)) ([9c9b0ba](https://redirect.github.com/swc-project/swc/commit/9c9b0baaacf36083709dac2d18ba4db9482c70ed))
### [`v1.11.12`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11112---2025-03-23)
[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.11.11...v1.11.12)
##### Bug Fixes
- **(es/minifier)** Make `inline_globals` noop by default ([#10231](https://redirect.github.com/swc-project/swc/issues/10231)) ([b192dc8](https://redirect.github.com/swc-project/swc/commit/b192dc82e6a84bd30f159fb12ca8a216f41e8efb))
- **(es/minifier)** Fix access to `GLOBALS` in char freq compute ([#10239](https://redirect.github.com/swc-project/swc/issues/10239)) ([6286663](https://redirect.github.com/swc-project/swc/commit/628666386877067c96c32f50b55cda80acde979e))
- **(es/parser)** Fix span of wrong `await` tokens ([#10252](https://redirect.github.com/swc-project/swc/issues/10252)) ([5c28dc3](https://redirect.github.com/swc-project/swc/commit/5c28dc39646a449a9d0a92f560427ee75e1b0644))
- **(es/types)** Fix broken types ([#10224](https://redirect.github.com/swc-project/swc/issues/10224)) ([540bdf8](https://redirect.github.com/swc-project/swc/commit/540bdf868d888a017e90c9badf8bab49e9b485bb))
##### Documentation
- **(es)** Improve documentation ([#10247](https://redirect.github.com/swc-project/swc/issues/10247)) ([549e38d](https://redirect.github.com/swc-project/swc/commit/549e38db9e13135c5318fdef76635eeb82a21c11))
##### Features
- **(es/fast-lexer)** Enhance identifier handling with Unicode support ([#10226](https://redirect.github.com/swc-project/swc/issues/10226)) ([482b63a](https://redirect.github.com/swc-project/swc/commit/482b63a905ddcc49a0cbf0b5a84f93ca7d2a42df))
- **(es/minifier)** Invoke IIFE into block ([#10220](https://redirect.github.com/swc-project/swc/issues/10220)) ([c9a6c23](https://redirect.github.com/swc-project/swc/commit/c9a6c2378737828becd9b6a87c2fb3b93d9c0acb))
- **(es/minifier)** Remove needless blocks ([#10234](https://redirect.github.com/swc-project/swc/issues/10234)) ([0817970](https://redirect.github.com/swc-project/swc/commit/08179702bfb1172d5764d8c5326bd00f4e04ba61))
- **(swc_parallel)** Introduce `rayon` mode ([#10237](https://redirect.github.com/swc-project/swc/issues/10237)) ([3c2213c](https://redirect.github.com/swc-project/swc/commit/3c2213c8299e889fb99ace0a53cf0b2152976bae))
- **(ts/fast-strip)** Add start/end span information ([#10251](https://redirect.github.com/swc-project/swc/issues/10251)) ([ab39a62](https://redirect.github.com/swc-project/swc/commit/ab39a62528ee852acc5eb089c305ff93aa5d1bea))
- **(ts/fast-strip)** Improve error message snippet ([#10253](https://redirect.github.com/swc-project/swc/issues/10253)) ([f4f426c](https://redirect.github.com/swc-project/swc/commit/f4f426c9c95d4eda5433e1da123f9b93bc1cb408))
- **(ts/fast-strip)** Remove line numbers ([#10254](https://redirect.github.com/swc-project/swc/issues/10254)) ([40e216d](https://redirect.github.com/swc-project/swc/commit/40e216db82225a1b6cbd9bf2925a4fe7aab2c98e))
##### Performance
- **(es/minifier)** Merge `dead_branch_remover` into pure optimizer ([#10201](https://redirect.github.com/swc-project/swc/issues/10201)) ([6841523](https://redirect.github.com/swc-project/swc/commit/6841523977d072f3bed361fbb7a47910b41bbcd9))
taskforcesh/bullmq (bullmq)
### [`v5.44.3`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.44.3)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.44.2...v5.44.3)
##### Bug Fixes
- **flow:** only validate pending dependencies when moving to completed ([#3164](https://redirect.github.com/taskforcesh/bullmq/issues/3164)) ([d3c397f](https://redirect.github.com/taskforcesh/bullmq/commit/d3c397fa3f122287026018aaae5ed2c5dfad19aa))
dmonad/lib0 (lib0)
### [`v0.2.100`](https://redirect.github.com/dmonad/lib0/releases/tag/v0.2.100)
[Compare Source](https://redirect.github.com/dmonad/lib0/compare/v0.2.99...v0.2.100)
- \[testing] properly compare objects that don't have a constructor [`a2433fc`](https://redirect.github.com/dmonad/lib0/commit/a2433fc)
- \[sha256] docs [`5ee9bf2`](https://redirect.github.com/dmonad/lib0/commit/5ee9bf2)
- Merge pull request [#96](https://redirect.github.com/dmonad/lib0/issues/96) from jthemphill/fix-condititons-spelling [`08fe7d5`](https://redirect.github.com/dmonad/lib0/commit/08fe7d5)
- Fix references to nonexistent files in package.json [`2cb51c4`](https://redirect.github.com/dmonad/lib0/commit/2cb51c4)
***
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
### [`v4.6.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#460-2025-03-23)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.5.2...typedoc-plugin-markdown@4.6.0)
This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.
##### Architectural Changes
- Introduced support for TypeDoc core routers. This allows output files to be generated in the same structure as the default HTML theme, while still using the plugin’s Markdown theme.
- Exported routers to the public API, enabling customization by other plugins.
##### Structural Changes
- Package readme's (when "entryPointStrategy" is "packages") are now merged with the package index page producing a single entrypoint for packages with an associated readme.
This aligns with the default theme and improves navigation.
- To support core routers, a "Hierarchy Summary" page has been introduced to all routers. This feature is turned off by default but can be enabled by setting "includeHierarchySummary" to "true".
- When "includeHierarchySummary" is "true", symbols with an available hierarchy now include an associated "Hierarchy" Markdown heading with a "View Summary" link as per the default theme.
- Class constructor headings now read "Constructor". This aligns to the TypeDoc internal reflection name and fixes issues with internal anchoring not resolving correctly.
##### Minor Changes
- Implemented support for consuming TypeDoc core routers.
- Exported routers to public api.
- Implemented a hierarchy summary page as per default theme.
- Updated "Constructor" titles of classes to fix internal anchor issues.
##### Patch Changes
- Fix incompatibility when used with "outputs" ([#788](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/788)).
- Utilize "anchorPrefix" option to ensure unique anchors linking if required ([#764](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/764)).
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] 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).
---
.../docs/api/@blocksuite/block-std/README.md | 2 +-
.../api/@blocksuite/block-std/gfx/README.md | 2 +-
.../gfx/classes/GfxBlockElementModel.md | 2 +-
.../gfx/classes/GfxSelectionManager.md | 2 +-
.../block-std/gfx/functions/GfxCompatible.md | 2 +-
.../gfx/functions/canSafeAddToContainer.md | 2 +-
.../block-std/gfx/functions/compareLayer.md | 2 +-
.../block-std/gfx/functions/convert.md | 2 +-
.../block-std/gfx/functions/derive.md | 2 +-
.../gfx/functions/generateKeyBetween.md | 2 +-
.../gfx/functions/generateKeyBetweenV2.md | 2 +-
.../gfx/functions/generateNKeysBetween.md | 2 +-
.../block-std/gfx/functions/getTopElements.md | 2 +-
.../functions/isGfxGroupCompatibleModel.md | 2 +-
.../block-std/gfx/functions/local.md | 2 +-
.../block-std/gfx/functions/observe.md | 2 +-
.../block-std/gfx/functions/watch.md | 2 +-
.../gfx/interfaces/GfxCompatibleInterface.md | 2 +-
.../gfx/interfaces/GfxElementGeometry.md | 2 +-
.../interfaces/GfxGroupCompatibleInterface.md | 2 +-
.../gfx/interfaces/PointTestOptions.md | 2 +-
.../gfx/type-aliases/GfxCommonBlockProps.md | 2 +-
.../gfx/type-aliases/GfxCompatibleProps.md | 2 +-
.../variables/SURFACE_TEXT_UNIQ_IDENTIFIER.md | 2 +-
.../variables/SURFACE_YMAP_UNIQ_IDENTIFIER.md | 2 +-
.../gfx/variables/gfxGroupCompatibleSymbol.md | 2 +-
.../api/@blocksuite/block-std/index/README.md | 2 +-
.../block-std/index/classes/BlockService.md | 2 +-
.../block-std/index/classes/CommandManager.md | 2 +-
.../index/classes/LifeCycleWatcher.md | 2 +-
.../index/functions/BlockViewExtension.md | 2 +-
.../index/functions/ConfigExtensionFactory.md | 2 +-
.../index/functions/FlavourExtension.md | 2 +-
.../index/functions/KeymapExtension.md | 2 +-
.../index/functions/WidgetViewExtension.md | 2 +-
.../docs/api/@blocksuite/store/README.md | 2 +-
.../api/@blocksuite/store/classes/Boxed.md | 2 +-
.../@blocksuite/store/classes/Extension.md | 2 +-
.../api/@blocksuite/store/classes/Store.md | 2 +-
.../store/classes/StoreExtension.md | 2 +-
.../api/@blocksuite/store/classes/Text.md | 4 +-
.../store/interfaces/StoreSlots.md | 2 +-
yarn.lock | 110 +++++++++---------
43 files changed, 98 insertions(+), 98 deletions(-)
diff --git a/blocksuite/docs/api/@blocksuite/block-std/README.md b/blocksuite/docs/api/@blocksuite/block-std/README.md
index 6ce2dfc00..4c0f45b7b 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/README.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/README.md
@@ -1,4 +1,4 @@
-**@blocksuite/block-std**
+[**BlockSuite API Documentation**](../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/README.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/README.md
index b4b2b3a8e..e67560e50 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/README.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/README.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxBlockElementModel.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxBlockElementModel.md
index c70ff1c3b..5c9ea029e 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxBlockElementModel.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxBlockElementModel.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxSelectionManager.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxSelectionManager.md
index 2a225a67e..236c14429 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxSelectionManager.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/classes/GfxSelectionManager.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/GfxCompatible.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/GfxCompatible.md
index ec7c5ca73..2421e300a 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/GfxCompatible.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/GfxCompatible.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/canSafeAddToContainer.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/canSafeAddToContainer.md
index 7fd336993..00f4b1965 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/canSafeAddToContainer.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/canSafeAddToContainer.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/compareLayer.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/compareLayer.md
index 36a451ee3..c2ce16d3b 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/compareLayer.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/compareLayer.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/convert.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/convert.md
index f34527f2e..8f9928031 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/convert.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/convert.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/derive.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/derive.md
index 280a80398..f10a0833d 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/derive.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/derive.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetween.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetween.md
index 5fb1e3fbc..77de0ed4e 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetween.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetween.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetweenV2.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetweenV2.md
index fb04551c6..a13c58b9e 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetweenV2.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateKeyBetweenV2.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateNKeysBetween.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateNKeysBetween.md
index 86c5b98bc..f504a662c 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateNKeysBetween.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/generateNKeysBetween.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/getTopElements.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/getTopElements.md
index 74a25ee11..21bc085b3 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/getTopElements.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/getTopElements.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/isGfxGroupCompatibleModel.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/isGfxGroupCompatibleModel.md
index ad8bd75a7..252f65b2d 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/isGfxGroupCompatibleModel.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/isGfxGroupCompatibleModel.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/local.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/local.md
index 9a108e190..bfa1711fe 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/local.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/local.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/observe.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/observe.md
index c668736ac..1f55927d8 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/observe.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/observe.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/watch.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/watch.md
index 551740887..a31184bb1 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/watch.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/functions/watch.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxCompatibleInterface.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxCompatibleInterface.md
index 5920b464c..2d0fa9727 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxCompatibleInterface.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxCompatibleInterface.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxElementGeometry.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxElementGeometry.md
index 1f5c6dc25..7c4b642ce 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxElementGeometry.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxElementGeometry.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxGroupCompatibleInterface.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxGroupCompatibleInterface.md
index 87a9fb67f..e6dc8a38c 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxGroupCompatibleInterface.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/GfxGroupCompatibleInterface.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/PointTestOptions.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/PointTestOptions.md
index 8752c1c62..ed5b44d73 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/PointTestOptions.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/interfaces/PointTestOptions.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCommonBlockProps.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCommonBlockProps.md
index 0f38ca3c2..49d1fc23a 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCommonBlockProps.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCommonBlockProps.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCompatibleProps.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCompatibleProps.md
index 524935cdd..5ba5e12e1 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCompatibleProps.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/type-aliases/GfxCompatibleProps.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_TEXT_UNIQ_IDENTIFIER.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_TEXT_UNIQ_IDENTIFIER.md
index 01285ab4d..afb6b916c 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_TEXT_UNIQ_IDENTIFIER.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_TEXT_UNIQ_IDENTIFIER.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_YMAP_UNIQ_IDENTIFIER.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_YMAP_UNIQ_IDENTIFIER.md
index 2674564ee..d2e509643 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_YMAP_UNIQ_IDENTIFIER.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/SURFACE_YMAP_UNIQ_IDENTIFIER.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/gfxGroupCompatibleSymbol.md b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/gfxGroupCompatibleSymbol.md
index fe1c93316..88f556b83 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/gfxGroupCompatibleSymbol.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/gfx/variables/gfxGroupCompatibleSymbol.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/README.md b/blocksuite/docs/api/@blocksuite/block-std/index/README.md
index e5ebc8187..2df3b2f40 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/README.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/README.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/classes/BlockService.md b/blocksuite/docs/api/@blocksuite/block-std/index/classes/BlockService.md
index 9db498a77..52abaa0ee 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/classes/BlockService.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/classes/BlockService.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/classes/CommandManager.md b/blocksuite/docs/api/@blocksuite/block-std/index/classes/CommandManager.md
index 17dc31dd9..e397f0ebb 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/classes/CommandManager.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/classes/CommandManager.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/classes/LifeCycleWatcher.md b/blocksuite/docs/api/@blocksuite/block-std/index/classes/LifeCycleWatcher.md
index df7548b2e..c22adf4e7 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/classes/LifeCycleWatcher.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/classes/LifeCycleWatcher.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/functions/BlockViewExtension.md b/blocksuite/docs/api/@blocksuite/block-std/index/functions/BlockViewExtension.md
index 2b5c2af8f..c0f224106 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/functions/BlockViewExtension.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/functions/BlockViewExtension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/functions/ConfigExtensionFactory.md b/blocksuite/docs/api/@blocksuite/block-std/index/functions/ConfigExtensionFactory.md
index 153fd6f8a..7ec224012 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/functions/ConfigExtensionFactory.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/functions/ConfigExtensionFactory.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/functions/FlavourExtension.md b/blocksuite/docs/api/@blocksuite/block-std/index/functions/FlavourExtension.md
index ed6a39e6e..9fdae3592 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/functions/FlavourExtension.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/functions/FlavourExtension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/functions/KeymapExtension.md b/blocksuite/docs/api/@blocksuite/block-std/index/functions/KeymapExtension.md
index c30e9e958..cad38f64d 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/functions/KeymapExtension.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/functions/KeymapExtension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/block-std/index/functions/WidgetViewExtension.md b/blocksuite/docs/api/@blocksuite/block-std/index/functions/WidgetViewExtension.md
index 350816ff8..4a1bdc27e 100644
--- a/blocksuite/docs/api/@blocksuite/block-std/index/functions/WidgetViewExtension.md
+++ b/blocksuite/docs/api/@blocksuite/block-std/index/functions/WidgetViewExtension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/block-std**](../../../../@blocksuite/block-std/README.md)
+[**BlockSuite API Documentation**](../../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/README.md b/blocksuite/docs/api/@blocksuite/store/README.md
index 4ceae5661..89d88871c 100644
--- a/blocksuite/docs/api/@blocksuite/store/README.md
+++ b/blocksuite/docs/api/@blocksuite/store/README.md
@@ -1,4 +1,4 @@
-**@blocksuite/store**
+[**BlockSuite API Documentation**](../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/classes/Boxed.md b/blocksuite/docs/api/@blocksuite/store/classes/Boxed.md
index c60c56f98..953d90890 100644
--- a/blocksuite/docs/api/@blocksuite/store/classes/Boxed.md
+++ b/blocksuite/docs/api/@blocksuite/store/classes/Boxed.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/classes/Extension.md b/blocksuite/docs/api/@blocksuite/store/classes/Extension.md
index df60fbdfe..7e8402b5c 100644
--- a/blocksuite/docs/api/@blocksuite/store/classes/Extension.md
+++ b/blocksuite/docs/api/@blocksuite/store/classes/Extension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/classes/Store.md b/blocksuite/docs/api/@blocksuite/store/classes/Store.md
index 127191189..be34e16e7 100644
--- a/blocksuite/docs/api/@blocksuite/store/classes/Store.md
+++ b/blocksuite/docs/api/@blocksuite/store/classes/Store.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/classes/StoreExtension.md b/blocksuite/docs/api/@blocksuite/store/classes/StoreExtension.md
index 8e2d3c76f..594ff55f7 100644
--- a/blocksuite/docs/api/@blocksuite/store/classes/StoreExtension.md
+++ b/blocksuite/docs/api/@blocksuite/store/classes/StoreExtension.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/blocksuite/docs/api/@blocksuite/store/classes/Text.md b/blocksuite/docs/api/@blocksuite/store/classes/Text.md
index 666e09fd8..cd4c1ab6b 100644
--- a/blocksuite/docs/api/@blocksuite/store/classes/Text.md
+++ b/blocksuite/docs/api/@blocksuite/store/classes/Text.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
@@ -24,7 +24,7 @@ Text [delta](https://docs.yjs.dev/api/delta-format) is a format from Y.js.
## Constructors
-### new Text()
+### Constructor
> **new Text**(`input`?): `Text`
diff --git a/blocksuite/docs/api/@blocksuite/store/interfaces/StoreSlots.md b/blocksuite/docs/api/@blocksuite/store/interfaces/StoreSlots.md
index 46c8c16a8..34147b814 100644
--- a/blocksuite/docs/api/@blocksuite/store/interfaces/StoreSlots.md
+++ b/blocksuite/docs/api/@blocksuite/store/interfaces/StoreSlots.md
@@ -1,4 +1,4 @@
-[**@blocksuite/store**](../../../@blocksuite/store/README.md)
+[**BlockSuite API Documentation**](../../../README.md)
***
diff --git a/yarn.lock b/yarn.lock
index 5d315832a..4a477016e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4002,11 +4002,11 @@ __metadata:
linkType: hard
"@capgo/inappbrowser@npm:^7.1.0":
- version: 7.6.0
- resolution: "@capgo/inappbrowser@npm:7.6.0"
+ version: 7.6.4
+ resolution: "@capgo/inappbrowser@npm:7.6.4"
peerDependencies:
"@capacitor/core": ">=7.0.0"
- checksum: 10/732784b07e71b55c7cbfebae536b78cf450790618b850debfb9fe09e392baca6bd0337ed6d51ebaff57495103b603bff902736a8a4147795f425adff384d257e
+ checksum: 10/45f4433abf24185eab81672385e163fc08b5d477e656e8bc6c8d8cff419fe8bd6efde4beaf1c298e282c2efbddd93d93cdc0753d5511a6edf02b58034ceca40d
languageName: node
linkType: hard
@@ -13600,90 +13600,90 @@ __metadata:
languageName: node
linkType: hard
-"@swc/core-darwin-arm64@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-darwin-arm64@npm:1.11.11"
+"@swc/core-darwin-arm64@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-darwin-arm64@npm:1.11.13"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
-"@swc/core-darwin-x64@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-darwin-x64@npm:1.11.11"
+"@swc/core-darwin-x64@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-darwin-x64@npm:1.11.13"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
-"@swc/core-linux-arm-gnueabihf@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.11"
+"@swc/core-linux-arm-gnueabihf@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.13"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
-"@swc/core-linux-arm64-gnu@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-linux-arm64-gnu@npm:1.11.11"
+"@swc/core-linux-arm64-gnu@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-linux-arm64-gnu@npm:1.11.13"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
-"@swc/core-linux-arm64-musl@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-linux-arm64-musl@npm:1.11.11"
+"@swc/core-linux-arm64-musl@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-linux-arm64-musl@npm:1.11.13"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
-"@swc/core-linux-x64-gnu@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-linux-x64-gnu@npm:1.11.11"
+"@swc/core-linux-x64-gnu@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-linux-x64-gnu@npm:1.11.13"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
-"@swc/core-linux-x64-musl@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-linux-x64-musl@npm:1.11.11"
+"@swc/core-linux-x64-musl@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-linux-x64-musl@npm:1.11.13"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
-"@swc/core-win32-arm64-msvc@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-win32-arm64-msvc@npm:1.11.11"
+"@swc/core-win32-arm64-msvc@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-win32-arm64-msvc@npm:1.11.13"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
-"@swc/core-win32-ia32-msvc@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-win32-ia32-msvc@npm:1.11.11"
+"@swc/core-win32-ia32-msvc@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-win32-ia32-msvc@npm:1.11.13"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
-"@swc/core-win32-x64-msvc@npm:1.11.11":
- version: 1.11.11
- resolution: "@swc/core-win32-x64-msvc@npm:1.11.11"
+"@swc/core-win32-x64-msvc@npm:1.11.13":
+ version: 1.11.13
+ resolution: "@swc/core-win32-x64-msvc@npm:1.11.13"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@swc/core@npm:^1.10.1, @swc/core@npm:^1.11.11":
- version: 1.11.11
- resolution: "@swc/core@npm:1.11.11"
+ version: 1.11.13
+ resolution: "@swc/core@npm:1.11.13"
dependencies:
- "@swc/core-darwin-arm64": "npm:1.11.11"
- "@swc/core-darwin-x64": "npm:1.11.11"
- "@swc/core-linux-arm-gnueabihf": "npm:1.11.11"
- "@swc/core-linux-arm64-gnu": "npm:1.11.11"
- "@swc/core-linux-arm64-musl": "npm:1.11.11"
- "@swc/core-linux-x64-gnu": "npm:1.11.11"
- "@swc/core-linux-x64-musl": "npm:1.11.11"
- "@swc/core-win32-arm64-msvc": "npm:1.11.11"
- "@swc/core-win32-ia32-msvc": "npm:1.11.11"
- "@swc/core-win32-x64-msvc": "npm:1.11.11"
+ "@swc/core-darwin-arm64": "npm:1.11.13"
+ "@swc/core-darwin-x64": "npm:1.11.13"
+ "@swc/core-linux-arm-gnueabihf": "npm:1.11.13"
+ "@swc/core-linux-arm64-gnu": "npm:1.11.13"
+ "@swc/core-linux-arm64-musl": "npm:1.11.13"
+ "@swc/core-linux-x64-gnu": "npm:1.11.13"
+ "@swc/core-linux-x64-musl": "npm:1.11.13"
+ "@swc/core-win32-arm64-msvc": "npm:1.11.13"
+ "@swc/core-win32-ia32-msvc": "npm:1.11.13"
+ "@swc/core-win32-x64-msvc": "npm:1.11.13"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.19"
peerDependencies:
@@ -13712,7 +13712,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
- checksum: 10/35c005637c8f3dac8c9718852057f81d39541b848d36a9b46b9aa5300b5d11e3e7911704da2eb025d36b0e334caf646af37ff98a3dee8d4f0fcc5f21e60f551a
+ checksum: 10/1aaa63c6af987bdcd02aad0e1d6e29754e2be079eb5e046f93c49e863cc4308f1d1c898adfc44c6c76ded5bde39b492d7cf7f00d3cea7cc93ebf654cab6da161
languageName: node
linkType: hard
@@ -17235,8 +17235,8 @@ __metadata:
linkType: hard
"bullmq@npm:^5.40.2":
- version: 5.44.2
- resolution: "bullmq@npm:5.44.2"
+ version: 5.44.3
+ resolution: "bullmq@npm:5.44.3"
dependencies:
cron-parser: "npm:^4.9.0"
ioredis: "npm:^5.4.1"
@@ -17245,7 +17245,7 @@ __metadata:
semver: "npm:^7.5.4"
tslib: "npm:^2.0.0"
uuid: "npm:^9.0.0"
- checksum: 10/c5a46084743b13aa52e39fe94898bb474e070887ec3a1349dac4614c25e1aaccf778d255d0e482f2c9e6f9bd5e5c9db11e5734dda3524b0960d9f58538e35072
+ checksum: 10/5942283d3ad71046142c5083dd71aa6e85005edc837b0864963621c1c8f83cd6524f890c1bf8a6f8cfed2e824e3adeba78415befd6d6cad6165b7f463edfa918
languageName: node
linkType: hard
@@ -24578,15 +24578,15 @@ __metadata:
linkType: hard
"lib0@npm:^0.2.74, lib0@npm:^0.2.85, lib0@npm:^0.2.97, lib0@npm:^0.2.98, lib0@npm:^0.2.99":
- version: 0.2.99
- resolution: "lib0@npm:0.2.99"
+ version: 0.2.100
+ resolution: "lib0@npm:0.2.100"
dependencies:
isomorphic.js: "npm:^0.2.4"
bin:
0ecdsa-generate-keypair: bin/0ecdsa-generate-keypair.js
0gentesthtml: bin/gentesthtml.js
0serve: bin/0serve.js
- checksum: 10/825f248d31fc85241d322365d838aa4902ee5d97e12b8a14ac1234d0ec1c3263fa217057a2d167ec734f3037b89fd6d514a29b4a768cdf677e57d2a2692a5827
+ checksum: 10/11f86bd307e9a0603ab1af016c2c3123f3d4d8630674e98c64ea0ae23579e80ae92abbf033860bc4283b3bd3f555dee29921dbff2b684e57c1aa3ad2b92f4e3c
languageName: node
linkType: hard
@@ -32917,11 +32917,11 @@ __metadata:
linkType: hard
"typedoc-plugin-markdown@npm:^4.5.0":
- version: 4.5.2
- resolution: "typedoc-plugin-markdown@npm:4.5.2"
+ version: 4.6.0
+ resolution: "typedoc-plugin-markdown@npm:4.6.0"
peerDependencies:
typedoc: 0.28.x
- checksum: 10/33402eeabedf0f74c72ff45b139f95bbc4dae5a3e3c36c9e34f2b183da4d3dcbe91afdfcf2597b0f731c83a9ffeff9f87d693098d0f61d76236b28919984c9f3
+ checksum: 10/db40d05d52f412eff7e66712aa63892bdf95819b0b885c7ab69ea41a0837c05fcc6c9180f8ced7ceb1c14da34a13b38c0dfa6a8b1e6748fc10d203b4e67f4e53
languageName: node
linkType: hard