From 9c9c624e0802940dec0cbff60ec4e75b77a66651 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Tue, 8 Oct 2024 15:01:42 +0200 Subject: [PATCH] Fix docs build & clean-up deps (#23811) --- docs/.eslintrc-code-blocks.cjs | 53 -- docs/package.json | 18 +- pnpm-lock.yaml | 800 ++++++++------------------- sdk/src/rest/commands/read/assets.ts | 2 +- 4 files changed, 239 insertions(+), 634 deletions(-) delete mode 100644 docs/.eslintrc-code-blocks.cjs diff --git a/docs/.eslintrc-code-blocks.cjs b/docs/.eslintrc-code-blocks.cjs deleted file mode 100644 index 4623ae7bcb..0000000000 --- a/docs/.eslintrc-code-blocks.cjs +++ /dev/null @@ -1,53 +0,0 @@ -const tsFilesConfig = require('../.eslintrc.js').overrides.find((o) => o.files.includes('*.ts')); - -/** @type {import('eslint').Linter.Config} */ -module.exports = { - ignorePatterns: ['/packages/**'], - overrides: [ - // Apply TypeScript config to tsx files - { - ...tsFilesConfig, - files: [...tsFilesConfig.files, '*.tsx'], - }, - // Code blocks in Markdown files - { - files: ['**/*.md'], - plugins: ['markdown'], - processor: 'markdown/markdown', - }, - { - files: ['**/*.md/**'], - extends: ['plugin:prettier/recommended'], - rules: { - 'prettier/prettier': ['warn', {}, { forceFormatExtracted: true }], - }, - }, - { - files: ['**/*.md/*.{js,ts,vue,jsx,tsx}'], - rules: { - 'no-console': 'off', - 'no-undef': 'off', - 'no-unused-vars': 'off', - '@typescript-eslint/no-unused-vars': 'off', - }, - }, - { - files: ['**/*.md/*.{jsx,tsx}'], - extends: ['plugin:react/jsx-runtime'], - parserOptions: { - ecmaFeatures: { - jsx: true, - }, - }, - settings: { - react: { - version: '18', - }, - }, - }, - { - files: ['**/*.md/*.{json,md,y?(a)ml,html,graphql,css}'], - parser: 'eslint-parser-plain', - }, - ], -}; diff --git a/docs/package.json b/docs/package.json index c93f92203a..c92a04b54c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,23 +20,19 @@ "@directus/format-title": "workspace:*", "@directus/sdk": "workspace:*", "@directus/tsconfig": "workspace:*", - "@pnpm/find-workspace-dir": "7.0.1", + "@pnpm/find-workspace-dir": "7.0.2", "@pnpm/find-workspace-packages": "6.0.9", - "eslint-parser-plain": "0.1.0", - "eslint-plugin-markdown": "3.0.1", - "eslint-plugin-prettier": "npm:@paescuj/eslint-plugin-prettier@5.0.1-1", - "eslint-plugin-react": "7.35.0", "markdown-it-for-inline": "2.0.1", - "marked": "12.0.2", + "marked": "14.1.2", "spellchecker-cli": "6.2.0", - "typedoc": "0.26.7", - "typedoc-plugin-frontmatter": "0.0.2", - "typedoc-plugin-markdown": "4.0.0-next.53", + "typedoc": "0.26.8", + "typedoc-plugin-frontmatter": "1.0.0", + "typedoc-plugin-markdown": "4.2.9", "typedoc-plugin-zod": "1.2.1", - "typedoc-vitepress-theme": "1.0.1", + "typedoc-vitepress-theme": "1.0.2", "typescript": "5.6.2", "vitepress": "1.0.0-rc.4", "vitepress-plugin-tabs": "0.3.0", - "vue": "3.4.27" + "vue": "3.5.11" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1a7bd5337..b70afe7871 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -921,47 +921,35 @@ importers: specifier: workspace:* version: link:../packages/tsconfig '@pnpm/find-workspace-dir': - specifier: 7.0.1 - version: 7.0.1 + specifier: 7.0.2 + version: 7.0.2 '@pnpm/find-workspace-packages': specifier: 6.0.9 version: 6.0.9(@pnpm/logger@5.2.0) - eslint-parser-plain: - specifier: 0.1.0 - version: 0.1.0 - eslint-plugin-markdown: - specifier: 3.0.1 - version: 3.0.1(eslint@8.57.1) - eslint-plugin-prettier: - specifier: npm:@paescuj/eslint-plugin-prettier@5.0.1-1 - version: '@paescuj/eslint-plugin-prettier@5.0.1-1(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.1.0)' - eslint-plugin-react: - specifier: 7.35.0 - version: 7.35.0(eslint@8.57.1) markdown-it-for-inline: specifier: 2.0.1 version: 2.0.1 marked: - specifier: 12.0.2 - version: 12.0.2 + specifier: 14.1.2 + version: 14.1.2 spellchecker-cli: specifier: 6.2.0 version: 6.2.0 typedoc: - specifier: 0.26.7 - version: 0.26.7(typescript@5.6.2) + specifier: 0.26.8 + version: 0.26.8(typescript@5.6.2) typedoc-plugin-frontmatter: - specifier: 0.0.2 - version: 0.0.2 + specifier: 1.0.0 + version: 1.0.0(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.2))) typedoc-plugin-markdown: - specifier: 4.0.0-next.53 - version: 4.0.0-next.53(typedoc@0.26.7(typescript@5.6.2)) + specifier: 4.2.9 + version: 4.2.9(typedoc@0.26.8(typescript@5.6.2)) typedoc-plugin-zod: specifier: 1.2.1 - version: 1.2.1(typedoc@0.26.7(typescript@5.6.2)) + version: 1.2.1(typedoc@0.26.8(typescript@5.6.2)) typedoc-vitepress-theme: - specifier: 1.0.1 - version: 1.0.1(typedoc-plugin-markdown@4.0.0-next.53(typedoc@0.26.7(typescript@5.6.2))) + specifier: 1.0.2 + version: 1.0.2(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.2))) typescript: specifier: 5.6.2 version: 5.6.2 @@ -970,10 +958,10 @@ importers: version: 1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2) vitepress-plugin-tabs: specifier: 0.3.0 - version: 0.3.0(vitepress@1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2))(vue@3.4.27(typescript@5.6.2)) + version: 0.3.0(vitepress@1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2))(vue@3.5.11(typescript@5.6.2)) vue: - specifier: 3.4.27 - version: 3.4.27(typescript@5.6.2) + specifier: 3.5.11 + version: 3.5.11(typescript@5.6.2) packages/components: devDependencies: @@ -1061,7 +1049,7 @@ importers: version: 2.4.6 tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1079,7 +1067,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1149,7 +1137,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1180,7 +1168,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1244,7 +1232,7 @@ importers: version: 0.2.3 tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1296,7 +1284,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1408,7 +1396,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1445,7 +1433,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1473,7 +1461,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1494,7 +1482,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1550,7 +1538,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1584,7 +1572,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1615,7 +1603,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1649,7 +1637,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1680,7 +1668,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1708,7 +1696,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1751,7 +1739,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1785,7 +1773,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1810,7 +1798,7 @@ importers: version: 2.2.2(typescript@5.6.2)(vue@3.4.27(typescript@5.6.2)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1831,7 +1819,7 @@ importers: version: 1.2.0(esbuild@0.20.2) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -1956,7 +1944,7 @@ importers: version: 7.1.0 tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -2020,7 +2008,7 @@ importers: version: 0.2.3 tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -2054,7 +2042,7 @@ importers: version: 2.1.2(vitest@2.1.2(@types/node@18.19.50)(happy-dom@15.7.4)(jsdom@20.0.3)(sass@1.78.0)(terser@5.31.6)) tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -2078,7 +2066,7 @@ importers: version: 1.4.0 tsup: specifier: 8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) + version: 8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1) typescript: specifier: 5.6.2 version: 5.6.2 @@ -3940,20 +3928,6 @@ packages: '@otplib/preset-v11@12.0.1': resolution: {integrity: sha512-9hSetMI7ECqbFiKICrNa4w70deTUfArtwXykPUvSHWOdzOlfa9ajglu7mNCntlvxycTiOAXkQGwjQCzzDEMRMg==} - '@paescuj/eslint-plugin-prettier@5.0.1-1': - resolution: {integrity: sha512-gc+FaHyaGEnlcjN9n/bjXxa8CRxmkZRZTHkclaePXNgHSMIqgucFukE+4N1PYnSza2CnRijLjpRo8Z6UiGmNUA==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - '@types/eslint': '>=8.0.0' - eslint: '>=8.0.0' - eslint-config-prettier: '*' - prettier: '>=3.0.0' - peerDependenciesMeta: - '@types/eslint': - optional: true - eslint-config-prettier: - optional: true - '@phc/format@1.0.0': resolution: {integrity: sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ==} engines: {node: '>=10'} @@ -3967,10 +3941,6 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@pkgr/core@0.1.1': - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@pnpm/cli-meta@5.0.1': resolution: {integrity: sha512-s7rVArn3s78w2ZDWC2/NzMaYBzq39QBmo1BQ4+qq1liX+ltSErDyAx3M/wvvJQgc+Ur3dZJYuc9t96roPnW3XQ==} engines: {node: '>=16.14'} @@ -3997,6 +3967,10 @@ packages: resolution: {integrity: sha512-yQosGUvYPpAjb1jOFcdbwekRjZRVxN6C0hHzfRCZrMKbxGjt/E0g0RcFlEDNVZ95tm4oMMcr7nEPa7H7LX3emw==} engines: {node: '>=18.12'} + '@pnpm/constants@9.0.0': + resolution: {integrity: sha512-cyZ12A7j1BzeQ9nr5HBdlSLxN1VWnCG/1xjdgDUL/WDlgmVa3k6TI2CktTHjR5w/rWbKudpIaMAmJJk9w+cTRQ==} + engines: {node: '>=18.12'} + '@pnpm/core-loggers@10.0.2': resolution: {integrity: sha512-UUqWV0wUrMvlNWMe8Ch+XFRI3u3K35T2rS5jofhCsqtZa9UlsJAFW4jjVzOBWkV0uVbt6mdy7IMBHvJsYaU94w==} engines: {node: '>=18.12'} @@ -4031,6 +4005,10 @@ packages: resolution: {integrity: sha512-7yjO0RgmWYb4OKgcWC33yD4Z2CxE7Tm7vXX1SmS7GDifDT/bgZZhHeS2xq/+W6y9yhwIrRSA+7AlQL1NM2wIvw==} engines: {node: '>=18.12'} + '@pnpm/error@6.0.2': + resolution: {integrity: sha512-3/wWJYjUyO9ToLaZpBASYIBg87C4DBZ8yfzrt0cSCTbRFDBUNdH0dzwfVKEqhR7A9tpRMyeoRIzPUVxWc+U+RQ==} + engines: {node: '>=18.12'} + '@pnpm/fetcher-base@14.0.1': resolution: {integrity: sha512-DXPZ33CrmDQXnYzwvqyP7I0BF0MQELo4ah2JGpXhLhgOdzU+vj7zdKFo2x82L8anrK861IRi01V8o14oATq1vA==} engines: {node: '>=16.14'} @@ -4039,8 +4017,8 @@ packages: resolution: {integrity: sha512-fnsaegb+0q7Ku6AyCmoVtBeCuO8ytB7YMEaGHC+0MGoRsxxa6EVLgi2H4abKr8LLslf5tHJBnOH24DjST3UNfQ==} engines: {node: '>=18.12'} - '@pnpm/find-workspace-dir@7.0.1': - resolution: {integrity: sha512-o1LAFM/5MChI6qBolMBOznzatch01UK3wIgoAE/b779qs1FakksB278nMRTwRY58PZSBT+RxZ2RCMjlxPLeVWw==} + '@pnpm/find-workspace-dir@7.0.2': + resolution: {integrity: sha512-BAcRbWXNBeA9ur+d/ccO2dvxogHr6+6qtiM1AgXzJ6gSfNqJRb6tzgRDgIJGouve9s2P6Qsqr4TbFOltEKuLJg==} engines: {node: '>=18.12'} '@pnpm/find-workspace-packages@6.0.9': @@ -5388,21 +5366,33 @@ packages: '@vue/compiler-core@3.4.27': resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} + '@vue/compiler-core@3.5.11': + resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==} + '@vue/compiler-core@3.5.2': resolution: {integrity: sha512-1aP7FL2GkqfcskHWGg3lfWQpJnrmewKc+rNJ/hq9WNaAw4BEyJ5QbNChnqmbw+tJ409zdy1XWmUeXXMrCKJcQQ==} '@vue/compiler-dom@3.4.27': resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} + '@vue/compiler-dom@3.5.11': + resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==} + '@vue/compiler-dom@3.5.2': resolution: {integrity: sha512-QY4DpT8ZIUyu/ZA5gErpSEDocGNEbHmpkZIC/d5jbp/rUF0iOJNigAy3HCCKc0PMMhDlrcysO3ufQ6Ab4MpEcQ==} '@vue/compiler-sfc@3.4.27': resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} + '@vue/compiler-sfc@3.5.11': + resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==} + '@vue/compiler-ssr@3.4.27': resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} + '@vue/compiler-ssr@3.5.11': + resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==} + '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -5428,20 +5418,37 @@ packages: '@vue/reactivity@3.4.27': resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} + '@vue/reactivity@3.5.11': + resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==} + '@vue/runtime-core@3.4.27': resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} + '@vue/runtime-core@3.5.11': + resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==} + '@vue/runtime-dom@3.4.27': resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} + '@vue/runtime-dom@3.5.11': + resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==} + '@vue/server-renderer@3.4.27': resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==} peerDependencies: vue: 3.4.27 + '@vue/server-renderer@3.5.11': + resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==} + peerDependencies: + vue: 3.5.11 + '@vue/shared@3.4.27': resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} + '@vue/shared@3.5.11': + resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==} + '@vue/shared@3.5.2': resolution: {integrity: sha512-Ce89WNFBzcDca/AgFTxgX4/K4iAyF7oFIp8Z5aBbFBNbtpwnQr+5pZOoHndxnjE2h+YFcipVMzs9UL11XB6dwA==} @@ -5723,10 +5730,6 @@ packages: array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} - engines: {node: '>= 0.4'} - array-iterate@2.0.1: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} @@ -5734,22 +5737,6 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - array.prototype.findlast@1.2.5: - resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} - engines: {node: '>= 0.4'} - - array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} - - array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} - - array.prototype.tosorted@1.1.4: - resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} - engines: {node: '>= 0.4'} - arraybuffer.prototype.slice@1.0.3: resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} @@ -6052,21 +6039,12 @@ packages: character-entities-html4@2.1.0: resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} - character-entities-legacy@1.1.4: - resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} - character-entities-legacy@3.0.0: resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} - character-entities@1.2.4: - resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} - character-entities@2.0.2: resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} - character-reference-invalid@1.1.4: - resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} - chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} @@ -6799,10 +6777,6 @@ packages: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} - doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} - doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} @@ -6949,10 +6923,6 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-iterator-helpers@1.0.19: - resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} - engines: {node: '>= 0.4'} - es-module-lexer@1.5.4: resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} @@ -6964,9 +6934,6 @@ packages: resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} engines: {node: '>= 0.4'} - es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} - es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -7029,21 +6996,6 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-parser-plain@0.1.0: - resolution: {integrity: sha512-oOeA6FWU0UJT/Rxc3XF5Cq0nbIZbylm7j8+plqq0CZoE6m4u32OXJrR+9iy4srGMmF6v6pmgvP1zPxSRIGh3sg==} - - eslint-plugin-markdown@3.0.1: - resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - - eslint-plugin-react@7.35.0: - resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-vue@9.28.0: resolution: {integrity: sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==} engines: {node: ^14.17.0 || >=16.0.0} @@ -7173,9 +7125,6 @@ packages: fast-defer@1.1.8: resolution: {integrity: sha512-lEJeOH5VL5R09j6AA0D4Uvq7AgsHw0dAImQQ+F3iSyHZuAxyQfWobsagGpTcOPvJr3urmKRHrs+Gs9hV+/Qm/Q==} - fast-diff@1.3.0: - resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} - fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -7855,12 +7804,6 @@ packages: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - is-alphabetical@1.0.4: - resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} - - is-alphanumerical@1.0.4: - resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} - is-array-buffer@3.0.4: resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} @@ -7871,10 +7814,6 @@ packages: is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - is-async-function@2.0.0: - resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} - engines: {node: '>= 0.4'} - is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} @@ -7910,9 +7849,6 @@ packages: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} - is-decimal@1.0.4: - resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} - is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -7926,9 +7862,6 @@ packages: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} - is-finalizationregistry@1.0.2: - resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} - is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -7941,17 +7874,10 @@ packages: resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} engines: {node: '>=18'} - is-generator-function@1.0.10: - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} - engines: {node: '>= 0.4'} - is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - is-hexadecimal@1.0.4: - resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} @@ -7963,10 +7889,6 @@ packages: is-lambda@1.0.1: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} - is-map@2.0.3: - resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} - engines: {node: '>= 0.4'} - is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} @@ -8015,10 +7937,6 @@ packages: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} - is-set@2.0.3: - resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} - engines: {node: '>= 0.4'} - is-shared-array-buffer@1.0.3: resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} engines: {node: '>= 0.4'} @@ -8059,17 +7977,9 @@ packages: resolution: {integrity: sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==} engines: {node: '>=18'} - is-weakmap@2.0.2: - resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} - engines: {node: '>= 0.4'} - is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} - is-weakset@2.0.3: - resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} - engines: {node: '>= 0.4'} - is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -8110,9 +8020,6 @@ packages: resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} - iterator.prototype@1.1.2: - resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} - jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} @@ -8254,10 +8161,6 @@ packages: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} engines: {node: '>=12', npm: '>=6'} - jsx-ast-utils@3.3.5: - resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} - engines: {node: '>=4.0'} - junit-report-builder@3.2.1: resolution: {integrity: sha512-IMCp5XyDQ4YESDE4Za7im3buM0/7cMnRfe17k2X8B05FnUl9vqnaliX6cgOEmPIeWKfJrEe/gANRq/XgqttCqQ==} engines: {node: '>=8'} @@ -8528,10 +8431,6 @@ packages: longest-streak@3.1.0: resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} - loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - loupe@2.3.7: resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} @@ -8656,8 +8555,10 @@ packages: engines: {node: '>= 18'} hasBin: true - mdast-util-from-markdown@0.8.5: - resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + marked@14.1.2: + resolution: {integrity: sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==} + engines: {node: '>= 18'} + hasBin: true mdast-util-from-markdown@1.3.1: resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} @@ -8677,9 +8578,6 @@ packages: mdast-util-to-nlcst@5.2.1: resolution: {integrity: sha512-Xznpj85MsJnLQjBboajOovT2fAAvbbbmYutpFgzLi9pjZEOkgGzjq+t6fHcge8uzZ5uEkj5pigzw2QrnIVq/kw==} - mdast-util-to-string@2.0.0: - resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} - mdast-util-to-string@3.2.0: resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} @@ -8800,9 +8698,6 @@ packages: micromark-util-types@2.0.0: resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - micromark@2.11.4: - resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} - micromark@3.2.0: resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} @@ -9221,18 +9116,6 @@ packages: resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} - object.entries@1.1.8: - resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} - engines: {node: '>= 0.4'} - - object.fromentries@2.0.8: - resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} - engines: {node: '>= 0.4'} - - object.values@1.2.0: - resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} - engines: {node: '>= 0.4'} - obliterator@2.0.4: resolution: {integrity: sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==} @@ -9423,9 +9306,6 @@ packages: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} - parse-entities@2.0.0: - resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} - parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} @@ -9869,6 +9749,10 @@ packages: resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} + engines: {node: ^10 || ^12 || >=14} + postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -9911,10 +9795,6 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-linter-helpers@1.0.0: - resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} - engines: {node: '>=6.0.0'} - prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} @@ -9973,9 +9853,6 @@ packages: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} - prop-types@15.8.1: - resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - proper-lockfile@4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} @@ -10073,9 +9950,6 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-is@16.13.1: - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} @@ -10148,10 +10022,6 @@ packages: resolution: {integrity: sha512-j5WfFJfc9CoXv/WbwVLHq74i/hdTUpy+iNC534LxczMRP67vJeK3V9JOdnL0N1cIRbn9mYhE2yVjvvKXDxvNXQ==} engines: {node: '>=0.10.0'} - reflect.getprototypeof@1.0.6: - resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} - engines: {node: '>= 0.4'} - regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -10234,10 +10104,6 @@ packages: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true - resolve@2.0.0-next.5: - resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} - hasBin: true - responselike@2.0.1: resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} @@ -10609,6 +10475,10 @@ packages: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} @@ -10757,13 +10627,6 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string.prototype.matchall@4.0.11: - resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} - engines: {node: '>= 0.4'} - - string.prototype.repeat@1.0.0: - resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} - string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -10949,10 +10812,6 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - synckit@0.8.8: - resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} - engines: {node: ^14.18.0 || >=16.0.0} - tabbable@4.0.0: resolution: {integrity: sha512-H1XoH1URcBOa/rZZWxLxHCtOdVUEev+9vo5YdYhC9tCY4wnybX+VQrCYuy9ubkg69fCBxCONJOSLGfw0DWMffQ==} @@ -11257,26 +11116,29 @@ packages: typedarray@0.0.7: resolution: {integrity: sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ==} - typedoc-plugin-frontmatter@0.0.2: - resolution: {integrity: sha512-xPw76L4S4/zbd01Tt89CVsJdPiMxztlmkXaA2Wu/l0KEbIrsqSHPv/sGsPI1O+pkZrSpaFr94qLA3ls1MrpKKw==} - - typedoc-plugin-markdown@4.0.0-next.53: - resolution: {integrity: sha512-vESy94SQV77EaDALA7WvLYPGtPKAuDtqhtShZA6sNs+OxkW8Uh+DoZ5Q6gpgu0MnIkLijHnv038kNP87Gl2vpw==} + typedoc-plugin-frontmatter@1.0.0: + resolution: {integrity: sha512-Mqn96+RjUjPUz/42H8MOp/8eOKjE5MVIgZRFDGmSI2YuggnMZSfh5MMpvd6ykjNTpq7gV5D2iwjqLt8nYRg9rg==} peerDependencies: - typedoc: 0.25.x + typedoc-plugin-markdown: '>=4.0.0' + + typedoc-plugin-markdown@4.2.9: + resolution: {integrity: sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==} + engines: {node: '>= 18'} + peerDependencies: + typedoc: 0.26.x typedoc-plugin-zod@1.2.1: resolution: {integrity: sha512-oPo0PhcryKNR9UYZ6F4LFqDpQEBtNRQe6CpRTOUGrdqZOeoIZtJBVVZnSn/pBJiBU+Y6iZ/HsPESLZn1BPeLkw==} peerDependencies: typedoc: 0.23.x || 0.24.x || 0.25.x || 0.26.x - typedoc-vitepress-theme@1.0.1: - resolution: {integrity: sha512-pnpgzSQRaR9QLMl3it/tjq7vlV+eeUzKa22w/xF6ZUdAcYdmeag13kuA6EKfU7/kkIkJ/qsu1GPd3OcIC36Hlw==} + typedoc-vitepress-theme@1.0.2: + resolution: {integrity: sha512-6RUW4FBsGolOU3M92F7qz9ILKjL0oq8aHyQ5Q39tIpzapimJ2qX+ChLqzcBP7/aAtEoPYezIivjjZN9oZ4Ghvg==} peerDependencies: typedoc-plugin-markdown: '>=4.1.0' - typedoc@0.26.7: - resolution: {integrity: sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==} + typedoc@0.26.8: + resolution: {integrity: sha512-QBF0BMbnNeUc6U7pRHY7Jb8pjhmiNWZNQT8LU6uk9qP9t3goP9bJptdlNqMC0wBB2w9sQrxjZt835bpRSSq1LA==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -11766,6 +11628,14 @@ packages: typescript: optional: true + vue@3.5.11: + resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + vuedraggable@4.1.0: resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} peerDependencies: @@ -11826,14 +11696,6 @@ packages: which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} - which-builtin-type@1.1.4: - resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} - engines: {node: '>= 0.4'} - - which-collection@1.0.2: - resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} - engines: {node: '>= 0.4'} - which-module@2.0.1: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} @@ -14438,15 +14300,6 @@ snapshots: '@otplib/plugin-crypto': 12.0.1 '@otplib/plugin-thirty-two': 12.0.1 - '@paescuj/eslint-plugin-prettier@5.0.1-1(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.1.0)': - dependencies: - eslint: 8.57.1 - prettier: 3.1.0 - prettier-linter-helpers: 1.0.0 - synckit: 0.8.8 - optionalDependencies: - eslint-config-prettier: 9.1.0(eslint@8.57.1) - '@phc/format@1.0.0': {} '@pinia/testing@0.1.5(pinia@2.2.2(typescript@5.6.2)(vue@3.4.27(typescript@5.6.2)))(vue@3.4.27(typescript@5.6.2))': @@ -14460,8 +14313,6 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@pkgr/core@0.1.1': {} - '@pnpm/cli-meta@5.0.1': dependencies: '@pnpm/types': 9.1.0 @@ -14514,6 +14365,8 @@ snapshots: '@pnpm/constants@8.0.0': {} + '@pnpm/constants@9.0.0': {} + '@pnpm/core-loggers@10.0.2(@pnpm/logger@5.2.0)': dependencies: '@pnpm/logger': 5.2.0 @@ -14564,6 +14417,10 @@ snapshots: dependencies: '@pnpm/constants': 8.0.0 + '@pnpm/error@6.0.2': + dependencies: + '@pnpm/constants': 9.0.0 + '@pnpm/fetcher-base@14.0.1': dependencies: '@pnpm/resolver-base': 10.0.1 @@ -14577,9 +14434,9 @@ snapshots: transitivePeerDependencies: - domexception - '@pnpm/find-workspace-dir@7.0.1': + '@pnpm/find-workspace-dir@7.0.2': dependencies: - '@pnpm/error': 6.0.1 + '@pnpm/error': 6.0.2 find-up: 5.0.0 '@pnpm/find-workspace-packages@6.0.9(@pnpm/logger@5.2.0)': @@ -16203,6 +16060,11 @@ snapshots: vite: 4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6) vue: 3.4.27(typescript@5.6.2) + '@vitejs/plugin-vue@4.6.2(vite@4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6))(vue@3.5.11(typescript@5.6.2))': + dependencies: + vite: 4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6) + vue: 3.5.11(typescript@5.6.2) + '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6))(vue@3.4.27(typescript@5.6.2))': dependencies: vite: 5.2.11(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6) @@ -16327,6 +16189,14 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.5.11': + dependencies: + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.11 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + '@vue/compiler-core@3.5.2': dependencies: '@babel/parser': 7.25.6 @@ -16340,6 +16210,11 @@ snapshots: '@vue/compiler-core': 3.4.27 '@vue/shared': 3.4.27 + '@vue/compiler-dom@3.5.11': + dependencies: + '@vue/compiler-core': 3.5.11 + '@vue/shared': 3.5.11 + '@vue/compiler-dom@3.5.2': dependencies: '@vue/compiler-core': 3.5.2 @@ -16357,11 +16232,28 @@ snapshots: postcss: 8.4.45 source-map-js: 1.2.0 + '@vue/compiler-sfc@3.5.11': + dependencies: + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.11 + '@vue/compiler-dom': 3.5.11 + '@vue/compiler-ssr': 3.5.11 + '@vue/shared': 3.5.11 + estree-walker: 2.0.2 + magic-string: 0.30.11 + postcss: 8.4.47 + source-map-js: 1.2.0 + '@vue/compiler-ssr@3.4.27': dependencies: '@vue/compiler-dom': 3.4.27 '@vue/shared': 3.4.27 + '@vue/compiler-ssr@3.5.11': + dependencies: + '@vue/compiler-dom': 3.5.11 + '@vue/shared': 3.5.11 + '@vue/compiler-vue2@2.7.16': dependencies: de-indent: 1.0.2 @@ -16399,25 +16291,49 @@ snapshots: dependencies: '@vue/shared': 3.4.27 + '@vue/reactivity@3.5.11': + dependencies: + '@vue/shared': 3.5.11 + '@vue/runtime-core@3.4.27': dependencies: '@vue/reactivity': 3.4.27 '@vue/shared': 3.4.27 + '@vue/runtime-core@3.5.11': + dependencies: + '@vue/reactivity': 3.5.11 + '@vue/shared': 3.5.11 + '@vue/runtime-dom@3.4.27': dependencies: '@vue/runtime-core': 3.4.27 '@vue/shared': 3.4.27 csstype: 3.1.3 + '@vue/runtime-dom@3.5.11': + dependencies: + '@vue/reactivity': 3.5.11 + '@vue/runtime-core': 3.5.11 + '@vue/shared': 3.5.11 + csstype: 3.1.3 + '@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.6.2))': dependencies: '@vue/compiler-ssr': 3.4.27 '@vue/shared': 3.4.27 vue: 3.4.27(typescript@5.6.2) + '@vue/server-renderer@3.5.11(vue@3.5.11(typescript@5.6.2))': + dependencies: + '@vue/compiler-ssr': 3.5.11 + '@vue/shared': 3.5.11 + vue: 3.5.11(typescript@5.6.2) + '@vue/shared@3.4.27': {} + '@vue/shared@3.5.11': {} + '@vue/shared@3.5.2': {} '@vue/test-utils@2.4.6': @@ -16425,12 +16341,12 @@ snapshots: js-beautify: 1.15.1 vue-component-type-helpers: 2.1.6 - '@vueuse/core@10.11.1(vue@3.4.27(typescript@5.6.2))': + '@vueuse/core@10.11.1(vue@3.5.11(typescript@5.6.2))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.1 - '@vueuse/shared': 10.11.1(vue@3.4.27(typescript@5.6.2)) - vue-demi: 0.14.10(vue@3.4.27(typescript@5.6.2)) + '@vueuse/shared': 10.11.1(vue@3.5.11(typescript@5.6.2)) + vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -16445,11 +16361,11 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@10.11.1(axios@1.7.7)(change-case@4.1.2)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.14.0)(vue@3.4.27(typescript@5.6.2))': + '@vueuse/integrations@10.11.1(axios@1.7.7)(change-case@4.1.2)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.14.0)(vue@3.5.11(typescript@5.6.2))': dependencies: - '@vueuse/core': 10.11.1(vue@3.4.27(typescript@5.6.2)) - '@vueuse/shared': 10.11.1(vue@3.4.27(typescript@5.6.2)) - vue-demi: 0.14.10(vue@3.4.27(typescript@5.6.2)) + '@vueuse/core': 10.11.1(vue@3.5.11(typescript@5.6.2)) + '@vueuse/shared': 10.11.1(vue@3.5.11(typescript@5.6.2)) + vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2)) optionalDependencies: axios: 1.7.7 change-case: 4.1.2 @@ -16473,9 +16389,9 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/shared@10.11.1(vue@3.4.27(typescript@5.6.2))': + '@vueuse/shared@10.11.1(vue@3.5.11(typescript@5.6.2))': dependencies: - vue-demi: 0.14.10(vue@3.4.27(typescript@5.6.2)) + vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -16720,50 +16636,10 @@ snapshots: array-flatten@1.1.1: {} - array-includes@3.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 - array-iterate@2.0.1: {} array-union@2.1.0: {} - array.prototype.findlast@1.2.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 - - array.prototype.flat@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.flatmap@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.tosorted@1.1.4: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 - arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 @@ -17164,16 +17040,10 @@ snapshots: character-entities-html4@2.1.0: {} - character-entities-legacy@1.1.4: {} - character-entities-legacy@3.0.0: {} - character-entities@1.2.4: {} - character-entities@2.0.2: {} - character-reference-invalid@1.1.4: {} - chardet@0.7.0: {} check-error@1.0.3: @@ -17707,10 +17577,6 @@ snapshots: dependencies: path-type: 4.0.0 - doctrine@2.1.0: - dependencies: - esutils: 2.0.3 - doctrine@3.0.0: dependencies: esutils: 2.0.3 @@ -17914,23 +17780,6 @@ snapshots: es-errors@1.3.0: {} - es-iterator-helpers@1.0.19: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-set-tostringtag: 2.0.3 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - globalthis: 1.0.4 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - iterator.prototype: 1.1.2 - safe-array-concat: 1.1.2 - es-module-lexer@1.5.4: {} es-object-atoms@1.0.0: @@ -17943,10 +17792,6 @@ snapshots: has-tostringtag: 1.0.2 hasown: 2.0.2 - es-shim-unscopables@1.0.2: - dependencies: - hasown: 2.0.2 - es-to-primitive@1.2.1: dependencies: is-callable: 1.2.7 @@ -18087,37 +17932,6 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-parser-plain@0.1.0: {} - - eslint-plugin-markdown@3.0.1(eslint@8.57.1): - dependencies: - eslint: 8.57.1 - mdast-util-from-markdown: 0.8.5 - transitivePeerDependencies: - - supports-color - - eslint-plugin-react@7.35.0(eslint@8.57.1): - dependencies: - array-includes: 3.1.8 - array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.2 - array.prototype.tosorted: 1.1.4 - doctrine: 2.1.0 - es-iterator-helpers: 1.0.19 - eslint: 8.57.1 - estraverse: 5.3.0 - hasown: 2.0.2 - jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 - object.entries: 1.1.8 - object.fromentries: 2.0.8 - object.values: 1.2.0 - prop-types: 15.8.1 - resolve: 2.0.0-next.5 - semver: 6.3.1 - string.prototype.matchall: 4.0.11 - string.prototype.repeat: 1.0.0 - eslint-plugin-vue@9.28.0(eslint@8.57.1): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) @@ -18322,8 +18136,6 @@ snapshots: fast-defer@1.1.8: {} - fast-diff@1.3.0: {} - fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -19130,13 +18942,6 @@ snapshots: ipaddr.js@1.9.1: {} - is-alphabetical@1.0.4: {} - - is-alphanumerical@1.0.4: - dependencies: - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 @@ -19146,10 +18951,6 @@ snapshots: is-arrayish@0.3.2: {} - is-async-function@2.0.0: - dependencies: - has-tostringtag: 1.0.2 - is-bigint@1.0.4: dependencies: has-bigints: 1.0.2 @@ -19183,18 +18984,12 @@ snapshots: dependencies: has-tostringtag: 1.0.2 - is-decimal@1.0.4: {} - is-docker@2.2.1: {} is-extendable@0.1.1: {} is-extglob@2.1.1: {} - is-finalizationregistry@1.0.2: - dependencies: - call-bind: 1.0.7 - is-fullwidth-code-point@3.0.0: {} is-fullwidth-code-point@4.0.0: {} @@ -19203,16 +18998,10 @@ snapshots: dependencies: get-east-asian-width: 1.2.0 - is-generator-function@1.0.10: - dependencies: - has-tostringtag: 1.0.2 - is-glob@4.0.3: dependencies: is-extglob: 2.1.1 - is-hexadecimal@1.0.4: {} - is-interactive@1.0.0: {} is-interactive@2.0.0: {} @@ -19220,8 +19009,6 @@ snapshots: is-lambda@1.0.1: optional: true - is-map@2.0.3: {} - is-module@1.0.0: {} is-negative-zero@2.0.3: {} @@ -19256,8 +19043,6 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 - is-set@2.0.3: {} - is-shared-array-buffer@1.0.3: dependencies: call-bind: 1.0.7 @@ -19288,17 +19073,10 @@ snapshots: is-unicode-supported@2.0.0: {} - is-weakmap@2.0.2: {} - is-weakref@1.0.2: dependencies: call-bind: 1.0.7 - is-weakset@2.0.3: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - is-windows@1.0.2: {} is-wsl@2.2.0: @@ -19338,14 +19116,6 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - iterator.prototype@1.1.2: - dependencies: - define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.6 - set-function-name: 2.0.2 - jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 @@ -19527,13 +19297,6 @@ snapshots: ms: 2.1.3 semver: 7.6.3 - jsx-ast-utils@3.3.5: - dependencies: - array-includes: 3.1.8 - array.prototype.flat: 1.3.2 - object.assign: 4.1.5 - object.values: 1.2.0 - junit-report-builder@3.2.1: dependencies: date-format: 4.0.3 @@ -19802,10 +19565,6 @@ snapshots: longest-streak@3.1.0: {} - loose-envify@1.4.0: - dependencies: - js-tokens: 4.0.0 - loupe@2.3.7: dependencies: get-func-name: 2.0.2 @@ -19994,15 +19753,7 @@ snapshots: marked@12.0.2: {} - mdast-util-from-markdown@0.8.5: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 2.0.0 - micromark: 2.11.4 - parse-entities: 2.0.0 - unist-util-stringify-position: 2.0.3 - transitivePeerDependencies: - - supports-color + marked@14.1.2: {} mdast-util-from-markdown@1.3.1: dependencies: @@ -20065,8 +19816,6 @@ snapshots: vfile: 5.3.7 vfile-location: 4.1.0 - mdast-util-to-string@2.0.0: {} - mdast-util-to-string@3.2.0: dependencies: '@types/mdast': 3.0.15 @@ -20247,13 +19996,6 @@ snapshots: micromark-util-types@2.0.0: {} - micromark@2.11.4: - dependencies: - debug: 4.3.6(supports-color@5.5.0) - parse-entities: 2.0.0 - transitivePeerDependencies: - - supports-color - micromark@3.2.0: dependencies: '@types/debug': 4.1.12 @@ -20749,25 +20491,6 @@ snapshots: has-symbols: 1.0.3 object-keys: 1.1.1 - object.entries@1.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - - object.fromentries@2.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - - object.values@1.2.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - obliterator@2.0.4: {} ofetch@1.3.4: @@ -20982,15 +20705,6 @@ snapshots: dependencies: callsites: 3.1.0 - parse-entities@2.0.0: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - parse-json@4.0.0: dependencies: error-ex: 1.3.2 @@ -21290,12 +21004,12 @@ snapshots: dependencies: postcss: 8.4.45 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(yaml@2.5.1): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(yaml@2.5.1): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 1.21.6 - postcss: 8.4.45 + postcss: 8.4.47 tsx: 4.17.0 yaml: 2.5.1 @@ -21445,6 +21159,12 @@ snapshots: picocolors: 1.1.0 source-map-js: 1.2.0 + postcss@8.4.47: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.0 + source-map-js: 1.2.1 + postgres-array@2.0.0: optional: true @@ -21491,10 +21211,6 @@ snapshots: prelude-ls@1.2.1: {} - prettier-linter-helpers@1.0.0: - dependencies: - fast-diff: 1.3.0 - prettier@2.8.8: {} prettier@3.1.0: {} @@ -21536,12 +21252,6 @@ snapshots: retry: 0.12.0 optional: true - prop-types@15.8.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - proper-lockfile@4.1.2: dependencies: graceful-fs: 4.2.11 @@ -21633,8 +21343,6 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-is@16.13.1: {} - react-is@18.3.1: {} read-ini-file@4.0.0: @@ -21732,16 +21440,6 @@ snapshots: reduce-flatten@1.0.1: {} - reflect.getprototypeof@1.0.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - globalthis: 1.0.4 - which-builtin-type: 1.1.4 - regenerator-runtime@0.14.1: {} regex@4.3.2: {} @@ -21836,12 +21534,6 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@2.0.0-next.5: - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - responselike@2.0.1: dependencies: lowercase-keys: 2.0.0 @@ -22409,6 +22101,8 @@ snapshots: source-map-js@1.2.0: {} + source-map-js@1.2.1: {} + source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 @@ -22587,26 +22281,6 @@ snapshots: get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 - string.prototype.matchall@4.0.11: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - regexp.prototype.flags: 1.5.2 - set-function-name: 2.0.2 - side-channel: 1.0.6 - - string.prototype.repeat@1.0.0: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.3 - string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -22832,11 +22506,6 @@ snapshots: symbol-tree@3.2.4: {} - synckit@0.8.8: - dependencies: - '@pkgr/core': 0.1.1 - tslib: 2.7.0 - tabbable@4.0.0: {} tabbable@6.2.0: {} @@ -23043,7 +22712,7 @@ snapshots: tslib@2.7.0: {} - tsup@8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1): + tsup@8.2.4(@microsoft/api-extractor@7.47.7(@types/node@18.19.50))(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.5.1): dependencies: bundle-require: 5.0.0(esbuild@0.23.1) cac: 6.7.14 @@ -23055,7 +22724,7 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.1.0 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.45)(tsx@4.17.0)(yaml@2.5.1) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(yaml@2.5.1) resolve-from: 5.0.0 rollup: 4.21.2 source-map: 0.8.0-beta.0 @@ -23063,7 +22732,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.47.7(@types/node@18.19.50) - postcss: 8.4.45 + postcss: 8.4.47 typescript: 5.6.2 transitivePeerDependencies: - jiti @@ -23167,23 +22836,24 @@ snapshots: typedarray@0.0.7: {} - typedoc-plugin-frontmatter@0.0.2: + typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.2))): dependencies: + typedoc-plugin-markdown: 4.2.9(typedoc@0.26.8(typescript@5.6.2)) yaml: 2.5.1 - typedoc-plugin-markdown@4.0.0-next.53(typedoc@0.26.7(typescript@5.6.2)): + typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.2)): dependencies: - typedoc: 0.26.7(typescript@5.6.2) + typedoc: 0.26.8(typescript@5.6.2) - typedoc-plugin-zod@1.2.1(typedoc@0.26.7(typescript@5.6.2)): + typedoc-plugin-zod@1.2.1(typedoc@0.26.8(typescript@5.6.2)): dependencies: - typedoc: 0.26.7(typescript@5.6.2) + typedoc: 0.26.8(typescript@5.6.2) - typedoc-vitepress-theme@1.0.1(typedoc-plugin-markdown@4.0.0-next.53(typedoc@0.26.7(typescript@5.6.2))): + typedoc-vitepress-theme@1.0.2(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.2))): dependencies: - typedoc-plugin-markdown: 4.0.0-next.53(typedoc@0.26.7(typescript@5.6.2)) + typedoc-plugin-markdown: 4.2.9(typedoc@0.26.8(typescript@5.6.2)) - typedoc@0.26.7(typescript@5.6.2): + typedoc@0.26.8(typescript@5.6.2): dependencies: lunr: 2.3.9 markdown-it: 14.1.0 @@ -23596,26 +23266,26 @@ snapshots: sass: 1.78.0 terser: 5.31.6 - vitepress-plugin-tabs@0.3.0(vitepress@1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2))(vue@3.4.27(typescript@5.6.2)): + vitepress-plugin-tabs@0.3.0(vitepress@1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2))(vue@3.5.11(typescript@5.6.2)): dependencies: vitepress: 1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2) - vue: 3.4.27(typescript@5.6.2) + vue: 3.5.11(typescript@5.6.2) vitepress@1.0.0-rc.4(@algolia/client-search@4.24.0)(@types/node@18.19.50)(axios@1.7.7)(change-case@4.1.2)(qrcode@1.5.4)(sass@1.78.0)(search-insights@2.17.1)(sortablejs@1.14.0)(terser@5.31.6)(typescript@5.6.2): dependencies: '@docsearch/css': 3.6.1 '@docsearch/js': 3.6.1(@algolia/client-search@4.24.0)(search-insights@2.17.1) - '@vitejs/plugin-vue': 4.6.2(vite@4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6))(vue@3.4.27(typescript@5.6.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6))(vue@3.5.11(typescript@5.6.2)) '@vue/devtools-api': 6.6.3 - '@vueuse/core': 10.11.1(vue@3.4.27(typescript@5.6.2)) - '@vueuse/integrations': 10.11.1(axios@1.7.7)(change-case@4.1.2)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.14.0)(vue@3.4.27(typescript@5.6.2)) + '@vueuse/core': 10.11.1(vue@3.5.11(typescript@5.6.2)) + '@vueuse/integrations': 10.11.1(axios@1.7.7)(change-case@4.1.2)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.14.0)(vue@3.5.11(typescript@5.6.2)) body-scroll-lock: 4.0.0-beta.0 focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 shiki: 0.14.7 vite: 4.5.2(@types/node@18.19.50)(sass@1.78.0)(terser@5.31.6) - vue: 3.4.27(typescript@5.6.2) + vue: 3.5.11(typescript@5.6.2) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -23731,6 +23401,10 @@ snapshots: dependencies: vue: 3.4.27(typescript@5.6.2) + vue-demi@0.14.10(vue@3.5.11(typescript@5.6.2)): + dependencies: + vue: 3.5.11(typescript@5.6.2) + vue-eslint-parser@9.4.3(eslint@8.57.1): dependencies: debug: 4.3.6(supports-color@5.5.0) @@ -23788,6 +23462,16 @@ snapshots: optionalDependencies: typescript: 5.6.2 + vue@3.5.11(typescript@5.6.2): + dependencies: + '@vue/compiler-dom': 3.5.11 + '@vue/compiler-sfc': 3.5.11 + '@vue/runtime-dom': 3.5.11 + '@vue/server-renderer': 3.5.11(vue@3.5.11(typescript@5.6.2)) + '@vue/shared': 3.5.11 + optionalDependencies: + typescript: 5.6.2 + vuedraggable@4.1.0(vue@3.4.27(typescript@5.6.2)): dependencies: sortablejs: 1.14.0 @@ -23850,28 +23534,6 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 - which-builtin-type@1.1.4: - dependencies: - function.prototype.name: 1.1.6 - has-tostringtag: 1.0.2 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.15 - - which-collection@1.0.2: - dependencies: - is-map: 2.0.3 - is-set: 2.0.3 - is-weakmap: 2.0.2 - is-weakset: 2.0.3 - which-module@2.0.1: {} which-pm@2.2.0: diff --git a/sdk/src/rest/commands/read/assets.ts b/sdk/src/rest/commands/read/assets.ts index da85cbb3b9..5e6e01ce5e 100644 --- a/sdk/src/rest/commands/read/assets.ts +++ b/sdk/src/rest/commands/read/assets.ts @@ -4,7 +4,7 @@ import { throwIfEmpty } from '../../utils/index.js'; import type { RestCommand } from '../../types.js'; /** - * Read the contents of a file as a ReadableStream + * Read the contents of a file as a ReadableStream * * @param {string} key * @param {AssetsQuery} query