mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [file-type](https://redirect.github.com/sindresorhus/file-type) | [`^19.6.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/file-type/19.6.0/20.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/) | | [file-type](https://redirect.github.com/sindresorhus/file-type) | [`^19.5.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/file-type/19.6.0/20.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>sindresorhus/file-type (file-type)</summary> ### [`v20.0.0`](https://redirect.github.com/sindresorhus/file-type/releases/tag/v20.0.0) [Compare Source](https://redirect.github.com/sindresorhus/file-type/compare/v19.6.0...v20.0.0) ##### Breaking - Drop MIME-type and extension enumeration in types ([#​693](https://redirect.github.com/sindresorhus/file-type/issues/693)) [`0ff11c6`](https://redirect.github.com/sindresorhus/file-type/commit/0ff11c6) - Remove `NodeFileTypeParser` in favor of using `FileTypeParser` on all platforms ([#​707](https://redirect.github.com/sindresorhus/file-type/issues/707)) [`ff8eed8`](https://redirect.github.com/sindresorhus/file-type/commit/ff8eed8) ##### Improvements - Give API access to `FileTypeParser#detectors` ([#​704](https://redirect.github.com/sindresorhus/file-type/issues/704)) [`7e72bbc`](https://redirect.github.com/sindresorhus/file-type/commit/7e72bbc) - Improve Nikon RAW NEF (Tiff) format detection ([#​670](https://redirect.github.com/sindresorhus/file-type/issues/670)) [`cf6fc1e`](https://redirect.github.com/sindresorhus/file-type/commit/cf6fc1e) - Add support for Java archive (`.jar`) ([#​719](https://redirect.github.com/sindresorhus/file-type/issues/719)) [`8651809`](https://redirect.github.com/sindresorhus/file-type/commit/8651809) - Add support for MSOffice macro-enabled docs and templates ([#​720](https://redirect.github.com/sindresorhus/file-type/issues/720)) [`7fe5667`](https://redirect.github.com/sindresorhus/file-type/commit/7fe5667) - Add support for OpenDocument graphics and templates ([#​718](https://redirect.github.com/sindresorhus/file-type/issues/718)) [`4db407d`](https://redirect.github.com/sindresorhus/file-type/commit/4db407d) - Add support for Microsoft Excel template with macros (.xltm) ([#​714](https://redirect.github.com/sindresorhus/file-type/issues/714)) [`1fe621a`](https://redirect.github.com/sindresorhus/file-type/commit/1fe621a) - Add support for Microsoft Word template (.dotx) ([#​713](https://redirect.github.com/sindresorhus/file-type/issues/713)) [`643ef78`](https://redirect.github.com/sindresorhus/file-type/commit/643ef78) - Add support for Microsoft Excel template (`.xltx`) ([#​712](https://redirect.github.com/sindresorhus/file-type/issues/712)) [`0dab3e0`](https://redirect.github.com/sindresorhus/file-type/commit/0dab3e0) - Add support for Microsoft PowerPoint template ( `.potx`) ([#​710](https://redirect.github.com/sindresorhus/file-type/issues/710)) [`f978619`](https://redirect.github.com/sindresorhus/file-type/commit/f978619) - Add support for ZIP decompression using `@tokenizer/inflate` ([#​695](https://redirect.github.com/sindresorhus/file-type/issues/695)) [`399b0f1`](https://redirect.github.com/sindresorhus/file-type/commit/399b0f1) - Add support for `.lz4` file format ([#​706](https://redirect.github.com/sindresorhus/file-type/issues/706)) [`74acf94`](https://redirect.github.com/sindresorhus/file-type/commit/74acf94) - Add support for format `.drc`, Google's Draco 3D Data Compression ([#​702](https://redirect.github.com/sindresorhus/file-type/issues/702)) [`e99257d`](https://redirect.github.com/sindresorhus/file-type/commit/e99257d) ##### Fixes - Fix code sequence "File Type Box" detection ([#​705](https://redirect.github.com/sindresorhus/file-type/issues/705)) [`7d4dd8d`](https://redirect.github.com/sindresorhus/file-type/commit/7d4dd8d) *** </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@blocksuite/store",
|
|
"description": "BlockSuite data store built for general purpose state management.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test:unit": "nx vite:test --run",
|
|
"test:unit:coverage": "nx vite:test --run --coverage",
|
|
"test:unit:ui": "nx vite:test --ui",
|
|
"test": "yarn test:unit"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/global": "workspace:*",
|
|
"@blocksuite/inline": "workspace:*",
|
|
"@blocksuite/sync": "workspace:*",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@types/lodash.ismatch": "^4.4.9",
|
|
"file-type": "^20.0.0",
|
|
"lib0": "^0.2.97",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.ismatch": "^4.4.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^10.0.1",
|
|
"nanoid": "^5.0.7",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.21",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"vitest": "2.1.8"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./test": "./src/test/index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__",
|
|
"shim.d.ts"
|
|
],
|
|
"version": "0.19.0"
|
|
}
|