From 06ddff691bb18ea611ab9f789173e4e6b0314848 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 9 Oct 2024 02:29:38 -0700 Subject: [PATCH 1/3] update config for biome and ts config, also implement a CI workflow that will also run future tests --- .github/workflows/ci.yml | 43 +++++++++++++++++++++++++++ .github/workflows/todo-auto-issue.yml | 2 +- package.json | 1 + tsconfig.json | 1 + 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 000000000..1df1ace7f --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,43 @@ +name: CI / Tests + +# Tests coming soon + +on: + workflow_dispatch: + pull_request: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + id-token: write + +jobs: + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - name: Check out code using Git + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + with: + ref: ${{ github.head_ref }} + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Setup PNPM + uses: pnpm/action-setup@v3 + + - name: Setup Node + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 + with: + node-version-file: '.node-version' + cache: pnpm + + - name: Install dependencies + run: pnpm ci:install + shell: bash + + - name: Lint code + run: pnpm ci:lint + shell: bash \ No newline at end of file diff --git a/.github/workflows/todo-auto-issue.yml b/.github/workflows/todo-auto-issue.yml index a76cf1e29..14bce6409 100644 --- a/.github/workflows/todo-auto-issue.yml +++ b/.github/workflows/todo-auto-issue.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: importAll: - default: 'false' + default: false required: false type: boolean description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing. diff --git a/package.json b/package.json index 5871361c3..d37650124 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "build": "pnpm --filter node-playground build", "lint": "biome check .", "lint:fix": "biome check --write .", + "ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --linter-enabled=true --reporter=github", "ci:install": "pnpm install --frozen-lockfile", "ci:version": "pnpm changeset version", "ci:publish": "pnpm changeset publish", diff --git a/tsconfig.json b/tsconfig.json index 1cfa925e1..4e2d59707 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "packages/studiocms_ui/**/*" ], "compilerOptions": { + "baseUrl": ".", "composite": true, "declaration": true, "declarationMap": true, From f194283e1050e6a0cb076499e9e9d4fd4c0ea076 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 9 Oct 2024 02:56:49 -0700 Subject: [PATCH 2/3] update deps --- pnpm-lock.yaml | 1177 +++++++++++++++++++++++++++++++------------ pnpm-workspace.yaml | 12 +- 2 files changed, 856 insertions(+), 333 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e76ea417..d709023c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ catalogs: specifier: ^0.9.3 version: 0.9.3 '@astrojs/db': - specifier: ^0.14.1 - version: 0.14.1 + specifier: ^0.14.2 + version: 0.14.2 '@astrojs/markdown-remark': specifier: ^5.2.0 version: 5.2.0 @@ -34,8 +34,8 @@ catalogs: specifier: ^20.14.11 version: 20.14.13 astro: - specifier: ^4.15.9 - version: 4.15.9 + specifier: ^4.15.12 + version: 4.15.12 astro-integration-kit: specifier: ^0.16.1 version: 0.16.1 @@ -46,11 +46,11 @@ catalogs: specifier: ^0.33.4 version: 0.33.4 typescript: - specifier: ^5.5.4 - version: 5.5.4 + specifier: ^5.6.3 + version: 5.6.3 vite: - specifier: ^5.4.2 - version: 5.4.2 + specifier: ^5.4.8 + version: 5.4.8 docs: '@shoelace-style/shoelace': specifier: ^2.16.0 @@ -77,11 +77,11 @@ catalogs: specifier: ^0.3.0 version: 0.3.0 typedoc: - specifier: ^0.26.6 - version: 0.26.6 + specifier: ^0.26.8 + version: 0.26.8 typedoc-plugin-markdown: - specifier: ^4.2.7 - version: 4.2.7 + specifier: ^4.2.9 + version: 4.2.9 landing: '@fontsource-variable/onest': specifier: 5.1.0 @@ -267,7 +267,7 @@ importers: version: 1.28.3 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 packages/studiocms: dependencies: @@ -279,19 +279,19 @@ importers: version: 1.19.0 '@inox-tools/runtime-logger': specifier: catalog:studiocms-shared - version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@markdoc/markdoc': specifier: catalog:studiocms-shared version: 0.4.0(@types/react@18.3.5)(react@18.3.1) '@matthiesenxyz/astrolace': specifier: catalog:studiocms-shared - version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/unocss-preset-daisyui': specifier: catalog:studiocms-shared - version: 0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0))) + version: 0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0))) '@noble/hashes': specifier: catalog:studiocms-shared version: 1.4.0 @@ -330,22 +330,22 @@ importers: version: link:../studiocms_robotstxt '@unocss/astro': specifier: catalog:studiocms-shared - version: 0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + version: 0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) '@unocss/reset': specifier: catalog:studiocms-shared version: 0.62.3 '@unpic/astro': specifier: catalog:studiocms-imagehandler - version: 0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) arctic: specifier: catalog:studiocms-shared version: 1.9.2 astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) daisyui: specifier: catalog:studiocms-shared version: 4.12.10(postcss@8.4.47) @@ -387,7 +387,7 @@ importers: version: 1.14.1 unocss: specifier: catalog:studiocms-shared - version: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + version: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) unpic: specifier: catalog:studiocms-shared version: 3.18.0 @@ -400,23 +400,23 @@ importers: version: 7.5.8 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_assets: dependencies: astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_auth: dependencies: @@ -425,16 +425,16 @@ importers: version: 0.14.0(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1) '@inox-tools/runtime-logger': specifier: catalog:studiocms-shared - version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/astrodtsbuilder': specifier: catalog:studiocms-shared - version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/astrolace': specifier: catalog:studiocms-shared - version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@noble/hashes': specifier: catalog:studiocms-shared version: 1.4.0 @@ -452,10 +452,10 @@ importers: version: 1.9.2 astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) lucia: specifier: catalog:studiocms-shared version: 3.2.0 @@ -468,10 +468,10 @@ importers: version: 4.0.9 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_betaresources: dependencies: @@ -483,14 +483,14 @@ importers: version: link:../studiocms_core astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_blog: dependencies: @@ -505,10 +505,10 @@ importers: version: link:../studiocms_frontend astro: specifier: catalog:min - version: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) astro-theme-provider: specifier: 'catalog:' - version: 0.6.1(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.6.1(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) devDependencies: '@types/node': specifier: 'catalog:' @@ -524,13 +524,13 @@ importers: version: 0.4.0(@types/react@18.3.5)(react@18.3.1) '@matthiesenxyz/astrodtsbuilder': specifier: catalog:studiocms-shared - version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/astrolace': specifier: catalog:studiocms-shared - version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@noble/hashes': specifier: catalog:studiocms-shared version: 1.4.0 @@ -539,10 +539,10 @@ importers: version: link:../studiocms_robotstxt astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) lucia: specifier: catalog:studiocms-shared version: 3.2.0 @@ -570,28 +570,28 @@ importers: devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_dashboard: dependencies: '@inox-tools/runtime-logger': specifier: catalog:studiocms-shared - version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/astrodtsbuilder': specifier: catalog:studiocms-shared - version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/astrolace': specifier: catalog:studiocms-shared - version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/unocss-preset-daisyui': specifier: catalog:studiocms-shared - version: 0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0))) + version: 0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0))) '@noble/hashes': specifier: catalog:studiocms-shared version: 1.4.0 @@ -609,35 +609,35 @@ importers: version: link:../studiocms_renderers '@unocss/astro': specifier: catalog:studiocms-shared - version: 0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + version: 0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) '@unocss/reset': specifier: catalog:studiocms-shared version: 0.62.3 astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) daisyui: specifier: catalog:studiocms-shared version: 4.12.10(postcss@8.4.47) unocss: specifier: catalog:studiocms-shared - version: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + version: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_frontend: dependencies: '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@studiocms/core': specifier: workspace:* version: link:../studiocms_core @@ -646,17 +646,17 @@ importers: version: link:../studiocms_renderers astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_imagehandler: dependencies: @@ -665,32 +665,32 @@ importers: version: 1.19.0 '@matthiesenxyz/astrodtsbuilder': specifier: catalog:studiocms-shared - version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@studiocms/core': specifier: workspace:* version: link:../studiocms_core '@unpic/astro': specifier: catalog:studiocms-imagehandler - version: 0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) unpic: specifier: catalog:studiocms-shared version: 3.18.0 devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_renderers: dependencies: @@ -699,19 +699,19 @@ importers: version: 5.2.0 '@astrojs/react': specifier: catalog:studiocms-shared - version: 3.6.2(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.2(@types/node@22.0.0)) + version: 3.6.2(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.8(@types/node@22.0.0)) '@inox-tools/runtime-logger': specifier: catalog:studiocms-shared - version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@markdoc/markdoc': specifier: catalog:studiocms-shared version: 0.4.0(@types/react@18.3.5)(react@18.3.1) '@matthiesenxyz/astrodtsbuilder': specifier: catalog:studiocms-shared - version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@matthiesenxyz/integration-utils': specifier: catalog:studiocms-shared - version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@mdx-js/mdx': specifier: catalog:studiocms-renderer version: 3.0.1 @@ -723,10 +723,10 @@ importers: version: link:../studiocms_core astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-integration-kit: specifier: 'catalog:' - version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) marked: specifier: catalog:studiocms-shared version: 13.0.3 @@ -772,16 +772,16 @@ importers: version: 18.3.0 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) packages/studiocms_robotstxt: dependencies: astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) packages/studiocms_ui: dependencies: @@ -790,32 +790,32 @@ importers: version: 5.1.0 astro: specifier: catalog:min - version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) devDependencies: typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 vite: specifier: 'catalog:' - version: 5.4.2(@types/node@22.0.0) + version: 5.4.8(@types/node@22.0.0) playgrounds/node: dependencies: '@astrojs/db': specifier: 'catalog:' - version: 0.14.1(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1) + version: 0.14.2(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1) '@astrojs/node': specifier: 'catalog:' - version: 8.3.3(astro@4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) + version: 8.3.3(astro@4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) '@astrojs/web-vitals': specifier: 'catalog:' - version: 3.0.0(@astrojs/db@0.14.1(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1)) + version: 3.0.0(@astrojs/db@0.14.2(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1)) '@studiocms/blog': specifier: workspace:* version: link:../../packages/studiocms_blog astro: specifier: 'catalog:' - version: 4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) studiocms: specifier: workspace:* version: link:../../packages/studiocms @@ -825,13 +825,13 @@ importers: version: 20.14.13 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 playgrounds/ui: dependencies: '@astrojs/node': specifier: 'catalog:' - version: 8.3.3(astro@4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) + version: 8.3.3(astro@4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) '@fontsource-variable/onest': specifier: 5.1.0 version: 5.1.0 @@ -840,23 +840,23 @@ importers: version: link:../../packages/studiocms_ui astro: specifier: 'catalog:' - version: 4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) devDependencies: '@types/node': specifier: 'catalog:' version: 20.14.13 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 www/docs: dependencies: '@astrojs/check': specifier: 'catalog:' - version: 0.9.3(typescript@5.5.4) + version: 0.9.3(typescript@5.6.3) '@astrojs/starlight': specifier: 'catalog:' - version: 0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@shoelace-style/shoelace': specifier: catalog:docs version: 2.16.0(@types/react@18.3.5) @@ -865,10 +865,10 @@ importers: version: 3.0.4 astro: specifier: 'catalog:' - version: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-embed: specifier: catalog:docs - version: 0.7.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.7.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) hast: specifier: catalog:docs version: 1.0.0 @@ -883,31 +883,31 @@ importers: version: 0.33.4 starlight-package-managers: specifier: catalog:docs - version: 0.7.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)))(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + version: 0.7.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)))(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) starlight-typedoc: specifier: catalog:docs - version: 0.16.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)))(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))(typedoc-plugin-markdown@4.2.7(typedoc@0.26.6(typescript@5.5.4)))(typedoc@0.26.6(typescript@5.5.4)) + version: 0.16.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)))(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.3)))(typedoc@0.26.8(typescript@5.6.3)) starlight-versions: specifier: catalog:docs - version: 0.3.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))) + version: 0.3.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))) typedoc: specifier: catalog:docs - version: 0.26.6(typescript@5.5.4) + version: 0.26.8(typescript@5.6.3) typedoc-plugin-markdown: specifier: catalog:docs - version: 4.2.7(typedoc@0.26.6(typescript@5.5.4)) + version: 4.2.9(typedoc@0.26.8(typescript@5.6.3)) typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 www/web: dependencies: '@astrojs/check': specifier: 'catalog:' - version: 0.9.3(typescript@5.5.4) + version: 0.9.3(typescript@5.6.3) '@astrojs/tailwind': specifier: 'catalog:' - version: 5.1.0(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))(tailwindcss@3.4.7) + version: 5.1.0(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))(tailwindcss@3.4.7) '@fontsource-variable/onest': specifier: catalog:landing version: 5.1.0 @@ -922,7 +922,7 @@ importers: version: 0.5.15(tailwindcss@3.4.7) astro: specifier: 'catalog:' - version: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + version: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) astro-icon: specifier: catalog:landing version: 1.1.1 @@ -955,7 +955,7 @@ importers: version: 3.4.7 typescript: specifier: 'catalog:' - version: 5.5.4 + version: 5.6.3 packages: @@ -1011,8 +1011,8 @@ packages: '@astrojs/db@0.14.0': resolution: {integrity: sha512-8If3Z0FN2Mdto/jrKGQ4sisrO/rpGdteogPmZCjvTnSzNo5GECFBkxflpOyWX4Xw9qaU865f1BeDgGdU27xeXg==} - '@astrojs/db@0.14.1': - resolution: {integrity: sha512-IkZNd965/u0EsWRWwA+HtvXqRJb3Dy72c2BZXjKbIiCMwiHYSXUADlyHTy1ed5lkuJVz4AS7oujt2f6hrFB/tw==} + '@astrojs/db@0.14.2': + resolution: {integrity: sha512-eMudd6KupdcUr3sN58g5qagpCX5PApFy1zRrfPnOMvE6Ndnx+vQtjOkZPgqQ+5vTJ04GrMwzuqhjRB0waaJVoA==} '@astrojs/internal-helpers@0.4.1': resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==} @@ -1092,26 +1092,50 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.25.7': + resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.2': resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.7': + resolution: {integrity: sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==} + engines: {node: '>=6.9.0'} + '@babel/core@7.25.2': resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} + '@babel/core@7.25.7': + resolution: {integrity: sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.25.5': resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==} engines: {node: '>=6.9.0'} + '@babel/generator@7.25.7': + resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.24.7': resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.25.7': + resolution: {integrity: sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==} + engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.25.2': resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.25.7': + resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==} + engines: {node: '>=6.9.0'} + '@babel/helper-create-class-features-plugin@7.25.0': resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} engines: {node: '>=6.9.0'} @@ -1126,12 +1150,22 @@ packages: resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.25.7': + resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.25.2': resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.25.7': + resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.24.7': resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} engines: {node: '>=6.9.0'} @@ -1140,6 +1174,10 @@ packages: resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.25.7': + resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==} + engines: {node: '>=6.9.0'} + '@babel/helper-replace-supers@7.25.0': resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} engines: {node: '>=6.9.0'} @@ -1150,6 +1188,10 @@ packages: resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} engines: {node: '>=6.9.0'} + '@babel/helper-simple-access@7.25.7': + resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} engines: {node: '>=6.9.0'} @@ -1158,33 +1200,64 @@ packages: resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.25.7': + resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.7': + resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.25.7': + resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==} + engines: {node: '>=6.9.0'} + '@babel/helpers@7.25.0': resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.25.7': + resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} + '@babel/highlight@7.25.7': + resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.25.4': resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.7': + resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-syntax-jsx@7.24.7': resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-jsx@7.25.7': + resolution: {integrity: sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@7.24.7': resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} engines: {node: '>=6.9.0'} @@ -1215,6 +1288,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx@7.25.7': + resolution: {integrity: sha512-vILAg5nwGlR9EXE8JIOX4NHXd49lrYbN8hnjffDtoULwpL9hUx/N55nqh2qd0q6FyNDfjl9V79ecKGvFbcSA0Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-typescript@7.25.2': resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} engines: {node: '>=6.9.0'} @@ -1235,14 +1314,26 @@ packages: resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} + '@babel/template@7.25.7': + resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.4': resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.7': + resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.25.6': resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.7': + resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==} + engines: {node: '>=6.9.0'} + '@biomejs/biome@1.9.3': resolution: {integrity: sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==} engines: {node: '>=14.21.3'} @@ -1974,9 +2065,15 @@ packages: '@libsql/client@0.10.0': resolution: {integrity: sha512-2ERn08T4XOVx34yBtUPq0RDjAdd9TJ5qNH/izugr208ml2F94mk92qC64kXyDVQINodWJvp3kAdq6P4zTtCZ7g==} + '@libsql/client@0.14.0': + resolution: {integrity: sha512-/9HEKfn6fwXB5aTEEoMeFh4CtG0ZzbncBb1e++OCdVpgKZ/xyMsIVYXm0w7Pv4RUel803vE6LwniB3PqD72R0Q==} + '@libsql/core@0.10.0': resolution: {integrity: sha512-rqynAXGaiSpTsykOZdBtI1N4z4O+KZ6mt33K/aHeXAY0gSIfK/ctxuWa0Y1Bjo4FMz1idBTCXz4Ps5kITOvZZw==} + '@libsql/core@0.14.0': + resolution: {integrity: sha512-nhbuXf7GP3PSZgdCY2Ecj8vz187ptHlZQ0VRc751oB2C1W8jQUXKKklvt7t1LJiUTQBVJuadF628eUk+3cRi4Q==} + '@libsql/darwin-arm64@0.3.19': resolution: {integrity: sha512-rmOqsLcDI65zzxlUOoEiPJLhqmbFsZF6p4UJQ2kMqB+Kc0Rt5/A1OAdOZ/Wo8fQfJWjR1IbkbpEINFioyKf+nQ==} cpu: [arm64] @@ -1987,6 +2084,11 @@ packages: cpu: [arm64] os: [darwin] + '@libsql/darwin-arm64@0.4.6': + resolution: {integrity: sha512-45i604CJ2Lubbg7NqtDodjarF6VgST8rS5R8xB++MoRqixtDns9PZ6tocT9pRJDWuTWEiy2sjthPOFWMKwYAsg==} + cpu: [arm64] + os: [darwin] + '@libsql/darwin-x64@0.3.19': resolution: {integrity: sha512-q9O55B646zU+644SMmOQL3FIfpmEvdWpRpzubwFc2trsa+zoBlSkHuzU9v/C+UNoPHQVRMP7KQctJ455I/h/xw==} cpu: [x64] @@ -1997,12 +2099,24 @@ packages: cpu: [x64] os: [darwin] + '@libsql/darwin-x64@0.4.6': + resolution: {integrity: sha512-dRKliflhfr5zOPSNgNJ6C2nZDd4YA8bTXF3MUNqNkcxQ8BffaH9uUwL9kMq89LkFIZQHcyP75bBgZctxfJ/H5Q==} + cpu: [x64] + os: [darwin] + '@libsql/hrana-client@0.6.2': resolution: {integrity: sha512-MWxgD7mXLNf9FXXiM0bc90wCjZSpErWKr5mGza7ERy2FJNNMXd7JIOv+DepBA1FQTIfI8TFO4/QDYgaQC0goNw==} + '@libsql/hrana-client@0.7.0': + resolution: {integrity: sha512-OF8fFQSkbL7vJY9rfuegK1R7sPgQ6kFMkDamiEccNUvieQ+3urzfDFI616oPl8V7T9zRmnTkSjMOImYCAVRVuw==} + '@libsql/isomorphic-fetch@0.2.1': resolution: {integrity: sha512-Sv07QP1Aw8A5OOrmKgRUBKe2fFhF2hpGJhtHe3d1aRnTESZCGkn//0zDycMKTGamVWb3oLYRroOsCV8Ukes9GA==} + '@libsql/isomorphic-fetch@0.3.1': + resolution: {integrity: sha512-6kK3SUK5Uu56zPq/Las620n5aS9xJq+jMBcNSOmjhNf/MUvdyji4vrMTqD7ptY7/4/CAVEAYDeotUz60LNQHtw==} + engines: {node: '>=18.0.0'} + '@libsql/isomorphic-ws@0.1.5': resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==} @@ -2016,6 +2130,11 @@ packages: cpu: [arm64] os: [linux] + '@libsql/linux-arm64-gnu@0.4.6': + resolution: {integrity: sha512-DMPavVyY6vYPAYcQR1iOotHszg+5xSjHSg6F9kNecPX0KKdGq84zuPJmORfKOPtaWvzPewNFdML/e+s1fu09XQ==} + cpu: [arm64] + os: [linux] + '@libsql/linux-arm64-musl@0.3.19': resolution: {integrity: sha512-VEZtxghyK6zwGzU9PHohvNxthruSxBEnRrX7BSL5jQ62tN4n2JNepJ6SdzXp70pdzTfwroOj/eMwiPt94gkVRg==} cpu: [arm64] @@ -2026,6 +2145,11 @@ packages: cpu: [arm64] os: [linux] + '@libsql/linux-arm64-musl@0.4.6': + resolution: {integrity: sha512-whuHSYAZyclGjM3L0mKGXyWqdAy7qYvPPn+J1ve7FtGkFlM0DiIPjA5K30aWSGJSRh72sD9DBZfnu8CpfSjT6w==} + cpu: [arm64] + os: [linux] + '@libsql/linux-x64-gnu@0.3.19': resolution: {integrity: sha512-2t/J7LD5w2f63wGihEO+0GxfTyYIyLGEvTFEsMO16XI5o7IS9vcSHrxsvAJs4w2Pf907uDjmc7fUfMg6L82BrQ==} cpu: [x64] @@ -2036,6 +2160,11 @@ packages: cpu: [x64] os: [linux] + '@libsql/linux-x64-gnu@0.4.6': + resolution: {integrity: sha512-0ggx+5RwEbYabIlDBBAvavdfIJCZ757u6nDZtBeQIhzW99EKbWG3lvkXHM3qudFb/pDWSUY4RFBm6vVtF1cJGA==} + cpu: [x64] + os: [linux] + '@libsql/linux-x64-musl@0.3.19': resolution: {integrity: sha512-BLsXyJaL8gZD8+3W2LU08lDEd9MIgGds0yPy5iNPp8tfhXx3pV/Fge2GErN0FC+nzt4DYQtjL+A9GUMglQefXQ==} cpu: [x64] @@ -2046,6 +2175,11 @@ packages: cpu: [x64] os: [linux] + '@libsql/linux-x64-musl@0.4.6': + resolution: {integrity: sha512-SWNrv7Hz72QWlbM/ZsbL35MPopZavqCUmQz2HNDZ55t0F+kt8pXuP+bbI2KvmaQ7wdsoqAA4qBmjol0+bh4ndw==} + cpu: [x64] + os: [linux] + '@libsql/win32-x64-msvc@0.3.19': resolution: {integrity: sha512-ay1X9AobE4BpzG0XPw1gplyLZPGHIgJOovvW23gUrukRegiUP62uzhpRbKNogLlUOynyXeq//prHgPXiebUfWg==} cpu: [x64] @@ -2056,6 +2190,11 @@ packages: cpu: [x64] os: [win32] + '@libsql/win32-x64-msvc@0.4.6': + resolution: {integrity: sha512-Q0axn110zDNELfkEog3Nl8p9BU4eI/UvgaHevGyOiSDN7s0KPfj0j6jwVHk4oz3o/d/Gg3DRIxomZ4ftfTOy/g==} + cpu: [x64] + os: [win32] + '@lit-labs/ssr-dom-shim@1.2.0': resolution: {integrity: sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==} @@ -2497,6 +2636,15 @@ packages: rollup: optional: true + '@rollup/pluginutils@5.1.2': + resolution: {integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + '@rollup/rollup-android-arm-eabi@4.21.0': resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==} cpu: [arm] @@ -2583,12 +2731,27 @@ packages: '@shikijs/core@1.16.2': resolution: {integrity: sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==} + '@shikijs/core@1.22.0': + resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==} + + '@shikijs/engine-javascript@1.22.0': + resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==} + + '@shikijs/engine-oniguruma@1.22.0': + resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==} + '@shikijs/transformers@1.14.1': resolution: {integrity: sha512-JJqL8QBVCJh3L61jqqEXgFq1cTycwjcGj7aSmqOEsbxnETM9hRlaB74QuXvY/fVJNjbNt8nvWo0VwAXKvMSLRg==} + '@shikijs/types@1.22.0': + resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==} + '@shikijs/vscode-textmate@9.2.0': resolution: {integrity: sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==} + '@shikijs/vscode-textmate@9.3.0': + resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} + '@shoelace-style/animations@1.1.0': resolution: {integrity: sha512-Be+cahtZyI2dPKRm8EZSx3YJQ+jLvEcn3xzRP7tM4tqBnvd/eW/64Xh0iOf0t2w5P8iJKfdBbpVNE9naCaOf2g==} @@ -2918,6 +3081,10 @@ packages: aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} + aria-query@5.3.2: + resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} + engines: {node: '>= 0.4'} + array-iterate@2.0.1: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} @@ -2990,8 +3157,8 @@ packages: engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true - astro@4.15.9: - resolution: {integrity: sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==} + astro@4.15.12: + resolution: {integrity: sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -3053,6 +3220,10 @@ packages: resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==} engines: {node: '>=14.16'} + boxen@8.0.1: + resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==} + engines: {node: '>=18'} + brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} @@ -3065,6 +3236,11 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + browserslist@4.24.0: + resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} @@ -3104,6 +3280,9 @@ packages: caniuse-lite@1.0.30001644: resolution: {integrity: sha512-YGvlOZB4QhZuiis+ETS0VXR+MExbFf4fZYYeMTEE0aTQd/RdIjkTyZjLrbYVKnHzppDvnOhritRVv+i7Go6mHw==} + caniuse-lite@1.0.30001667: + resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==} + ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -3237,6 +3416,10 @@ packages: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} + cookie@0.7.2: + resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} + engines: {node: '>= 0.6'} + cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} @@ -3395,6 +3578,9 @@ packages: devalue@5.0.0: resolution: {integrity: sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==} + devalue@5.1.1: + resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==} + devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -3526,6 +3712,10 @@ packages: resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==} engines: {node: '>=4'} + dset@3.1.4: + resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} + engines: {node: '>=4'} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -3538,6 +3728,9 @@ packages: electron-to-chromium@1.5.3: resolution: {integrity: sha512-QNdYSS5i8D9axWp/6XIezRObRHqaav/ur9z1VzCDUCH1XIFOr9WQk5xmgunhsTpjjgDy3oLxO/WMOVZlpUQrlA==} + electron-to-chromium@1.5.33: + resolution: {integrity: sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==} + emmet@2.4.7: resolution: {integrity: sha512-O5O5QNqtdlnQM2bmKHtJgyChcrFMgQuulI+WdiOw2NArzprUqqxUW6bgYtKvzKgrsYpuLWalOkdhNP+1jluhCA==} @@ -3866,6 +4059,9 @@ packages: hast-util-to-html@9.0.1: resolution: {integrity: sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==} + hast-util-to-html@9.0.3: + resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} + hast-util-to-jsx-runtime@2.3.0: resolution: {integrity: sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==} @@ -4083,6 +4279,11 @@ packages: engines: {node: '>=4'} hasBin: true + jsesc@3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + engines: {node: '>=6'} + hasBin: true + json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} @@ -4121,12 +4322,14 @@ packages: libsql@0.3.19: resolution: {integrity: sha512-Aj5cQ5uk/6fHdmeW0TiXK42FqUlwx7ytmMLPSaUQPin5HKKKuUPD62MAbN4OEweGBBI7q1BekoEN4gPUEL6MZA==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] libsql@0.4.1: resolution: {integrity: sha512-qZlR9Yu1zMBeLChzkE/cKfoKV3Esp9cn9Vx5Zirn4AVhDWPcjYhKwbtJcMuHehgk3mH+fJr9qW+3vesBWbQpBg==} - cpu: [x64, arm64, wasm32] + os: [darwin, linux, win32] + + libsql@0.4.6: + resolution: {integrity: sha512-F5M+ltteK6dCcpjMahrkgT96uFJvVI8aQ4r9f2AzHQjC7BkAYtvfMSTWGvRBezRgMUIU2h1Sy0pF9nOGOD5iyA==} os: [darwin, linux, win32] lilconfig@2.1.0: @@ -4619,6 +4822,9 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} + oniguruma-to-js@0.4.3: + resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==} + open@10.1.0: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} @@ -4918,6 +5124,9 @@ packages: regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + regex@4.3.3: + resolution: {integrity: sha512-r/AadFO7owAq1QJVeZ/nq9jNS1vyZt+6t1p/E59B56Rn2GCya+gr1KSyOzNL/er+r+B7phv5jG2xU2Nz1YkmJg==} + registry-auth-token@5.0.2: resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==} engines: {node: '>=14'} @@ -4950,6 +5159,9 @@ packages: rehype@13.0.1: resolution: {integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==} + rehype@13.0.2: + resolution: {integrity: sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==} + remark-directive@3.0.0: resolution: {integrity: sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==} @@ -5104,6 +5316,9 @@ packages: shiki@1.16.2: resolution: {integrity: sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==} + shiki@1.22.0: + resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==} + signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -5352,18 +5567,22 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - typedoc-plugin-markdown@4.2.7: - resolution: {integrity: sha512-bLsQdweSm48P9j6kGqQ3/4GCH5zu2EnURSkkxqirNc+uVFE9YK825ogDw+WbNkRHIV6eZK/1U43gT7YfglyYOg==} + type-fest@4.26.1: + resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} + engines: {node: '>=16'} + + typedoc-plugin-markdown@4.2.9: + resolution: {integrity: sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.26.x - typedoc@0.26.6: - resolution: {integrity: sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==} + typedoc@0.26.8: + resolution: {integrity: sha512-QBF0BMbnNeUc6U7pRHY7Jb8pjhmiNWZNQT8LU6uk9qP9t3goP9bJptdlNqMC0wBB2w9sQrxjZt835bpRSSq1LA==} engines: {node: '>= 18'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x typesafe-path@0.2.2: resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==} @@ -5371,8 +5590,8 @@ packages: typescript-auto-import-cache@0.3.3: resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==} - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} hasBin: true @@ -5477,39 +5696,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite@5.4.2: - resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - - vite@5.4.7: - resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} + vite@5.4.8: + resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5709,6 +5897,10 @@ packages: resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==} engines: {node: '>=12'} + widest-line@5.0.0: + resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} + engines: {node: '>=18'} + wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} @@ -5717,6 +5909,10 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} + wrap-ansi@9.0.0: + resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} + engines: {node: '>=18'} + wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} @@ -5761,6 +5957,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -5784,6 +5985,11 @@ packages: peerDependencies: zod: ^3.23.3 + zod-to-json-schema@3.23.3: + resolution: {integrity: sha512-TYWChTxKQbRJp5ST22o/Irt9KC5nj7CdBKYB/AosCRdj/wxEMvv4NNaj9XVUHDOIp53ZxArGhnw5HMZziPFjog==} + peerDependencies: + zod: ^3.23.3 + zod-to-ts@1.2.0: resolution: {integrity: sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==} peerDependencies: @@ -5812,47 +6018,47 @@ snapshots: '@antfu/utils@0.7.10': {} - '@astro-community/astro-embed-integration@0.7.1(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astro-community/astro-embed-integration@0.7.1(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@astro-community/astro-embed-link-preview': 0.2.1 - '@astro-community/astro-embed-twitter': 0.5.4(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - '@astro-community/astro-embed-vimeo': 0.3.7(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - '@astro-community/astro-embed-youtube': 0.5.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + '@astro-community/astro-embed-twitter': 0.5.4(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + '@astro-community/astro-embed-vimeo': 0.3.7(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + '@astro-community/astro-embed-youtube': 0.5.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@types/unist': 2.0.10 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-auto-import: 0.4.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-auto-import: 0.4.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) unist-util-select: 4.0.3 '@astro-community/astro-embed-link-preview@0.2.1': dependencies: '@astro-community/astro-embed-utils': 0.1.3 - '@astro-community/astro-embed-twitter@0.5.4(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astro-community/astro-embed-twitter@0.5.4(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@astro-community/astro-embed-utils': 0.1.3 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) '@astro-community/astro-embed-utils@0.1.3': dependencies: linkedom: 0.14.26 - '@astro-community/astro-embed-vimeo@0.3.7(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astro-community/astro-embed-vimeo@0.3.7(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@astro-community/astro-embed-utils': 0.1.3 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) - '@astro-community/astro-embed-youtube@0.5.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astro-community/astro-embed-youtube@0.5.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) lite-youtube-embed: 0.3.2 - '@astrojs/check@0.9.3(typescript@5.5.4)': + '@astrojs/check@0.9.3(typescript@5.6.3)': dependencies: - '@astrojs/language-server': 2.14.1(typescript@5.5.4) + '@astrojs/language-server': 2.14.1(typescript@5.6.3) chokidar: 3.6.0 fast-glob: 3.3.2 kleur: 4.1.5 - typescript: 5.5.4 + typescript: 5.6.3 yargs: 17.7.2 transitivePeerDependencies: - prettier @@ -5907,20 +6113,19 @@ snapshots: - sqlite3 - utf-8-validate - '@astrojs/db@0.14.1(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1)': + '@astrojs/db@0.14.2(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1)': dependencies: '@astrojs/studio': 0.1.1 - '@libsql/client': 0.10.0 + '@libsql/client': 0.14.0 async-listen: 3.0.1 deep-diff: 1.0.2 - drizzle-orm: 0.31.4(@cloudflare/workers-types@4.20240725.0)(@libsql/client@0.10.0)(@types/react@18.3.5)(react@18.3.1) + drizzle-orm: 0.31.4(@cloudflare/workers-types@4.20240725.0)(@libsql/client@0.14.0)(@types/react@18.3.5)(react@18.3.1) github-slugger: 2.0.0 kleur: 4.1.5 nanoid: 5.0.7 open: 10.1.0 ora: 8.1.0 prompts: 2.4.2 - strip-ansi: 7.1.0 yargs-parser: 21.1.1 zod: 3.23.8 transitivePeerDependencies: @@ -5956,12 +6161,12 @@ snapshots: '@astrojs/internal-helpers@0.4.1': {} - '@astrojs/language-server@2.14.1(typescript@5.5.4)': + '@astrojs/language-server@2.14.1(typescript@5.6.3)': dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/yaml2ts': 0.2.1 '@jridgewell/sourcemap-codec': 1.5.0 - '@volar/kit': 2.4.0(typescript@5.5.4) + '@volar/kit': 2.4.0(typescript@5.6.3) '@volar/language-core': 2.4.0 '@volar/language-server': 2.4.0 '@volar/language-service': 2.4.0 @@ -6003,12 +6208,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/mdx@3.1.3(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astrojs/mdx@3.1.3(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@astrojs/markdown-remark': 5.2.0 '@mdx-js/mdx': 3.0.1 acorn: 8.12.1 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) es-module-lexer: 1.5.4 estree-util-visit: 2.0.0 github-slugger: 2.0.0 @@ -6024,9 +6229,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/node@8.3.3(astro@4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4))': + '@astrojs/node@8.3.3(astro@4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - astro: 4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) send: 0.18.0 server-destroy: 1.0.1 transitivePeerDependencies: @@ -6036,11 +6241,11 @@ snapshots: dependencies: prismjs: 1.29.0 - '@astrojs/react@3.6.2(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.2(@types/node@22.0.0))': + '@astrojs/react@3.6.2(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.8(@types/node@22.0.0))': dependencies: '@types/react': 18.3.5 '@types/react-dom': 18.3.0 - '@vitejs/plugin-react': 4.3.1(vite@5.4.2(@types/node@22.0.0)) + '@vitejs/plugin-react': 4.3.1(vite@5.4.8(@types/node@22.0.0)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) ultrahtml: 1.5.3 @@ -6059,15 +6264,15 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.23.8 - '@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - '@astrojs/mdx': 3.1.3(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + '@astrojs/mdx': 3.1.3(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@astrojs/sitemap': 3.1.6 '@pagefind/default-ui': 1.1.0 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-expressive-code: 0.35.6(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-expressive-code: 0.35.6(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) bcp-47: 2.1.0 hast-util-from-html: 2.0.1 hast-util-select: 6.0.2 @@ -6093,9 +6298,9 @@ snapshots: kleur: 4.1.5 ora: 8.1.0 - '@astrojs/tailwind@5.1.0(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))(tailwindcss@3.4.7)': + '@astrojs/tailwind@5.1.0(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))(tailwindcss@3.4.7)': dependencies: - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) autoprefixer: 10.4.19(postcss@8.4.47) postcss: 8.4.47 postcss-load-config: 4.0.2(postcss@8.4.47) @@ -6115,9 +6320,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/web-vitals@3.0.0(@astrojs/db@0.14.1(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1))': + '@astrojs/web-vitals@3.0.0(@astrojs/db@0.14.2(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1))': dependencies: - '@astrojs/db': 0.14.1(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1) + '@astrojs/db': 0.14.2(@cloudflare/workers-types@4.20240725.0)(@types/react@18.3.5)(react@18.3.1) web-vitals: 4.2.3 '@astrojs/yaml2ts@0.2.1': @@ -6129,8 +6334,15 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.1.0 + '@babel/code-frame@7.25.7': + dependencies: + '@babel/highlight': 7.25.7 + picocolors: 1.1.0 + '@babel/compat-data@7.25.2': {} + '@babel/compat-data@7.25.7': {} + '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 @@ -6151,6 +6363,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.25.7': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.25.7 + '@babel/generator': 7.25.7 + '@babel/helper-compilation-targets': 7.25.7 + '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7) + '@babel/helpers': 7.25.7 + '@babel/parser': 7.25.7 + '@babel/template': 7.25.7 + '@babel/traverse': 7.25.7 + '@babel/types': 7.25.7 + convert-source-map: 2.0.0 + debug: 4.3.7 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.25.5': dependencies: '@babel/types': 7.25.6 @@ -6158,10 +6390,21 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.25.7': + dependencies: + '@babel/types': 7.25.7 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.0.2 + '@babel/helper-annotate-as-pure@7.24.7': dependencies: '@babel/types': 7.25.6 + '@babel/helper-annotate-as-pure@7.25.7': + dependencies: + '@babel/types': 7.25.7 + '@babel/helper-compilation-targets@7.25.2': dependencies: '@babel/compat-data': 7.25.2 @@ -6170,6 +6413,14 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-compilation-targets@7.25.7': + dependencies: + '@babel/compat-data': 7.25.7 + '@babel/helper-validator-option': 7.25.7 + browserslist: 4.24.0 + lru-cache: 5.1.1 + semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6197,6 +6448,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-imports@7.25.7': + dependencies: + '@babel/traverse': 7.25.7 + '@babel/types': 7.25.7 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6207,12 +6465,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-module-imports': 7.25.7 + '@babel/helper-simple-access': 7.25.7 + '@babel/helper-validator-identifier': 7.25.7 + '@babel/traverse': 7.25.7 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.24.7': dependencies: '@babel/types': 7.25.6 '@babel/helper-plugin-utils@7.24.8': {} + '@babel/helper-plugin-utils@7.25.7': {} + '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6229,6 +6499,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-simple-access@7.25.7': + dependencies: + '@babel/traverse': 7.25.7 + '@babel/types': 7.25.7 + transitivePeerDependencies: + - supports-color + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: '@babel/traverse': 7.25.4 @@ -6238,15 +6515,26 @@ snapshots: '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-string-parser@7.25.7': {} + '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.7': {} + '@babel/helper-validator-option@7.24.8': {} + '@babel/helper-validator-option@7.25.7': {} + '@babel/helpers@7.25.0': dependencies: '@babel/template': 7.25.0 '@babel/types': 7.25.6 + '@babel/helpers@7.25.7': + dependencies: + '@babel/template': 7.25.7 + '@babel/types': 7.25.7 + '@babel/highlight@7.24.7': dependencies: '@babel/helper-validator-identifier': 7.24.7 @@ -6254,15 +6542,31 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.0 + '@babel/highlight@7.25.7': + dependencies: + '@babel/helper-validator-identifier': 7.25.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.1.0 + '@babel/parser@7.25.4': dependencies: '@babel/types': 7.25.6 + '@babel/parser@7.25.7': + dependencies: + '@babel/types': 7.25.7 + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx@7.25.7(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-plugin-utils': 7.25.7 + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6298,6 +6602,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-jsx@7.25.7(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.7 + '@babel/helper-module-imports': 7.25.7 + '@babel/helper-plugin-utils': 7.25.7 + '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.25.7) + '@babel/types': 7.25.7 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6330,6 +6645,12 @@ snapshots: '@babel/parser': 7.25.4 '@babel/types': 7.25.6 + '@babel/template@7.25.7': + dependencies: + '@babel/code-frame': 7.25.7 + '@babel/parser': 7.25.7 + '@babel/types': 7.25.7 + '@babel/traverse@7.25.4': dependencies: '@babel/code-frame': 7.24.7 @@ -6342,12 +6663,30 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.7': + dependencies: + '@babel/code-frame': 7.25.7 + '@babel/generator': 7.25.7 + '@babel/parser': 7.25.7 + '@babel/template': 7.25.7 + '@babel/types': 7.25.7 + debug: 4.3.7 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.25.6': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.7': + dependencies: + '@babel/helper-string-parser': 7.25.7 + '@babel/helper-validator-identifier': 7.25.7 + to-fast-properties: 2.0.0 + '@biomejs/biome@1.9.3': optionalDependencies: '@biomejs/cli-darwin-arm64': 1.9.3 @@ -6751,7 +7090,7 @@ snapshots: '@expressive-code/plugin-shiki@0.35.6': dependencies: '@expressive-code/core': 0.35.6 - shiki: 1.16.2 + shiki: 1.22.0 '@expressive-code/plugin-text-markers@0.35.6': dependencies: @@ -6955,18 +7294,18 @@ snapshots: '@img/sharp-win32-x64@0.33.5': optional: true - '@inox-tools/modular-station@0.3.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@inox-tools/modular-station@0.3.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@inox-tools/utils': 0.1.3 - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) - '@inox-tools/runtime-logger@0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@inox-tools/runtime-logger@0.3.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - '@inox-tools/modular-station': 0.3.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + '@inox-tools/modular-station': 0.3.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@inox-tools/utils': 0.1.3 - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@inox-tools/utils@0.1.3': {} @@ -7007,22 +7346,43 @@ snapshots: - bufferutil - utf-8-validate + '@libsql/client@0.14.0': + dependencies: + '@libsql/core': 0.14.0 + '@libsql/hrana-client': 0.7.0 + js-base64: 3.7.7 + libsql: 0.4.6 + promise-limit: 2.7.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@libsql/core@0.10.0': dependencies: js-base64: 3.7.7 + '@libsql/core@0.14.0': + dependencies: + js-base64: 3.7.7 + '@libsql/darwin-arm64@0.3.19': optional: true '@libsql/darwin-arm64@0.4.1': optional: true + '@libsql/darwin-arm64@0.4.6': + optional: true + '@libsql/darwin-x64@0.3.19': optional: true '@libsql/darwin-x64@0.4.1': optional: true + '@libsql/darwin-x64@0.4.6': + optional: true + '@libsql/hrana-client@0.6.2': dependencies: '@libsql/isomorphic-fetch': 0.2.1 @@ -7033,8 +7393,20 @@ snapshots: - bufferutil - utf-8-validate + '@libsql/hrana-client@0.7.0': + dependencies: + '@libsql/isomorphic-fetch': 0.3.1 + '@libsql/isomorphic-ws': 0.1.5 + js-base64: 3.7.7 + node-fetch: 3.3.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@libsql/isomorphic-fetch@0.2.1': {} + '@libsql/isomorphic-fetch@0.3.1': {} + '@libsql/isomorphic-ws@0.1.5': dependencies: '@types/ws': 8.5.12 @@ -7049,30 +7421,45 @@ snapshots: '@libsql/linux-arm64-gnu@0.4.1': optional: true + '@libsql/linux-arm64-gnu@0.4.6': + optional: true + '@libsql/linux-arm64-musl@0.3.19': optional: true '@libsql/linux-arm64-musl@0.4.1': optional: true + '@libsql/linux-arm64-musl@0.4.6': + optional: true + '@libsql/linux-x64-gnu@0.3.19': optional: true '@libsql/linux-x64-gnu@0.4.1': optional: true + '@libsql/linux-x64-gnu@0.4.6': + optional: true + '@libsql/linux-x64-musl@0.3.19': optional: true '@libsql/linux-x64-musl@0.4.1': optional: true + '@libsql/linux-x64-musl@0.4.6': + optional: true + '@libsql/win32-x64-msvc@0.3.19': optional: true '@libsql/win32-x64-msvc@0.4.1': optional: true + '@libsql/win32-x64-msvc@0.4.6': + optional: true + '@lit-labs/ssr-dom-shim@1.2.0': {} '@lit/react@1.0.5(@types/react@18.3.5)': @@ -7105,28 +7492,28 @@ snapshots: '@types/react': 18.3.5 react: 18.3.1 - '@matthiesenxyz/astrodtsbuilder@0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@matthiesenxyz/astrodtsbuilder@0.1.2(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) - '@matthiesenxyz/astrolace@0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@matthiesenxyz/astrolace@0.3.2(@types/react@18.3.5)(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@shoelace-style/shoelace': 2.16.0(@types/react@18.3.5) - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) lit: 3.1.4 zod: 3.23.8 transitivePeerDependencies: - '@types/react' - '@matthiesenxyz/integration-utils@0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@matthiesenxyz/integration-utils@0.2.0(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) - astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) + astro-integration-kit: 0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) package-json: 10.0.1 semver: 7.6.3 - '@matthiesenxyz/unocss-preset-daisyui@0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)))': + '@matthiesenxyz/unocss-preset-daisyui@0.1.2(daisyui@4.12.10(postcss@8.4.47))(unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)))': dependencies: autoprefixer: 10.4.19(postcss@8.4.47) camelcase: 8.0.0 @@ -7134,7 +7521,7 @@ snapshots: parsel-js: 1.1.2 postcss: 8.4.47 postcss-js: 4.0.1(postcss@8.4.47) - unocss: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + unocss: 0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) '@mdx-js/mdx@3.0.1': dependencies: @@ -7473,6 +7860,14 @@ snapshots: optionalDependencies: rollup: 4.21.0 + '@rollup/pluginutils@5.1.2(rollup@4.21.0)': + dependencies: + '@types/estree': 1.0.5 + estree-walker: 2.0.2 + picomatch: 2.3.1 + optionalDependencies: + rollup: 4.21.0 + '@rollup/rollup-android-arm-eabi@4.21.0': optional: true @@ -7530,12 +7925,39 @@ snapshots: '@shikijs/vscode-textmate': 9.2.0 '@types/hast': 3.0.4 + '@shikijs/core@1.22.0': + dependencies: + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.3 + + '@shikijs/engine-javascript@1.22.0': + dependencies: + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 + oniguruma-to-js: 0.4.3 + + '@shikijs/engine-oniguruma@1.22.0': + dependencies: + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/transformers@1.14.1': dependencies: shiki: 1.14.1 + '@shikijs/types@1.22.0': + dependencies: + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 + '@shikijs/vscode-textmate@9.2.0': {} + '@shikijs/vscode-textmate@9.3.0': {} + '@shoelace-style/animations@1.1.0': {} '@shoelace-style/localize@3.2.1': {} @@ -7699,13 +8121,13 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0))': + '@unocss/astro@0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0))': dependencies: '@unocss/core': 0.62.3 '@unocss/reset': 0.62.3 - '@unocss/vite': 0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + '@unocss/vite': 0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) optionalDependencies: - vite: 5.4.2(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) transitivePeerDependencies: - rollup - supports-color @@ -7842,7 +8264,7 @@ snapshots: dependencies: '@unocss/core': 0.62.3 - '@unocss/vite@0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0))': + '@unocss/vite@0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.21.0) @@ -7854,17 +8276,17 @@ snapshots: chokidar: 3.6.0 magic-string: 0.30.11 tinyglobby: 0.2.5 - vite: 5.4.2(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) transitivePeerDependencies: - rollup - supports-color - '@unpic/astro@0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))': + '@unpic/astro@0.0.46(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))': dependencies: '@unpic/core': 0.0.49 '@unpic/pixels': 1.2.2 '@unpic/placeholder': 0.1.2 - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) blurhash: 2.0.5 '@unpic/core@0.0.49': @@ -7881,23 +8303,23 @@ snapshots: dependencies: blurhash: 2.0.5 - '@vitejs/plugin-react@4.3.1(vite@5.4.2(@types/node@22.0.0))': + '@vitejs/plugin-react@4.3.1(vite@5.4.8(@types/node@22.0.0))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.2(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) transitivePeerDependencies: - supports-color - '@volar/kit@2.4.0(typescript@5.5.4)': + '@volar/kit@2.4.0(typescript@5.6.3)': dependencies: '@volar/language-service': 2.4.0 '@volar/typescript': 2.4.0 typesafe-path: 0.2.2 - typescript: 5.5.4 + typescript: 5.6.3 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 @@ -7998,6 +8420,8 @@ snapshots: dependencies: dequal: 2.0.3 + aria-query@5.3.2: {} + array-iterate@2.0.1: {} array-union@2.1.0: {} @@ -8008,24 +8432,24 @@ snapshots: astring@1.8.6: {} - astro-auto-import@0.4.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)): + astro-auto-import@0.4.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)): dependencies: '@types/node': 18.19.42 acorn: 8.12.1 - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) - astro-embed@0.7.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)): + astro-embed@0.7.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - '@astro-community/astro-embed-integration': 0.7.1(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + '@astro-community/astro-embed-integration': 0.7.1(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@astro-community/astro-embed-link-preview': 0.2.1 - '@astro-community/astro-embed-twitter': 0.5.4(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - '@astro-community/astro-embed-vimeo': 0.3.7(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - '@astro-community/astro-embed-youtube': 0.5.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + '@astro-community/astro-embed-twitter': 0.5.4(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + '@astro-community/astro-embed-vimeo': 0.3.7(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + '@astro-community/astro-embed-youtube': 0.5.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) - astro-expressive-code@0.35.6(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)): + astro-expressive-code@0.35.6(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) rehype-expressive-code: 0.35.6 astro-icon@1.1.1: @@ -8037,37 +8461,37 @@ snapshots: - debug - supports-color - astro-integration-kit@0.14.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)): + astro-integration-kit@0.14.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) pathe: 1.1.2 recast: 0.23.9 - astro-integration-kit@0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)): + astro-integration-kit@0.16.1(astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) pathe: 1.1.2 recast: 0.23.9 - astro-pages@0.3.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)): + astro-pages@0.3.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) fast-glob: 3.3.2 - astro-public@0.1.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)): + astro-public@0.1.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) + astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) - astro-theme-provider@0.6.1(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)): + astro-theme-provider@0.6.1(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4) - astro-integration-kit: 0.14.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) - astro-pages: 0.3.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) - astro-public: 0.1.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4)) + astro: 4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3) + astro-integration-kit: 0.14.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) + astro-pages: 0.3.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) + astro-public: 0.1.0(astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3)) callsites: 4.2.0 fast-glob: 3.3.2 - astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4): + astro@4.15.1(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 @@ -8124,17 +8548,17 @@ snapshots: string-width: 7.2.0 strip-ansi: 7.1.0 tinyexec: 0.3.0 - tsconfck: 3.1.3(typescript@5.5.4) + tsconfck: 3.1.3(typescript@5.6.3) unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.7(@types/node@20.14.13) - vitefu: 0.2.5(vite@5.4.7(@types/node@20.14.13)) + vite: 5.4.8(@types/node@20.14.13) + vitefu: 0.2.5(vite@5.4.8(@types/node@20.14.13)) which-pm: 3.0.0 xxhash-wasm: 1.0.2 yargs-parser: 21.1.1 zod: 3.23.8 zod-to-json-schema: 3.23.2(zod@3.23.8) - zod-to-ts: 1.2.0(typescript@5.5.4)(zod@3.23.8) + zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: @@ -8150,7 +8574,7 @@ snapshots: - terser - typescript - astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4): + astro@4.15.1(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 @@ -8207,17 +8631,17 @@ snapshots: string-width: 7.2.0 strip-ansi: 7.1.0 tinyexec: 0.3.0 - tsconfck: 3.1.3(typescript@5.5.4) + tsconfck: 3.1.3(typescript@5.6.3) unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.7(@types/node@22.0.0) - vitefu: 0.2.5(vite@5.4.7(@types/node@22.0.0)) + vite: 5.4.8(@types/node@22.0.0) + vitefu: 0.2.5(vite@5.4.8(@types/node@22.0.0)) which-pm: 3.0.0 xxhash-wasm: 1.0.2 yargs-parser: 21.1.1 zod: 3.23.8 zod-to-json-schema: 3.23.2(zod@3.23.8) - zod-to-ts: 1.2.0(typescript@5.5.4)(zod@3.23.8) + zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: @@ -8233,34 +8657,34 @@ snapshots: - terser - typescript - astro@4.15.9(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.5.4): + astro@4.15.12(@types/node@20.14.13)(rollup@4.21.0)(typescript@5.6.3): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 '@astrojs/markdown-remark': 5.2.0 '@astrojs/telemetry': 3.1.0 - '@babel/core': 7.25.2 - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) - '@babel/types': 7.25.6 + '@babel/core': 7.25.7 + '@babel/plugin-transform-react-jsx': 7.25.7(@babel/core@7.25.7) + '@babel/types': 7.25.7 '@oslojs/encoding': 1.1.0 - '@rollup/pluginutils': 5.1.0(rollup@4.21.0) + '@rollup/pluginutils': 5.1.2(rollup@4.21.0) '@types/babel__core': 7.20.5 '@types/cookie': 0.6.0 acorn: 8.12.1 - aria-query: 5.3.0 + aria-query: 5.3.2 axobject-query: 4.1.0 - boxen: 7.1.1 + boxen: 8.0.1 ci-info: 4.0.0 clsx: 2.1.1 common-ancestor-path: 1.0.1 - cookie: 0.6.0 + cookie: 0.7.2 cssesc: 3.0.0 debug: 4.3.7 deterministic-object-hash: 2.0.2 - devalue: 5.0.0 + devalue: 5.1.1 diff: 5.2.0 dlv: 1.1.3 - dset: 3.1.3 + dset: 3.1.4 es-module-lexer: 1.5.4 esbuild: 0.21.5 estree-walker: 3.0.3 @@ -8283,23 +8707,22 @@ snapshots: p-queue: 8.0.1 preferred-pm: 4.0.0 prompts: 2.4.2 - rehype: 13.0.1 + rehype: 13.0.2 semver: 7.6.3 - shiki: 1.16.2 + shiki: 1.22.0 string-width: 7.2.0 - strip-ansi: 7.1.0 tinyexec: 0.3.0 - tsconfck: 3.1.3(typescript@5.5.4) + tsconfck: 3.1.3(typescript@5.6.3) unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.7(@types/node@20.14.13) - vitefu: 1.0.2(vite@5.4.7(@types/node@20.14.13)) + vite: 5.4.8(@types/node@20.14.13) + vitefu: 1.0.2(vite@5.4.8(@types/node@20.14.13)) which-pm: 3.0.0 xxhash-wasm: 1.0.2 yargs-parser: 21.1.1 zod: 3.23.8 - zod-to-json-schema: 3.23.2(zod@3.23.8) - zod-to-ts: 1.2.0(typescript@5.5.4)(zod@3.23.8) + zod-to-json-schema: 3.23.3(zod@3.23.8) + zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: @@ -8315,34 +8738,34 @@ snapshots: - terser - typescript - astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4): + astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 '@astrojs/markdown-remark': 5.2.0 '@astrojs/telemetry': 3.1.0 - '@babel/core': 7.25.2 - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) - '@babel/types': 7.25.6 + '@babel/core': 7.25.7 + '@babel/plugin-transform-react-jsx': 7.25.7(@babel/core@7.25.7) + '@babel/types': 7.25.7 '@oslojs/encoding': 1.1.0 - '@rollup/pluginutils': 5.1.0(rollup@4.21.0) + '@rollup/pluginutils': 5.1.2(rollup@4.21.0) '@types/babel__core': 7.20.5 '@types/cookie': 0.6.0 acorn: 8.12.1 - aria-query: 5.3.0 + aria-query: 5.3.2 axobject-query: 4.1.0 - boxen: 7.1.1 + boxen: 8.0.1 ci-info: 4.0.0 clsx: 2.1.1 common-ancestor-path: 1.0.1 - cookie: 0.6.0 + cookie: 0.7.2 cssesc: 3.0.0 debug: 4.3.7 deterministic-object-hash: 2.0.2 - devalue: 5.0.0 + devalue: 5.1.1 diff: 5.2.0 dlv: 1.1.3 - dset: 3.1.3 + dset: 3.1.4 es-module-lexer: 1.5.4 esbuild: 0.21.5 estree-walker: 3.0.3 @@ -8365,23 +8788,22 @@ snapshots: p-queue: 8.0.1 preferred-pm: 4.0.0 prompts: 2.4.2 - rehype: 13.0.1 + rehype: 13.0.2 semver: 7.6.3 - shiki: 1.16.2 + shiki: 1.22.0 string-width: 7.2.0 - strip-ansi: 7.1.0 tinyexec: 0.3.0 - tsconfck: 3.1.3(typescript@5.5.4) + tsconfck: 3.1.3(typescript@5.6.3) unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.7(@types/node@22.0.0) - vitefu: 1.0.2(vite@5.4.7(@types/node@22.0.0)) + vite: 5.4.8(@types/node@22.0.0) + vitefu: 1.0.2(vite@5.4.8(@types/node@22.0.0)) which-pm: 3.0.0 xxhash-wasm: 1.0.2 yargs-parser: 21.1.1 zod: 3.23.8 - zod-to-json-schema: 3.23.2(zod@3.23.8) - zod-to-ts: 1.2.0(typescript@5.5.4)(zod@3.23.8) + zod-to-json-schema: 3.23.3(zod@3.23.8) + zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: @@ -8458,6 +8880,17 @@ snapshots: widest-line: 4.0.1 wrap-ansi: 8.1.0 + boxen@8.0.1: + dependencies: + ansi-align: 3.0.1 + camelcase: 8.0.0 + chalk: 5.3.0 + cli-boxes: 3.0.0 + string-width: 7.2.0 + type-fest: 4.26.1 + widest-line: 5.0.0 + wrap-ansi: 9.0.0 + brace-expansion@2.0.1: dependencies: balanced-match: 1.0.2 @@ -8473,6 +8906,13 @@ snapshots: node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.2) + browserslist@4.24.0: + dependencies: + caniuse-lite: 1.0.30001667 + electron-to-chromium: 1.5.33 + node-releases: 2.0.18 + update-browserslist-db: 1.1.0(browserslist@4.24.0) + buffer-crc32@0.2.13: {} bundle-name@4.1.0: @@ -8498,6 +8938,8 @@ snapshots: caniuse-lite@1.0.30001644: {} + caniuse-lite@1.0.30001667: {} + ccount@2.0.1: {} chalk@2.4.2: @@ -8628,6 +9070,8 @@ snapshots: cookie@0.6.0: {} + cookie@0.7.2: {} + cross-spawn@5.1.0: dependencies: lru-cache: 4.1.5 @@ -8757,6 +9201,8 @@ snapshots: devalue@5.0.0: {} + devalue@5.1.1: {} + devlop@1.1.0: dependencies: dequal: 2.0.3 @@ -8800,8 +9246,17 @@ snapshots: '@types/react': 18.3.5 react: 18.3.1 + drizzle-orm@0.31.4(@cloudflare/workers-types@4.20240725.0)(@libsql/client@0.14.0)(@types/react@18.3.5)(react@18.3.1): + optionalDependencies: + '@cloudflare/workers-types': 4.20240725.0 + '@libsql/client': 0.14.0 + '@types/react': 18.3.5 + react: 18.3.1 + dset@3.1.3: {} + dset@3.1.4: {} + duplexer@0.1.2: {} eastasianwidth@0.2.0: {} @@ -8810,6 +9265,8 @@ snapshots: electron-to-chromium@1.5.3: {} + electron-to-chromium@1.5.33: {} + emmet@2.4.7: dependencies: '@emmetio/abbreviation': 2.3.3 @@ -9260,6 +9717,20 @@ snapshots: stringify-entities: 4.0.4 zwitch: 2.0.4 + hast-util-to-html@9.0.3: + dependencies: + '@types/hast': 3.0.4 + '@types/unist': 3.0.2 + ccount: 2.0.1 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 3.0.0 + html-void-elements: 3.0.0 + mdast-util-to-hast: 13.2.0 + property-information: 6.5.0 + space-separated-tokens: 2.0.2 + stringify-entities: 4.0.4 + zwitch: 2.0.4 + hast-util-to-jsx-runtime@2.3.0: dependencies: '@types/estree': 1.0.5 @@ -9490,6 +9961,8 @@ snapshots: jsesc@2.5.2: {} + jsesc@3.0.2: {} + json-schema-traverse@1.0.0: {} json5@2.2.3: {} @@ -9539,6 +10012,19 @@ snapshots: '@libsql/linux-x64-musl': 0.4.1 '@libsql/win32-x64-msvc': 0.4.1 + libsql@0.4.6: + dependencies: + '@neon-rs/load': 0.0.4 + detect-libc: 2.0.2 + optionalDependencies: + '@libsql/darwin-arm64': 0.4.6 + '@libsql/darwin-x64': 0.4.6 + '@libsql/linux-arm64-gnu': 0.4.6 + '@libsql/linux-arm64-musl': 0.4.6 + '@libsql/linux-x64-gnu': 0.4.6 + '@libsql/linux-x64-musl': 0.4.6 + '@libsql/win32-x64-msvc': 0.4.6 + lilconfig@2.1.0: {} lilconfig@3.1.2: {} @@ -10318,6 +10804,10 @@ snapshots: dependencies: mimic-function: 5.0.1 + oniguruma-to-js@0.4.3: + dependencies: + regex: 4.3.3 + open@10.1.0: dependencies: default-browser: 5.2.1 @@ -10618,6 +11108,8 @@ snapshots: regenerator-runtime@0.14.1: {} + regex@4.3.3: {} + registry-auth-token@5.0.2: dependencies: '@pnpm/npm-conf': 2.2.2 @@ -10682,6 +11174,13 @@ snapshots: rehype-stringify: 10.0.0 unified: 11.0.5 + rehype@13.0.2: + dependencies: + '@types/hast': 3.0.4 + rehype-parse: 9.0.0 + rehype-stringify: 10.0.0 + unified: 11.0.5 + remark-directive@3.0.0: dependencies: '@types/mdast': 4.0.4 @@ -10968,6 +11467,15 @@ snapshots: '@shikijs/vscode-textmate': 9.2.0 '@types/hast': 3.0.4 + shiki@1.22.0: + dependencies: + '@shikijs/core': 1.22.0 + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 + signal-exit@3.0.7: {} signal-exit@4.1.0: {} @@ -11010,22 +11518,22 @@ snapshots: sprintf-js@1.0.3: {} - starlight-package-managers@0.7.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)))(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)): + starlight-package-managers@0.7.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)))(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)): dependencies: - '@astrojs/starlight': 0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + '@astrojs/starlight': 0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) - starlight-typedoc@0.16.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)))(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))(typedoc-plugin-markdown@4.2.7(typedoc@0.26.6(typescript@5.5.4)))(typedoc@0.26.6(typescript@5.5.4)): + starlight-typedoc@0.16.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)))(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))(typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.3)))(typedoc@0.26.8(typescript@5.6.3)): dependencies: - '@astrojs/starlight': 0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) - astro: 4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4) + '@astrojs/starlight': 0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) + astro: 4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3) github-slugger: 2.0.0 - typedoc: 0.26.6(typescript@5.5.4) - typedoc-plugin-markdown: 4.2.7(typedoc@0.26.6(typescript@5.5.4)) + typedoc: 0.26.8(typescript@5.6.3) + typedoc-plugin-markdown: 4.2.9(typedoc@0.26.8(typescript@5.6.3)) - starlight-versions@0.3.0(@astrojs/starlight@0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4))): + starlight-versions@0.3.0(@astrojs/starlight@0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3))): dependencies: - '@astrojs/starlight': 0.28.2(astro@4.15.9(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.5.4)) + '@astrojs/starlight': 0.28.2(astro@4.15.12(@types/node@22.0.0)(rollup@4.21.0)(typescript@5.6.3)) '@pagefind/default-ui': 1.1.0 github-slugger: 2.0.0 mdast-util-mdx-jsx: 3.1.2 @@ -11207,9 +11715,9 @@ snapshots: ts-interface-checker@0.1.13: {} - tsconfck@3.1.3(typescript@5.5.4): + tsconfck@3.1.3(typescript@5.6.3): optionalDependencies: - typescript: 5.5.4 + typescript: 5.6.3 tslib@2.6.3: {} @@ -11222,18 +11730,20 @@ snapshots: type-fest@2.19.0: {} - typedoc-plugin-markdown@4.2.7(typedoc@0.26.6(typescript@5.5.4)): + type-fest@4.26.1: {} + + typedoc-plugin-markdown@4.2.9(typedoc@0.26.8(typescript@5.6.3)): dependencies: - typedoc: 0.26.6(typescript@5.5.4) + typedoc: 0.26.8(typescript@5.6.3) - typedoc@0.26.6(typescript@5.5.4): + typedoc@0.26.8(typescript@5.6.3): dependencies: lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.16.2 - typescript: 5.5.4 - yaml: 2.5.0 + shiki: 1.22.0 + typescript: 5.6.3 + yaml: 2.5.1 typesafe-path@0.2.2: {} @@ -11241,7 +11751,7 @@ snapshots: dependencies: semver: 7.6.3 - typescript@5.5.4: {} + typescript@5.6.3: {} uc.micro@2.1.0: {} @@ -11335,9 +11845,9 @@ snapshots: universalify@0.1.2: {} - unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)): + unocss@0.62.3(postcss@8.4.47)(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)): dependencies: - '@unocss/astro': 0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + '@unocss/astro': 0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) '@unocss/cli': 0.62.3(rollup@4.21.0) '@unocss/core': 0.62.3 '@unocss/extractor-arbitrary-variants': 0.62.3 @@ -11356,9 +11866,9 @@ snapshots: '@unocss/transformer-compile-class': 0.62.3 '@unocss/transformer-directives': 0.62.3 '@unocss/transformer-variant-group': 0.62.3 - '@unocss/vite': 0.62.3(rollup@4.21.0)(vite@5.4.2(@types/node@22.0.0)) + '@unocss/vite': 0.62.3(rollup@4.21.0)(vite@5.4.8(@types/node@22.0.0)) optionalDependencies: - vite: 5.4.2(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) transitivePeerDependencies: - postcss - rollup @@ -11372,6 +11882,12 @@ snapshots: escalade: 3.1.2 picocolors: 1.1.0 + update-browserslist-db@1.1.0(browserslist@4.24.0): + dependencies: + browserslist: 4.24.0 + escalade: 3.1.2 + picocolors: 1.1.0 + util-deprecate@1.0.2: {} vfile-location@5.0.3: @@ -11389,16 +11905,7 @@ snapshots: '@types/unist': 3.0.2 vfile-message: 4.0.2 - vite@5.4.2(@types/node@22.0.0): - dependencies: - esbuild: 0.21.5 - postcss: 8.4.47 - rollup: 4.21.0 - optionalDependencies: - '@types/node': 22.0.0 - fsevents: 2.3.3 - - vite@5.4.7(@types/node@20.14.13): + vite@5.4.8(@types/node@20.14.13): dependencies: esbuild: 0.21.5 postcss: 8.4.47 @@ -11407,7 +11914,7 @@ snapshots: '@types/node': 20.14.13 fsevents: 2.3.3 - vite@5.4.7(@types/node@22.0.0): + vite@5.4.8(@types/node@22.0.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 @@ -11416,21 +11923,21 @@ snapshots: '@types/node': 22.0.0 fsevents: 2.3.3 - vitefu@0.2.5(vite@5.4.7(@types/node@20.14.13)): + vitefu@0.2.5(vite@5.4.8(@types/node@20.14.13)): optionalDependencies: - vite: 5.4.7(@types/node@20.14.13) + vite: 5.4.8(@types/node@20.14.13) - vitefu@0.2.5(vite@5.4.7(@types/node@22.0.0)): + vitefu@0.2.5(vite@5.4.8(@types/node@22.0.0)): optionalDependencies: - vite: 5.4.7(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) - vitefu@1.0.2(vite@5.4.7(@types/node@20.14.13)): + vitefu@1.0.2(vite@5.4.8(@types/node@20.14.13)): optionalDependencies: - vite: 5.4.7(@types/node@20.14.13) + vite: 5.4.8(@types/node@20.14.13) - vitefu@1.0.2(vite@5.4.7(@types/node@22.0.0)): + vitefu@1.0.2(vite@5.4.8(@types/node@22.0.0)): optionalDependencies: - vite: 5.4.7(@types/node@22.0.0) + vite: 5.4.8(@types/node@22.0.0) volar-service-css@0.0.61(@volar/language-service@2.4.0): dependencies: @@ -11580,6 +12087,10 @@ snapshots: dependencies: string-width: 5.1.2 + widest-line@5.0.0: + dependencies: + string-width: 7.2.0 + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 @@ -11592,6 +12103,12 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.1.0 + wrap-ansi@9.0.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 7.2.0 + strip-ansi: 7.1.0 + wrappy@1.0.2: {} ws@8.18.0: {} @@ -11625,6 +12142,8 @@ snapshots: yaml@2.5.0: {} + yaml@2.5.1: {} + yargs-parser@21.1.1: {} yargs@17.7.2: @@ -11650,9 +12169,13 @@ snapshots: dependencies: zod: 3.23.8 - zod-to-ts@1.2.0(typescript@5.5.4)(zod@3.23.8): + zod-to-json-schema@3.23.3(zod@3.23.8): + dependencies: + zod: 3.23.8 + + zod-to-ts@1.2.0(typescript@5.6.3)(zod@3.23.8): dependencies: - typescript: 5.5.4 + typescript: 5.6.3 zod: 3.23.8 zod@3.23.8: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 287105ee6..cde0bd364 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,5 @@ catalog: - '@astrojs/db': ^0.14.1 + '@astrojs/db': ^0.14.2 '@astrojs/markdown-remark': ^5.2.0 '@astrojs/rss': ^4.0.7 '@astrojs/check': ^0.9.3 @@ -8,12 +8,12 @@ catalog: '@astrojs/web-vitals': ^3.0.0 '@astrojs/node': ^8.3.3 '@types/node': ^20.14.11 - astro: ^4.15.9 + astro: ^4.15.12 astro-integration-kit: ^0.16.1 astro-theme-provider: ^0.6.1 sharp: ^0.33.4 - typescript: ^5.5.4 - vite: ^5.4.2 + typescript: ^5.6.3 + vite: ^5.4.8 catalogs: min: @@ -41,8 +41,8 @@ catalogs: starlight-versions: ^0.3.0 starlight-package-managers: ^0.7.0 starlight-typedoc: ^0.16.0 - typedoc: ^0.26.6 - typedoc-plugin-markdown: ^4.2.7 + typedoc: ^0.26.8 + typedoc-plugin-markdown: ^4.2.9 studiocms: '@types/semver': ^7.5.8 package-json: ^10.0.1 From 601a9f0e770ba3c4d56fa9b9a9f7ad0b11cfb996 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 9 Oct 2024 14:22:30 -0700 Subject: [PATCH 3/3] Update package.json Co-authored-by: Emanuele Stoppa --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d37650124..12cf9b2fc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "pnpm --filter node-playground build", "lint": "biome check .", "lint:fix": "biome check --write .", - "ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --linter-enabled=true --reporter=github", + "ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --reporter=github", "ci:install": "pnpm install --frozen-lockfile", "ci:version": "pnpm changeset version", "ci:publish": "pnpm changeset publish",