diff --git a/.github/workflows/autofix-docs.yml b/.github/workflows/autofix-docs.yml
index 9165048727..177fcd67a5 100644
--- a/.github/workflows/autofix-docs.yml
+++ b/.github/workflows/autofix-docs.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -33,4 +33,4 @@ jobs:
- name: Lint (docs)
run: pnpm lint:docs:fix
- - uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944
+ - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml
index d82ef9100d..c354778edf 100644
--- a/.github/workflows/autofix.yml
+++ b/.github/workflows/autofix.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -52,4 +52,4 @@ jobs:
- name: Lint (code)
run: pnpm lint:fix
- - uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944
+ - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index fd62da4e90..7a4afb38bb 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -46,7 +46,7 @@ jobs:
run: pnpm build
- name: Run benchmarks
- uses: CodSpeedHQ/action@f11c406b8c87cda176ff341ed4925bc98086f6d1 # v2.4.2
+ uses: CodSpeedHQ/action@ab07afd34cbbb7a1306e8d14b7cc44e029eee37a # v3.0.0
with:
run: pnpm vitest bench
token: ${{ secrets.CODSPEED_TOKEN }}
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index a3ce6dbb55..78474f90e2 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 89d0c7aecd..a72bd805f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -57,7 +57,7 @@ jobs:
run: pnpm build
- name: Cache dist
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
retention-days: 3
name: dist
@@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -85,7 +85,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
- uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
+ uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with:
languages: javascript
queries: +security-and-quality
@@ -97,7 +97,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
+ uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with:
category: "/language:javascript"
@@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -146,7 +146,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -170,7 +170,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -221,7 +221,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"
@@ -276,7 +276,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
@@ -317,7 +317,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml
index 7d1ac0d64a..2aae50705f 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -19,4 +19,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Dependency Review'
- uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
+ uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 2f948ae911..d63689f9ca 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml
index 3509c8075b..7850e0f264 100644
--- a/.github/workflows/release-pr.yml
+++ b/.github/workflows/release-pr.yml
@@ -54,7 +54,7 @@ jobs:
fetch-depth: 1
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7d3d86ce06..c597702bfd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 79ae716526..2c3a258aae 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- name: "Run analysis"
- uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
+ uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
@@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
if: github.repository == 'nuxt/nuxt' && success()
with:
name: SARIF file
@@ -68,7 +68,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
+ uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
if: github.repository == 'nuxt/nuxt' && success()
with:
sarif_file: results.sarif
diff --git a/README.md b/README.md
index c3eaac4a39..5c5e76cc4c 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/
## 🔗 Follow Us
-
+
## ⚖️ License
diff --git a/docs/1.getting-started/1.introduction.md b/docs/1.getting-started/1.introduction.md
index d092c50579..2860e5bde3 100644
--- a/docs/1.getting-started/1.introduction.md
+++ b/docs/1.getting-started/1.introduction.md
@@ -1,7 +1,8 @@
---
-title: 'Introduction'
+title: Introduction
description: Nuxt's goal is to make web development intuitive and performant with a great Developer Experience in mind.
-navigation.icon: i-ph-info-duotone
+navigation:
+ icon: i-ph-info-duotone
---
Nuxt is a free and [open-source framework](https://github.com/nuxt/nuxt) with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with [Vue.js](https://vuejs.org).
@@ -78,4 +79,3 @@ Nuxt is composed of different [core packages](https://github.com/nuxt/nuxt/tree/
- Development kit: [@nuxt/kit](https://github.com/nuxt/nuxt/tree/main/packages/kit)
We recommend reading each concept to have a full vision of Nuxt capabilities and the scope of each package.
-
diff --git a/docs/1.getting-started/11.testing.md b/docs/1.getting-started/11.testing.md
index 9ae5b6264c..dc4a41c3fe 100644
--- a/docs/1.getting-started/11.testing.md
+++ b/docs/1.getting-started/11.testing.md
@@ -414,16 +414,16 @@ If you prefer to use `@vue/test-utils` on its own for unit testing in Nuxt, and
::code-group
```bash [yarn]
- yarn add --dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
+ yarn add --dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
```
```bash [npm]
- npm i --save-dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
+ npm i --save-dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
```
```bash [pnpm]
- pnpm add -D vitest @vue/test-utils happy-dom @vitejs/plugin-vue
+ pnpm add -D vitest @vue/test-utils happy-dom @vitejs/plugin-vue
```
```bash [bun]
- bun add --dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
+ bun add --dev vitest @vue/test-utils happy-dom @vitejs/plugin-vue
```
::
@@ -432,7 +432,7 @@ If you prefer to use `@vue/test-utils` on its own for unit testing in Nuxt, and
```ts twoslash
import { defineConfig } from 'vitest/config'
import vue from '@vitejs/plugin-vue'
-
+
export default defineConfig({
plugins: [vue()],
test: {
@@ -465,9 +465,9 @@ If you prefer to use `@vue/test-utils` on its own for unit testing in Nuxt, and
```ts twoslash
import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
-
+
import HelloWorld from './HelloWorld.vue'
-
+
describe('HelloWorld', () => {
it('component renders Hello world properly', () => {
const wrapper = mount(HelloWorld)
@@ -544,17 +544,22 @@ Please use the options below for the `setup` method.
#### Features
+- `build`: Whether to run a separate build step.
+ - Type: `boolean`
+ - Default: `true` (`false` if `browser` or `server` is disabled, or if a `host` is provided)
+
- `server`: Whether to launch a server to respond to requests in the test suite.
- Type: `boolean`
- - Default: `true`
+ - Default: `true` (`false` if a `host` is provided)
- `port`: If provided, set the launched test server port to the value.
- Type: `number | undefined`
- Default: `undefined`
-- `build`: Whether to run a separate build step.
- - Type: `boolean`
- - Default: `true` (`false` if `browser` or `server` is disabled)
+- `host`: If provided, a URL to use as the test target instead of building and running a new server. Useful for running "real" end-to-end tests against a deployed version of your application, or against an already running local server (which may provide a significant reduction in test execution timings). See the [target host end-to-end example below](#target-host-end-to-end-example).
+ - Type: `string`
+ - Default: `undefined`
+
- `browser`: Under the hood, Nuxt test utils uses [`playwright`](https://playwright.dev) to carry out browser testing. If this option is set, a browser will be launched and can be controlled in the subsequent test suite.
- Type: `boolean`
- Default: `false`
@@ -566,6 +571,31 @@ Please use the options below for the `setup` method.
- Type: `'vitest' | 'jest' | 'cucumber'`
- Default: `'vitest'`
+##### Target `host` end-to-end example
+
+A common use-case for end-to-end testing is running the tests against a deployed application running in the same environment typically used for Production.
+
+For local development or automated deploy pipelines, testing against a separate local server can be more efficient and is typically faster than allowing the test framework to rebuild between tests.
+
+To utilize a separate target host for end-to-end tests, simply provide the `host` property of the `setup` function with the desired URL.
+
+```ts
+import { setup, createPage } from '@nuxt/test-utils/e2e'
+import { describe, it, expect } from 'vitest'
+
+describe('login page', async () => {
+ await setup({
+ host: 'http://localhost:8787',
+ })
+
+ it('displays the email and password fields', async () => {
+ const page = await createPage('/login')
+ expect(await page.getByTestId('email').isVisible()).toBe(true)
+ expect(await page.getByTestId('password').isVisible()).toBe(true)
+ })
+})
+```
+
### APIs
#### `$fetch(url)`
diff --git a/docs/1.getting-started/12.upgrade.md b/docs/1.getting-started/12.upgrade.md
index ffeb075ab2..7c34d17eec 100644
--- a/docs/1.getting-started/12.upgrade.md
+++ b/docs/1.getting-started/12.upgrade.md
@@ -26,7 +26,7 @@ pnpm dlx nuxi upgrade
```
```bash [bun]
-bunx nuxi upgrade
+bun x nuxi upgrade
```
::
@@ -97,6 +97,24 @@ Breaking or significant changes will be noted here along with migration steps fo
This section is subject to change until the final release, so please check back here regularly if you are testing Nuxt 4 using `compatibilityVersion: 4`.
::
+#### Migrating Using Codemods
+
+To facilitate the upgrade process, we have collaborated with the [Codemod](https://github.com/codemod-com/codemod) team to automate many migration steps with some open-source codemods.
+
+::note
+If you encounter any issues, please report them to the Codemod team with `npx codemod feedback` 🙏
+::
+
+For a complete list of Nuxt 4 codemods, detailed information on each, their source, and various ways to run them, visit the [Codemod Registry](https://go.codemod.com/codemod-registry).
+
+You can run all the codemods mentioned in this guide using the following `codemod` recipe:
+
+```bash
+npx codemod@latest nuxt/4/migration-recipe
+```
+
+This command will execute all codemods in sequence, with the option to deselect any that you do not wish to run. Each codemod is also listed below alongside its respective change and can be executed independently.
+
#### New Directory Structure
🚦 **Impact Level**: Significant
@@ -161,6 +179,10 @@ nuxt.config.ts
1. Move your `assets/`, `components/`, `composables/`, `layouts/`, `middleware/`, `pages/`, `plugins/` and `utils/` folders under it, as well as `app.vue`, `error.vue`, `app.config.ts`. If you have an `app/router-options.ts` or `app/spa-loading-template.html`, these paths remain the same.
1. Make sure your `nuxt.config.ts`, `content/`, `layers/`, `modules/`, `public/` and `server/` folders remain outside the `app/` folder, in the root of your project.
+::tip
+You can automate this migration by running `npx codemod@latest nuxt/4/file-structure`
+::
+
However, migration is _not required_. If you wish to keep your current folder structure, Nuxt should auto-detect it. (If it does not, please raise an issue.) The one exception is that if you _already_ have a custom `srcDir`. In this case, you should be aware that your `modules/`, `public/` and `server/` folders will be resolved from your `rootDir` rather than from your custom `srcDir`. You can override this by configuring `dir.modules`, `dir.public` and `serverDir` if you need to.
You can also force a v3 folder structure with the following configuration:
@@ -231,6 +253,12 @@ Previously `data` was initialized to `null` but reset in `clearNuxtData` to `und
##### Migration Steps
+If you were checking if `data.value` or `error.value` were `null`, you can update these checks to check for `undefined` instead.
+
+::tip
+You can automate this step by running `npx codemod@latest nuxt/4/default-data-error-value`
+::
+
If you encounter any issues you can revert back to the previous behavior with:
```ts twoslash [nuxt.config.ts]
@@ -290,6 +318,10 @@ The migration should be straightforward:
}
```
+::tip
+You can automate this step by running `npx codemod@latest nuxt/4/deprecated-dedupe-value`
+::
+
#### Respect defaults when clearing `data` in `useAsyncData` and `useFetch`
🚦 **Impact Level**: Minimal
@@ -353,6 +385,10 @@ In most cases, no migration steps are required, but if you rely on the reactivit
})
```
+::tip
+If you need to, you can automate this step by running `npx codemod@latest nuxt/4/shallow-function-reactivity`
+::
+
#### Absolute Watch Paths in `builder:watch`
🚦 **Impact Level**: Minimal
@@ -380,6 +416,10 @@ However, if you are a module author using the `builder:watch` hook and wishing t
})
```
+::tip
+You can automate this step by running `npx codemod@latest nuxt/4/absolute-watch-path`
+::
+
#### Removal of `window.__NUXT__` object
##### What Changed
@@ -487,6 +527,10 @@ const importSources = (sources: string | string[], { lazy = false } = {}) => {
const importName = genSafeVariableName
```
+::tip
+You can automate this step by running `npx codemod@latest nuxt/4/template-compilation-changes`
+::
+
#### Removal of Experimental Features
🚦 **Impact Level**: Minimal
diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md
index 32e8eb7f29..aa5c451415 100644
--- a/docs/1.getting-started/2.installation.md
+++ b/docs/1.getting-started/2.installation.md
@@ -50,7 +50,7 @@ pnpm dlx nuxi@latest init
```
```bash [bun]
-bunx nuxi@latest init
+bun x nuxi@latest init
```
::
diff --git a/docs/1.getting-started/6.data-fetching.md b/docs/1.getting-started/6.data-fetching.md
index 1b6fc9bb34..39d82835c2 100644
--- a/docs/1.getting-started/6.data-fetching.md
+++ b/docs/1.getting-started/6.data-fetching.md
@@ -466,13 +466,14 @@ Be very careful before proxying headers to an external API and just include head
If you want to pass on/proxy cookies in the other direction, from an internal request back to the client, you will need to handle this yourself.
```ts [composables/fetch.ts]
-import { appendResponseHeader, H3Event } from 'h3'
+import { appendResponseHeader } from 'h3'
+import type { H3Event } from 'h3'
export const fetchWithCookie = async (event: H3Event, url: string) => {
/* Get the response from the server endpoint */
const res = await $fetch.raw(url)
/* Get the cookies from the response */
- const cookies = (res.headers.get('set-cookie') || '').split(',')
+ const cookies = res.headers.getSetCookie()
/* Attach each cookie to our incoming Request */
for (const cookie of cookies) {
appendResponseHeader(event, 'set-cookie', cookie)
diff --git a/docs/1.getting-started/9.layers.md b/docs/1.getting-started/9.layers.md
index 66321b1471..05763934e0 100644
--- a/docs/1.getting-started/9.layers.md
+++ b/docs/1.getting-started/9.layers.md
@@ -18,7 +18,13 @@ One of the core features of Nuxt is the layers and extending support. You can ex
## Usage
-You can extend a layer by adding the [extends](/docs/api/nuxt-config#extends) property to the [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file.
+By default, any layers within your project in the `~/layers` directory will be automatically registered as layers in your project
+
+::note
+Layer auto-registration was introduced in Nuxt v3.12.0
+::
+
+In addition, you can extend from a layer by adding the [extends](/docs/api/nuxt-config#extends) property to your [`nuxt.config`](/docs/guide/directory-structure/nuxt-config) file.
```ts [nuxt.config.ts]
export default defineNuxtConfig({
diff --git a/docs/1.getting-started/9.prerendering.md b/docs/1.getting-started/9.prerendering.md
index e4c9cff5d3..31f1f7311f 100644
--- a/docs/1.getting-started/9.prerendering.md
+++ b/docs/1.getting-started/9.prerendering.md
@@ -29,7 +29,7 @@ pnpm dlx nuxi generate
```
```bash [bun]
-bunx nuxi generate
+bun x nuxi generate
```
::
diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md
index 74fd0127e8..2094748e1c 100644
--- a/docs/2.guide/3.going-further/3.modules.md
+++ b/docs/2.guide/3.going-further/3.modules.md
@@ -28,7 +28,7 @@ pnpm dlx nuxi init -t module my-module
```
```bash [bun]
-bunx nuxi init -t module my-module
+bun x nuxi init -t module my-module
```
::
diff --git a/docs/2.guide/4.recipes/1.custom-routing.md b/docs/2.guide/4.recipes/1.custom-routing.md
index b3e408c2a3..e3e777d0ca 100644
--- a/docs/2.guide/4.recipes/1.custom-routing.md
+++ b/docs/2.guide/4.recipes/1.custom-routing.md
@@ -39,6 +39,8 @@ You can add, change or remove pages from the scanned routes with the `pages:exte
For example, to prevent creating routes for any `.ts` files:
```ts [nuxt.config.ts]
+import type { NuxtPage } from '@nuxt/schema'
+
export default defineNuxtConfig({
hooks: {
'pages:extend' (pages) {
@@ -51,9 +53,9 @@ export default defineNuxtConfig({
// remove routes
function removePagesMatching (pattern: RegExp, pages: NuxtPage[] = []) {
- const pagesToRemove = []
+ const pagesToRemove: NuxtPage[] = []
for (const page of pages) {
- if (pattern.test(page.file)) {
+ if (page.file && pattern.test(page.file)) {
pagesToRemove.push(page)
} else {
removePagesMatching(pattern, page.children)
@@ -85,7 +87,7 @@ On top of customizing options for [`vue-router`](https://router.vuejs.org/api/in
This is the recommended way to specify [router options](/docs/api/nuxt-config#router).
-```js [app/router.options.ts]
+```ts [app/router.options.ts]
import type { RouterConfig } from '@nuxt/schema'
export default {
@@ -99,6 +101,8 @@ Adding a router options file in this hook will switch on page-based routing, unl
::
```ts [nuxt.config.ts]
+import { createResolver } from '@nuxt/kit'
+
export default defineNuxtConfig({
hooks: {
'pages:routerOptions' ({ files }) {
@@ -166,7 +170,7 @@ export default defineNuxtConfig({
You can optionally override history mode using a function that accepts the base URL and returns the history mode. If it returns `null` or `undefined`, Nuxt will fallback to the default history.
-```js [app/router.options.ts]
+```ts [app/router.options.ts]
import type { RouterConfig } from '@nuxt/schema'
import { createMemoryHistory } from 'vue-router'
diff --git a/docs/3.api/2.composables/use-route-announcer.md b/docs/3.api/2.composables/use-route-announcer.md
index 1111eec0a4..cdaa4408d9 100644
--- a/docs/3.api/2.composables/use-route-announcer.md
+++ b/docs/3.api/2.composables/use-route-announcer.md
@@ -51,7 +51,7 @@ Sets the message with `politeness = "assertive"`
## Example
-```ts
+```vue [pages/index.vue]
+ `,
+ },
+ ],
+ output: [
+ {
+ name: 'page-with-meta',
+ path: '/page-with-meta',
+ file: `${pagesDir}/page-with-meta.vue`,
+ children: [],
+ meta: { [DYNAMIC_META_KEY]: new Set(['meta']), test: 1 },
+ },
+ ],
+ },
]
const normalizedResults: Record = {}
@@ -572,7 +619,13 @@ describe('pages:generateRoutesFromFiles', () => {
shouldUseServerComponents: true,
absolutePath: file.path,
relativePath: file.path.replace(/^(pages|layer\/pages)\//, ''),
- })))
+ }))).map((route, index) => {
+ return {
+ ...route,
+ meta: test.files![index].meta,
+ }
+ })
+
await augmentPages(result, vfs)
} catch (error: any) {
expect(error.message).toEqual(test.error)
diff --git a/packages/nuxt/test/route-injection.test.ts b/packages/nuxt/test/route-injection.test.ts
index d2b7b6f69a..c341273876 100644
--- a/packages/nuxt/test/route-injection.test.ts
+++ b/packages/nuxt/test/route-injection.test.ts
@@ -9,6 +9,7 @@ describe('route-injection:transform', () => {
const injectionPlugin = RouteInjectionPlugin({ options: { sourcemap: { client: false, server: false } } } as Nuxt).raw({}, { framework: 'rollup' }) as Plugin
const transform = async (source: string) => {
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
const result = await (injectionPlugin.transform! as Function).call({ error: null, warn: null } as any, source, 'test.vue')
const code: string = typeof result === 'string' ? result : result?.code
let depth = 0
diff --git a/packages/nuxt/test/treeshake-client.test.ts b/packages/nuxt/test/treeshake-client.test.ts
index 27a54baf87..77b3c3ea93 100644
--- a/packages/nuxt/test/treeshake-client.test.ts
+++ b/packages/nuxt/test/treeshake-client.test.ts
@@ -55,6 +55,7 @@ const treeshakeTemplatePlugin = TreeShakeTemplatePlugin.raw({
}, { framework: 'rollup' }) as Plugin
const treeshake = async (source: string): Promise => {
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
const result = await (treeshakeTemplatePlugin.transform! as Function).call({
parse: (code: string, opts: any = {}) => Parser.parse(code, {
sourceType: 'module',
@@ -79,6 +80,7 @@ async function SFCCompile (name: string, source: string, options: Options, ssr =
build: { sourcemap: false },
define: {},
})
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
const result = await (plugin.transform! as Function).call({
parse: (code: string, opts: any = {}) => Parser.parse(code, {
sourceType: 'module',
diff --git a/packages/nuxt/types.d.mts b/packages/nuxt/types.d.mts
index f027f93b6a..0f67301c2e 100644
--- a/packages/nuxt/types.d.mts
+++ b/packages/nuxt/types.d.mts
@@ -20,6 +20,7 @@ declare module 'nitro/types' {
buildAssetsDir: string
cdnURL: string
}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface NitroRuntimeConfig extends RuntimeConfig {}
interface NitroRouteConfig {
ssr?: boolean
@@ -41,6 +42,7 @@ declare module 'nitropack/types' {
buildAssetsDir: string
cdnURL: string
}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface NitroRuntimeConfig extends RuntimeConfig {}
interface NitroRouteConfig {
ssr?: boolean
diff --git a/packages/nuxt/types.d.ts b/packages/nuxt/types.d.ts
index 2ecb9dc72e..e95023194b 100644
--- a/packages/nuxt/types.d.ts
+++ b/packages/nuxt/types.d.ts
@@ -20,6 +20,7 @@ declare module 'nitro/types' {
buildAssetsDir: string
cdnURL: string
}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface NitroRuntimeConfig extends RuntimeConfig {}
interface NitroRouteConfig {
ssr?: boolean
@@ -41,6 +42,7 @@ declare module 'nitropack/types' {
buildAssetsDir: string
cdnURL: string
}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface NitroRuntimeConfig extends RuntimeConfig {}
interface NitroRouteConfig {
ssr?: boolean
diff --git a/packages/schema/package.json b/packages/schema/package.json
index 5f7916be41..1141e1a8c3 100644
--- a/packages/schema/package.json
+++ b/packages/schema/package.json
@@ -38,29 +38,29 @@
"@nuxt/ui-templates": "1.3.4",
"@types/file-loader": "5.0.4",
"@types/pug": "2.0.10",
- "@types/sass-loader": "8.0.8",
- "@unhead/schema": "1.9.15",
- "@vitejs/plugin-vue": "5.0.5",
+ "@types/sass-loader": "8.0.9",
+ "@unhead/schema": "1.9.16",
+ "@vitejs/plugin-vue": "5.1.2",
"@vitejs/plugin-vue-jsx": "4.0.0",
- "@vue/compiler-core": "3.4.31",
- "@vue/compiler-sfc": "3.4.31",
- "@vue/language-core": "2.0.26",
+ "@vue/compiler-core": "3.4.34",
+ "@vue/compiler-sfc": "3.4.34",
+ "@vue/language-core": "2.0.29",
"c12": "2.0.0-beta.1",
- "esbuild-loader": "4.2.0",
+ "esbuild-loader": "4.2.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"ignore": "5.3.1",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
"ofetch": "1.3.4",
- "unbuild": "3.0.0-rc.6",
+ "unbuild": "3.0.0-rc.7",
"unctx": "2.3.1",
- "unenv": "1.9.0",
- "vite": "5.3.3",
- "vue": "3.4.31",
+ "unenv": "1.10.0",
+ "vite": "5.3.5",
+ "vue": "3.4.34",
"vue-bundle-renderer": "2.1.0",
"vue-loader": "17.4.2",
- "vue-router": "4.4.0",
- "webpack": "5.92.1",
- "webpack-dev-middleware": "7.2.1"
+ "vue-router": "4.4.2",
+ "webpack": "5.93.0",
+ "webpack-dev-middleware": "7.3.0"
},
"dependencies": {
"compatx": "^0.1.8",
@@ -71,9 +71,9 @@
"pkg-types": "^1.1.3",
"scule": "^1.3.0",
"std-env": "^3.7.0",
- "ufo": "^1.5.3",
+ "ufo": "^1.5.4",
"uncrypto": "^0.1.3",
- "unimport": "^3.7.2",
+ "unimport": "^3.10.0",
"untyped": "^1.4.2"
},
"engines": {
diff --git a/packages/schema/src/config/adhoc.ts b/packages/schema/src/config/adhoc.ts
index 4328909a32..21660fa731 100644
--- a/packages/schema/src/config/adhoc.ts
+++ b/packages/schema/src/config/adhoc.ts
@@ -6,7 +6,7 @@ export default defineUntypedSchema({
*
* Any components in the directories configured here can be used throughout your
* pages, layouts (and other components) without needing to explicitly import them.
- * @see https://nuxt.com/docs/guide/directory-structure/components
+ * @see [`components/` directory documentation](https://nuxt.com/docs/guide/directory-structure/components)
* @type {boolean | typeof import('../src/types/components').ComponentsOptions | typeof import('../src/types/components').ComponentsOptions['dirs']}
*/
components: {
diff --git a/packages/schema/src/config/app.ts b/packages/schema/src/config/app.ts
index ad4026c157..f8b408bc21 100644
--- a/packages/schema/src/config/app.ts
+++ b/packages/schema/src/config/app.ts
@@ -18,7 +18,7 @@ export default defineUntypedSchema({
},
/**
* Options for the Vue compiler that will be passed at build time.
- * @see [documentation](https://vuejs.org/api/application.html#app-config-compileroptions)
+ * @see [Vue documentation](https://vuejs.org/api/application.html#app-config-compileroptions)
* @type {typeof import('@vue/compiler-core').CompilerOptions}
*/
compilerOptions: {},
@@ -158,7 +158,7 @@ export default defineUntypedSchema({
*
* This can be overridden with `definePageMeta` on an individual page.
* Only JSON-serializable values are allowed.
- * @see https://vuejs.org/api/built-in-components.html#transition
+ * @see [Vue Transition docs](https://vuejs.org/api/built-in-components.html#transition)
* @type {typeof import('../src/types/config').NuxtAppConfig['layoutTransition']}
*/
layoutTransition: false,
@@ -168,7 +168,7 @@ export default defineUntypedSchema({
*
* This can be overridden with `definePageMeta` on an individual page.
* Only JSON-serializable values are allowed.
- * @see https://vuejs.org/api/built-in-components.html#transition
+ * @see [Vue Transition docs](https://vuejs.org/api/built-in-components.html#transition)
* @type {typeof import('../src/types/config').NuxtAppConfig['pageTransition']}
*/
pageTransition: false,
@@ -180,7 +180,7 @@ export default defineUntypedSchema({
* [enabled in your nuxt.config file](/docs/getting-started/transitions#view-transitions-api-experimental).
*
* This can be overridden with `definePageMeta` on an individual page.
- * @see https://nuxt.com/docs/getting-started/transitions#view-transitions-api-experimental
+ * @see [Nuxt View Transition API docs](https://nuxt.com/docs/getting-started/transitions#view-transitions-api-experimental)
* @type {typeof import('../src/types/config').NuxtAppConfig['viewTransition']}
*/
viewTransition: {
@@ -194,7 +194,7 @@ export default defineUntypedSchema({
*
* This can be overridden with `definePageMeta` on an individual page.
* Only JSON-serializable values are allowed.
- * @see https://vuejs.org/api/built-in-components.html#keepalive
+ * @see [Vue KeepAlive](https://vuejs.org/api/built-in-components.html#keepalive)
* @type {typeof import('../src/types/config').NuxtAppConfig['keepalive']}
*/
keepalive: false,
@@ -328,7 +328,7 @@ export default defineUntypedSchema({
* @note Plugins are also auto-registered from the `~/plugins` directory
* and these plugins do not need to be listed in `nuxt.config` unless you
* need to customize their order. All plugins are deduplicated by their src path.
- * @see https://nuxt.com/docs/guide/directory-structure/plugins
+ * @see [`plugins/` directory documentation](https://nuxt.com/docs/guide/directory-structure/plugins)
* @example
* ```js
* plugins: [
@@ -375,8 +375,7 @@ export default defineUntypedSchema({
/**
* An object that will be passed to `renderSSRHead` to customize the output.
*
- * @see https://unhead.unjs.io/setup/ssr/installation#options
- * @type {typeof import('@unhead/schema').RenderSSRHeadOptions}
+ * @see [`unhead` options documentation](https://unhead.unjs.io/setup/ssr/installation#options)
*
* @example
* ```ts
@@ -387,7 +386,7 @@ export default defineUntypedSchema({
* }
* })
* ```
- *
+ * @type {typeof import('@unhead/schema').RenderSSRHeadOptions}
*/
renderSSRHeadOptions: {
$resolve: async (val: Record | undefined, get) => {
diff --git a/packages/schema/src/config/build.ts b/packages/schema/src/config/build.ts
index 5be66f821c..6527a2aaa3 100644
--- a/packages/schema/src/config/build.ts
+++ b/packages/schema/src/config/build.ts
@@ -66,7 +66,7 @@ export default defineUntypedSchema({
* You can also use a function to conditionally transpile. The function will receive an object ({ isDev, isServer, isClient, isModern, isLegacy }).
* @example
* ```js
- transpile: [({ isLegacy }) => isLegacy && 'ky']
+ * transpile: [({ isLegacy }) => isLegacy && 'ky']
* ```
* @type {Array string | RegExp | false)>}
*/
diff --git a/packages/schema/src/config/common.ts b/packages/schema/src/config/common.ts
index 5940f1c2a9..267f315f1a 100644
--- a/packages/schema/src/config/common.ts
+++ b/packages/schema/src/config/common.ts
@@ -1,7 +1,7 @@
import { existsSync } from 'node:fs'
import { readdir } from 'node:fs/promises'
import { defineUntypedSchema } from 'untyped'
-import { basename, join, relative, resolve } from 'pathe'
+import { basename, relative, resolve } from 'pathe'
import { isDebug, isDevelopment, isTest } from 'std-env'
import { defu } from 'defu'
import { findWorkspaceDir } from 'pkg-types'
@@ -14,9 +14,9 @@ export default defineUntypedSchema({
*
* Value should be either a string or array of strings pointing to source directories or config path relative to current config.
*
- * You can use `github:`, `gh:` `gitlab:` or `bitbucket:`.
- * @see https://github.com/unjs/c12#extending-config-layer-from-remote-sources
- * @see https://github.com/unjs/giget
+ * You can use `github:`, `gh:` `gitlab:` or `bitbucket:`
+ * @see [`c12` docs on extending config layers](https://github.com/unjs/c12#extending-config-layer-from-remote-sources)
+ * @see [`giget` documentation](https://github.com/unjs/giget)
* @type {string | [string, typeof import('c12').SourceOptions?] | (string | [string, typeof import('c12').SourceOptions?])[]}
*/
extends: null,
@@ -118,13 +118,15 @@ export default defineUntypedSchema({
}
const srcDir = resolve(rootDir, 'app')
+ if (!existsSync(srcDir)) {
+ return rootDir
+ }
+
const srcDirFiles = new Set()
- if (existsSync(srcDir)) {
- const files = await readdir(srcDir).catch(() => [])
- for (const file of files) {
- if (file !== 'spa-loading-template.html' && !file.startsWith('router.options')) {
- srcDirFiles.add(file)
- }
+ const files = await readdir(srcDir).catch(() => [])
+ for (const file of files) {
+ if (file !== 'spa-loading-template.html' && !file.startsWith('router.options')) {
+ srcDirFiles.add(file)
}
}
if (srcDirFiles.size === 0) {
@@ -156,7 +158,7 @@ export default defineUntypedSchema({
$resolve: async (val: string | undefined, get): Promise => {
const isV4 = ((await get('future') as Record).compatibilityVersion === 4)
- return resolve(await get('rootDir') as string, (val || isV4) ? 'server' : resolve(await get('srcDir') as string, 'server'))
+ return resolve(isV4 ? await get('rootDir') as string : await get('srcDir') as string, val ?? 'server')
},
},
@@ -420,7 +422,7 @@ export default defineUntypedSchema({
'@': srcDir,
'~~': rootDir,
'@@': rootDir,
- [basename(assetsDir)]: join(srcDir, assetsDir),
+ [basename(assetsDir)]: resolve(srcDir, assetsDir),
[basename(publicDir)]: resolve(srcDir, publicDir),
...val,
}
@@ -552,7 +554,7 @@ export default defineUntypedSchema({
* ```js
* export default {
* runtimeConfig: {
- * apiKey: '' // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
+ * apiKey: '', // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
* public: {
* baseURL: '' // Exposed to the frontend as well.
* }
diff --git a/packages/schema/src/config/dev.ts b/packages/schema/src/config/dev.ts
index 6b192b76a7..de2a03ccf7 100644
--- a/packages/schema/src/config/dev.ts
+++ b/packages/schema/src/config/dev.ts
@@ -6,7 +6,7 @@ export default defineUntypedSchema({
/**
* Whether to enable HTTPS.
* @example
- * ```
+ * ```ts
* export default defineNuxtConfig({
* devServer: {
* https: {
diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts
index d93773f4c2..8da0a22140 100644
--- a/packages/schema/src/config/experimental.ts
+++ b/packages/schema/src/config/experimental.ts
@@ -26,7 +26,7 @@ export default defineUntypedSchema({
*
* You can set it to false to use the legacy 'Node' mode, which is the default for TypeScript.
*
- * See https://github.com/microsoft/TypeScript/pull/51669
+ * @see [TypeScript PR implementing `bundler` module resolution](https://github.com/microsoft/TypeScript/pull/51669)
*/
typescriptBundlerResolution: {
async $resolve (val, get) {
@@ -255,7 +255,7 @@ export default defineUntypedSchema({
*
* You can also set this to `chokidar` to watch all files in your source directory.
* @see [chokidar](https://github.com/paulmillr/chokidar)
- * @see [Parcel watcher](https://github.com/parcel-bundler/watcher)
+ * @see [@parcel/watcher](https://github.com/parcel-bundler/watcher)
* @type {'chokidar' | 'parcel' | 'chokidar-granular'}
*/
watcher: {
@@ -283,7 +283,7 @@ export default defineUntypedSchema({
* - Add the capo.js head plugin in order to render tags in of the head in a more performant way.
* - Uses the hash hydration plugin to reduce initial hydration
*
- * @see [Nuxt Discussion #22632](https://github.com/nuxt/nuxt/discussions/22632]
+ * @see [Nuxt Discussion #22632](https://github.com/nuxt/nuxt/discussions/22632)
*/
headNext: true,
@@ -304,7 +304,7 @@ export default defineUntypedSchema({
*
* This only works with static or strings/arrays rather than variables or conditional assignment.
*
- * https://github.com/nuxt/nuxt/issues/24770
+ * @see [Nuxt Issues #24770](https://github.com/nuxt/nuxt/issues/24770)
*/
scanPageMeta: true,
@@ -366,7 +366,7 @@ export default defineUntypedSchema({
/**
* Automatically polyfill Node.js imports in the client build using `unenv`.
- * @see https://github.com/unjs/unenv
+ * @see [unenv](https://github.com/unjs/unenv)
*
* **Note:** To make globals like `Buffer` work in the browser, you need to manually inject them.
*
diff --git a/packages/schema/src/config/nitro.ts b/packages/schema/src/config/nitro.ts
index 855fec69a4..8da7ca4b7e 100644
--- a/packages/schema/src/config/nitro.ts
+++ b/packages/schema/src/config/nitro.ts
@@ -4,7 +4,7 @@ import type { RuntimeConfig } from '../types/config'
export default defineUntypedSchema({
/**
* Configuration for Nitro.
- * @see https://nitro.unjs.io/config/
+ * @see [Nitro configuration docs](https://nitro.unjs.io/config/)
* @type {typeof import('nitro/types')['NitroConfig']}
*/
nitro: {
@@ -37,7 +37,7 @@ export default defineUntypedSchema({
/**
* Global route options applied to matching server routes.
* @experimental This is an experimental feature and API may change in the future.
- * @see https://nitro.unjs.io/config/#routerules
+ * @see [Nitro route rules documentation](https://nitro.unjs.io/config/#routerules)
* @type {typeof import('nitro/types')['NitroConfig']['routeRules']}
*/
routeRules: {},
@@ -48,12 +48,12 @@ export default defineUntypedSchema({
* Each handler accepts the following options:
*
* - handler: The path to the file defining the handler.
- * - route: The route under which the handler is available. This follows the conventions of https://github.com/unjs/radix3.
+ * - route: The route under which the handler is available. This follows the conventions of [radix3](https://github.com/unjs/radix3.)
* - method: The HTTP method of requests that should be handled.
* - middleware: Specifies whether it is a middleware handler.
* - lazy: Specifies whether to use lazy loading to import the handler.
*
- * @see https://nuxt.com/docs/guide/directory-structure/server
+ * @see [`server/` directory documentation](https://nuxt.com/docs/guide/directory-structure/server)
* @note Files from `server/api`, `server/middleware` and `server/routes` will be automatically registered by Nuxt.
* @example
* ```js
@@ -67,7 +67,7 @@ export default defineUntypedSchema({
/**
* Nitro development-only server handlers.
- * @see https://nitro.unjs.io/guide/routing
+ * @see [Nitro server routes documentation](https://nitro.unjs.io/guide/routing)
* @type {typeof import('nitro/types')['NitroDevEventHandler'][]}
*/
devServerHandlers: [],
diff --git a/packages/schema/src/config/postcss.ts b/packages/schema/src/config/postcss.ts
index 2395c15983..573fcefb73 100644
--- a/packages/schema/src/config/postcss.ts
+++ b/packages/schema/src/config/postcss.ts
@@ -38,17 +38,19 @@ export default defineUntypedSchema({
/**
* Options for configuring PostCSS plugins.
*
- * https://postcss.org/
+ * @see [PostCSS docs](https://postcss.org/)
* @type {Record & { autoprefixer?: typeof import('autoprefixer').Options; cssnano?: typeof import('cssnano').Options }}
*/
plugins: {
/**
- * https://github.com/postcss/autoprefixer
+ * Plugin to parse CSS and add vendor prefixes to CSS rules.
+ *
+ * @see [`autoprefixer`](https://github.com/postcss/autoprefixer)
*/
autoprefixer: {},
/**
- * https://cssnano.github.io/cssnano/docs/config-file/#configuration-options
+ * @see [`cssnano` configuration options](https://cssnano.github.io/cssnano/docs/config-file/#configuration-options)
*/
cssnano: {
$resolve: async (val, get) => {
diff --git a/packages/schema/src/config/router.ts b/packages/schema/src/config/router.ts
index ea8a5cc44a..5365829177 100644
--- a/packages/schema/src/config/router.ts
+++ b/packages/schema/src/config/router.ts
@@ -7,7 +7,7 @@ export default defineUntypedSchema({
* Nuxt offers additional options to customize the router (see below).
* @note Only JSON serializable options should be passed by Nuxt config.
* For more control, you can use `app/router.options.ts` file.
- * @see [documentation](https://router.vuejs.org/api/interfaces/routeroptions.html).
+ * @see [Vue Router documentation](https://router.vuejs.org/api/interfaces/routeroptions.html).
* @type {typeof import('../src/types/router').RouterConfigSerializable}
*/
options: {
diff --git a/packages/schema/src/config/typescript.ts b/packages/schema/src/config/typescript.ts
index 28f0261ed6..2a4feeb67f 100644
--- a/packages/schema/src/config/typescript.ts
+++ b/packages/schema/src/config/typescript.ts
@@ -66,7 +66,7 @@ export default defineUntypedSchema({
*
* If set to true, this will type check in development. You can restrict this to build-time type checking by setting it to `build`.
* Requires to install `typescript` and `vue-tsc` as dev dependencies.
- * @see https://nuxt.com/docs/guide/concepts/typescript
+ * @see [Nuxt TypeScript docs](https://nuxt.com/docs/guide/concepts/typescript)
* @type {boolean | 'build'}
*/
typeCheck: false,
diff --git a/packages/schema/src/config/vite.ts b/packages/schema/src/config/vite.ts
index a8da7e0cd4..035626b581 100644
--- a/packages/schema/src/config/vite.ts
+++ b/packages/schema/src/config/vite.ts
@@ -8,7 +8,7 @@ export default defineUntypedSchema({
/**
* Configuration that will be passed directly to Vite.
*
- * See https://vitejs.dev/config for more information.
+ * @see [Vite configuration docs](https://vitejs.dev/config) for more information.
* Please note that not all vite options are supported in Nuxt.
* @type {typeof import('../src/types/config').ViteConfig & { $client?: typeof import('../src/types/config').ViteConfig, $server?: typeof import('../src/types/config').ViteConfig }}
*/
@@ -56,13 +56,21 @@ export default defineUntypedSchema({
},
},
script: {
- propsDestructure: {
- $resolve: async (val, get) => val ?? Boolean((await get('vue') as Record).propsDestructure),
- },
hoistStatic: {
$resolve: async (val, get) => val ?? (await get('vue') as Record).compilerOptions?.hoistStatic,
},
},
+ features: {
+ propsDestructure: {
+ $resolve: async (val, get) => {
+ if (val !== undefined && val !== null) {
+ return val
+ }
+ const vueOptions = await get('vue') as Record || {}
+ return Boolean(vueOptions.script?.propsDestructure ?? vueOptions.propsDestructure)
+ },
+ },
+ },
},
vueJsx: {
$resolve: async (val: Record, get) => {
diff --git a/packages/schema/src/config/webpack.ts b/packages/schema/src/config/webpack.ts
index ad9787aea5..ee4d94843d 100644
--- a/packages/schema/src/config/webpack.ts
+++ b/packages/schema/src/config/webpack.ts
@@ -96,7 +96,7 @@ export default defineUntypedSchema({
/**
* Customize bundle filenames.
*
- * To understand a bit more about the use of manifests, take a look at [this webpack documentation](https://webpack.js.org/guides/code-splitting/).
+ * To understand a bit more about the use of manifests, take a look at [webpack documentation](https://webpack.js.org/guides/code-splitting/).
* @note Be careful when using non-hashed based filenames in production
* as most browsers will cache the asset and not detect the changes on first load.
*
@@ -154,7 +154,7 @@ export default defineUntypedSchema({
},
/**
- * See https://github.com/esbuild-kit/esbuild-loader
+ * @see [esbuild loader](https://github.com/esbuild-kit/esbuild-loader)
* @type {Omit}
*/
esbuild: {
@@ -164,7 +164,7 @@ export default defineUntypedSchema({
},
/**
- * See: https://github.com/webpack-contrib/file-loader#options
+ * @see [`file-loader` Options](https://github.com/webpack-contrib/file-loader#options)
* @type {Omit}
* @default
* ```ts
@@ -174,7 +174,7 @@ export default defineUntypedSchema({
file: { esModule: false },
/**
- * See: https://github.com/webpack-contrib/file-loader#options
+ * @see [`file-loader` Options](https://github.com/webpack-contrib/file-loader#options)
* @type {Omit}
* @default
* ```ts
@@ -184,7 +184,7 @@ export default defineUntypedSchema({
fontUrl: { esModule: false, limit: 1000 },
/**
- * See: https://github.com/webpack-contrib/file-loader#options
+ * @see [`file-loader` Options](https://github.com/webpack-contrib/file-loader#options)
* @type {Omit}
* @default
* ```ts
@@ -194,7 +194,7 @@ export default defineUntypedSchema({
imgUrl: { esModule: false, limit: 1000 },
/**
- * See: https://pugjs.org/api/reference.html#options
+ * @see [`pug` options](https://pugjs.org/api/reference.html#options)
* @type {typeof import('pug')['Options']}
*/
pugPlain: {},
@@ -235,12 +235,12 @@ export default defineUntypedSchema({
},
/**
- * See: https://github.com/webpack-contrib/less-loader#options
+ * @see [`less-loader` Options](https://github.com/webpack-contrib/less-loader#options)
*/
less: {},
/**
- * See: https://github.com/webpack-contrib/sass-loader#options
+ * @see [`sass-loader` Options](https://github.com/webpack-contrib/sass-loader#options)
* @type {typeof import('sass-loader')['Options']}
* @default
* ```ts
@@ -258,13 +258,13 @@ export default defineUntypedSchema({
},
/**
- * See: https://github.com/webpack-contrib/sass-loader#options
+ * @see [`sass-loader` Options](https://github.com/webpack-contrib/sass-loader#options)
* @type {typeof import('sass-loader')['Options']}
*/
scss: {},
/**
- * See: https://github.com/webpack-contrib/stylus-loader#options
+ * @see [`stylus-loader` Options](https://github.com/webpack-contrib/stylus-loader#options)
*/
stylus: {},
@@ -322,7 +322,7 @@ export default defineUntypedSchema({
/**
* Customize PostCSS Loader.
- * Same options as https://github.com/webpack-contrib/postcss-loader#options
+ * same options as [`postcss-loader` options](https://github.com/webpack-contrib/postcss-loader#options)
* @type {{ execute?: boolean, postcssOptions: typeof import('postcss').ProcessOptions, sourceMap?: boolean, implementation?: any }}
*/
postcss: {
diff --git a/packages/schema/src/types/config.ts b/packages/schema/src/types/config.ts
index c89e261fe1..2e95263395 100644
--- a/packages/schema/src/types/config.ts
+++ b/packages/schema/src/types/config.ts
@@ -11,6 +11,7 @@ import type { AppHeadMetaObject } from './head'
export type { SchemaDefinition } from 'untyped'
+// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
type DeepPartial = T extends Function ? T : T extends Record ? { [P in keyof T]?: DeepPartial } : T
export type UpperSnakeCase = Uppercase>
@@ -33,6 +34,7 @@ type Overrideable, Path extends string = ''> = {
type RuntimeConfigNamespace = Record
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface PublicRuntimeConfig extends RuntimeConfigNamespace { }
export interface RuntimeConfig extends RuntimeConfigNamespace {
@@ -136,6 +138,7 @@ export interface AppConfigInput extends CustomAppConfig {
server?: never
}
+// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
type Serializable = T extends Function ? never : T extends Promise ? Serializable : T extends string & {} ? T : T extends Record ? { [K in keyof T]: Serializable } : T
export interface NuxtAppConfig {
diff --git a/packages/schema/src/types/head.ts b/packages/schema/src/types/head.ts
index 70f54cf04b..937cf82c2c 100644
--- a/packages/schema/src/types/head.ts
+++ b/packages/schema/src/types/head.ts
@@ -3,13 +3,21 @@ import type { Head, MergeHead } from '@unhead/schema'
/** @deprecated Extend types from `@unhead/schema` directly. This may be removed in a future minor version. */
export interface HeadAugmentations extends MergeHead {
// runtime type modifications
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
base?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
link?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
meta?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
style?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
script?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
noscript?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
htmlAttrs?: {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
bodyAttrs?: {}
}
diff --git a/packages/schema/src/types/hooks.ts b/packages/schema/src/types/hooks.ts
index 34b5528960..780b8b0614 100644
--- a/packages/schema/src/types/hooks.ts
+++ b/packages/schema/src/types/hooks.ts
@@ -59,6 +59,7 @@ export type NuxtLayout = {
file: string
}
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface ImportPresetWithDeprecation extends InlinePreset {
}
diff --git a/packages/schema/src/types/nuxt.ts b/packages/schema/src/types/nuxt.ts
index 5a305ae04a..a87ce9e25f 100644
--- a/packages/schema/src/types/nuxt.ts
+++ b/packages/schema/src/types/nuxt.ts
@@ -54,6 +54,7 @@ export interface NuxtTypeTemplate extends Omit
}
type _TemplatePlugin = Omit & NuxtTemplate
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface NuxtPluginTemplate extends _TemplatePlugin { }
export interface NuxtApp {
diff --git a/packages/schema/test/folder-structure.spec.ts b/packages/schema/test/folder-structure.spec.ts
index d9cb857f2c..a45a857ee8 100644
--- a/packages/schema/test/folder-structure.spec.ts
+++ b/packages/schema/test/folder-structure.spec.ts
@@ -1,10 +1,14 @@
-import { describe, expect, it } from 'vitest'
+import { describe, expect, it, vi } from 'vitest'
import { applyDefaults } from 'untyped'
import { normalize } from 'pathe'
import { NuxtConfigSchema } from '../src'
import type { NuxtOptions } from '../src'
+vi.mock('node:fs', () => ({
+ existsSync: (id: string) => id.endsWith('app'),
+}))
+
describe('nuxt folder structure', () => {
it('should resolve directories for v3 setup correctly', async () => {
const result = await applyDefaults(NuxtConfigSchema, {})
@@ -73,6 +77,23 @@ describe('nuxt folder structure', () => {
}
`)
})
+
+ it('should not override value from user for serverDir', async () => {
+ const result = await applyDefaults(NuxtConfigSchema, { future: { compatibilityVersion: 4 }, serverDir: '/myServer' })
+ expect(getDirs(result as unknown as NuxtOptions)).toMatchInlineSnapshot(`
+ {
+ "dir": {
+ "app": "/app",
+ "modules": "/modules",
+ "public": "/public",
+ },
+ "rootDir": "",
+ "serverDir": "/myServer",
+ "srcDir": "/app",
+ "workspaceDir": "",
+ }
+ `)
+ })
})
function getDirs (options: NuxtOptions) {
diff --git a/packages/ui-templates/package.json b/packages/ui-templates/package.json
index 6795a17821..042d03ab73 100644
--- a/packages/ui-templates/package.json
+++ b/packages/ui-templates/package.json
@@ -19,18 +19,18 @@
},
"devDependencies": {
"@types/html-minifier": "4.0.5",
- "@unocss/reset": "0.61.2",
+ "@unocss/reset": "0.61.9",
"critters": "0.0.24",
"execa": "9.3.0",
"globby": "14.0.2",
"html-minifier": "4.0.0",
- "html-validate": "8.20.1",
+ "html-validate": "8.21.0",
"jiti": "2.0.0-beta.3",
"knitwork": "1.1.0",
"pathe": "1.1.2",
- "prettier": "3.3.2",
+ "prettier": "3.3.3",
"scule": "1.3.0",
- "unocss": "0.61.2",
- "vite": "5.3.3"
+ "unocss": "0.61.9",
+ "vite": "5.3.5"
}
}
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 27f720b28a..1ad253e680 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -27,16 +27,16 @@
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.4",
"@types/estree": "1.0.5",
- "rollup": "4.18.0",
- "unbuild": "3.0.0-rc.6",
- "vue": "3.4.31"
+ "rollup": "4.20.0",
+ "unbuild": "3.0.0-rc.7",
+ "vue": "3.4.34"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^5.0.7",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
- "autoprefixer": "^10.4.19",
+ "autoprefixer": "^10.4.20",
"clear": "^0.1.0",
"consola": "^3.2.3",
"cssnano": "^7.0.4",
@@ -49,22 +49,22 @@
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"jiti": "^2.0.0-beta.3",
"knitwork": "^1.1.0",
- "magic-string": "^0.30.10",
+ "magic-string": "^0.30.11",
"mlly": "^1.7.1",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.1.3",
- "postcss": "^8.4.39",
+ "postcss": "^8.4.40",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0",
"strip-literal": "^2.1.0",
- "ufo": "^1.5.3",
- "unenv": "^1.9.0",
- "unplugin": "^1.11.0",
- "vite": "^5.3.3",
- "vite-node": "^1.6.0",
- "vite-plugin-checker": "^0.7.0",
+ "ufo": "^1.5.4",
+ "unenv": "^1.10.0",
+ "unplugin": "^1.12.0",
+ "vite": "^5.3.5",
+ "vite-node": "^2.0.5",
+ "vite-plugin-checker": "^0.7.2",
"vue-bundle-renderer": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/vite/src/plugins/ssr-styles.ts b/packages/vite/src/plugins/ssr-styles.ts
index cb7c520620..c7c83a3439 100644
--- a/packages/vite/src/plugins/ssr-styles.ts
+++ b/packages/vite/src/plugins/ssr-styles.ts
@@ -72,6 +72,7 @@ export function ssrStylesPlugin (options: SSRStylePluginOptions): Plugin {
: outputOptions.assetFileNames({
type: 'asset',
name: `${fileName}-styles.mjs`,
+ originalFileName: `${fileName}-styles.mjs`,
source: '',
})
@@ -97,6 +98,7 @@ export function ssrStylesPlugin (options: SSRStylePluginOptions): Plugin {
this.emitFile({
type: 'asset',
fileName: 'styles.mjs',
+ originalFileName: 'styles.mjs',
source:
[
'const interopDefault = r => r.default || r || []',
diff --git a/packages/vite/src/utils/warmup.ts b/packages/vite/src/utils/warmup.ts
index db84632c26..2e715c50e2 100644
--- a/packages/vite/src/utils/warmup.ts
+++ b/packages/vite/src/utils/warmup.ts
@@ -40,7 +40,7 @@ export async function warmupViteServer (
entries: string[],
isServer: boolean,
) {
- const warmedUrls = new Set()
+ const warmedUrls = new Set()
const warmup = async (url: string) => {
try {
diff --git a/packages/webpack/package.json b/packages/webpack/package.json
index 35b87039cf..eb9c446bec 100644
--- a/packages/webpack/package.json
+++ b/packages/webpack/package.json
@@ -27,12 +27,12 @@
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
- "autoprefixer": "^10.4.19",
+ "autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.4",
"defu": "^6.1.4",
- "esbuild-loader": "^4.2.0",
+ "esbuild-loader": "^4.2.2",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"file-loader": "^6.2.0",
@@ -43,14 +43,14 @@
"jiti": "^2.0.0-beta.3",
"knitwork": "^1.1.0",
"lodash-es": "4.17.21",
- "magic-string": "^0.30.10",
- "memfs": "^4.9.3",
+ "magic-string": "^0.30.11",
+ "memfs": "^4.11.1",
"mini-css-extract-plugin": "^2.9.0",
"mlly": "^1.7.1",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pify": "^6.1.0",
- "postcss": "^8.4.39",
+ "postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1",
@@ -58,15 +58,15 @@
"pug-plain-loader": "^1.1.0",
"std-env": "^3.7.0",
"time-fix-plugin": "^2.0.7",
- "ufo": "^1.5.3",
- "unenv": "^1.9.0",
- "unplugin": "^1.11.0",
+ "ufo": "^1.5.4",
+ "unenv": "^1.10.0",
+ "unplugin": "^1.12.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.1.0",
"vue-loader": "^17.4.2",
- "webpack": "^5.92.1",
+ "webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
- "webpack-dev-middleware": "^7.2.1",
+ "webpack-dev-middleware": "^7.3.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-virtual-modules": "^0.6.2",
"webpackbar": "^6.0.1"
@@ -78,9 +78,9 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
- "rollup": "4.18.0",
- "unbuild": "3.0.0-rc.6",
- "vue": "3.4.31"
+ "rollup": "4.20.0",
+ "unbuild": "3.0.0-rc.7",
+ "vue": "3.4.34"
},
"peerDependencies": {
"vue": "^3.3.4"
diff --git a/packages/webpack/src/utils/postcss.ts b/packages/webpack/src/utils/postcss.ts
index 9a6a7bf463..0d48972bb6 100644
--- a/packages/webpack/src/utils/postcss.ts
+++ b/packages/webpack/src/utils/postcss.ts
@@ -4,7 +4,7 @@ import { defu } from 'defu'
import { createJiti } from 'jiti'
import type { Plugin } from 'postcss'
-const isPureObject = (obj: unknown): obj is Object => obj !== null && !Array.isArray(obj) && typeof obj === 'object'
+const isPureObject = (obj: unknown): obj is object => obj !== null && !Array.isArray(obj) && typeof obj === 'object'
function sortPlugins ({ plugins, order }: NuxtOptions['postcss']): string[] {
const names = Object.keys(plugins)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fdf8e50876..6f99ab7e54 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,17 +10,18 @@ overrides:
'@nuxt/ui-templates': workspace:*
'@nuxt/vite-builder': workspace:*
'@nuxt/webpack-builder': workspace:*
+ '@types/node': '*'
c12: 2.0.0-beta.1
h3: npm:h3-nightly@2.0.0-1718872656.6765a6e
jiti: 2.0.0-beta.3
- magic-string: ^0.30.10
+ magic-string: ^0.30.11
nitro: npm:nitro-nightly@3.0.0-beta-28665895.e727afda
nuxt: workspace:*
- rollup: ^4.18.0
- typescript: 5.5.3
- unbuild: 3.0.0-rc.6
- vite: 5.3.3
- vue: 3.4.31
+ rollup: ^4.20.0
+ typescript: 5.5.4
+ unbuild: 3.0.0-rc.7
+ vite: 5.3.5
+ vue: 3.4.34
patchedDependencies:
ofetch@1.3.4:
@@ -32,47 +33,47 @@ importers:
.:
devDependencies:
'@eslint/js':
- specifier: 9.6.0
- version: 9.6.0
+ specifier: 9.8.0
+ version: 9.8.0
'@nuxt/eslint-config':
- specifier: 0.3.13
- version: 0.3.13(eslint@9.6.0)(typescript@5.5.3)
+ specifier: 0.5.0
+ version: 0.5.0(eslint@9.8.0)(typescript@5.5.4)
'@nuxt/kit':
specifier: workspace:*
version: link:packages/kit
'@nuxt/test-utils':
- specifier: 3.13.1
- version: 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ specifier: 3.14.0
+ version: 3.14.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
'@nuxt/webpack-builder':
specifier: workspace:*
version: link:packages/webpack
'@testing-library/vue':
specifier: 8.1.0
- version: 8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))
+ version: 8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))
'@types/eslint__js':
specifier: 8.42.3
version: 8.42.3
'@types/node':
- specifier: 20.14.9
- version: 20.14.9
+ specifier: '*'
+ version: 20.14.14
'@types/semver':
specifier: 7.5.8
version: 7.5.8
'@unhead/schema':
- specifier: 1.9.15
- version: 1.9.15
+ specifier: 1.9.16
+ version: 1.9.16
'@vitejs/plugin-vue':
- specifier: 5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: 5.1.2
+ version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
'@vitest/coverage-v8':
- specifier: 1.6.0
- version: 1.6.0(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))
+ specifier: 2.0.5
+ version: 2.0.5(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
autoprefixer:
- specifier: 10.4.19
- version: 10.4.19(postcss@8.4.39)
+ specifier: 10.4.20
+ version: 10.4.20(postcss@8.4.40)
case-police:
specifier: 0.6.1
version: 0.6.1
@@ -84,22 +85,22 @@ importers:
version: 3.2.3
cssnano:
specifier: 7.0.4
- version: 7.0.4(postcss@8.4.39)
+ version: 7.0.4(postcss@8.4.40)
devalue:
specifier: 5.0.0
version: 5.0.0
eslint:
- specifier: 9.6.0
- version: 9.6.0
+ specifier: 9.8.0
+ version: 9.8.0
eslint-plugin-no-only-tests:
specifier: 3.1.0
version: 3.1.0
eslint-plugin-perfectionist:
- specifier: 2.11.0
- version: 2.11.0(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.2(eslint@9.6.0))
+ specifier: 3.1.2
+ version: 3.1.2(eslint@9.8.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.8.0))
eslint-typegen:
- specifier: 0.2.4
- version: 0.2.4(eslint@9.6.0)
+ specifier: 0.3.0
+ version: 0.3.0(eslint@9.8.0)
execa:
specifier: 9.3.0
version: 9.3.0
@@ -120,7 +121,7 @@ importers:
version: 0.41.0
nitro:
specifier: npm:nitro-nightly@3.0.0-beta-28665895.e727afda
- version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.3)
+ version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.4)
nuxi:
specifier: 3.12.0
version: 3.12.0
@@ -128,8 +129,8 @@ importers:
specifier: workspace:*
version: link:packages/nuxt
nuxt-content-twoslash:
- specifier: 0.1.0
- version: 0.1.0(@nuxtjs/mdc@0.5.0)
+ specifier: 0.1.1
+ version: 0.1.1(@nuxtjs/mdc@0.5.0)
ofetch:
specifier: 1.3.4
version: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
@@ -137,38 +138,38 @@ importers:
specifier: 1.1.2
version: 1.1.2
playwright-core:
- specifier: 1.45.1
- version: 1.45.1
+ specifier: 1.45.3
+ version: 1.45.3
rimraf:
- specifier: 6.0.0
- version: 6.0.0
+ specifier: 6.0.1
+ version: 6.0.1
semver:
- specifier: 7.6.2
- version: 7.6.2
+ specifier: 7.6.3
+ version: 7.6.3
std-env:
specifier: 3.7.0
version: 3.7.0
typescript:
- specifier: 5.5.3
- version: 5.5.3
+ specifier: 5.5.4
+ version: 5.5.4
ufo:
- specifier: 1.5.3
- version: 1.5.3
+ specifier: 1.5.4
+ version: 1.5.4
vitest:
- specifier: 1.6.0
- version: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ specifier: 2.0.5
+ version: 2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
vitest-environment-nuxt:
specifier: 1.0.0
- version: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ version: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
vue-router:
- specifier: 4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: 4.4.2
+ version: 4.4.2(vue@3.4.34(typescript@5.5.4))
vue-tsc:
- specifier: 2.0.26
- version: 2.0.26(typescript@5.5.3)
+ specifier: 2.0.29
+ version: 2.0.29(typescript@5.5.4)
packages/kit:
dependencies:
@@ -187,6 +188,9 @@ importers:
destr:
specifier: ^2.0.3
version: 2.0.3
+ errx:
+ specifier: ^0.1.0
+ version: 0.1.0
globby:
specifier: ^14.0.2
version: 14.0.2
@@ -215,17 +219,17 @@ importers:
specifier: ^1.3.0
version: 1.3.0
semver:
- specifier: ^7.6.2
- version: 7.6.2
+ specifier: ^7.6.3
+ version: 7.6.3
ufo:
- specifier: ^1.5.3
- version: 1.5.3
+ specifier: ^1.5.4
+ version: 1.5.4
unctx:
specifier: ^2.3.1
version: 2.3.1
unimport:
- specifier: ^3.7.2
- version: 3.7.2(rollup@4.18.0)
+ specifier: ^3.10.0
+ version: 3.10.0(rollup@4.20.0)
untyped:
specifier: ^1.4.2
version: 1.4.2
@@ -238,19 +242,19 @@ importers:
version: 7.5.8
nitro:
specifier: npm:nitro-nightly@3.0.0-beta-28665895.e727afda
- version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.3)
+ version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.4)
unbuild:
- specifier: 3.0.0-rc.6
- version: 3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: 3.0.0-rc.7
+ version: 3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
vite:
- specifier: 5.3.3
- version: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: 5.3.5
+ version: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vitest:
- specifier: 1.6.0
- version: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ specifier: 2.0.5
+ version: 2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
webpack:
- specifier: 5.92.1
- version: 5.92.1
+ specifier: 5.93.0
+ version: 5.93.0
packages/nuxt:
dependencies:
@@ -259,7 +263,7 @@ importers:
version: 2.0.2
'@nuxt/devtools':
specifier: ^1.3.9
- version: 1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ version: 1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
'@nuxt/kit':
specifier: workspace:*
version: link:../kit
@@ -273,20 +277,20 @@ importers:
specifier: workspace:*
version: link:../vite
'@types/node':
- specifier: ^14.18.0 || >=16.10.0
- version: 20.14.9
+ specifier: '*'
+ version: 20.14.14
'@unhead/dom':
- specifier: ^1.9.15
- version: 1.9.15
+ specifier: ^1.9.16
+ version: 1.9.16
'@unhead/ssr':
- specifier: ^1.9.15
- version: 1.9.15
+ specifier: ^1.9.16
+ version: 1.9.16
'@unhead/vue':
- specifier: ^1.9.15
- version: 1.9.15(vue@3.4.31(typescript@5.5.3))
+ specifier: ^1.9.16
+ version: 1.9.16(vue@3.4.34(typescript@5.5.4))
'@vue/shared':
- specifier: ^3.4.31
- version: 3.4.31
+ specifier: ^3.4.34
+ version: 3.4.35
acorn:
specifier: 8.12.1
version: 8.12.1
@@ -303,8 +307,8 @@ importers:
specifier: ^3.2.3
version: 3.2.3
cookie-es:
- specifier: ^1.1.0
- version: 1.1.0
+ specifier: ^1.2.2
+ version: 1.2.2
defu:
specifier: ^6.1.4
version: 6.1.4
@@ -314,6 +318,9 @@ importers:
devalue:
specifier: ^5.0.0
version: 5.0.0
+ errx:
+ specifier: ^0.1.0
+ version: 0.1.0
esbuild:
specifier: ^0.23.0
version: 0.23.0
@@ -345,14 +352,14 @@ importers:
specifier: ^1.1.0
version: 1.1.0
magic-string:
- specifier: ^0.30.10
- version: 0.30.10
+ specifier: ^0.30.11
+ version: 0.30.11
mlly:
specifier: ^1.7.1
version: 1.7.1
nitro:
specifier: npm:nitro-nightly@3.0.0-beta-28665895.e727afda
- version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.3)
+ version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.4)
nuxi:
specifier: ^3.12.0
version: 3.12.0
@@ -381,8 +388,8 @@ importers:
specifier: ^1.3.0
version: 1.3.0
semver:
- specifier: ^7.6.2
- version: 7.6.2
+ specifier: ^7.6.3
+ version: 7.6.3
std-env:
specifier: ^3.7.0
version: 3.7.0
@@ -390,8 +397,8 @@ importers:
specifier: ^2.1.0
version: 2.1.0
ufo:
- specifier: ^1.5.3
- version: 1.5.3
+ specifier: ^1.5.4
+ version: 1.5.4
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
@@ -402,17 +409,17 @@ importers:
specifier: ^2.3.1
version: 2.3.1
unenv:
- specifier: ^1.9.0
- version: 1.9.0
+ specifier: ^1.10.0
+ version: 1.10.0
unimport:
- specifier: ^3.7.2
- version: 3.7.2(rollup@4.18.0)
+ specifier: ^3.10.0
+ version: 3.10.0(rollup@4.20.0)
unplugin:
- specifier: ^1.11.0
- version: 1.11.0
+ specifier: ^1.12.0
+ version: 1.12.0
unplugin-vue-router:
- specifier: ^0.10.0
- version: 0.10.0(rollup@4.18.0)(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^0.10.2
+ version: 0.10.2(rollup@4.20.0)(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
unstorage:
specifier: ^1.10.2
version: 1.10.2(ioredis@5.4.1)
@@ -420,8 +427,8 @@ importers:
specifier: ^1.4.2
version: 1.4.2
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
vue-bundle-renderer:
specifier: ^2.1.0
version: 2.1.0
@@ -429,12 +436,12 @@ importers:
specifier: ^0.1.0
version: 0.1.0
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.2
+ version: 4.4.2(vue@3.4.34(typescript@5.5.4))
devDependencies:
'@nuxt/scripts':
- specifier: 0.5.1
- version: 0.5.1(@nuxt/devtools@1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(@vue/compiler-core@3.4.31)(ioredis@5.4.1)(nuxt@packages+nuxt)(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1(esbuild@0.23.0))
+ specifier: 0.6.5
+ version: 0.6.5(@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(@vue/compiler-core@3.4.35)(ioredis@5.4.1)(nuxt@packages+nuxt)(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0(esbuild@0.23.0))
'@nuxt/ui-templates':
specifier: workspace:*
version: link:../ui-templates
@@ -445,20 +452,20 @@ importers:
specifier: 1.0.5
version: 1.0.5
'@vitejs/plugin-vue':
- specifier: 5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: 5.1.2
+ version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
'@vue/compiler-sfc':
- specifier: 3.4.31
- version: 3.4.31
+ specifier: 3.4.34
+ version: 3.4.34
unbuild:
- specifier: 3.0.0-rc.6
- version: 3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: 3.0.0-rc.7
+ version: 3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
vite:
- specifier: 5.3.3
- version: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: 5.3.5
+ version: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vitest:
- specifier: 1.6.0
- version: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ specifier: 2.0.5
+ version: 2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
packages/schema:
dependencies:
@@ -487,14 +494,14 @@ importers:
specifier: ^3.7.0
version: 3.7.0
ufo:
- specifier: ^1.5.3
- version: 1.5.3
+ specifier: ^1.5.4
+ version: 1.5.4
uncrypto:
specifier: ^0.1.3
version: 0.1.3
unimport:
- specifier: ^3.7.2
- version: 3.7.2(rollup@4.18.0)
+ specifier: ^3.10.0
+ version: 3.10.0(rollup@4.20.0)
untyped:
specifier: ^1.4.2
version: 1.4.2
@@ -512,32 +519,32 @@ importers:
specifier: 2.0.10
version: 2.0.10
'@types/sass-loader':
- specifier: 8.0.8
- version: 8.0.8
+ specifier: 8.0.9
+ version: 8.0.9
'@unhead/schema':
- specifier: 1.9.15
- version: 1.9.15
+ specifier: 1.9.16
+ version: 1.9.16
'@vitejs/plugin-vue':
- specifier: 5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: 5.1.2
+ version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
'@vitejs/plugin-vue-jsx':
specifier: 4.0.0
- version: 4.0.0(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ version: 4.0.0(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
'@vue/compiler-core':
- specifier: 3.4.31
- version: 3.4.31
+ specifier: 3.4.34
+ version: 3.4.34
'@vue/compiler-sfc':
- specifier: 3.4.31
- version: 3.4.31
+ specifier: 3.4.34
+ version: 3.4.34
'@vue/language-core':
- specifier: 2.0.26
- version: 2.0.26(typescript@5.5.3)
+ specifier: 2.0.29
+ version: 2.0.29(typescript@5.5.4)
c12:
specifier: 2.0.0-beta.1
version: 2.0.0-beta.1(magicast@0.3.4)
esbuild-loader:
- specifier: 4.2.0
- version: 4.2.0(webpack@5.92.1)
+ specifier: 4.2.2
+ version: 4.2.2(webpack@5.93.0)
h3:
specifier: npm:h3-nightly@2.0.0-1718872656.6765a6e
version: h3-nightly@2.0.0-1718872656.6765a6e
@@ -546,40 +553,40 @@ importers:
version: 5.3.1
nitro:
specifier: npm:nitro-nightly@3.0.0-beta-28665895.e727afda
- version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.3)
+ version: nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.4)
ofetch:
specifier: 1.3.4
version: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
unbuild:
- specifier: 3.0.0-rc.6
- version: 3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: 3.0.0-rc.7
+ version: 3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
unctx:
specifier: 2.3.1
version: 2.3.1
unenv:
- specifier: 1.9.0
- version: 1.9.0
+ specifier: 1.10.0
+ version: 1.10.0
vite:
- specifier: 5.3.3
- version: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: 5.3.5
+ version: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
vue-bundle-renderer:
specifier: 2.1.0
version: 2.1.0
vue-loader:
specifier: 17.4.2
- version: 17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1)
+ version: 17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0)
vue-router:
- specifier: 4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: 4.4.2
+ version: 4.4.2(vue@3.4.34(typescript@5.5.4))
webpack:
- specifier: 5.92.1
- version: 5.92.1
+ specifier: 5.93.0
+ version: 5.93.0
webpack-dev-middleware:
- specifier: 7.2.1
- version: 7.2.1(webpack@5.92.1)
+ specifier: 7.3.0
+ version: 7.3.0(webpack@5.93.0)
packages/ui-templates:
devDependencies:
@@ -587,8 +594,8 @@ importers:
specifier: 4.0.5
version: 4.0.5
'@unocss/reset':
- specifier: 0.61.2
- version: 0.61.2
+ specifier: 0.61.9
+ version: 0.61.9
critters:
specifier: 0.0.24
version: 0.0.24
@@ -602,8 +609,8 @@ importers:
specifier: 4.0.0
version: 4.0.0
html-validate:
- specifier: 8.20.1
- version: 8.20.1(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))
+ specifier: 8.21.0
+ version: 8.21.0(vitest@1.6.0(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))
jiti:
specifier: 2.0.0-beta.3
version: 2.0.0-beta.3
@@ -614,17 +621,17 @@ importers:
specifier: 1.1.2
version: 1.1.2
prettier:
- specifier: 3.3.2
- version: 3.3.2
+ specifier: 3.3.3
+ version: 3.3.3
scule:
specifier: 1.3.0
version: 1.3.0
unocss:
- specifier: 0.61.2
- version: 0.61.2(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ specifier: 0.61.9
+ version: 0.61.9(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
vite:
- specifier: 5.3.3
- version: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: 5.3.5
+ version: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
packages/vite:
dependencies:
@@ -633,16 +640,16 @@ importers:
version: link:../kit
'@rollup/plugin-replace':
specifier: ^5.0.7
- version: 5.0.7(rollup@4.18.0)
+ version: 5.0.7(rollup@4.20.0)
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.0
- version: 4.0.0(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))
+ version: 4.0.0(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))
autoprefixer:
- specifier: ^10.4.19
- version: 10.4.19(postcss@8.4.39)
+ specifier: ^10.4.20
+ version: 10.4.20(postcss@8.4.40)
clear:
specifier: ^0.1.0
version: 0.1.0
@@ -651,7 +658,7 @@ importers:
version: 3.2.3
cssnano:
specifier: ^7.0.4
- version: 7.0.4(postcss@8.4.39)
+ version: 7.0.4(postcss@8.4.40)
defu:
specifier: ^6.1.4
version: 6.1.4
@@ -680,8 +687,8 @@ importers:
specifier: ^1.1.0
version: 1.1.0
magic-string:
- specifier: ^0.30.10
- version: 0.30.10
+ specifier: ^0.30.11
+ version: 0.30.11
mlly:
specifier: ^1.7.1
version: 1.7.1
@@ -698,11 +705,11 @@ importers:
specifier: ^1.1.3
version: 1.1.3
postcss:
- specifier: ^8.4.39
- version: 8.4.39
+ specifier: ^8.4.40
+ version: 8.4.40
rollup-plugin-visualizer:
specifier: ^5.12.0
- version: 5.12.0(rollup@4.18.0)
+ version: 5.12.0(rollup@4.20.0)
std-env:
specifier: ^3.7.0
version: 3.7.0
@@ -710,23 +717,23 @@ importers:
specifier: ^2.1.0
version: 2.1.0
ufo:
- specifier: ^1.5.3
- version: 1.5.3
+ specifier: ^1.5.4
+ version: 1.5.4
unenv:
- specifier: ^1.9.0
- version: 1.9.0
+ specifier: ^1.10.0
+ version: 1.10.0
unplugin:
- specifier: ^1.11.0
- version: 1.11.0
+ specifier: ^1.12.0
+ version: 1.12.0
vite:
- specifier: 5.3.3
- version: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: 5.3.5
+ version: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vite-node:
- specifier: ^1.6.0
- version: 1.6.0(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ specifier: ^2.0.5
+ version: 2.0.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vite-plugin-checker:
- specifier: ^0.7.0
- version: 0.7.0(eslint@9.6.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: ^0.7.2
+ version: 0.7.2(eslint@9.8.0)(optionator@0.9.3)(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue-tsc@2.0.29(typescript@5.5.4))
vue-bundle-renderer:
specifier: ^2.1.0
version: 2.1.0
@@ -741,41 +748,41 @@ importers:
specifier: 1.0.5
version: 1.0.5
rollup:
- specifier: ^4.18.0
- version: 4.18.0
+ specifier: ^4.20.0
+ version: 4.20.0
unbuild:
- specifier: 3.0.0-rc.6
- version: 3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: 3.0.0-rc.7
+ version: 3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
packages/webpack:
dependencies:
'@nuxt/friendly-errors-webpack-plugin':
specifier: ^2.6.0
- version: 2.6.0(webpack@5.92.1)
+ version: 2.6.0(webpack@5.93.0)
'@nuxt/kit':
specifier: workspace:*
version: link:../kit
autoprefixer:
- specifier: ^10.4.19
- version: 10.4.19(postcss@8.4.39)
+ specifier: ^10.4.20
+ version: 10.4.20(postcss@8.4.40)
css-loader:
specifier: ^7.1.2
- version: 7.1.2(webpack@5.92.1)
+ version: 7.1.2(webpack@5.93.0)
css-minimizer-webpack-plugin:
specifier: ^7.0.0
- version: 7.0.0(webpack@5.92.1)
+ version: 7.0.0(webpack@5.93.0)
cssnano:
specifier: ^7.0.4
- version: 7.0.4(postcss@8.4.39)
+ version: 7.0.4(postcss@8.4.40)
defu:
specifier: ^6.1.4
version: 6.1.4
esbuild-loader:
- specifier: ^4.2.0
- version: 4.2.0(webpack@5.92.1)
+ specifier: ^4.2.2
+ version: 4.2.2(webpack@5.93.0)
escape-string-regexp:
specifier: ^5.0.0
version: 5.0.0
@@ -784,10 +791,10 @@ importers:
version: 3.0.3
file-loader:
specifier: ^6.2.0
- version: 6.2.0(webpack@5.92.1)
+ version: 6.2.0(webpack@5.93.0)
fork-ts-checker-webpack-plugin:
specifier: ^9.0.2
- version: 9.0.2(typescript@5.5.3)(webpack@5.92.1)
+ version: 9.0.2(typescript@5.5.4)(webpack@5.93.0)
globby:
specifier: ^14.0.2
version: 14.0.2
@@ -807,14 +814,14 @@ importers:
specifier: 4.17.21
version: 4.17.21
magic-string:
- specifier: ^0.30.10
- version: 0.30.10
+ specifier: ^0.30.11
+ version: 0.30.11
memfs:
- specifier: ^4.9.3
- version: 4.9.3
+ specifier: ^4.11.1
+ version: 4.11.1
mini-css-extract-plugin:
specifier: ^2.9.0
- version: 2.9.0(webpack@5.92.1)
+ version: 2.9.0(webpack@5.93.0)
mlly:
specifier: ^1.7.1
version: 1.7.1
@@ -828,20 +835,20 @@ importers:
specifier: ^6.1.0
version: 6.1.0
postcss:
- specifier: ^8.4.39
- version: 8.4.39
+ specifier: ^8.4.40
+ version: 8.4.40
postcss-import:
specifier: ^16.1.0
- version: 16.1.0(postcss@8.4.39)
+ version: 16.1.0(postcss@8.4.40)
postcss-import-resolver:
specifier: ^2.0.0
version: 2.0.0
postcss-loader:
specifier: ^8.1.1
- version: 8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.92.1)
+ version: 8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0)
postcss-url:
specifier: ^10.1.3
- version: 10.1.3(postcss@8.4.39)
+ version: 10.1.3(postcss@8.4.40)
pug-plain-loader:
specifier: ^1.1.0
version: 1.1.0(pug@3.0.2)
@@ -850,34 +857,34 @@ importers:
version: 3.7.0
time-fix-plugin:
specifier: ^2.0.7
- version: 2.0.7(webpack@5.92.1)
+ version: 2.0.7(webpack@5.93.0)
ufo:
- specifier: ^1.5.3
- version: 1.5.3
+ specifier: ^1.5.4
+ version: 1.5.4
unenv:
- specifier: ^1.9.0
- version: 1.9.0
+ specifier: ^1.10.0
+ version: 1.10.0
unplugin:
- specifier: ^1.11.0
- version: 1.11.0
+ specifier: ^1.12.0
+ version: 1.12.0
url-loader:
specifier: ^4.1.1
- version: 4.1.1(file-loader@6.2.0(webpack@5.92.1))(webpack@5.92.1)
+ version: 4.1.1(file-loader@6.2.0(webpack@5.93.0))(webpack@5.93.0)
vue-bundle-renderer:
specifier: ^2.1.0
version: 2.1.0
vue-loader:
specifier: ^17.4.2
- version: 17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1)
+ version: 17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0)
webpack:
- specifier: ^5.92.1
- version: 5.92.1
+ specifier: ^5.93.0
+ version: 5.93.0
webpack-bundle-analyzer:
specifier: ^4.10.2
version: 4.10.2
webpack-dev-middleware:
- specifier: ^7.2.1
- version: 7.2.1(webpack@5.92.1)
+ specifier: ^7.3.0
+ version: 7.3.0(webpack@5.93.0)
webpack-hot-middleware:
specifier: ^2.26.1
version: 2.26.1
@@ -886,7 +893,7 @@ importers:
version: 0.6.2
webpackbar:
specifier: ^6.0.1
- version: 6.0.1(webpack@5.92.1)
+ version: 6.0.1(webpack@5.93.0)
devDependencies:
'@nuxt/schema':
specifier: workspace:*
@@ -907,35 +914,35 @@ importers:
specifier: 2.25.9
version: 2.25.9
rollup:
- specifier: ^4.18.0
- version: 4.18.0
+ specifier: ^4.20.0
+ version: 4.20.0
unbuild:
- specifier: 3.0.0-rc.6
- version: 3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ specifier: 3.0.0-rc.7
+ version: 3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
playground:
dependencies:
'@unhead/shared':
specifier: latest
- version: 1.9.15
+ version: 1.9.16
'@vue/devtools-api':
specifier: latest
version: 6.6.3
'@vue/shared':
specifier: latest
- version: 3.4.31
+ version: 3.4.35
nuxt:
specifier: workspace:*
version: link:../packages/nuxt
unhead:
specifier: latest
- version: 1.9.15
+ version: 1.9.16
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
test/fixtures/basic:
dependencies:
@@ -948,31 +955,31 @@ importers:
devDependencies:
'@unhead/dom':
specifier: latest
- version: 1.9.15
+ version: 1.9.16
'@unhead/shared':
specifier: latest
- version: 1.9.15
+ version: 1.9.16
'@vue/devtools-api':
specifier: latest
version: 6.6.3
'@vue/shared':
specifier: latest
- version: 3.4.31
+ version: 3.4.35
iron-webcrypto:
specifier: latest
version: 1.2.1
ufo:
specifier: latest
- version: 1.5.3
+ version: 1.5.4
unhead:
specifier: latest
- version: 1.9.15
+ version: 1.9.16
unplugin:
specifier: latest
- version: 1.11.0
+ version: 1.12.0
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
test/fixtures/basic-types:
dependencies:
@@ -985,16 +992,16 @@ importers:
version: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
unplugin-vue-router:
specifier: ^0.10.0
- version: 0.10.0(rollup@4.18.0)(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ version: 0.10.2(rollup@4.20.0)(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
vitest:
specifier: 1.6.0
- version: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ version: 1.6.0(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
vue-router:
specifier: latest
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ version: 4.4.2(vue@3.4.34(typescript@5.5.4))
test/fixtures/minimal:
dependencies:
@@ -1002,8 +1009,8 @@ importers:
specifier: workspace:*
version: link:../../../packages/nuxt
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
test/fixtures/minimal-types:
dependencies:
@@ -1011,8 +1018,8 @@ importers:
specifier: workspace:*
version: link:../../../packages/nuxt
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
test/fixtures/runtime-compiler:
dependencies:
@@ -1022,16 +1029,16 @@ importers:
devDependencies:
'@unhead/shared':
specifier: latest
- version: 1.9.15
+ version: 1.9.16
'@vue/devtools-api':
specifier: latest
version: 6.6.3
'@vue/shared':
specifier: latest
- version: 3.4.31
+ version: 3.4.35
unhead:
specifier: latest
- version: 1.9.15
+ version: 1.9.16
test/fixtures/suspense:
dependencies:
@@ -1039,24 +1046,24 @@ importers:
specifier: workspace:*
version: link:../../../packages/nuxt
vue:
- specifier: 3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: 3.4.34
+ version: 3.4.34(typescript@5.5.4)
devDependencies:
'@unhead/shared':
specifier: latest
- version: 1.9.15
+ version: 1.9.16
'@vue/devtools-api':
specifier: latest
version: 6.6.3
'@vue/shared':
specifier: latest
- version: 3.4.31
+ version: 3.4.35
typescript:
- specifier: 5.5.3
- version: 5.5.3
+ specifier: 5.5.4
+ version: 5.5.4
unhead:
specifier: latest
- version: 1.9.15
+ version: 1.9.16
packages:
@@ -1082,24 +1089,24 @@ packages:
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.25.2':
+ resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.25.2':
+ resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.25.0':
+ resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==}
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-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.25.2':
+ resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==}
engines: {node: '>=6.9.0'}
'@babel/helper-create-class-features-plugin@7.24.7':
@@ -1116,10 +1123,6 @@ packages:
resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-hoist-variables@7.24.7':
- resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-member-expression-to-functions@7.24.7':
resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==}
engines: {node: '>=6.9.0'}
@@ -1132,8 +1135,8 @@ packages:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.25.2':
+ resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1164,28 +1167,28 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
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-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.25.0':
+ resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.25.3':
+ resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1250,16 +1253,16 @@ packages:
resolution: {integrity: sha512-89NGhVfgKDqDQrtNPxqfnhIReKvp2CR80ofPNEAUpbtnouFelq33hQFURLralD9I+eFS7s5zVK61JRg/D1nLWg==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.24.7':
- resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
+ '@babel/template@7.25.0':
+ resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.25.3':
+ resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.25.2':
+ resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==}
engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@0.2.3':
@@ -1273,8 +1276,8 @@ packages:
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
- '@es-joy/jsdoccomment@0.43.0':
- resolution: {integrity: sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ==}
+ '@es-joy/jsdoccomment@0.46.0':
+ resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==}
engines: {node: '>=16'}
'@esbuild/aix-ppc64@0.20.2':
@@ -1703,20 +1706,20 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.0':
- resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
+ '@eslint-community/regexpp@4.11.0':
+ resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.17.0':
- resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
+ '@eslint/config-array@0.17.1':
+ resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.1.0':
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.6.0':
- resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
+ '@eslint/js@9.8.0':
+ resolution: {integrity: sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -1748,23 +1751,23 @@ packages:
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
engines: {node: '>=18.18'}
- '@iconify-json/carbon@1.1.35':
- resolution: {integrity: sha512-zKqioWceqFRiLJvxpjcCpVP3j2YcokYshlbwSAHBhOih5XNUymUS3hm1kpV4KljMI1xWH96UcozHaaf6x4YzdA==}
+ '@iconify-json/carbon@1.1.36':
+ resolution: {integrity: sha512-NC3VcqLtwLZpi7+LeXj+99/byv+asrnCQxiDNCZV6hKr9WcNh6C25kJguJYfN+dV54kOkw78e+6PitQi2Bppnw==}
'@iconify-json/logos@1.1.43':
resolution: {integrity: sha512-UtvL1yDHUr9dl1Tqihh6K9m5dmbYKOYyLf3i9aKhymSW76QjOCGjpgQc0PQ4GJCAdU1cAMu+WO61TgPxdonrlg==}
- '@iconify-json/ri@1.1.20':
- resolution: {integrity: sha512-yScIGjLFBCJKWKskQTWRjNI2Awoq+VRDkRxEsCQvSfdz41n+xkRtFG2K6J1OVI90ClRHfjFC8VJ2+WzxxyFjTQ==}
+ '@iconify-json/ri@1.1.21':
+ resolution: {integrity: sha512-ssU2CRaB4T83Q3cncCZtITholhYkH6gEL5XLmdMII6Xzn8bTCpDCkt+HdX4URc24uUMD0PGIaNLJUIAgdfLMjQ==}
- '@iconify-json/tabler@1.1.113':
- resolution: {integrity: sha512-dT34D0gyqxgK2t91+8scQ+U387yZ/zb4r7/3CHqhmvaVMsnOT8DFtX0FhJzdr6ldnVH82pGAp59GGr97IT/UfQ==}
+ '@iconify-json/tabler@1.1.117':
+ resolution: {integrity: sha512-RiFbco9Qo0X7jlRFlD2sq9kwLZZ5JFOyacGKi9nzdnao9tV/qFFh1930JDXFay/CTs/jr7+RYPsI+wGFg0jfsA==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- '@iconify/utils@2.1.24':
- resolution: {integrity: sha512-H8r2KpL5uKyrkb3z9/3HD/22JcxqW3BJyjEWZhX2T7DehnYVZthEap1cNsEl/UtCDC3TlpNmwiPX8wg3y8E4dg==}
+ '@iconify/utils@2.1.30':
+ resolution: {integrity: sha512-bY0IO5xLOlbzJBnjWLxknp6Sss3yla03sVY9VeUz9nT6dbc+EGKlLfCt+6uytJnWm5CUvTF/BNotsLWF7kI61A==}
'@ioredis/commands@1.2.0':
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
@@ -1800,8 +1803,8 @@ packages:
'@jridgewell/source-map@0.3.5':
resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -1821,8 +1824,8 @@ packages:
peerDependencies:
tslib: '2'
- '@jsonjoy.com/util@1.1.2':
- resolution: {integrity: sha512-HOGa9wtE6LEz2I5mMQ2pMSjth85PmD71kPbsecs02nEUq3/Kw0wRK3gmZn5BCEB8mFLXByqPxjHgApoMwIPMKQ==}
+ '@jsonjoy.com/util@1.3.0':
+ resolution: {integrity: sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
@@ -1864,21 +1867,15 @@ packages:
'@nuxt/devalue@2.0.2':
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
- '@nuxt/devtools-kit@1.3.3':
- resolution: {integrity: sha512-YkcuSirzVVi36gWjIl9sJ4lsuiuQiIStY3upLy829zMTIXXeF8yUEBexKL6zHD3UPqCigoF7IuovnfLw78BQ9g==}
- peerDependencies:
- nuxt: workspace:*
- vite: 5.3.3
-
'@nuxt/devtools-kit@1.3.9':
resolution: {integrity: sha512-tgr/F+4BbI53/JxgaXl3cuV9dMuCXMsd4GEXN+JqtCdAkDbH3wL79GGWx0/6I9acGzRsB6UZ1H6U96nfgcIrAw==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
- '@nuxt/devtools-ui-kit@1.3.3':
- resolution: {integrity: sha512-vM9dcb/CLXf1big6SmhVL0mh/JzNtZaJwHMYDd3vqv7jAedGuNfURDSGGVYQRFlSFisA3Cn0TnjDDs+dPrGuAA==}
+ '@nuxt/devtools-ui-kit@1.3.9':
+ resolution: {integrity: sha512-R1pxsraKEsOdfW4Klx5nAIkFbPZtpnCUqRFcQa8uOk5WbJ9Ax3ahN0Bi2xt7dlfWzV4mS1LzMXdXXwOh1fztuA==}
peerDependencies:
- '@nuxt/devtools': 1.3.3
+ '@nuxt/devtools': 1.3.9
'@nuxt/devtools-wizard@1.3.9':
resolution: {integrity: sha512-WMgwWWuyng+Y6k7sfBI95wYnec8TPFkuYbHHOlYQgqE9dAewPisSbEm3WkB7p/W9UqxpN8mvKN5qUg4sTmEpgQ==}
@@ -1888,15 +1885,15 @@ packages:
resolution: {integrity: sha512-tFKlbUPgSXw4tyD8xpztQtJeVn3egdKbFCV0xc92FbfGbclAyaa3XhKA2tMWXEGZQpykAWMRNrGWN24FtXFA6Q==}
hasBin: true
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
- '@nuxt/eslint-config@0.3.13':
- resolution: {integrity: sha512-xnMkcrz9vFjtIuKsfOPhNOKFVD51JZClj/16raciHVOK9eiqZuQjbxaf60b7ffk7cmD1EDhlQhbSxaLAJm/QYg==}
+ '@nuxt/eslint-config@0.5.0':
+ resolution: {integrity: sha512-jG+S9lLIpAHIngJNiEbEMsZlnLEichJ/dZJufPhX/nqZIvbgKNn2eGInbi0bJJbqMnm0qzk7458NUzOhek8ZVw==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@nuxt/eslint-plugin@0.3.13':
- resolution: {integrity: sha512-8LW9QJgVSARgO7QZmRy6vmWjDdHiAy/GNN3zKFPBetQxj5ECXsK0Ggfn8RiSi9rgqJSQjXDvMMHFpHiDETXgSQ==}
+ '@nuxt/eslint-plugin@0.5.0':
+ resolution: {integrity: sha512-p0HNkpNxur0DKW3euIR25FgYMSSRp7hkecA0vOdQo+4qTipYLznqj9MjUvRo10CZtS0g9D9Gv5NyIkjPLTMN8A==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1906,31 +1903,31 @@ packages:
peerDependencies:
webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
- '@nuxt/scripts@0.5.1':
- resolution: {integrity: sha512-K3v/+Kej9F6Ul2ReTb4cNxB76JNeogDuNft76/4N/n3WUAPuhOqn2rFPTbvjidERsHxqmiLGxCPl7fKrhE0ZZg==}
+ '@nuxt/scripts@0.6.5':
+ resolution: {integrity: sha512-7O9cFwRD/kWItQ68MQDMXxV+jugP+6RFr2d/2ADCp4YO5Wqb1kfKJtaCGHBTzQVLzrGomy38kaw++fI4I9yA+A==}
'@nuxt/telemetry@2.5.4':
resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==}
hasBin: true
- '@nuxt/test-utils@3.13.1':
- resolution: {integrity: sha512-rqNnjArhFUU8qMHtpEZzjfF6fGTzeXxZsreNLUy9X5AoUuS37HgnobNJIirTrA0xzlzitKVm/mB9r4gXZGzWdQ==}
- engines: {node: '>=18.20.2'}
+ '@nuxt/test-utils@3.14.0':
+ resolution: {integrity: sha512-8HJOvGChQ70s6RKduKlrNABJXizNCLodBRbgepa4RYA3QFv2KrTxLvlHlhEUwd9r2E55LcQacv9P7Er47Z2GaA==}
+ engines: {node: '>=18.20.4'}
peerDependencies:
'@cucumber/cucumber': ^10.3.1
'@jest/globals': ^29.5.0
'@playwright/test': ^1.43.1
'@testing-library/vue': ^7.0.0 || ^8.0.1
- '@vitest/ui': ^0.34.6 || ^1.0.0
+ '@vitest/ui': ^0.34.6 || ^1.0.0 || ^2.0.0
'@vue/test-utils': ^2.4.2
h3: npm:h3-nightly@2.0.0-1718872656.6765a6e
happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0
jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0
nitropack: '*'
playwright-core: ^1.43.1
- vite: 5.3.3
- vitest: ^0.34.6 || ^1.0.0
- vue: 3.4.31
+ vite: 5.3.5
+ vitest: ^0.34.6 || ^1.0.0 || ^2.0.0
+ vue: 3.4.34
vue-router: ^4.0.0
peerDependenciesMeta:
'@cucumber/cucumber':
@@ -1954,9 +1951,6 @@ packages:
vitest:
optional: true
- '@nuxtjs/color-mode@3.4.1':
- resolution: {integrity: sha512-vZgJqDstxInGw3RGSWbLoCLXtU1mvh1LLeuEA/X3a++DYA4ifwSbNoiSiOyb9qZHFEwz1Xr99H71sXV4IhOaEg==}
-
'@nuxtjs/mdc@0.5.0':
resolution: {integrity: sha512-480Ajc7o/YAl9b21btd0oRtVe/UjUWmVSEWauS+H+izwEGdGvJTVfZRdaiAXcXKl+UmUTpf+POel027sE9HAZQ==}
@@ -2120,6 +2114,10 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
+ '@pkgr/core@0.1.1':
+ resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
+ engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
+
'@polka/url@1.0.0-next.24':
resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==}
@@ -2137,7 +2135,7 @@ packages:
resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2146,7 +2144,7 @@ packages:
resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2155,7 +2153,7 @@ packages:
resolution: {integrity: sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==}
engines: {node: '>=16.0.0 || 14 >= 14.17'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2164,7 +2162,7 @@ packages:
resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2173,7 +2171,7 @@ packages:
resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2182,7 +2180,7 @@ packages:
resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2191,7 +2189,7 @@ packages:
resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2200,7 +2198,7 @@ packages:
resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
@@ -2213,93 +2211,93 @@ packages:
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.18.0':
- resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
+ '@rollup/rollup-android-arm-eabi@4.20.0':
+ resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.18.0':
- resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
+ '@rollup/rollup-android-arm64@4.20.0':
+ resolution: {integrity: sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.18.0':
- resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
+ '@rollup/rollup-darwin-arm64@4.20.0':
+ resolution: {integrity: sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.18.0':
- resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
+ '@rollup/rollup-darwin-x64@4.20.0':
+ resolution: {integrity: sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
- resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
+ resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
- resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
+ resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
- resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
+ resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.18.0':
- resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
+ resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
- resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
+ resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
- resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
+ resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
- resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
+ resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.18.0':
- resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
+ resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.18.0':
- resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
+ '@rollup/rollup-linux-x64-musl@4.20.0':
+ resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
- resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
+ resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
- resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
+ resolution: {integrity: sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.18.0':
- resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
+ resolution: {integrity: sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==}
cpu: [x64]
os: [win32]
- '@rushstack/eslint-patch@1.10.3':
- resolution: {integrity: sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==}
+ '@rushstack/eslint-patch@1.10.4':
+ resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==}
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
@@ -2307,17 +2305,20 @@ packages:
'@shikijs/core@1.1.2':
resolution: {integrity: sha512-ERVzNQz88ZkDqUpWeC57Kp+Kmx5RjqeDBR1M8AGWGom4yrkITiTfXCGmjchlDSw12MhDTuPYR4HVFW8uT61RaQ==}
- '@shikijs/core@1.10.1':
- resolution: {integrity: sha512-qdiJS5a/QGCff7VUFIqd0hDdWly9rDp8lhVmXVrS11aazX8LOTRLHAXkkEeONNsS43EcCd7gax9LLoOz4vlFQA==}
+ '@shikijs/core@1.10.3':
+ resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==}
+
+ '@shikijs/core@1.12.1':
+ resolution: {integrity: sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==}
'@shikijs/transformers@1.1.2':
resolution: {integrity: sha512-tldkUMW7RBkU2F6eXbiRMw3ja+hQer1EjwhD2NGOv6K0pgZdVp3JKjU8uisRtg65tyBqrVHq7zlLHVk7EKmUZA==}
- '@shikijs/twoslash@1.10.1':
- resolution: {integrity: sha512-BtB7TnpZEHFAVhVU9yPLOhWznJ5NFtHX1b8AEr4UXxYBGAqsM2b0VkjAlfJ32gQxVyr121G8q4g0ZT5eV5bi9w==}
+ '@shikijs/twoslash@1.12.1':
+ resolution: {integrity: sha512-k4D6sC9p9GksbHa4RnB1VkQIZtQ+L7nQMqi/YAxEgTKZF5v7IW6dHak0Z7bvZXrfhle36NIqWMJXz5xDexupvw==}
- '@shikijs/vitepress-twoslash@1.10.1':
- resolution: {integrity: sha512-bBFHGKMGW0ACa8jFjDK2V9sWSh6wh1R1/U5VbVUr0HBm7kLR/H0bbr9RZeD91wKZb9JI3zJRwiNrTCueLuBw8A==}
+ '@shikijs/vitepress-twoslash@1.12.1':
+ resolution: {integrity: sha512-zFW9im65bkyBUCLFA8wHte3QvOKyQybScqAZqaSuRm442KyKwGxAEpe+5F0Sj8BOPGNjekzMLJPtTDqUURuSYQ==}
'@sidvind/better-ajv-errors@2.1.3':
resolution: {integrity: sha512-lWuod/rh7Xz5uXiEGSfm2Sd5PG7K/6yJfoAZVqzsEswjPJhUz15R7Gn/o8RczA041QS15hBd/BCSeu9vwPArkA==}
@@ -2340,31 +2341,31 @@ packages:
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'}
- '@stylistic/eslint-plugin-js@2.1.0':
- resolution: {integrity: sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==}
+ '@stylistic/eslint-plugin-js@2.6.1':
+ resolution: {integrity: sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-jsx@2.1.0':
- resolution: {integrity: sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ==}
+ '@stylistic/eslint-plugin-jsx@2.6.1':
+ resolution: {integrity: sha512-5qHLXqxfY6jubAQfDqrifv41fx7gaqA9svDaChxMI6JiHpEBfh+PXxmm3g+B8gJCYVBTC62Rjl0Ny5QabK58bw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-plus@2.1.0':
- resolution: {integrity: sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ==}
+ '@stylistic/eslint-plugin-plus@2.6.1':
+ resolution: {integrity: sha512-z/IYu/q8ipApzNam5utSU+BrXg4pK/Gv9xNbr4eWv/bZppvTWJU62xCO4nw/6r2dHNPnqc7uCHEC7GMlBnPY0A==}
peerDependencies:
eslint: '*'
- '@stylistic/eslint-plugin-ts@2.1.0':
- resolution: {integrity: sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g==}
+ '@stylistic/eslint-plugin-ts@2.6.1':
+ resolution: {integrity: sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin@2.1.0':
- resolution: {integrity: sha512-cBBowKP2u/+uE5CzgH5w8pE9VKqcM7BXdIDPIbGt2rmLJGnA6MJPr9vYGaqgMoJFs7R/FzsMQerMvvEP40g2uw==}
+ '@stylistic/eslint-plugin@2.6.1':
+ resolution: {integrity: sha512-UT0f4t+3sQ/GKW7875NiIIjZJ1Bh4gd7JNfoIkwIQyWqO7wGd0Pqzu0Ho30Ka8MNF5lm++SkVeqAk26vGxoUpg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -2378,7 +2379,7 @@ packages:
engines: {node: '>=14'}
peerDependencies:
'@vue/compiler-sfc': '>= 3'
- vue: 3.4.31
+ vue: 3.4.34
peerDependenciesMeta:
'@vue/compiler-sfc':
optional: true
@@ -2405,8 +2406,8 @@ packages:
'@types/eslint-scope@3.7.6':
resolution: {integrity: sha512-zfM4ipmxVKWdxtDaJ3MP3pBurDXOCoyjvlpE3u6Qzrmw4BPbfm4/ambIeTk/r/J0iq/+2/xp0Fmt+gFvXJY2PQ==}
- '@types/eslint@8.56.10':
- resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==}
+ '@types/eslint@9.6.0':
+ resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==}
'@types/eslint__js@8.42.3':
resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==}
@@ -2417,8 +2418,8 @@ packages:
'@types/file-loader@5.0.4':
resolution: {integrity: sha512-aB4X92oi5D2nIGI8/kolnJ47btRM2MQjQS4eJgA/VnCD12x0+kP5v7b5beVQWKHLOcquwUXvv6aMt8PmMy9uug==}
- '@types/google.maps@3.55.9':
- resolution: {integrity: sha512-phaOMtezbT3NaXPKiI3m0OosUS7Nly0auw3Be5s/CgMWLVoDAUP1Yb/Ld0TRoRp8ibrlT4VqM5kmzfvUA0UNLQ==}
+ '@types/google.maps@3.55.11':
+ resolution: {integrity: sha512-F3VuPtjKj4UGuyym75pqmgPBOHbT/i7I6/D+4DdtSzbeu2aWZG1ENwpbZOd46uO+PSAz9flJEhxxi+b4MVb4gQ==}
'@types/hash-sum@1.0.2':
resolution: {integrity: sha512-UP28RddqY8xcU0SCEp9YKutQICXpaAq9N8U2klqF5hegGha7KzTOL8EdhIIV3bOSGBzjEpN9bU/d+nNZBdJYVw==}
@@ -2459,8 +2460,8 @@ packages:
'@types/node-sass@4.11.6':
resolution: {integrity: sha512-Qkf5Fs9zzsXchenUY7oVdIHyv8FtPgqIXqOJzhh3FDqpYjqvc/gtZ3hlZVFmKQhl7wyI4+WkRbYufYC5pfY7iw==}
- '@types/node@20.14.9':
- resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
+ '@types/node@20.14.14':
+ resolution: {integrity: sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2477,8 +2478,8 @@ packages:
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
- '@types/sass-loader@8.0.8':
- resolution: {integrity: sha512-hjP8aUyTDde2blD6clAGso/+ctC+9Rch/mDpvMe/kZrpXGZBDqf1K/48jWzXOX7hbd4jXQKQMPWdbBv4MRp0yQ==}
+ '@types/sass-loader@8.0.9':
+ resolution: {integrity: sha512-OAzsrLMYVMprsR5Je2eIGqwsJ6FulUG5fHkzPemv5ejhyX05lpqNw5tbvdJqZi31RFELVeoR9yij17Xu6Qk1xA==}
'@types/semver@7.5.8':
resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
@@ -2528,47 +2529,54 @@ packages:
'@types/youtube@0.0.50':
resolution: {integrity: sha512-d4GpH4uPYp9W07kc487tiq6V/EUHl18vZWFMbQoe4Sk9LXEWzFi/BMf9x7TI4m7/j7gU3KeX8H6M8aPBgykeLw==}
- '@typescript-eslint/eslint-plugin@7.9.0':
- resolution: {integrity: sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/eslint-plugin@8.0.0':
+ resolution: {integrity: sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^7.0.0
- eslint: ^8.56.0
+ '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/parser@7.9.0':
- resolution: {integrity: sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/parser@8.0.0':
+ resolution: {integrity: sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.56.0
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.9.0':
- resolution: {integrity: sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==}
+ '@typescript-eslint/scope-manager@7.17.0':
+ resolution: {integrity: sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.9.0':
- resolution: {integrity: sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/scope-manager@8.0.0':
+ resolution: {integrity: sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/type-utils@8.0.0':
+ resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.56.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/types@7.9.0':
- resolution: {integrity: sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==}
+ '@typescript-eslint/types@7.17.0':
+ resolution: {integrity: sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/typescript-estree@7.9.0':
- resolution: {integrity: sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==}
+ '@typescript-eslint/types@8.0.0':
+ resolution: {integrity: sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/typescript-estree@7.17.0':
+ resolution: {integrity: sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -2576,216 +2584,235 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.9.0':
- resolution: {integrity: sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==}
+ '@typescript-eslint/typescript-estree@8.0.0':
+ resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ '@typescript-eslint/utils@7.17.0':
+ resolution: {integrity: sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@7.9.0':
- resolution: {integrity: sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==}
+ '@typescript-eslint/utils@8.0.0':
+ resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+
+ '@typescript-eslint/visitor-keys@7.17.0':
+ resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==}
engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/visitor-keys@8.0.0':
+ resolution: {integrity: sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript/vfs@1.5.0':
resolution: {integrity: sha512-AJS307bPgbsZZ9ggCT3wwpg3VbTKMFNHfaY/uF0ahSkYYrPF2dSSKDNIDIQAHm9qJqbLvCsSJH7yN4Vs/CsMMg==}
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@unhead/dom@1.9.15':
- resolution: {integrity: sha512-4sdP/2Unt4zFRO8pBZVXvebidGmrLEvnDU6ZpasZfInjiiuuaQOVTJaiKnEnug3cmW2YjglPG2d1c2xAsHr3NQ==}
+ '@unhead/dom@1.9.16':
+ resolution: {integrity: sha512-aZIAnnc89Csi1vV4mtlHYI765B7m1yuaXUuQiYHwr6glE9FLyy2X87CzEci4yPH/YbkKm0bGQRfcxXq6Eq0W7g==}
- '@unhead/schema@1.9.15':
- resolution: {integrity: sha512-9ADZuXOH+tOKHIjXsgg+SPINnh/YJEBMCjpg+8VLGgE2r5med3jAnOU8g7ALfuVEBRBrbFgs1qVKoKm1NkTXJQ==}
+ '@unhead/schema@1.9.16':
+ resolution: {integrity: sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==}
- '@unhead/shared@1.9.15':
- resolution: {integrity: sha512-+U5r04eRtCNcniWjzNPRtwVuF9rW/6EXxhGvuohJBDaIE57J6BHWo5cEp7Pqts7DlTFs7LiDtH8ONNDv4QqRaw==}
+ '@unhead/shared@1.9.16':
+ resolution: {integrity: sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==}
- '@unhead/ssr@1.9.15':
- resolution: {integrity: sha512-gqRQQkT1jzZKf9nF7r1exBtWbBi5QjGi7wa0y7cHPJ6aTPOyLVTeb9OvfC0MAP94JXgsZrgyQt8q8uD6N1tfTw==}
+ '@unhead/ssr@1.9.16':
+ resolution: {integrity: sha512-8R1qt4VAemX4Iun/l7DnUBJqmxA/KaUSc2+/hRYPJYOopXdCWkoaxC1K1ROX2vbRF7qmjdU5ik/a27kSPN94gg==}
- '@unhead/vue@1.9.15':
- resolution: {integrity: sha512-h866wYOs6Q6+lc0av4EU0CPTtTvaz9UWwwsiNoulzJa95QyUN/gDPI/NiDuKweHswY+a0SSzEqe9Nhg+LlmHew==}
+ '@unhead/vue@1.9.16':
+ resolution: {integrity: sha512-kpMWWwm8cOwo4gw4An43pz30l2CqNtmJpX5Xsu79rwf6Viq8jHAjk6BGqyKy220M2bpa0Va4fnR532SgGO1YgQ==}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.34
- '@unocss/astro@0.60.4':
- resolution: {integrity: sha512-mfWiEVCUP00gxrMewwPfnTuw+ur5b6uIBRH2tIGkvfI21rLyZw8TIF08w7USz9C/47rvzsixBtCqq7v0g3Tw9w==}
+ '@unocss/astro@0.61.3':
+ resolution: {integrity: sha512-VTgO+nm7PW7/VJt1kf1/4qTqMp4X4CdNG1XjYRGmCTONW+yHhFUEC1NAXt7t2wKEvCYSf5ObmjYowr2qM+GafQ==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
peerDependenciesMeta:
vite:
optional: true
- '@unocss/astro@0.61.2':
- resolution: {integrity: sha512-DqJtG1u3TrhUR7OELlD/kltaWR4qCU8fNiAey8k1l5H/rzfWbgitN0apSENJdDQNi9T+qlbXgP6cikX+DqAgww==}
+ '@unocss/astro@0.61.9':
+ resolution: {integrity: sha512-adOXz4itYHxqhvQgJHlEU58EHDTtY2qrcEPVmQVk4qI1W+ezQV6nQMQvti8mS/HbFw3MOJhIY1MlJoZK36/cyw==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@0.60.4':
- resolution: {integrity: sha512-RFt3BOgtp5ZI+cS6grKKo1DqvUJ/e8iRPwn843u6qSw18guIc4CEVTe5jcDAGuLcL4va9hg2wd4NReUEnMCZ/g==}
+ '@unocss/cli@0.61.3':
+ resolution: {integrity: sha512-yj4whI4PwwK9cZXVrtl10AkZlyl9+569xYX+g89cBxqG2wpnbfBvug/hsvw3DyPG6i2MxKAv3Z78uruKnzCIjw==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/cli@0.61.2':
- resolution: {integrity: sha512-D6PSkKsaEjMh6joxWeLUTt+4g8vKf2M5z6HmKAVb9zPUuQWraumyrkCHZkgFOXy5R8zpC2UXNJQzFs516kUxvw==}
+ '@unocss/cli@0.61.9':
+ resolution: {integrity: sha512-W5pN2cOKAOkeKKXMqsGD/J7dpEAmxODtOH2Afjk41qsjqUlzGlUbmgG9PjAz7TDHrAmvuf3nvmMeeT3fii2UFg==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@0.60.4':
- resolution: {integrity: sha512-ri9P2+YztD5JdPYSLiNjcLf6NgoBbwJDVutP/tQnfYYrE72DQ+j+4vepyxEBa1YaH/X4qsmLJCj+2tI/ufIiog==}
+ '@unocss/config@0.61.3':
+ resolution: {integrity: sha512-ZSSj5ST8XhiKoi2hLtVcyS8YJxn+Ug/WfasQ2wwOArcYfVFzZUoOQKbLo85hFuI7NV5Fh/aQREoVaJQI111jDA==}
engines: {node: '>=14'}
- '@unocss/config@0.61.2':
- resolution: {integrity: sha512-QUwzQTvXPkgrX5aZnt5QVPriTJO0HRvN66GqsWaVN0wE4kKHzHdfCNxsRPONGl6tXK6gV4ytWGI1MALOml4Kmw==}
+ '@unocss/config@0.61.9':
+ resolution: {integrity: sha512-ATvZEFMQiW3/oUaaplVMBYuagEELtnLbHSYH4pUGbJ5MALAfV98mZRyk4FkKkYoMYqWLGdCylzpgMPFDOuFQlQ==}
engines: {node: '>=14'}
- '@unocss/core@0.60.4':
- resolution: {integrity: sha512-6tz8KTzC30oB0YikwRQoIpJ6Y6Dg+ZiK3NfCIsH+UX11bh2J2M53as2EL/5VQCqtiUn3YP0ZEzR2d1AWX78RCA==}
+ '@unocss/core@0.61.3':
+ resolution: {integrity: sha512-9vixY1i5E0DQFtHJz/pHyFlFsiXJgL1bKHuocbl+GUi09lY/gE9TRm2qr2JOJx/BF720tMv9VxYI8Zq3EyPOXA==}
- '@unocss/core@0.61.2':
- resolution: {integrity: sha512-CbETiw3vPs9xlKumBhwjSA3I7fkQjx/nTEN2UjFZSxBrlh+7MrTOCKwbEdGB7AjM3Ef6vO30sredq4t1usWoNA==}
+ '@unocss/core@0.61.9':
+ resolution: {integrity: sha512-2W1YZQIWXcueGdbXU/ZCqn/8yQhWk8e8kAHFkVlbc9rictkd2UmPB9nIZ8Ii1tMwt6F0TT6vfHbLJEGCV08o2g==}
- '@unocss/extractor-arbitrary-variants@0.60.4':
- resolution: {integrity: sha512-USuFGs5CLft9q7IGNdAEp1oliuUns+W7OO0Tx5qtx/oBh6pU/L93lcNNsuuGNrMU8BCmF3atx1/PEmGymgJ7VA==}
+ '@unocss/extractor-arbitrary-variants@0.61.3':
+ resolution: {integrity: sha512-8yFAavi4PXTZTyJqsSQJuZNdaERMyLP4Gs4IzBDt8zjmUrXmYfgV+bKif2eE52QKvtb5/Jsij3fgfMsJouln7A==}
- '@unocss/extractor-arbitrary-variants@0.61.2':
- resolution: {integrity: sha512-M2cvrhd8qiiULCxtfcOyG1dcPV0J143n8ECYD4KzVSCuCTU2zRS2EXa9LQrilagpXXFyy12/6+K7uBduvGQ06A==}
+ '@unocss/extractor-arbitrary-variants@0.61.9':
+ resolution: {integrity: sha512-ii42/hKbhgeBBOy86729t6/HeGmxUcHM8FprPeb/v/DfYsCkjDvMYVynX3FN/K5pR2WV+HHp6TQS7GbTmRIN0g==}
- '@unocss/inspector@0.60.4':
- resolution: {integrity: sha512-PcnrEQ2H7osZho4Nh0+84O4IXzlkF7pvTUe/7FTJYF1HQGWHB/PfOSoyKn7/sF5sED8hMK9RlSJ9YGUH9ioY+g==}
+ '@unocss/inspector@0.61.3':
+ resolution: {integrity: sha512-F2WfVYdzM+CnocVSptBh945G85+RcxGd0KDm6q+Ctjs5NrHtT0TzX83USMLSjfFzTz/j+Q/kR1WOJWjKynVTXQ==}
- '@unocss/inspector@0.61.2':
- resolution: {integrity: sha512-SvIwHp3xaY1UWzzwCibFNdTm7G9Lw3U40NimO12+IIKVo2gyApNhVE5RBBGifAqGnnt7zDbsSU7TOOD5ZLdjYg==}
+ '@unocss/inspector@0.61.9':
+ resolution: {integrity: sha512-kUcQ/h8/yAfkqL2eCGVFyB0IGSPdR0dx2HH4V+mdSMfd8yKFR/BQys3mBvqZwSZu5a0+iisFHHq9wr+/I5DtHQ==}
- '@unocss/nuxt@0.60.4':
- resolution: {integrity: sha512-2lv7tsVlAnGMqqImfZPLm05dtDo3Og0VDrHOAwFwL4XiVaTLXEXQfAf/bOBDRy4qpJ2nFDj9eltuoQYWto1jmA==}
+ '@unocss/nuxt@0.61.3':
+ resolution: {integrity: sha512-llyzCq35c27p6pcLtVEV2l+6ea7G5WZIuEh5Yob+NUWUUdp0RDGQXYwTLge8zTaCF5oFZFOEJbJegXJGox3w0Q==}
- '@unocss/postcss@0.60.4':
- resolution: {integrity: sha512-mHha4BoOpCWRRL5EFJqsj+BiYxOBPXUZDFbSWmA8oAMBwcA/yqtnaRF2tqI9CK+CDfhmtbYF64KdTLh9pf6BvQ==}
+ '@unocss/postcss@0.61.3':
+ resolution: {integrity: sha512-i76kuYbrvqkVhdfD37mnVqiBJiq9azGzbKZHFIjFWApOxFLak1OTHX5TIwxPspFm8u7U7kmU03JCnqyxWIE0wQ==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/postcss@0.61.2':
- resolution: {integrity: sha512-cNK0ZZC4AzKTbybNjUjGQ8iNZYSAP4Efa6sghBUqTE4dNuOalqOAquHH0jFeKo1sC3DuYfkcQfVixwZs2Fb6aA==}
+ '@unocss/postcss@0.61.9':
+ resolution: {integrity: sha512-HuFE/TUH6tt5f/AwiKNhQ/FO/lvFeW0JHPkx9SCURcKKoD3rpJUbhTqVv7c0zlCVQnRFX0hxpimoetp5Dh8qdA==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@0.60.4':
- resolution: {integrity: sha512-J2GWUC0bcmZSXlBGLYUXwWQos/dNzKbq2CKweWVBAmAH9XyfM0mA5CTNBRv05PN1g6C/0z5st7ntUjV6KHJuTg==}
+ '@unocss/preset-attributify@0.61.3':
+ resolution: {integrity: sha512-TSgje5WDfoicTOoh/Od6qlizkZd68vXTdtT7jYEvjCm2mV7EgDJpX+sj2eVv0rPuaARtIqs1b4yG7w3HA6BBnQ==}
- '@unocss/preset-attributify@0.61.2':
- resolution: {integrity: sha512-3lGx0jbnfGgm+g+VO15L6pGMbISv4f2H5GgqQlYmoSJkWbQPuH9dw6RqSof9P18FZIclpX7IKZyKz9jyDWjC4g==}
+ '@unocss/preset-attributify@0.61.9':
+ resolution: {integrity: sha512-AHlEF7PiIBz1jHZZ62+AZ1u5ITrPNL/mgN8XyKwocoAr9HH8aQ3xzUgIuEX6vfV4a8rTdawffY99BQ12msePWQ==}
- '@unocss/preset-icons@0.60.4':
- resolution: {integrity: sha512-UN/dj+nhI3+S06YxCZQPLw3GZy780iaE71dysyhDMdh+Qq2KFVs3d94mr1427fjz/3Y8ZyXkgqyhCFr7UT0bMQ==}
+ '@unocss/preset-icons@0.61.3':
+ resolution: {integrity: sha512-XNti2mgfbRCClzKxy7eMPukgk/mepyGGJNqtONnZmOkzkyhx6KQ2/luhMYnz5xONMG/aseoXMc4Zc1VzOqePRA==}
- '@unocss/preset-icons@0.61.2':
- resolution: {integrity: sha512-ho6dJ/lXHhnkOuBAhjKtHn8Ldoyzc7SoYt8RRaa6HdTIQpjj/N2vOUDMEHF/jA9uPAfJ1jwn0O2HqZfnSQFnGA==}
+ '@unocss/preset-icons@0.61.9':
+ resolution: {integrity: sha512-5XZO511ksu3EVwpV2nIZKa5NzyJAb+JARKaUpQIXssHUVdRKk5nJYr1XtrpBDLgB6VEf/1skViLEa1bpOUI5Wg==}
- '@unocss/preset-mini@0.60.4':
- resolution: {integrity: sha512-ZiHbP69vkyz0xmhqzC4B4PegwV+LPlZOBT7cRhsh0P8oPOQKYOyDRy4rAl+sJBJeIrggn1r1LgN+Z0Xvd8Ytcw==}
+ '@unocss/preset-mini@0.61.3':
+ resolution: {integrity: sha512-QY9P7jcLePkmCGQSqX+ha4Rh2YhY9b9P8gtLFnjzqcdmSxvDFkT7Kf5Un/u/jwV+zCz/5t4F88vWLzBM6js6yQ==}
- '@unocss/preset-mini@0.61.2':
- resolution: {integrity: sha512-69NJhqe77C8jeRyweIqeNWP83wNzio3dOPliCF1FOHkVU1vw9NQaHMAOBe5/eGLgR9YcegQCLSJkcx0k25B5qw==}
+ '@unocss/preset-mini@0.61.9':
+ resolution: {integrity: sha512-qhagWfdM7ytRWf4wFfrAcdeCUCVD9wDVrM+9evAmuOnMXWEiVZCjfwhjjFu+8lM7g+38n+gi7VcrNuTiZ8fHBA==}
- '@unocss/preset-tagify@0.60.4':
- resolution: {integrity: sha512-GxL/W3qkdWWDqXi43qyLbp/BpEj7gMw99KqkO7bmbVi3BVlFggreTFwmQu89pB6iatxGjxnAsc+TsQZqxKftZA==}
+ '@unocss/preset-tagify@0.61.3':
+ resolution: {integrity: sha512-ir+gZJ20hZKapsrxWRTjFjyVJmmUcnkvhk1AiMgoG62MP6GzBQgbkAiy2TzJIEU0zQb8pYhtZ5KePtno+1vcaQ==}
- '@unocss/preset-tagify@0.61.2':
- resolution: {integrity: sha512-jex7wLD4m1S3YvEa5rGjkoo3oAlLAdi8hfkGNaYV+POvN4jin8eMSbrcVvL1PnO8mHzNRJNxRnCayT3dtRbVEA==}
+ '@unocss/preset-tagify@0.61.9':
+ resolution: {integrity: sha512-E+54+uSe+btOnQDlh8XjDUXhwxJd6/TL/8Rdl+7Pg6m+JNXudEt7xOd81L/KlDPD2tYYH9g/dQUaDN5aJyfRPQ==}
- '@unocss/preset-typography@0.60.4':
- resolution: {integrity: sha512-6j8ySZYEAwMBy9a3Lw3EEfRlcAClti4zvaV0kBtkP4BDZCwlgX2eE1pmw2mTUy+E1yVlXm3NnRzKfDudQUzraA==}
+ '@unocss/preset-typography@0.61.3':
+ resolution: {integrity: sha512-0b1JSk5/oi4DT86dO2sdscZlih4fVo//U6bh1cROAfLlYJsHlAEZau8IxLADcgBAYwCGtY94npfp6y60R37T/A==}
- '@unocss/preset-typography@0.61.2':
- resolution: {integrity: sha512-Sc4bfkMW1WltQ0Gm1sMGr+Ycb6+vaJVaYbWIAlsjQeHZJN5QhekSM6P9mj5aW5RBQa0zuSRcebwotoqkTq784w==}
+ '@unocss/preset-typography@0.61.9':
+ resolution: {integrity: sha512-ZDoRViHtzI1Ny0sZyjajeCGEdFQCBn5CeIYgxO/KCpN107KTGLnYfoabv0gHtj/qaeAh30obeOMxZaIuxYoW3Q==}
- '@unocss/preset-uno@0.60.4':
- resolution: {integrity: sha512-AN8ZTtiKSaZNGKZZIqt/JAhMzSY2hHLwhGEOFDrXgjWFr85UlwZzODMDoT58PrU04VlbhN8+0N4lHfLmZCKpiQ==}
+ '@unocss/preset-uno@0.61.3':
+ resolution: {integrity: sha512-ULP0hLBTNJuB0iQqaYaJZYbC4jwQYy0C6H7un3o4R+KsqIuyDanme2VsY51U5mN/pp7K6QJK6qE8EHVvtjCLHQ==}
- '@unocss/preset-uno@0.61.2':
- resolution: {integrity: sha512-iS/CEB7fiyrP/kIaP5whgaa5JpQLuknk26Uy4d8Ea4Q/nHuBtUlhfzTBJstXBW9kMTcLfO1O6QY+JI4M3CQzpg==}
+ '@unocss/preset-uno@0.61.9':
+ resolution: {integrity: sha512-N4R/BCMphrHvAMZ+qgR/FPoh724uXDuZ/1DEGuirUQJMg7makqrI6czL+P99q1bP8nWzxWEXiRXnKKLiyD9pJw==}
- '@unocss/preset-web-fonts@0.60.4':
- resolution: {integrity: sha512-COfxOQcREFgpsm6nw234pxrr1EV1zWUVYXBZjlH+vk7x8EhaS5BPAXqN6SneIVTTDvEE9U4opAaoEYz5A3XWaQ==}
+ '@unocss/preset-web-fonts@0.61.3':
+ resolution: {integrity: sha512-uBQKjIY+vUWCEqcgjEzdxok8svOmNNHDk1r+qh/Y5VLPWvPdA+Bb5iIwrxib3zzQvkT+au/utCeTGKGgIVhcXA==}
- '@unocss/preset-web-fonts@0.61.2':
- resolution: {integrity: sha512-Q6uyvCIbPzxCmBK2DU3so2NuX4t+oA+btOgG18c8x6zRYUuMtkaG9qEZHqzzSUhtCYOszEZfOSGixyNWvXqMHA==}
+ '@unocss/preset-web-fonts@0.61.9':
+ resolution: {integrity: sha512-fjQv74+FiAvGJM5vSLkD15Taku0cbi5F7qAr5T85EIQOpUB1fiH2kPoXIOT1WS2lKbQZh6pNGBxLrbBRgnVPew==}
- '@unocss/preset-wind@0.60.4':
- resolution: {integrity: sha512-dT/U+RkbL21lDTOP7/mlFZxlBbUAefUzQZINC0BX7vTKvO57G4HxRq62u9xvMGFv38lQ+qXXzKhABVsEPDNpUA==}
+ '@unocss/preset-wind@0.61.3':
+ resolution: {integrity: sha512-THdTNAYEtvLz/jhHNgkpLFxC+LNn4W2VqDmpmK/fVMgSlhOYJ8IoQlt8nwgBRbNkEksvgItq8gL/t5+2sHGHhA==}
- '@unocss/preset-wind@0.61.2':
- resolution: {integrity: sha512-2BpU5RZfsG+TpjQ6UyhUsz8I/fUoTBXhTu1oaPUqUxGT6Swu2Y/FRQul3TUn8NPbtJ//Qm3etNp6S1PZBT0+aw==}
+ '@unocss/preset-wind@0.61.9':
+ resolution: {integrity: sha512-AzbjJrNL9Rb2BzTiREyssd8v7KFVVLERQ/PNILGzo6yYelYMl4AhKXZ3jgxWEsIABArVa3UkGBigG4h/L+2JHA==}
- '@unocss/reset@0.60.4':
- resolution: {integrity: sha512-MEngG4byIHnfb0osvxqU2gBdBkXPPE4z+G9HeEt3JUadWAp2gggm8ojC1/1PoJF5M31loxGEVVrB0FLSKACw3g==}
+ '@unocss/reset@0.61.3':
+ resolution: {integrity: sha512-WegQ6Plmr/H0D9wuKCVjhUMzi/xAn55A0mJgUnKl1pJHTZetRdK29u0bnpVQzynmlh/Lh4YtD+X4r8DVkASgPw==}
- '@unocss/reset@0.61.2':
- resolution: {integrity: sha512-fPRvcoYNAzh+1gL3r2MN+5GgpiH4AatVaPbWZ11VNfTllVUlnCYIyVC7/xk3f6tRlCnXfqGFP8huZ1rzNTviZA==}
+ '@unocss/reset@0.61.9':
+ resolution: {integrity: sha512-A1KtJiFgLM0N3FqJ9r5M3mVULcwsn+14tq5WkvSPF9ik3zQeJh8/NhxKdJImWClwBOzn795NQFXXFB70Ja+2RA==}
- '@unocss/rule-utils@0.60.4':
- resolution: {integrity: sha512-7qUN33NM4T/IwWavm9VIOCZ2+4hLBc0YUGxcMNTDZSFQRQLkWe3N5dOlgwKXtMyMKatZfbIRUKVDUgvEefoCTA==}
+ '@unocss/rule-utils@0.61.3':
+ resolution: {integrity: sha512-XwzXE6YUAEc1+4TvJruZfntIM7eo+HdQDMlMI289w9YLLAXw973fp00E9U1dR16JRt1BWzlCnnY1RHAqSiXCVw==}
engines: {node: '>=14'}
- '@unocss/rule-utils@0.61.2':
- resolution: {integrity: sha512-E0FbNzIk8TkVUF+kZGscDEmfYHps8/9qjvwJK6BjbbnxTaBPoSY9DQjsGWcCiD9pUKJt2tquNwADPiYzzkiKtA==}
+ '@unocss/rule-utils@0.61.9':
+ resolution: {integrity: sha512-54Hw0nF+3ga70ETo3kes4He62wdsB4dHMgEiD/DEmJzyVY3ZuG/sIVAgkxjMQDo5w4SSYU/Ys1QaY+IQmeJHFQ==}
engines: {node: '>=14'}
- '@unocss/scope@0.60.4':
- resolution: {integrity: sha512-AOu/qvi4agy0XfGF3QEBbuxVHkVZHpmU0NMBYuxa0B869YZENT87sTM6DVwtvr75CZvACWxv/hcL3lR68uKBjw==}
+ '@unocss/scope@0.61.3':
+ resolution: {integrity: sha512-yElJs2uUiBHyTHKLqWZRK5zvY+7XIqoFXc1Fkv+fxiGy1+4u+zLGoGA66bUWwbjDFLiFgEqwUBJ2+SzDC4Q0Ig==}
- '@unocss/scope@0.61.2':
- resolution: {integrity: sha512-AmwBceZ10Kcg0lNlxPmP1c2iTo4W4vS05OJ8v9FLrhorFH4NZCK+q7Yx6F4KWfW0ZKmbU7q4Zho/G+tKNmaoZQ==}
+ '@unocss/scope@0.61.9':
+ resolution: {integrity: sha512-a9/vdg7YTFZEnJSaJBh/GqkLokYh3ZjEd3gHUxl/TZDSkGOz3WnkR2h+lgaLZm9MJ7RlSvJxYP8ySezH7jU1Pw==}
- '@unocss/transformer-attributify-jsx-babel@0.60.4':
- resolution: {integrity: sha512-BL4g2gyLpbseu+fOhkAHKNxYcHcn7brQAjXj5k5Yyy6wpwm43lzHYPZtRPrbLVLniqqAN21FzEbtJXCPIHKlHA==}
+ '@unocss/transformer-attributify-jsx-babel@0.61.3':
+ resolution: {integrity: sha512-Ubr2/XhB61C2EqrH0TnbJ9bGREvrORyotdRxpCCAzkBWh3i+J+kPrdGCFUgB+wHFcUPUuOKou+8o0rhWVY7mjw==}
- '@unocss/transformer-attributify-jsx-babel@0.61.2':
- resolution: {integrity: sha512-htz+47C7vSs0IB4Zb1tv0sP1Md01LZRglAZ5GlVLdN5b5WHOik0V62vDzvNiiJmgGxdOCdgTDG7Gc42xHpYELA==}
+ '@unocss/transformer-attributify-jsx-babel@0.61.9':
+ resolution: {integrity: sha512-+fojHVJhA2MVd3VTCjlEKXf8Vnoy4N+lEl0CrYOD+im44sH5CWogm0RWs9rbeemy1uel6NI1wkP4xTfIA4vEgQ==}
- '@unocss/transformer-attributify-jsx@0.60.4':
- resolution: {integrity: sha512-tQwD1T8Juz5F4JHYxTgekCv5olEegAPRZwAgx75pP+X2+PkV670pdXv8zbK0t5q6bvyF53vEVBrgQ9q1xSH9yQ==}
+ '@unocss/transformer-attributify-jsx@0.61.3':
+ resolution: {integrity: sha512-KK4pi7xsxjRKk/RSFxkdl1JODsefD1YMaqgs6HM2KCdXctqUXd6RYQez7IfQwxnAeZupgatwoFe2CZd0Bbhq2g==}
- '@unocss/transformer-attributify-jsx@0.61.2':
- resolution: {integrity: sha512-ASg/h/v60/AOGJttYVKLYpguONgggMGyq40121+wMAA2i31Jz/S37FtP9d4UQUPNVZzZK5RFGh5axzZ6oyeS0g==}
+ '@unocss/transformer-attributify-jsx@0.61.9':
+ resolution: {integrity: sha512-tKZpZ64Lr6/CX96PhDtKEsqWDo1qjtswEulzIDLxpS90SMyann3azTs6mSuOwGbkbwc4gaJe6H38eCNos0ZqHg==}
- '@unocss/transformer-compile-class@0.60.4':
- resolution: {integrity: sha512-zIqKQ7javiCb9Q3fbMvx1QVln8OqvAzWwgCVHsPINzDrDi73KXa3eeCU6GNlsd46tzy0Y9ryRIvW73YS+9Oj1w==}
+ '@unocss/transformer-compile-class@0.61.3':
+ resolution: {integrity: sha512-qHxJtRo+yjC0d+IIoNrOxnO8j5bdw7R4XDpR8+MKpGZgVQRmEGwl7Ej0PUGTudVknYGUdPmDTZGr693bzhwzQg==}
- '@unocss/transformer-compile-class@0.61.2':
- resolution: {integrity: sha512-CwNoJDoYjPiXv+wMSZ+0XtO3Y1UvOoAqoa8CcaUOfQyGL64ma+EKkVtO5heXBrOA44WGiXiNTes7ZEBDneIkTg==}
+ '@unocss/transformer-compile-class@0.61.9':
+ resolution: {integrity: sha512-jezMpssFJGIaZNE/rw5U+9Rk1RoDrZqXZokRkqt4tamEn1SiXjRMPWoE/hLg5Kw4oybxwCXTuAk2OsD+kTb7iA==}
- '@unocss/transformer-directives@0.60.4':
- resolution: {integrity: sha512-u3fQI8RszMhUevhJICtQ/bNpAfbh8MEXQf7YNnzUvLvbXGkkoieyU5mj0ray6fbToqxfxVceQtXYcFYIuf4aNg==}
+ '@unocss/transformer-directives@0.61.3':
+ resolution: {integrity: sha512-FNJCOlXwi62tVXr4B8lDkHGxOIhNJw2qQpM5jeohLT7xpGPOmVvscWaWI0h6fjSREFwnnbRNif4YPLe/rB6PsA==}
- '@unocss/transformer-directives@0.61.2':
- resolution: {integrity: sha512-ba7nIrNfGXbfvajmmgTBelMlZ24n+Xcf3v4MRbCZW+Him6lWjmRYuh5XzqauOqOj/J60EJQmbE+QauJPhZAqBA==}
+ '@unocss/transformer-directives@0.61.9':
+ resolution: {integrity: sha512-e4uIbHYdAYJSVpvxOv6kAsyI18X3gHkBsmBYWcUlPLVv+8tYo4eZtc0rn6ZvpiLzkFywG9e9cmpqVQwOR6pBVg==}
- '@unocss/transformer-variant-group@0.60.4':
- resolution: {integrity: sha512-R4d16G7s3fDXj9prUNFnJi8cZvH8/XZsqiKDzCBjXNKrbf9zp7YnWD2VaMFjUISgW5kSQjQNSWK84soVNWq3UQ==}
+ '@unocss/transformer-variant-group@0.61.3':
+ resolution: {integrity: sha512-F7v05kfVDhIJ4lu3fjgkwV2GWoeJX4aszER8iqhwWz+0jVUaJRYAxzsVqE299uJ0ut07d+Di+JB7M4ZBRoH3qw==}
- '@unocss/transformer-variant-group@0.61.2':
- resolution: {integrity: sha512-i5XYZeza2avt8RU+dQr92BZ9Bsrru/cMiLol+JLLLs2yEjx812cWsTcsbkM1ybd5DqcrKsf/emrxO8j5vid87Q==}
+ '@unocss/transformer-variant-group@0.61.9':
+ resolution: {integrity: sha512-iewADYlY0LoeCb80E/4feHVSCKHl+QzGH4xUvW0zU85evMqNOa0/t0dCIoEG22wr/9piyEsg6OdHprZ2QliYqg==}
- '@unocss/vite@0.60.4':
- resolution: {integrity: sha512-af9hhtW11geF56cotKUE16Fr+FirTdV/Al/usjKJ6P5hnCEQnqSHXQDFXL5Y6vXwcvLDmOhHYNrVR8duKgC8Mw==}
+ '@unocss/vite@0.61.3':
+ resolution: {integrity: sha512-Z2kq/hSv1RC3PYAaoXOGB0PEWXCVsgYtdnuFXR/8Tp0Yj2Wdeq906/s411/sqMUvXIaIhm2O9WaDfe0ISoV0sg==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
- '@unocss/vite@0.61.2':
- resolution: {integrity: sha512-m6QhKcy42vQnqoFCp9E2uClUDceHoKwaw3gUZ1v+6+9lYZ3E78eY7zdf2xd0UACtCbUuNxOUc9WPd1uQGSH3Hw==}
+ '@unocss/vite@0.61.9':
+ resolution: {integrity: sha512-hP/sL9rq1DvVCbSSx05m+bwYqen1nHm9tW6elKFkfV7X5jBUywu24WRq551NZI33KmgHA525ApX++DSWye+0uw==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
- '@unocss/webpack@0.60.4':
- resolution: {integrity: sha512-TcPuiAZZO+a+xiahrCm7eEHlP8o667n+CWv+kpz4bidY5V8Xyxs1MjzJAPVOk8Kwz86HvQZyf2CG+3powNTwKA==}
+ '@unocss/webpack@0.61.3':
+ resolution: {integrity: sha512-NNN5cmKf1qNtoiQgjBajMebKu6I9gfkcSAwoSLG5Cc8p9bL8K3D2oZgQeoX2CoeLKkGMPRyrwmR7/HIrPY2YdA==}
peerDependencies:
webpack: ^4 || ^5
@@ -2803,59 +2830,68 @@ packages:
resolution: {integrity: sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
- vite: 5.3.3
- vue: 3.4.31
+ vite: 5.3.5
+ vue: 3.4.34
- '@vitejs/plugin-vue@5.0.5':
- resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
+ '@vitejs/plugin-vue@5.1.2':
+ resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
- vite: 5.3.3
- vue: 3.4.31
+ vite: 5.3.5
+ vue: 3.4.34
- '@vitest/coverage-v8@1.6.0':
- resolution: {integrity: sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==}
+ '@vitest/coverage-v8@2.0.5':
+ resolution: {integrity: sha512-qeFcySCg5FLO2bHHSa0tAZAOnAUbp4L6/A5JDuj9+bt53JREl8hpLjLHEWF0e/gWc8INVpJaqA7+Ene2rclpZg==}
peerDependencies:
- vitest: 1.6.0
+ vitest: 2.0.5
'@vitest/expect@1.6.0':
resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==}
+ '@vitest/expect@2.0.5':
+ resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==}
+
+ '@vitest/pretty-format@2.0.5':
+ resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==}
+
'@vitest/runner@1.6.0':
resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==}
+ '@vitest/runner@2.0.5':
+ resolution: {integrity: sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig==}
+
'@vitest/snapshot@1.6.0':
resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==}
+ '@vitest/snapshot@2.0.5':
+ resolution: {integrity: sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew==}
+
'@vitest/spy@1.6.0':
resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==}
+ '@vitest/spy@2.0.5':
+ resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==}
+
'@vitest/utils@1.6.0':
resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==}
- '@volar/language-core@2.3.4':
- resolution: {integrity: sha512-wXBhY11qG6pCDAqDnbBRFIDSIwbqkWI7no+lj5+L7IlA7HRIjRP7YQLGzT0LF4lS6eHkMSsclXqy9DwYJasZTQ==}
+ '@vitest/utils@2.0.5':
+ resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==}
- '@volar/language-core@2.4.0-alpha.15':
- resolution: {integrity: sha512-mt8z4Fm2WxfQYoQHPcKVjLQV6PgPqyKLbkCVY2cr5RSaamqCHjhKEpsFX66aL4D/7oYguuaUw9Bx03Vt0TpIIA==}
+ '@volar/language-core@2.4.0-alpha.18':
+ resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==}
- '@volar/source-map@2.3.4':
- resolution: {integrity: sha512-C+t63nwcblqLIVTYXaVi/+gC8NukDaDIQI72J3R7aXGvtgaVB16c+J8Iz7/VfOy7kjYv7lf5GhBny6ACw9fTGQ==}
+ '@volar/source-map@2.4.0-alpha.18':
+ resolution: {integrity: sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==}
- '@volar/source-map@2.4.0-alpha.15':
- resolution: {integrity: sha512-8Htngw5TmBY4L3ClDqBGyfLhsB8EmoEXUH1xydyEtEoK0O6NX5ur4Jw8jgvscTlwzizyl/wsN1vn0cQXVbbXYg==}
+ '@volar/typescript@2.4.0-alpha.18':
+ resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==}
- '@volar/typescript@2.3.4':
- resolution: {integrity: sha512-acCvt7dZECyKcvO5geNybmrqOsu9u8n5XP1rfiYsOLYGPxvHRav9BVmEdRyZ3vvY6mNyQ1wLL5Hday4IShe17w==}
-
- '@volar/typescript@2.4.0-alpha.15':
- resolution: {integrity: sha512-U3StRBbDuxV6Woa4hvGS4kz3XcOzrWUKgFdEFN+ba1x3eaYg7+ytau8ul05xgA+UNGLXXsKur7fTUhDFyISk0w==}
-
- '@vue-macros/common@1.10.4':
- resolution: {integrity: sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==}
+ '@vue-macros/common@1.12.2':
+ resolution: {integrity: sha512-+NGfhrPvPNOb3Wg9PNPEXPe0HTXmVe6XJawL1gi3cIjOSGIhpOdvmMT2cRuWb265IpA/PeL5Sqo0+DQnEDxLvw==}
engines: {node: '>=16.14.0'}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.34
peerDependenciesMeta:
vue:
optional: true
@@ -2876,17 +2912,23 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.4.31':
- resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
+ '@vue/compiler-core@3.4.34':
+ resolution: {integrity: sha512-Z0izUf32+wAnQewjHu+pQf1yw00EGOmevl1kE+ljjjMe7oEfpQ+BI3/JNK7yMB4IrUsqLDmPecUrpj3mCP+yJQ==}
- '@vue/compiler-dom@3.4.31':
- resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
+ '@vue/compiler-core@3.4.35':
+ resolution: {integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==}
- '@vue/compiler-sfc@3.4.31':
- resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
+ '@vue/compiler-dom@3.4.34':
+ resolution: {integrity: sha512-3PUOTS1h5cskdOJMExCu2TInXuM0j60DRPpSCJDqOCupCfUZCJoyQmKtRmA8EgDNZ5kcEE7vketamRZfrEuVDw==}
- '@vue/compiler-ssr@3.4.31':
- resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
+ '@vue/compiler-sfc@3.4.34':
+ resolution: {integrity: sha512-x6lm0UrM03jjDXTPZgD9Ad8bIVD1ifWNit2EaWQIZB5CULr46+FbLQ5RpK7AXtDHGjx9rmvC7QRCTjsiGkAwRw==}
+
+ '@vue/compiler-ssr@3.4.34':
+ resolution: {integrity: sha512-8TDBcLaTrFm5rnF+Qm4BlliaopJgqJ28Nsrc80qazynm5aJO+Emu7y0RWw34L8dNnTRdcVBpWzJxhGYzsoVu4g==}
+
+ '@vue/compiler-vue2@2.7.16':
+ resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
'@vue/devtools-api@6.6.3':
resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
@@ -2900,58 +2942,55 @@ packages:
'@vue/devtools-shared@7.3.4':
resolution: {integrity: sha512-5S5cHh7oWLZdboujnLteR3rT8UGfKHfA34aGLyFRB/B5TqBxmeLW1Rq32xW6TCDEy4isoYsYHGwJVp6DQcpiDA==}
- '@vue/language-core@2.0.26':
- resolution: {integrity: sha512-/lt6SfQ3O1yDAhPsnLv9iSUgXd1dMHqUm/t3RctfqjuwQf1LnftZ414X3UBn6aXT4MiwXWtbNJ4Z0NZWwDWgJQ==}
+ '@vue/language-core@2.0.29':
+ resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
peerDependenciesMeta:
typescript:
optional: true
- '@vue/reactivity@3.4.31':
- resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
+ '@vue/reactivity@3.4.34':
+ resolution: {integrity: sha512-ua+Lo+wBRlBEX9TtgPOShE2JwIO7p6BTZ7t1KZVPoaBRfqbC7N3c8Mpzicx173fXxx5VXeU6ykiHo7WgLzJQDA==}
- '@vue/runtime-core@3.4.31':
- resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
+ '@vue/runtime-core@3.4.34':
+ resolution: {integrity: sha512-PXhkiRPwcPGJ1BnyBZFI96GfInCVskd0HPNIAZn7i3YOmLbtbTZpB7/kDTwC1W7IqdGPkTVC63IS7J2nZs4Ebg==}
- '@vue/runtime-dom@3.4.31':
- resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
+ '@vue/runtime-dom@3.4.34':
+ resolution: {integrity: sha512-dXqIe+RqFAK2Euak4UsvbIupalrhc67OuQKpD7HJ3W2fv8jlqvI7szfBCsAEcE8o/wyNpkloxB6J8viuF/E3gw==}
- '@vue/server-renderer@3.4.31':
- resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
+ '@vue/server-renderer@3.4.34':
+ resolution: {integrity: sha512-GeyEUfMVRZMD/mZcNONEqg7MiU10QQ1DB3O/Qr6+8uXpbwdlmVgQ5Qs1/ZUAFX1X2UUtqMoGrDRbxdWfOJFT7Q==}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.34
- '@vue/shared@3.4.31':
- resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
+ '@vue/shared@3.4.34':
+ resolution: {integrity: sha512-x5LmiRLpRsd9KTjAB8MPKf0CDPMcuItjP0gbNqFCIgL1I8iYp4zglhj9w9FPCdIbHG2M91RVeIbArFfFTz9I3A==}
+
+ '@vue/shared@3.4.35':
+ resolution: {integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==}
'@vue/test-utils@2.4.6':
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
- '@vueuse/core@10.10.0':
- resolution: {integrity: sha512-vexJ/YXYs2S42B783rI95lMt3GzEwkxzC8Hb0Ndpd8rD+p+Lk/Za4bd797Ym7yq4jXqdSyj3JLChunF/vyYjUw==}
+ '@vueuse/core@10.11.0':
+ resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==}
- '@vueuse/core@10.10.1':
- resolution: {integrity: sha512-8Vr8wxILdK+qfBjbngav8LVI+6UuM2TQCufRKMPz/GrpLHQ6dbY6kL5PLa9Eobq8JRrMaDyArPX9Jj18fMTPew==}
-
- '@vueuse/core@10.9.0':
- resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==}
-
- '@vueuse/integrations@10.9.0':
- resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==}
+ '@vueuse/integrations@10.11.0':
+ resolution: {integrity: sha512-Pp6MtWEIr+NDOccWd8j59Kpjy5YDXogXI61Kb1JxvSfVBO8NzFQkmrKmSZz47i+ZqHnIzxaT38L358yDHTncZg==}
peerDependencies:
- async-validator: '*'
- axios: '*'
- change-case: '*'
- drauu: '*'
- focus-trap: '*'
- fuse.js: '*'
- idb-keyval: '*'
- jwt-decode: '*'
- nprogress: '*'
- qrcode: '*'
- sortablejs: '*'
- universal-cookie: '*'
+ async-validator: ^4
+ axios: ^1
+ change-case: ^4
+ drauu: ^0.3
+ focus-trap: ^7
+ fuse.js: ^6
+ idb-keyval: ^6
+ jwt-decode: ^3
+ nprogress: ^0.2
+ qrcode: ^1.5
+ sortablejs: ^1
+ universal-cookie: ^6
peerDependenciesMeta:
async-validator:
optional: true
@@ -2978,28 +3017,16 @@ packages:
universal-cookie:
optional: true
- '@vueuse/metadata@10.10.0':
- resolution: {integrity: sha512-UNAo2sTCAW5ge6OErPEHb5z7NEAg3XcO9Cj7OK45aZXfLLH1QkexDcZD77HBi5zvEiLOm1An+p/4b5K3Worpug==}
+ '@vueuse/metadata@10.11.0':
+ resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==}
- '@vueuse/metadata@10.10.1':
- resolution: {integrity: sha512-dpEL5afVLUqbchwGiLrV6spkl4/6UOKJ3YgxFE+wWLj/LakyIZUC83bfeFgbHkRcNhsAqTQCGR74jImsLfK8pg==}
-
- '@vueuse/metadata@10.9.0':
- resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==}
-
- '@vueuse/nuxt@10.10.0':
- resolution: {integrity: sha512-l8uFNuFASmcjPEaKAbigUrQZDtVQ9wRTfbuIBEpr3oAGnYtXGwBoQqYGnZopUR1Kdh8qiurpKuwvzVQnrzDjyw==}
+ '@vueuse/nuxt@10.11.0':
+ resolution: {integrity: sha512-PV15CU28qzr/+4IleyahobwU9kfTwfbsl8f+wkv6TWjboFVdt4WLMP2TNfPj7QgssyDdCRdl3gLZ4DC884wnDw==}
peerDependencies:
nuxt: workspace:*
- '@vueuse/shared@10.10.0':
- resolution: {integrity: sha512-2aW33Ac0Uk0U+9yo3Ypg9s5KcR42cuehRWl7vnUHadQyFvCktseyxxEPBi1Eiq4D2yBGACOnqLZpx1eMc7g5Og==}
-
- '@vueuse/shared@10.10.1':
- resolution: {integrity: sha512-edqexI+RQpoeqDxTatqBZa+K87ganbrwpoP++Fd9828U3js5jzwcEDeyrYcUgkKZ5LLL8q7M5SOMvSpMrxBPxg==}
-
- '@vueuse/shared@10.9.0':
- resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==}
+ '@vueuse/shared@10.11.0':
+ resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==}
'@webassemblyjs/ast@1.12.1':
resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==}
@@ -3198,10 +3225,18 @@ packages:
assertion-error@1.1.0:
resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==}
+ assertion-error@2.0.1:
+ resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
+ engines: {node: '>=12'}
+
ast-kit@0.12.2:
resolution: {integrity: sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==}
engines: {node: '>=16.14.0'}
+ ast-kit@1.0.1:
+ resolution: {integrity: sha512-XdXKlmX3YIrGKJS7d324CAbswH+C1klMCIRQ4VRy0+iPxGeP2scVOoYd09/V6uGjGAi/ZuEwBLzT7xBerSKNQg==}
+ engines: {node: '>=16.14.0'}
+
ast-walker-scope@0.6.1:
resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==}
engines: {node: '>=16.14.0'}
@@ -3212,8 +3247,8 @@ packages:
async@3.2.4:
resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==}
- autoprefixer@10.4.19:
- resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
+ autoprefixer@10.4.20:
+ resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
@@ -3273,8 +3308,8 @@ packages:
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
engines: {node: '>=8'}
- browserslist@4.23.1:
- resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==}
+ browserslist@4.23.3:
+ resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -3300,6 +3335,12 @@ packages:
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
engines: {node: '>=18'}
+ bundle-require@5.0.0:
+ resolution: {integrity: sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ peerDependencies:
+ esbuild: '>=0.18'
+
c12@2.0.0-beta.1:
resolution: {integrity: sha512-/m7oUlw0XGeiG4e4xx1s4dqCtTuZiGm79WFbo/n/ppbtEmPKez1xDvaTIfpnHBhuQ7OC78rxCdhMpYkQHLyHnA==}
peerDependencies:
@@ -3330,8 +3371,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001636:
- resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==}
+ caniuse-lite@1.0.30001647:
+ resolution: {integrity: sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==}
case-police@0.6.1:
resolution: {integrity: sha512-tOgkG3HhtzNVHU+HVHqbpVJ3CICPDihtlgoM2C4dx0RLeo6qcNVeBgiYJN5Bln+stxKrnKrw89CFgqYQDqwZQg==}
@@ -3344,6 +3385,10 @@ packages:
resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==}
engines: {node: '>=4'}
+ chai@5.1.1:
+ resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==}
+ engines: {node: '>=12'}
+
chalk@2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
engines: {node: '>=4'}
@@ -3382,6 +3427,10 @@ packages:
check-error@1.0.3:
resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==}
+ check-error@2.1.1:
+ resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
+ engines: {node: '>= 16'}
+
chokidar@3.6.0:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
@@ -3518,8 +3567,8 @@ packages:
convert-source-map@2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
- cookie-es@1.1.0:
- resolution: {integrity: sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw==}
+ cookie-es@1.2.2:
+ resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==}
copy-anything@3.0.5:
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
@@ -3535,7 +3584,7 @@ packages:
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
engines: {node: '>=14'}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
peerDependenciesMeta:
typescript:
optional: true
@@ -3544,7 +3593,7 @@ packages:
resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
engines: {node: '>=14'}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
peerDependenciesMeta:
typescript:
optional: true
@@ -3711,8 +3760,8 @@ packages:
supports-color:
optional: true
- debug@4.3.5:
- resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
+ debug@4.3.6:
+ resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -3727,6 +3776,10 @@ packages:
resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==}
engines: {node: '>=6'}
+ deep-eql@5.0.2:
+ resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
+ engines: {node: '>=6'}
+
deep-equal@2.2.3:
resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==}
engines: {node: '>= 0.4'}
@@ -3878,8 +3931,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.4.806:
- resolution: {integrity: sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==}
+ electron-to-chromium@1.5.4:
+ resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -3933,6 +3986,9 @@ packages:
error-stack-parser@2.1.4:
resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
+ errx@0.1.0:
+ resolution: {integrity: sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==}
+
es-define-property@1.0.0:
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
engines: {node: '>= 0.4'}
@@ -3944,11 +4000,11 @@ packages:
es-get-iterator@1.1.3:
resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==}
- es-module-lexer@1.3.1:
- resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==}
+ es-module-lexer@1.5.4:
+ resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
- esbuild-loader@4.2.0:
- resolution: {integrity: sha512-BhwHchuDknxIa69AqOPeZh2fIFqj2AzZKC1E3RBRvXSuyk5drsqMrwsgYZJufX41yrauLYjDM3KBmruoGl1NWQ==}
+ esbuild-loader@4.2.2:
+ resolution: {integrity: sha512-Mdq/A1L8p37hkibp8jGFwuQTDSWhDmlueAefsrCPRwNWThEOlQmIglV7Gd6GE2mO5bt7ksfxKOMwkuY7jjVTXg==}
peerDependencies:
webpack: ^4.40.0 || ^5.0.0
@@ -3986,23 +4042,23 @@ packages:
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
- eslint-config-flat-gitignore@0.1.5:
- resolution: {integrity: sha512-hEZLwuZjDBGDERA49c2q7vxc8sCGv8EdBp6PQYzGOMcHIgrfG9YOM6s/4jx24zhD+wnK9AI8mgN5RxSss5nClQ==}
+ eslint-config-flat-gitignore@0.1.8:
+ resolution: {integrity: sha512-OEUbS2wzzYtUfshjOqzFo4Bl4lHykXUdM08TCnYNl7ki+niW4Q1R0j0FDFDr0vjVsI5ZFOz5LvluxOP+Ew+dYw==}
- eslint-flat-config-utils@0.2.5:
- resolution: {integrity: sha512-iO+yLZtC/LKgACerkpvsZ6NoRVB2sxT04mOpnNcEM1aTwKy+6TsT46PUvrML4y2uVBS6I67hRCd2JiKAPaL/Uw==}
+ eslint-flat-config-utils@0.3.0:
+ resolution: {integrity: sha512-FaFQLUunAl6YK7aU/pT23DXYVWg/cEHbSfxwAxpCGT6Su8H9RfkmzKLh1G2bba46p6dTlQeA4VTiV5//0SeToQ==}
eslint-import-resolver-node@0.3.9:
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
- eslint-plugin-import-x@0.5.0:
- resolution: {integrity: sha512-C7R8Z4IzxmsoOPMtSzwuOBW5FH6iRlxHR6iTks+MzVlrk3r3TUxokkWTx3ypdj9nGOEP+CG/5e6ebZzHbxgbbQ==}
+ eslint-plugin-import-x@3.1.0:
+ resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==}
engines: {node: '>=16'}
peerDependencies:
eslint: ^8.56.0 || ^9.0.0-0
- eslint-plugin-jsdoc@48.2.5:
- resolution: {integrity: sha512-ZeTfKV474W1N9niWfawpwsXGu+ZoMXu4417eBROX31d7ZuOk8zyG66SO77DpJ2+A9Wa2scw/jRqBPnnQo7VbcQ==}
+ eslint-plugin-jsdoc@48.11.0:
+ resolution: {integrity: sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==}
engines: {node: '>=18'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -4011,13 +4067,14 @@ packages:
resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==}
engines: {node: '>=5.0.0'}
- eslint-plugin-perfectionist@2.11.0:
- resolution: {integrity: sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw==}
+ eslint-plugin-perfectionist@3.1.2:
+ resolution: {integrity: sha512-YeqJBqDzbJdYy9u1Tc9ntVEziMiJ2nZ0dpG2DJCWEYpI0UkGKuiTGVep+5ZgQn8nn2/EeC6RSzfysmKiUesGPQ==}
+ engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
astro-eslint-parser: ^1.0.2
eslint: '>=8.0.0'
svelte: '>=3.0.0'
- svelte-eslint-parser: ^0.37.0
+ svelte-eslint-parser: ^0.40.0
vue-eslint-parser: '>=9.0.0'
peerDependenciesMeta:
astro-eslint-parser:
@@ -4029,20 +4086,20 @@ packages:
vue-eslint-parser:
optional: true
- eslint-plugin-regexp@2.5.0:
- resolution: {integrity: sha512-I7vKcP0o75WS5SHiVNXN+Eshq49sbrweMQIuqSL3AId9AwDe9Dhbfug65vw64LxmOd4v+yf5l5Xt41y9puiq0g==}
+ eslint-plugin-regexp@2.6.0:
+ resolution: {integrity: sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==}
engines: {node: ^18 || >=20}
peerDependencies:
eslint: '>=8.44.0'
- eslint-plugin-unicorn@53.0.0:
- resolution: {integrity: sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==}
+ eslint-plugin-unicorn@55.0.0:
+ resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
engines: {node: '>=18.18'}
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-vue@9.26.0:
- resolution: {integrity: sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==}
+ eslint-plugin-vue@9.27.0:
+ resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -4055,12 +4112,12 @@ packages:
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- eslint-scope@8.0.1:
- resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==}
+ eslint-scope@8.0.2:
+ resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint-typegen@0.2.4:
- resolution: {integrity: sha512-NQAsPiq7U8VT4Xue5JWu3/gP7O5M4M7OhF49Vpx3iuxEq6oyLmdVBFyB1u0QLiby7luGDHLrMl1wfqZClZU6eg==}
+ eslint-typegen@0.3.0:
+ resolution: {integrity: sha512-NXuFC16JBS8H11cD8DJcmSzpv2+MljyDvksSbx4ak5zXebk7SEFMIdk/idYGXgevs0Lz4BClYG7b4MtD0+tFVg==}
peerDependencies:
eslint: ^8.45.0 || ^9.0.0
@@ -4072,8 +4129,8 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.6.0:
- resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
+ eslint@9.8.0:
+ resolution: {integrity: sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
@@ -4085,8 +4142,8 @@ packages:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -4145,8 +4202,8 @@ packages:
externality@1.0.2:
resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
- fake-indexeddb@5.0.2:
- resolution: {integrity: sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==}
+ fake-indexeddb@6.0.0:
+ resolution: {integrity: sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==}
engines: {node: '>=18'}
fast-deep-equal@3.1.3:
@@ -4196,6 +4253,10 @@ packages:
resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
engines: {node: '>=8'}
+ find-up-simple@1.0.0:
+ resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==}
+ engines: {node: '>=18'}
+
find-up@4.1.0:
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
engines: {node: '>=8'}
@@ -4204,10 +4265,6 @@ packages:
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
engines: {node: '>=10'}
- find-up@7.0.0:
- resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
- engines: {node: '>=18'}
-
flat-cache@4.0.1:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
@@ -4224,7 +4281,7 @@ packages:
resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies:
'@nuxt/kit': workspace:*
- vue: 3.4.31
+ vue: 3.4.34
peerDependenciesMeta:
'@nuxt/kit':
optional: true
@@ -4243,7 +4300,7 @@ packages:
resolution: {integrity: sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==}
engines: {node: '>=12.13.0', yarn: '>=1.0.0'}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
webpack: ^5.11.0
fraction.js@4.3.7:
@@ -4321,8 +4378,8 @@ packages:
resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
engines: {node: '>=18'}
- get-tsconfig@4.7.3:
- resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==}
+ get-tsconfig@4.7.6:
+ resolution: {integrity: sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==}
giget@1.2.3:
resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==}
@@ -4387,8 +4444,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.2.0:
- resolution: {integrity: sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==}
+ globals@15.9.0:
+ resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
engines: {node: '>=18'}
globby@11.1.0:
@@ -4512,8 +4569,8 @@ packages:
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
engines: {node: '>=8'}
- html-validate@8.20.1:
- resolution: {integrity: sha512-EawDiHzvZtnbBIfxE90lvKOWqNsmZGqRXTy+utxlGo525Vqjowg+RK42q1AeJ6zm1AyVTFIDSah1eBe9tc6YHg==}
+ html-validate@8.21.0:
+ resolution: {integrity: sha512-f6uyHdNeul4f/E6TDaUrH8agrVmnG5VbWwmIhbkg+Vrz+To/2xxbc+soBKXqani1QSaA+5I12Qr7dQt/HVFJtw==}
engines: {node: '>= 16.14'}
hasBin: true
peerDependencies:
@@ -4603,6 +4660,9 @@ packages:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
engines: {node: '>=6'}
+ importx@0.4.3:
+ resolution: {integrity: sha512-x6E6OxmWq/SUaj7wDeDeSjyHP+rMUbEaqJ5fw0uEtC/FTX9ocxNMFJ+ONnpJIsRpFz3ya6qJAK4orwSKqw0BSQ==}
+
imurmurhash@0.1.4:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
@@ -4842,12 +4902,12 @@ packages:
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
engines: {node: '>=10'}
- istanbul-lib-source-maps@5.0.4:
- resolution: {integrity: sha512-wHOoEsNJTVltaJp8eVkm8w+GVkVNHT2YDYo53YdzQEL2gWm1hBX5cGFR9hQJtuGLebidVX7et3+dmDZrmclduw==}
+ istanbul-lib-source-maps@5.0.6:
+ resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==}
engines: {node: '>=10'}
- istanbul-reports@3.1.6:
- resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==}
+ istanbul-reports@3.1.7:
+ resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==}
engines: {node: '>=8'}
jackspeak@3.1.2:
@@ -4870,6 +4930,10 @@ packages:
resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jiti@1.21.6:
+ resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
+ hasBin: true
+
jiti@2.0.0-beta.3:
resolution: {integrity: sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ==}
hasBin: true
@@ -5000,6 +5064,10 @@ packages:
resolution: {integrity: sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==}
hasBin: true
+ load-tsconfig@0.2.5:
+ resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
loader-runner@4.3.0:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
engines: {node: '>=6.11.5'}
@@ -5024,10 +5092,6 @@ packages:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
- locate-path@7.2.0:
- resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
lodash-es@4.17.21:
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
@@ -5058,6 +5122,9 @@ packages:
loupe@2.3.7:
resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==}
+ loupe@3.1.1:
+ resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==}
+
lower-case@1.1.4:
resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==}
@@ -5076,12 +5143,12 @@ packages:
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
hasBin: true
- magic-string-ast@0.6.1:
- resolution: {integrity: sha512-eczKQUDaBpB/mcEqZZNGEUG1FQNsXCuk3uOrCpu6y7qTygIy6jnpqDa62j9MGKSoqlXhM1lCFQv1THuGDQtvUA==}
+ magic-string-ast@0.6.2:
+ resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==}
engines: {node: '>=16.14.0'}
- magic-string@0.30.10:
- resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
+ magic-string@0.30.11:
+ resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
magicast@0.3.4:
resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==}
@@ -5166,8 +5233,8 @@ packages:
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
engines: {node: '>= 4.0.0'}
- memfs@4.9.3:
- resolution: {integrity: sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==}
+ memfs@4.11.1:
+ resolution: {integrity: sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==}
engines: {node: '>= 4.0.0'}
memory-fs@0.5.0:
@@ -5364,12 +5431,12 @@ packages:
engines: {node: '>=10'}
hasBin: true
- mkdist@1.5.3:
- resolution: {integrity: sha512-XXvaXyS3k/fCExY2/c9z0fmJ9kWq/UZeZZGQ0R693M004lowXNJKIENdH5Cf5Uu3LtSB9vhGu/1YM7IGjWbfxA==}
+ mkdist@1.5.4:
+ resolution: {integrity: sha512-GEmKYJG5K1YGFIq3t0K3iihZ8FTgXphLf/4UjbmpXIAtBFn4lEjXk3pXNTSfy7EtcEXhp2Nn1vzw5pIus6RY3g==}
hasBin: true
peerDependencies:
- sass: ^1.77.6
- typescript: 5.5.3
+ sass: ^1.77.8
+ typescript: 5.5.4
vue-tsc: ^1.8.27 || ^2.0.21
peerDependenciesMeta:
sass:
@@ -5474,8 +5541,8 @@ packages:
resolution: {integrity: sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==}
hasBin: true
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.18:
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
nopt@5.0.0:
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
@@ -5518,8 +5585,8 @@ packages:
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
- nuxt-content-twoslash@0.1.0:
- resolution: {integrity: sha512-r0MOt/DZmzKBWUE8RAGT3Phsei5KuLDVJ2E3p7SFFrshdebWosF9EzKfFFReOFI6aWLtvwEIKb7pKPtUZkpEqQ==}
+ nuxt-content-twoslash@0.1.1:
+ resolution: {integrity: sha512-n8r8nPHloovJSTdOV2sOzPjFoBXW+nUZpkSUsU1+WZp8VodTPdrmE/lQZ1prZ9cdyexFuVyy0PPknTEX1TT0aw==}
hasBin: true
peerDependencies:
'@nuxtjs/mdc': '>=0.5.0'
@@ -5589,7 +5656,7 @@ packages:
resolution: {integrity: sha512-5NobO3pavTUVmErRVjnfiIIqCNjCrZeva4ElOA3nNKcSo4Jm5G7zv4WLcw6S+jDVnGGRkchxnJ2yIJBp9ULUAg==}
hasBin: true
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
opener@1.5.2:
resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
@@ -5607,10 +5674,6 @@ packages:
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
engines: {node: '>=10'}
- p-limit@4.0.0:
- resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
p-limit@5.0.0:
resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==}
engines: {node: '>=18'}
@@ -5623,10 +5686,6 @@ packages:
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
engines: {node: '>=10'}
- p-locate@6.0.0:
- resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
p-try@2.2.0:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}
@@ -5652,6 +5711,10 @@ packages:
resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==}
engines: {node: '>=14'}
+ parse-imports@2.1.1:
+ resolution: {integrity: sha512-TDT4HqzUiTMO1wJRwg/t/hYk8Wdp3iF/ToMIlAoVQfL1Xs/sTxq1dKWSMjMbQmIarfWKymOyly40+zmPHXMqCA==}
+ engines: {node: '>= 18'}
+
parse-json@5.2.0:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
@@ -5684,10 +5747,6 @@ packages:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
- path-exists@5.0.0:
- resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
path-is-absolute@1.0.1:
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'}
@@ -5725,6 +5784,10 @@ packages:
pathval@1.1.1:
resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==}
+ pathval@2.0.0:
+ resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
+ engines: {node: '>= 14.16'}
+
perfect-debounce@1.0.0:
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
@@ -5750,8 +5813,8 @@ packages:
pkg-types@1.1.3:
resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==}
- playwright-core@1.45.1:
- resolution: {integrity: sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==}
+ playwright-core@1.45.3:
+ resolution: {integrity: sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==}
engines: {node: '>=18'}
hasBin: true
@@ -5989,16 +6052,16 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.39:
- resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
+ postcss@8.4.40:
+ resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==}
engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier@3.3.2:
- resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
@@ -6259,8 +6322,8 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rimraf@6.0.0:
- resolution: {integrity: sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==}
+ rimraf@6.0.1:
+ resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
engines: {node: 20 || >=22}
hasBin: true
@@ -6268,21 +6331,21 @@ packages:
resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==}
engines: {node: '>=16'}
peerDependencies:
- rollup: ^4.18.0
- typescript: 5.5.3
+ rollup: ^4.20.0
+ typescript: 5.5.4
rollup-plugin-visualizer@5.12.0:
resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==}
engines: {node: '>=14'}
hasBin: true
peerDependencies:
- rollup: ^4.18.0
+ rollup: ^4.20.0
peerDependenciesMeta:
rollup:
optional: true
- rollup@4.18.0:
- resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ rollup@4.20.0:
+ resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -6338,8 +6401,8 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.6.2:
- resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
engines: {node: '>=10'}
hasBin: true
@@ -6385,8 +6448,11 @@ packages:
shiki@1.1.2:
resolution: {integrity: sha512-qNzFwTv5uhEDNUIwp7wHjsrffVeLbmOgWnM5mZZhoiz7G2qAUvqVfUzuWfieD45/YAKipzCtdV9SndacKtABow==}
- shiki@1.10.1:
- resolution: {integrity: sha512-uafV7WCgN4YYrccH6yxpnps6k38sSTlFRrwc4jycWmhWxJIm9dPrk+XkY1hZ2t0I7jmacMNb15Lf2fspa/Y3lg==}
+ shiki@1.10.3:
+ resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==}
+
+ shiki@1.12.1:
+ resolution: {integrity: sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==}
side-channel@1.0.4:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
@@ -6427,6 +6493,9 @@ packages:
resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==}
engines: {node: '>=14.16'}
+ slashes@3.0.12:
+ resolution: {integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==}
+
smob@1.4.1:
resolution: {integrity: sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==}
@@ -6477,6 +6546,9 @@ packages:
splitpanes@3.1.5:
resolution: {integrity: sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==}
+ stable-hash@0.0.4:
+ resolution: {integrity: sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==}
+
stackback@0.0.2:
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
@@ -6586,6 +6658,10 @@ packages:
engines: {node: '>=14.0.0'}
hasBin: true
+ synckit@0.9.1:
+ resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==}
+ engines: {node: ^14.18.0 || >=16.0.0}
+
system-architecture@0.1.0:
resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==}
engines: {node: '>=18'}
@@ -6629,9 +6705,9 @@ packages:
engines: {node: '>=10'}
hasBin: true
- test-exclude@6.0.0:
- resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
- engines: {node: '>=8'}
+ test-exclude@7.0.1:
+ resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==}
+ engines: {node: '>=18'}
text-table@0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
@@ -6642,8 +6718,8 @@ packages:
peerDependencies:
tslib: ^2
- third-party-capital@1.0.30:
- resolution: {integrity: sha512-hiXyTwFcgmVBCfhPZz92OxqBvd36EbsI6LVesOCHGVcgQwmSM/mr4GC6AkbPiR6KdOkfsGctoqrHII7n3UZRFg==}
+ third-party-capital@2.3.0:
+ resolution: {integrity: sha512-p4rGOF4JCkI18HH3a1Vfd89Mg37TLlAsGmePBt20MA52frviYSBE6ToGOmTpqRC4EIlS5/4Owv6TpegFJUSkOg==}
time-fix-plugin@2.0.7:
resolution: {integrity: sha512-uVFet1LQToeUX0rTcSiYVYVoGuBpc8gP/2jnlUzuHMHe+gux6XLsNzxLUweabMwiUj5ejhoIMsUI55nVSEa/Vw==}
@@ -6653,17 +6729,29 @@ packages:
tiny-invariant@1.3.1:
resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==}
- tinybench@2.5.1:
- resolution: {integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==}
+ tinybench@2.8.0:
+ resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==}
tinypool@0.8.4:
resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==}
engines: {node: '>=14.0.0'}
+ tinypool@1.0.0:
+ resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+
+ tinyrainbow@1.2.0:
+ resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
+ engines: {node: '>=14.0.0'}
+
tinyspy@2.2.0:
resolution: {integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==}
engines: {node: '>=14.0.0'}
+ tinyspy@3.0.0:
+ resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==}
+ engines: {node: '>=14.0.0'}
+
titleize@3.0.0:
resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==}
engines: {node: '>=12'}
@@ -6706,10 +6794,15 @@ packages:
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
engines: {node: '>=16'}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- tslib@2.6.2:
- resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
+ tslib@2.6.3:
+ resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
+
+ tsx@4.16.5:
+ resolution: {integrity: sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==}
+ engines: {node: '>=18.0.0'}
+ hasBin: true
twoslash-protocol@0.2.9:
resolution: {integrity: sha512-uKQl8UboT6JU4VAtYaSI3DbNtgaNhFaTpCSMy/n3tRl5lMlMhrjiuNKdqx15xjcviconuGJ9oObkz1h9zJFrJg==}
@@ -6717,12 +6810,12 @@ packages:
twoslash-vue@0.2.9:
resolution: {integrity: sha512-1f/AMB7jvifOMWjG2xdqnEywmkt+U2xef2TBfXugZasNDkqeTwdHCRGafi37Kk6smyzYYj2JLemMECfdSjWwoQ==}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
twoslash@0.2.9:
resolution: {integrity: sha512-oj7XY6h8E9nTZBmfRE1gpsSSUqAQo5kcIpFkXyQPp8UCsyCQsUlP2bJ2s32o02c1n5+xl4h9rcCsQ1F97Z6LZg==}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
type-check@0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
@@ -6756,16 +6849,16 @@ packages:
resolution: {integrity: sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==}
engines: {node: '>=16'}
- typescript@5.5.3:
- resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
+ typescript@5.5.4:
+ resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
engines: {node: '>=14.17'}
hasBin: true
uc.micro@2.1.0:
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
- ufo@1.5.3:
- resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==}
+ ufo@1.5.4:
+ resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
uglify-js@3.17.4:
resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}
@@ -6775,11 +6868,11 @@ packages:
ultrahtml@1.5.3:
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
- unbuild@3.0.0-rc.6:
- resolution: {integrity: sha512-mkCsqiFfKt0loPewuoKQiU0wDR8V/I/AIbMJJOqZc2HTJ5MabJQCvz4YmBXRiW3F8MzY/Fqk7jS0WwJNHoQtjA==}
+ unbuild@3.0.0-rc.7:
+ resolution: {integrity: sha512-LsxbMZGYC0ZwHb8sxqHzuBsMq+GS9g5ObWtnfCElpOz/yUT+raIoA6Ref53Ht4wLcjwraOxYMwVo1rHXpMpTzQ==}
hasBin: true
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
peerDependenciesMeta:
typescript:
optional: true
@@ -6787,6 +6880,9 @@ packages:
unconfig@0.3.13:
resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==}
+ unconfig@0.5.5:
+ resolution: {integrity: sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==}
+
uncrypto@0.1.3:
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
@@ -6800,11 +6896,11 @@ packages:
resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==}
engines: {node: '>=14.0'}
- unenv@1.9.0:
- resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==}
+ unenv@1.10.0:
+ resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
- unhead@1.9.15:
- resolution: {integrity: sha512-/99Wft1CT0fxsWzmBeOwuH/k4HdMeyfDGyB4wFNVZVNTffRHDOqaqQ6RS+LHPsIiCKmm9FP7Vq7Rz09Zs/fQJQ==}
+ unhead@1.9.16:
+ resolution: {integrity: sha512-FOoXkuRNDwt7PUaNE0LXNCb6RCz4vTpkGymz4tJ8rcaG5uUJ0lxGK536hzCFwFw3Xkp3n+tkt2yCcbAZE/FOvA==}
unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
@@ -6817,8 +6913,8 @@ packages:
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
- unimport@3.7.2:
- resolution: {integrity: sha512-91mxcZTadgXyj3lFWmrGT8GyoRHWuE5fqPOjg5RVtF6vj+OfM5G6WCzXjuYtSgELE5ggB34RY4oiCSEP8I3AHw==}
+ unimport@3.10.0:
+ resolution: {integrity: sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==}
unist-builder@4.0.0:
resolution: {integrity: sha512-wmRFnH+BLpZnTKpc5L7O67Kac89s9HMrtELpnNaE6TAobq5DTZZs5YaTQfAZBA9bFPECx2uVAPO31c+GVug8mg==}
@@ -6842,40 +6938,40 @@ packages:
resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
engines: {node: '>= 10.0.0'}
- unocss@0.60.4:
- resolution: {integrity: sha512-KtYVzm1sV1J7hpXFvILPZiJVTni+XzC2vJzKYFTEe80fEGsrL+572YjS3QjZB52TMSppLYJk6WIVTb4mE4RmvQ==}
+ unocss@0.61.3:
+ resolution: {integrity: sha512-Mpci+yP9CUnDjSwm0EAq9U76cgiNB5UM0ztXfDjjMiSe+jOS6sZ2A+kZ5JY9ZBRx5TX0Wh4kQBoPQQ1ooxHicg==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.60.4
- vite: 5.3.3
+ '@unocss/webpack': 0.61.3
+ vite: 5.3.5
peerDependenciesMeta:
'@unocss/webpack':
optional: true
vite:
optional: true
- unocss@0.61.2:
- resolution: {integrity: sha512-e0XZZrZTw158hQfpkG0WVZJBu7rc2yEpZMqQpvYXfWPcdyG7ihT0Nd5wC5K6EQDWUQ9mbbyDPRTCxqVOgQDBCQ==}
+ unocss@0.61.9:
+ resolution: {integrity: sha512-D7nEObT1lhCUwXU5MoQ2Msh5S5g1EHVVSqDNM2ODs6dqWSboDCsRTPZQiyQmV9vCobrjYcvAFno9ZAgO7pvurw==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.61.2
- vite: 5.3.3
+ '@unocss/webpack': 0.61.9
+ vite: 5.3.5
peerDependenciesMeta:
'@unocss/webpack':
optional: true
vite:
optional: true
- unplugin-vue-router@0.10.0:
- resolution: {integrity: sha512-t9cwRvNONcrh7CZLUYrd4kGOH4xZRhsHeT+exaAuYFn7z87pkTHiHh3wBnGerfKGs22SnmJIIjcKyEa62CO+4w==}
+ unplugin-vue-router@0.10.2:
+ resolution: {integrity: sha512-aG1UzB96cu4Lu+EdQxl22NIKFrde5b+k568JdsaJ2gzPqnQufPk2j1gCA5DxFfGz9zg4tYTqy2A2JHForVbyXg==}
peerDependencies:
vue-router: ^4.4.0
peerDependenciesMeta:
vue-router:
optional: true
- unplugin@1.11.0:
- resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==}
+ unplugin@1.12.0:
+ resolution: {integrity: sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==}
engines: {node: '>=14.0.0'}
unstorage@1.10.2:
@@ -6937,8 +7033,8 @@ packages:
unwasm@0.3.9:
resolution: {integrity: sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==}
- update-browserslist-db@1.0.16:
- resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==}
+ update-browserslist-db@1.1.0:
+ resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -6973,8 +7069,8 @@ packages:
peerDependencies:
'@vue/compiler-core': ^3.3
- valibot@0.31.1:
- resolution: {integrity: sha512-2YYIhPrnVSz/gfT2/iXVTrSj92HwchCt9Cga/6hX4B26iCz9zkIsGTS0HjDYTZfTi1Un0X6aRvhBi1cfqs/i0Q==}
+ valibot@0.36.0:
+ resolution: {integrity: sha512-CjF1XN4sUce8sBK9TixrDqFM7RwNkuXdJu174/AwmQUB62QbCQADg5lLe8ldBalFgtj1uKj+pKwDJiNo4Mn+eQ==}
validate-npm-package-license@3.0.4:
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
@@ -6991,27 +7087,35 @@ packages:
vite-hot-client@0.2.3:
resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
vite-node@1.6.0:
resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
- vite-plugin-checker@0.7.0:
- resolution: {integrity: sha512-F3MdUORNLcPC0oDB9zxmPDhUC8X/3fzDShU5Izk4bqE4uTgxbQdOuOCa99bS6OSyWVC0uhHG4yAtWUXM2jOx9A==}
+ vite-node@2.0.5:
+ resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+
+ vite-plugin-checker@0.7.2:
+ resolution: {integrity: sha512-xeYeJbG0gaCaT0QcUC4B2Zo4y5NR8ZhYenc5gPbttrZvraRFwkEADCYwq+BfEHl9zYz7yf85TxsiGoYwyyIjhw==}
engines: {node: '>=14.16'}
peerDependencies:
+ '@biomejs/biome': '>=1.7'
eslint: '>=7'
meow: ^9.0.0
optionator: ^0.9.1
stylelint: '>=13'
- typescript: 5.5.3
- vite: 5.3.3
+ typescript: 5.5.4
+ vite: 5.3.5
vls: '*'
vti: '*'
vue-tsc: '>=2.0.0'
peerDependenciesMeta:
+ '@biomejs/biome':
+ optional: true
eslint:
optional: true
meow:
@@ -7034,7 +7138,7 @@ packages:
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': '*'
- vite: 5.3.3
+ vite: 5.3.5
peerDependenciesMeta:
'@nuxt/kit':
optional: true
@@ -7042,14 +7146,14 @@ packages:
vite-plugin-vue-inspector@5.1.2:
resolution: {integrity: sha512-M+yH2LlQtVNzJAljQM+61CqDXBvHim8dU5ImGaQuwlo13tMDHue5D7IC20YwDJuWDODiYc/cZBUYspVlyPf2vQ==}
peerDependencies:
- vite: 5.3.3
+ vite: 5.3.5
- vite@5.3.3:
- resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==}
+ vite@5.3.5:
+ resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
- '@types/node': ^18.0.0 || >=20.0.0
+ '@types/node': '*'
less: '*'
lightningcss: ^1.21.0
sass: '*'
@@ -7081,7 +7185,7 @@ packages:
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
- '@types/node': ^18.0.0 || >=20.0.0
+ '@types/node': '*'
'@vitest/browser': 1.6.0
'@vitest/ui': 1.6.0
happy-dom: '*'
@@ -7100,6 +7204,31 @@ packages:
jsdom:
optional: true
+ vitest@2.0.5:
+ resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@edge-runtime/vm': '*'
+ '@types/node': '*'
+ '@vitest/browser': 2.0.5
+ '@vitest/ui': 2.0.5
+ happy-dom: '*'
+ jsdom: '*'
+ peerDependenciesMeta:
+ '@edge-runtime/vm':
+ optional: true
+ '@types/node':
+ optional: true
+ '@vitest/browser':
+ optional: true
+ '@vitest/ui':
+ optional: true
+ happy-dom:
+ optional: true
+ jsdom:
+ optional: true
+
void-elements@3.1.0:
resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==}
engines: {node: '>=0.10.0'}
@@ -7140,7 +7269,7 @@ packages:
hasBin: true
peerDependencies:
'@vue/composition-api': ^1.0.0-rc.1
- vue: 3.4.31
+ vue: 3.4.34
peerDependenciesMeta:
'@vue/composition-api':
optional: true
@@ -7148,8 +7277,8 @@ packages:
vue-devtools-stub@0.1.0:
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
- vue-eslint-parser@9.4.2:
- resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==}
+ vue-eslint-parser@9.4.3:
+ resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
@@ -7169,26 +7298,23 @@ packages:
vue-resize@2.0.0-alpha.1:
resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.34
- vue-router@4.4.0:
- resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
+ vue-router@4.4.2:
+ resolution: {integrity: sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.34
- vue-template-compiler@2.7.14:
- resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==}
-
- vue-tsc@2.0.26:
- resolution: {integrity: sha512-tOhuwy2bIXbMhz82ef37qeiaQHMXKQkD6mOF6CCPl3/uYtST3l6fdNyfMxipudrQTxTfXVPlgJdMENBFfC1CfQ==}
+ vue-tsc@2.0.29:
+ resolution: {integrity: sha512-MHhsfyxO3mYShZCGYNziSbc63x7cQ5g9kvijV7dRe1TTXBRLxXyL0FnXWpUF1xII2mJ86mwYpYsUmMwkmerq7Q==}
hasBin: true
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- vue@3.4.31:
- resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
+ vue@3.4.34:
+ resolution: {integrity: sha512-VZze05HWlA3ItreQ/ka7Sx7PoD0/3St8FEiSlSTVgb6l4hL+RjtP2/8g5WQBzZgyf8WG2f+g1bXzC7zggLhAJA==}
peerDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
peerDependenciesMeta:
typescript:
optional: true
@@ -7212,8 +7338,8 @@ packages:
engines: {node: '>= 10.13.0'}
hasBin: true
- webpack-dev-middleware@7.2.1:
- resolution: {integrity: sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA==}
+ webpack-dev-middleware@7.3.0:
+ resolution: {integrity: sha512-xD2qnNew+F6KwOGZR7kWdbIou/ud7cVqLEXeK1q0nHcNsX/u7ul/fSdlOTX4ntSL5FNFy7ZJJXbf0piF591JYw==}
engines: {node: '>= 18.12.0'}
peerDependencies:
webpack: ^5.0.0
@@ -7234,8 +7360,8 @@ packages:
webpack-virtual-modules@0.6.2:
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
- webpack@5.92.1:
- resolution: {integrity: sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==}
+ webpack@5.93.0:
+ resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -7277,8 +7403,8 @@ packages:
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
hasBin: true
- why-is-node-running@2.2.2:
- resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==}
+ why-is-node-running@2.3.0:
+ resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
engines: {node: '>=8'}
hasBin: true
@@ -7344,8 +7470,8 @@ packages:
yaml-ast-parser@0.0.43:
resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==}
- yaml@2.4.5:
- resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==}
+ yaml@2.5.0:
+ resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==}
engines: {node: '>= 14'}
hasBin: true
@@ -7406,56 +7532,56 @@ snapshots:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.25.2': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.25.2':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/generator': 7.25.0
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
+ '@babel/helpers': 7.25.0
+ '@babel/parser': 7.25.3
+ '@babel/template': 7.25.0
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
convert-source-map: 2.0.0
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.7':
+ '@babel/generator@7.25.0':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.25.2':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- browserslist: 4.23.1
+ '@babel/compat-data': 7.25.2
+ '@babel/helper-validator-option': 7.24.8
+ browserslist: 4.23.3
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
@@ -7464,55 +7590,50 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-function-name@7.24.7':
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
-
- '@babel/helper-hoist-variables@7.24.7':
- dependencies:
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
'@babel/helper-member-expression-to-functions@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
+ '@babel/traverse': 7.25.3
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-plugin-utils@7.24.7': {}
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
@@ -7521,32 +7642,32 @@ snapshots:
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.24.8': {}
'@babel/helper-validator-identifier@7.24.7': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.24.8': {}
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.25.0':
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
'@babel/highlight@7.24.7':
dependencies:
@@ -7555,73 +7676,73 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.24.7':
+ '@babel/parser@7.25.3':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/plugin-proposal-decorators@7.23.2(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-decorators@7.23.2(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
'@babel/helper-split-export-declaration': 7.24.7
- '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.24.7)
+ '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-simple-access': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/preset-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-validator-option': 7.24.8
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
@@ -7631,30 +7752,27 @@ snapshots:
'@babel/standalone@7.23.9': {}
- '@babel/template@7.24.7':
+ '@babel/template@7.25.0':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.25.3
+ '@babel/types': 7.25.2
- '@babel/traverse@7.24.7':
+ '@babel/traverse@7.25.3':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
- debug: 4.3.5(supports-color@9.4.0)
+ '@babel/generator': 7.25.0
+ '@babel/parser': 7.25.3
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
+ debug: 4.3.6(supports-color@9.4.0)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.25.2':
dependencies:
- '@babel/helper-string-parser': 7.24.7
+ '@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
@@ -7666,13 +7784,10 @@ snapshots:
'@discoveryjs/json-ext@0.5.7': {}
- '@es-joy/jsdoccomment@0.43.0':
+ '@es-joy/jsdoccomment@0.46.0':
dependencies:
- '@types/eslint': 8.56.10
- '@types/estree': 1.0.5
- '@typescript-eslint/types': 7.9.0
comment-parser: 1.4.1
- esquery: 1.5.0
+ esquery: 1.6.0
jsdoc-type-pratt-parser: 4.0.0
'@esbuild/aix-ppc64@0.20.2':
@@ -7885,17 +8000,17 @@ snapshots:
'@esbuild/win32-x64@0.23.0':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.8.0)':
dependencies:
- eslint: 9.6.0
+ eslint: 9.8.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.0': {}
+ '@eslint-community/regexpp@4.11.0': {}
- '@eslint/config-array@0.17.0':
+ '@eslint/config-array@0.17.1':
dependencies:
'@eslint/object-schema': 2.1.4
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -7903,7 +8018,7 @@ snapshots:
'@eslint/eslintrc@3.1.0':
dependencies:
ajv: 6.12.6
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
espree: 10.1.0
globals: 14.0.0
ignore: 5.3.1
@@ -7914,7 +8029,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.6.0': {}
+ '@eslint/js@9.8.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -7938,7 +8053,7 @@ snapshots:
'@humanwhocodes/retry@0.3.0': {}
- '@iconify-json/carbon@1.1.35':
+ '@iconify-json/carbon@1.1.36':
dependencies:
'@iconify/types': 2.0.0
@@ -7946,22 +8061,22 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/ri@1.1.20':
+ '@iconify-json/ri@1.1.21':
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/tabler@1.1.113':
+ '@iconify-json/tabler@1.1.117':
dependencies:
'@iconify/types': 2.0.0
'@iconify/types@2.0.0': {}
- '@iconify/utils@2.1.24':
+ '@iconify/utils@2.1.30':
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
kolorist: 1.8.0
local-pkg: 0.5.0
mlly: 1.7.1
@@ -7990,14 +8105,14 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.5
'@types/istanbul-reports': 3.0.3
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/yargs': 17.0.28
chalk: 4.1.2
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.1': {}
@@ -8009,34 +8124,34 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jsdevtools/ono@7.1.3': {}
- '@jsonjoy.com/base64@1.1.1(tslib@2.6.2)':
+ '@jsonjoy.com/base64@1.1.1(tslib@2.6.3)':
dependencies:
- tslib: 2.6.2
+ tslib: 2.6.3
- '@jsonjoy.com/json-pack@1.0.3(tslib@2.6.2)':
+ '@jsonjoy.com/json-pack@1.0.3(tslib@2.6.3)':
dependencies:
- '@jsonjoy.com/base64': 1.1.1(tslib@2.6.2)
- '@jsonjoy.com/util': 1.1.2(tslib@2.6.2)
+ '@jsonjoy.com/base64': 1.1.1(tslib@2.6.3)
+ '@jsonjoy.com/util': 1.3.0(tslib@2.6.3)
hyperdyperid: 1.2.0
- thingies: 1.21.0(tslib@2.6.2)
- tslib: 2.6.2
+ thingies: 1.21.0(tslib@2.6.3)
+ tslib: 2.6.3
- '@jsonjoy.com/util@1.1.2(tslib@2.6.2)':
+ '@jsonjoy.com/util@1.3.0(tslib@2.6.3)':
dependencies:
- tslib: 2.6.2
+ tslib: 2.6.3
'@kwsites/file-exists@1.1.1':
dependencies:
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -8051,7 +8166,7 @@ snapshots:
nopt: 5.0.0
npmlog: 5.0.1
rimraf: 3.0.2
- semver: 7.6.2
+ semver: 7.6.3
tar: 6.2.0
transitivePeerDependencies:
- encoding
@@ -8091,45 +8206,36 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@1.3.3(nuxt@packages+nuxt)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@nuxt/devtools-kit@1.3.9(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@nuxt/kit': link:packages/kit
'@nuxt/schema': link:packages/schema
execa: 7.2.0
- nuxt: link:packages/nuxt
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
- '@nuxt/devtools-kit@1.3.9(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@nuxt/devtools-ui-kit@1.3.9(@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(@vue/compiler-core@3.4.35)(nuxt@packages+nuxt)(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0(esbuild@0.23.0))':
dependencies:
- '@nuxt/kit': link:packages/kit
- '@nuxt/schema': link:packages/schema
- execa: 7.2.0
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
-
- '@nuxt/devtools-ui-kit@1.3.3(@nuxt/devtools@1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(@vue/compiler-core@3.4.31)(nuxt@packages+nuxt)(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1(esbuild@0.23.0))':
- dependencies:
- '@iconify-json/carbon': 1.1.35
+ '@iconify-json/carbon': 1.1.36
'@iconify-json/logos': 1.1.43
- '@iconify-json/ri': 1.1.20
- '@iconify-json/tabler': 1.1.113
- '@nuxt/devtools': 1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- '@nuxt/devtools-kit': 1.3.3(nuxt@packages+nuxt)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@iconify-json/ri': 1.1.21
+ '@iconify-json/tabler': 1.1.117
+ '@nuxt/devtools': 1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ '@nuxt/devtools-kit': 1.3.9(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
'@nuxt/kit': link:packages/kit
- '@nuxtjs/color-mode': 3.4.1
- '@unocss/core': 0.60.4
- '@unocss/nuxt': 0.60.4(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(webpack@5.92.1(esbuild@0.23.0))
- '@unocss/preset-attributify': 0.60.4
- '@unocss/preset-icons': 0.60.4
- '@unocss/preset-mini': 0.60.4
- '@unocss/reset': 0.60.4
- '@vueuse/core': 10.10.1(vue@3.4.31(typescript@5.5.3))
- '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.31(typescript@5.5.3))
- '@vueuse/nuxt': 10.10.0(nuxt@packages+nuxt)(vue@3.4.31(typescript@5.5.3))
+ '@unocss/core': 0.61.9
+ '@unocss/nuxt': 0.61.3(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(webpack@5.93.0(esbuild@0.23.0))
+ '@unocss/preset-attributify': 0.61.9
+ '@unocss/preset-icons': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/reset': 0.61.9
+ '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4))
+ '@vueuse/integrations': 10.11.0(focus-trap@7.5.4)(vue@3.4.34(typescript@5.5.4))
+ '@vueuse/nuxt': 10.11.0(nuxt@packages+nuxt)(vue@3.4.34(typescript@5.5.4))
defu: 6.1.4
focus-trap: 7.5.4
splitpanes: 3.1.5
- unocss: 0.60.4(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- v-lazy-show: 0.2.4(@vue/compiler-core@3.4.31)
+ unocss: 0.61.9(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ v-lazy-show: 0.2.4(@vue/compiler-core@3.4.35)
transitivePeerDependencies:
- '@unocss/webpack'
- '@vue/compiler-core'
@@ -8164,15 +8270,15 @@ snapshots:
pkg-types: 1.1.3
prompts: 2.4.2
rc9: 2.1.2
- semver: 7.6.2
+ semver: 7.6.3
- '@nuxt/devtools@1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.3.9(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@nuxt/devtools-kit': 1.3.9(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
'@nuxt/devtools-wizard': 1.3.9
'@nuxt/kit': link:packages/kit
- '@vue/devtools-core': 7.3.3(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@vue/devtools-core': 7.3.3(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
'@vue/devtools-kit': 7.3.3
birpc: 0.2.17
consola: 3.2.3
@@ -8197,13 +8303,13 @@ snapshots:
pkg-types: 1.1.3
rc9: 2.1.2
scule: 1.3.0
- semver: 7.6.2
+ semver: 7.6.3
simple-git: 3.25.0
sirv: 2.0.4
- unimport: 3.7.2(rollup@4.18.0)
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- vite-plugin-inspect: 0.8.4(@nuxt/kit@packages+kit)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- vite-plugin-vue-inspector: 5.1.2(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ unimport: 3.10.0(rollup@4.20.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vite-plugin-inspect: 0.8.4(@nuxt/kit@packages+kit)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ vite-plugin-vue-inspector: 5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
which: 3.0.1
ws: 8.17.1
transitivePeerDependencies:
@@ -8212,78 +8318,78 @@ snapshots:
- supports-color
- utf-8-validate
- '@nuxt/eslint-config@0.3.13(eslint@9.6.0)(typescript@5.5.3)':
+ '@nuxt/eslint-config@0.5.0(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@eslint/js': 9.6.0
- '@nuxt/eslint-plugin': 0.3.13(eslint@9.6.0)(typescript@5.5.3)
- '@rushstack/eslint-patch': 1.10.3
- '@stylistic/eslint-plugin': 2.1.0(eslint@9.6.0)(typescript@5.5.3)
- '@typescript-eslint/eslint-plugin': 7.9.0(@typescript-eslint/parser@7.9.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
- '@typescript-eslint/parser': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- eslint: 9.6.0
- eslint-config-flat-gitignore: 0.1.5
- eslint-flat-config-utils: 0.2.5
- eslint-plugin-import-x: 0.5.0(eslint@9.6.0)(typescript@5.5.3)
- eslint-plugin-jsdoc: 48.2.5(eslint@9.6.0)
- eslint-plugin-regexp: 2.5.0(eslint@9.6.0)
- eslint-plugin-unicorn: 53.0.0(eslint@9.6.0)
- eslint-plugin-vue: 9.26.0(eslint@9.6.0)
- globals: 15.2.0
+ '@eslint/js': 9.8.0
+ '@nuxt/eslint-plugin': 0.5.0(eslint@9.8.0)(typescript@5.5.4)
+ '@rushstack/eslint-patch': 1.10.4
+ '@stylistic/eslint-plugin': 2.6.1(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint: 9.8.0
+ eslint-config-flat-gitignore: 0.1.8
+ eslint-flat-config-utils: 0.3.0
+ eslint-plugin-import-x: 3.1.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint-plugin-jsdoc: 48.11.0(eslint@9.8.0)
+ eslint-plugin-regexp: 2.6.0(eslint@9.8.0)
+ eslint-plugin-unicorn: 55.0.0(eslint@9.8.0)
+ eslint-plugin-vue: 9.27.0(eslint@9.8.0)
+ globals: 15.9.0
+ local-pkg: 0.5.0
pathe: 1.1.2
- tslib: 2.6.2
- vue-eslint-parser: 9.4.2(eslint@9.6.0)
+ tslib: 2.6.3
+ vue-eslint-parser: 9.4.3(eslint@9.8.0)
transitivePeerDependencies:
- supports-color
- typescript
- '@nuxt/eslint-plugin@0.3.13(eslint@9.6.0)(typescript@5.5.3)':
+ '@nuxt/eslint-plugin@0.5.0(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 7.9.0
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- eslint: 9.6.0
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint: 9.8.0
transitivePeerDependencies:
- supports-color
- typescript
- '@nuxt/friendly-errors-webpack-plugin@2.6.0(webpack@5.92.1)':
+ '@nuxt/friendly-errors-webpack-plugin@2.6.0(webpack@5.93.0)':
dependencies:
chalk: 2.4.2
consola: 3.2.3
error-stack-parser: 2.1.4
string-width: 4.2.3
- webpack: 5.92.1
+ webpack: 5.93.0
- '@nuxt/scripts@0.5.1(@nuxt/devtools@1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(@vue/compiler-core@3.4.31)(ioredis@5.4.1)(nuxt@packages+nuxt)(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1(esbuild@0.23.0))':
+ '@nuxt/scripts@0.6.5(@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(@vue/compiler-core@3.4.35)(ioredis@5.4.1)(nuxt@packages+nuxt)(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0(esbuild@0.23.0))':
dependencies:
- '@nuxt/devtools-kit': 1.3.9(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- '@nuxt/devtools-ui-kit': 1.3.3(@nuxt/devtools@1.3.9(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(@vue/compiler-core@3.4.31)(nuxt@packages+nuxt)(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1(esbuild@0.23.0))
+ '@nuxt/devtools-kit': 1.3.9(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ '@nuxt/devtools-ui-kit': 1.3.9(@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)))(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(@vue/compiler-core@3.4.35)(nuxt@packages+nuxt)(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0(esbuild@0.23.0))
'@nuxt/kit': link:packages/kit
- '@types/google.maps': 3.55.9
+ '@types/google.maps': 3.55.11
'@types/stripe-v3': 3.1.33
'@types/vimeo__player': 2.18.3
'@types/youtube': 0.0.50
- '@unhead/vue': 1.9.15(vue@3.4.31(typescript@5.5.3))
- '@vueuse/core': 10.10.1(vue@3.4.31(typescript@5.5.3))
+ '@unhead/vue': 1.9.16(vue@3.4.34(typescript@5.5.4))
+ '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4))
consola: 3.2.3
defu: 6.1.4
- estree-walker: 3.0.3
h3: h3-nightly@2.0.0-1718872656.6765a6e
- magic-string: 0.30.10
+ magic-string: 0.30.11
mlly: 1.7.1
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
ohash: 1.1.3
pathe: 1.1.2
pkg-types: 1.1.3
- semver: 7.6.2
- shiki: 1.10.1
+ semver: 7.6.3
+ shiki: 1.10.3
sirv: 2.0.4
std-env: 3.7.0
- third-party-capital: 1.0.30
- ufo: 1.5.3
- unimport: 3.7.2(rollup@4.18.0)
- unplugin: 1.11.0
+ third-party-capital: 2.3.0
+ ufo: 1.5.4
+ unimport: 3.10.0(rollup@4.20.0)
+ unplugin: 1.12.0
unstorage: 1.10.2(ioredis@5.4.1)
- valibot: 0.31.1
+ valibot: 0.36.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -8341,7 +8447,7 @@ snapshots:
rc9: 2.1.2
std-env: 3.7.0
- '@nuxt/test-utils@3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
+ '@nuxt/test-utils@3.14.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))':
dependencies:
'@nuxt/kit': link:packages/kit
'@nuxt/schema': link:packages/schema
@@ -8351,11 +8457,11 @@ snapshots:
destr: 2.0.3
estree-walker: 3.0.3
execa: 8.0.1
- fake-indexeddb: 5.0.2
+ fake-indexeddb: 6.0.0
get-port-please: 3.1.2
h3: h3-nightly@2.0.0-1718872656.6765a6e
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
nitropack: 2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4)
node-fetch-native: 1.6.4
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
@@ -8364,38 +8470,31 @@ snapshots:
radix3: 1.1.2
scule: 1.3.0
std-env: 3.7.0
- ufo: 1.5.3
- unenv: 1.9.0
- unplugin: 1.11.0
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- vitest-environment-nuxt: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
- vue: 3.4.31(typescript@5.5.3)
- vue-router: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ ufo: 1.5.4
+ unenv: 1.10.0
+ unplugin: 1.12.0
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vitest-environment-nuxt: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
+ vue: 3.4.34(typescript@5.5.4)
+ vue-router: 4.4.2(vue@3.4.34(typescript@5.5.4))
optionalDependencies:
- '@testing-library/vue': 8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))
+ '@testing-library/vue': 8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))
'@vue/test-utils': 2.4.6
happy-dom: 14.12.3
- playwright-core: 1.45.1
- vitest: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ playwright-core: 1.45.3
+ vitest: 2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- magicast
- '@nuxtjs/color-mode@3.4.1':
- dependencies:
- '@nuxt/kit': link:packages/kit
- pathe: 1.1.2
- pkg-types: 1.1.3
- semver: 7.6.2
-
'@nuxtjs/mdc@0.5.0':
dependencies:
'@nuxt/kit': link:packages/kit
'@shikijs/transformers': 1.1.2
'@types/hast': 3.0.4
'@types/mdast': 4.0.3
- '@vue/compiler-core': 3.4.31
+ '@vue/compiler-core': 3.4.34
consola: 3.2.3
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
defu: 6.1.4
destr: 2.0.3
detab: 3.0.2
@@ -8418,8 +8517,8 @@ snapshots:
remark-parse: 11.0.0
remark-rehype: 11.1.0
scule: 1.3.0
- shiki: 1.10.1
- ufo: 1.5.3
+ shiki: 1.10.3
+ ufo: 1.5.4
unified: 11.0.5
unist-builder: 4.0.0
unist-util-visit: 5.0.0
@@ -8563,6 +8662,8 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
+ '@pkgr/core@0.1.1': {}
+
'@polka/url@1.0.0-next.24': {}
'@redocly/ajv@8.11.0':
@@ -8591,166 +8692,172 @@ snapshots:
- encoding
- supports-color
- '@rollup/plugin-alias@5.1.0(rollup@4.18.0)':
+ '@rollup/plugin-alias@5.1.0(rollup@4.20.0)':
dependencies:
slash: 4.0.0
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-commonjs@25.0.7(rollup@4.18.0)':
+ '@rollup/plugin-commonjs@25.0.7(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
- magic-string: 0.30.10
+ magic-string: 0.30.11
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-commonjs@26.0.1(rollup@4.18.0)':
+ '@rollup/plugin-commonjs@26.0.1(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 10.4.1
is-reference: 1.2.1
- magic-string: 0.30.10
+ magic-string: 0.30.11
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-inject@5.0.5(rollup@4.18.0)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
estree-walker: 2.0.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-json@6.1.0(rollup@4.18.0)':
+ '@rollup/plugin-json@6.1.0(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-node-resolve@15.2.3(rollup@4.18.0)':
+ '@rollup/plugin-node-resolve@15.2.3(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.8
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-replace@5.0.7(rollup@4.18.0)':
+ '@rollup/plugin-replace@5.0.7(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- magic-string: 0.30.10
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ magic-string: 0.30.11
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/plugin-terser@0.4.4(rollup@4.18.0)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.20.0)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.4.1
terser: 5.27.0
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
'@rollup/pluginutils@4.2.1':
dependencies:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0(rollup@4.18.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.20.0)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- '@rollup/rollup-android-arm-eabi@4.18.0':
+ '@rollup/rollup-android-arm-eabi@4.20.0':
optional: true
- '@rollup/rollup-android-arm64@4.18.0':
+ '@rollup/rollup-android-arm64@4.20.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.18.0':
+ '@rollup/rollup-darwin-arm64@4.20.0':
optional: true
- '@rollup/rollup-darwin-x64@4.18.0':
+ '@rollup/rollup-darwin-x64@4.20.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.18.0':
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.18.0':
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-musl@4.18.0':
+ '@rollup/rollup-linux-x64-musl@4.20.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.18.0':
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
optional: true
- '@rushstack/eslint-patch@1.10.3': {}
+ '@rushstack/eslint-patch@1.10.4': {}
'@sec-ant/readable-stream@0.4.1': {}
'@shikijs/core@1.1.2': {}
- '@shikijs/core@1.10.1': {}
+ '@shikijs/core@1.10.3':
+ dependencies:
+ '@types/hast': 3.0.4
+
+ '@shikijs/core@1.12.1':
+ dependencies:
+ '@types/hast': 3.0.4
'@shikijs/transformers@1.1.2':
dependencies:
shiki: 1.1.2
- '@shikijs/twoslash@1.10.1(typescript@5.5.3)':
+ '@shikijs/twoslash@1.12.1(typescript@5.5.4)':
dependencies:
- '@shikijs/core': 1.10.1
- twoslash: 0.2.9(typescript@5.5.3)
+ '@shikijs/core': 1.12.1
+ twoslash: 0.2.9(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- typescript
- '@shikijs/vitepress-twoslash@1.10.1(@nuxt/kit@packages+kit)(typescript@5.5.3)':
+ '@shikijs/vitepress-twoslash@1.12.1(@nuxt/kit@packages+kit)(typescript@5.5.4)':
dependencies:
- '@shikijs/twoslash': 1.10.1(typescript@5.5.3)
- floating-vue: 5.2.2(@nuxt/kit@packages+kit)(vue@3.4.31(typescript@5.5.3))
+ '@shikijs/twoslash': 1.12.1(typescript@5.5.4)
+ floating-vue: 5.2.2(@nuxt/kit@packages+kit)(vue@3.4.34(typescript@5.5.4))
mdast-util-from-markdown: 2.0.1
mdast-util-gfm: 3.0.0
mdast-util-to-hast: 13.2.0
- shiki: 1.10.1
- twoslash: 0.2.9(typescript@5.5.3)
- twoslash-vue: 0.2.9(typescript@5.5.3)
- vue: 3.4.31(typescript@5.5.3)
+ shiki: 1.12.1
+ twoslash: 0.2.9(typescript@5.5.4)
+ twoslash-vue: 0.2.9(typescript@5.5.4)
+ vue: 3.4.34(typescript@5.5.4)
transitivePeerDependencies:
- '@nuxt/kit'
- supports-color
@@ -8770,49 +8877,49 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
- '@stylistic/eslint-plugin-js@2.1.0(eslint@9.6.0)':
+ '@stylistic/eslint-plugin-js@2.6.1(eslint@9.8.0)':
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
acorn: 8.12.1
- eslint: 9.6.0
+ eslint: 9.8.0
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- '@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.6.0)':
+ '@stylistic/eslint-plugin-jsx@2.6.1(eslint@9.8.0)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0)
- '@types/eslint': 8.56.10
- eslint: 9.6.0
+ '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0)
+ '@types/eslint': 9.6.0
+ eslint: 9.8.0
estraverse: 5.3.0
picomatch: 4.0.2
- '@stylistic/eslint-plugin-plus@2.1.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin-plus@2.6.1(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@types/eslint': 8.56.10
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- eslint: 9.6.0
+ '@types/eslint': 9.6.0
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint: 9.8.0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin-ts@2.1.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin-ts@2.6.1(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0)
- '@types/eslint': 8.56.10
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- eslint: 9.6.0
+ '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0)
+ '@types/eslint': 9.6.0
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint: 9.8.0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin@2.1.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin@2.6.1(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0)
- '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.6.0)
- '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.6.0)(typescript@5.5.3)
- '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.6.0)(typescript@5.5.3)
- '@types/eslint': 8.56.10
- eslint: 9.6.0
+ '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0)
+ '@stylistic/eslint-plugin-jsx': 2.6.1(eslint@9.8.0)
+ '@stylistic/eslint-plugin-plus': 2.6.1(eslint@9.8.0)(typescript@5.5.4)
+ '@stylistic/eslint-plugin-ts': 2.6.1(eslint@9.8.0)(typescript@5.5.4)
+ '@types/eslint': 9.6.0
+ eslint: 9.8.0
transitivePeerDependencies:
- supports-color
- typescript
@@ -8828,14 +8935,14 @@ snapshots:
lz-string: 1.5.0
pretty-format: 27.5.1
- '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))':
+ '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))':
dependencies:
'@babel/runtime': 7.23.9
'@testing-library/dom': 9.3.4
'@vue/test-utils': 2.4.6
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.34(typescript@5.5.4)
optionalDependencies:
- '@vue/compiler-sfc': 3.4.31
+ '@vue/compiler-sfc': 3.4.34
'@trysound/sax@0.2.0': {}
@@ -8843,14 +8950,14 @@ snapshots:
'@types/clean-css@4.2.11':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
source-map: 0.6.1
'@types/clear@0.1.4': {}
'@types/connect@3.4.37':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/debug@4.1.12':
dependencies:
@@ -8858,17 +8965,17 @@ snapshots:
'@types/eslint-scope@3.7.6':
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
'@types/estree': 1.0.5
- '@types/eslint@8.56.10':
+ '@types/eslint@9.6.0':
dependencies:
'@types/estree': 1.0.5
'@types/json-schema': 7.0.15
'@types/eslint__js@8.42.3':
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
'@types/estree@1.0.5': {}
@@ -8876,7 +8983,7 @@ snapshots:
dependencies:
'@types/webpack': 4.41.34
- '@types/google.maps@3.55.9': {}
+ '@types/google.maps@3.55.11': {}
'@types/hash-sum@1.0.2': {}
@@ -8892,7 +8999,7 @@ snapshots:
'@types/http-proxy@1.17.14':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/istanbul-lib-coverage@2.0.5': {}
@@ -8920,9 +9027,9 @@ snapshots:
'@types/node-sass@4.11.6':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
- '@types/node@20.14.9':
+ '@types/node@20.14.14':
dependencies:
undici-types: 5.26.5
@@ -8936,9 +9043,9 @@ snapshots:
'@types/resolve@1.20.2': {}
- '@types/sass-loader@8.0.8':
+ '@types/sass-loader@8.0.9':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/node-sass': 4.11.6
'@types/webpack': 4.41.34
sass: 1.69.4
@@ -8965,9 +9072,9 @@ snapshots:
'@types/webpack-bundle-analyzer@4.7.0':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
tapable: 2.2.1
- webpack: 5.92.1
+ webpack: 5.93.0
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -8978,7 +9085,7 @@ snapshots:
dependencies:
'@types/connect': 3.4.37
tapable: 2.2.1
- webpack: 5.92.1
+ webpack: 5.93.0
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -8987,13 +9094,13 @@ snapshots:
'@types/webpack-sources@3.2.1':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/source-list-map': 0.1.4
source-map: 0.7.4
'@types/webpack@4.41.34':
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
'@types/tapable': 1.0.10
'@types/uglify-js': 3.17.3
'@types/webpack-sources': 3.2.1
@@ -9008,230 +9115,272 @@ snapshots:
'@types/youtube@0.0.50': {}
- '@typescript-eslint/eslint-plugin@7.9.0(@typescript-eslint/parser@7.9.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)':
+ '@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- '@typescript-eslint/scope-manager': 7.9.0
- '@typescript-eslint/type-utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- '@typescript-eslint/visitor-keys': 7.9.0
- eslint: 9.6.0
+ '@eslint-community/regexpp': 4.11.0
+ '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/scope-manager': 8.0.0
+ '@typescript-eslint/type-utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.0.0
+ eslint: 9.8.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.9.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/scope-manager': 7.9.0
- '@typescript-eslint/types': 7.9.0
- '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.5.3)
- '@typescript-eslint/visitor-keys': 7.9.0
- debug: 4.3.5(supports-color@9.4.0)
- eslint: 9.6.0
+ '@typescript-eslint/scope-manager': 8.0.0
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.0.0
+ debug: 4.3.6(supports-color@9.4.0)
+ eslint: 9.8.0
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.9.0':
+ '@typescript-eslint/scope-manager@7.17.0':
dependencies:
- '@typescript-eslint/types': 7.9.0
- '@typescript-eslint/visitor-keys': 7.9.0
+ '@typescript-eslint/types': 7.17.0
+ '@typescript-eslint/visitor-keys': 7.17.0
- '@typescript-eslint/type-utils@7.9.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@typescript-eslint/scope-manager@8.0.0':
dependencies:
- '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.5.3)
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- debug: 4.3.5(supports-color@9.4.0)
- eslint: 9.6.0
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/visitor-keys': 8.0.0
+
+ '@typescript-eslint/type-utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ debug: 4.3.6(supports-color@9.4.0)
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
+ - eslint
- supports-color
- '@typescript-eslint/types@7.9.0': {}
+ '@typescript-eslint/types@7.17.0': {}
- '@typescript-eslint/typescript-estree@7.9.0(typescript@5.5.3)':
+ '@typescript-eslint/types@8.0.0': {}
+
+ '@typescript-eslint/typescript-estree@7.17.0(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 7.9.0
- '@typescript-eslint/visitor-keys': 7.9.0
- debug: 4.3.5(supports-color@9.4.0)
+ '@typescript-eslint/types': 7.17.0
+ '@typescript-eslint/visitor-keys': 7.17.0
+ debug: 4.3.6(supports-color@9.4.0)
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.4
- semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.9.0(eslint@9.6.0)(typescript@5.5.3)':
+ '@typescript-eslint/typescript-estree@8.0.0(typescript@5.5.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@typescript-eslint/scope-manager': 7.9.0
- '@typescript-eslint/types': 7.9.0
- '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.5.3)
- eslint: 9.6.0
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/visitor-keys': 8.0.0
+ debug: 4.3.6(supports-color@9.4.0)
+ globby: 11.1.0
+ is-glob: 4.0.3
+ minimatch: 9.0.4
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.4)
+ optionalDependencies:
+ typescript: 5.5.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@7.17.0(eslint@9.8.0)(typescript@5.5.4)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@typescript-eslint/scope-manager': 7.17.0
+ '@typescript-eslint/types': 7.17.0
+ '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.5.4)
+ eslint: 9.8.0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@7.9.0':
+ '@typescript-eslint/utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 7.9.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@typescript-eslint/scope-manager': 8.0.0
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4)
+ eslint: 9.8.0
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/visitor-keys@7.17.0':
+ dependencies:
+ '@typescript-eslint/types': 7.17.0
+ eslint-visitor-keys: 3.4.3
+
+ '@typescript-eslint/visitor-keys@8.0.0':
+ dependencies:
+ '@typescript-eslint/types': 8.0.0
eslint-visitor-keys: 3.4.3
'@typescript/vfs@1.5.0':
dependencies:
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
'@ungap/structured-clone@1.2.0': {}
- '@unhead/dom@1.9.15':
+ '@unhead/dom@1.9.16':
dependencies:
- '@unhead/schema': 1.9.15
- '@unhead/shared': 1.9.15
+ '@unhead/schema': 1.9.16
+ '@unhead/shared': 1.9.16
- '@unhead/schema@1.9.15':
+ '@unhead/schema@1.9.16':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
- '@unhead/shared@1.9.15':
+ '@unhead/shared@1.9.16':
dependencies:
- '@unhead/schema': 1.9.15
+ '@unhead/schema': 1.9.16
- '@unhead/ssr@1.9.15':
+ '@unhead/ssr@1.9.16':
dependencies:
- '@unhead/schema': 1.9.15
- '@unhead/shared': 1.9.15
+ '@unhead/schema': 1.9.16
+ '@unhead/shared': 1.9.16
- '@unhead/vue@1.9.15(vue@3.4.31(typescript@5.5.3))':
+ '@unhead/vue@1.9.16(vue@3.4.34(typescript@5.5.4))':
dependencies:
- '@unhead/schema': 1.9.15
- '@unhead/shared': 1.9.15
+ '@unhead/schema': 1.9.16
+ '@unhead/shared': 1.9.16
hookable: 5.5.3
- unhead: 1.9.15
- vue: 3.4.31(typescript@5.5.3)
+ unhead: 1.9.16
+ vue: 3.4.34(typescript@5.5.4)
- '@unocss/astro@0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@unocss/astro@0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/reset': 0.60.4
- '@unocss/vite': 0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/core': 0.61.3
+ '@unocss/reset': 0.61.3
+ '@unocss/vite': 0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- rollup
- '@unocss/astro@0.61.2(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@unocss/astro@0.61.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/reset': 0.61.2
- '@unocss/vite': 0.61.2(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/core': 0.61.9
+ '@unocss/reset': 0.61.9
+ '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- rollup
+ - supports-color
- '@unocss/cli@0.60.4(rollup@4.18.0)':
+ '@unocss/cli@0.61.3(rollup@4.20.0)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.60.4
- '@unocss/core': 0.60.4
- '@unocss/preset-uno': 0.60.4
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
+ '@unocss/preset-uno': 0.61.3
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.2.3
fast-glob: 3.3.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
perfect-debounce: 1.0.0
transitivePeerDependencies:
- rollup
- '@unocss/cli@0.61.2(rollup@4.18.0)':
+ '@unocss/cli@0.61.9(rollup@4.20.0)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.61.2
- '@unocss/core': 0.61.2
- '@unocss/preset-uno': 0.61.2
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/preset-uno': 0.61.9
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.2.3
fast-glob: 3.3.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
perfect-debounce: 1.0.0
transitivePeerDependencies:
- rollup
+ - supports-color
- '@unocss/config@0.60.4':
+ '@unocss/config@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
unconfig: 0.3.13
- '@unocss/config@0.61.2':
+ '@unocss/config@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- unconfig: 0.3.13
+ '@unocss/core': 0.61.9
+ unconfig: 0.5.5
+ transitivePeerDependencies:
+ - supports-color
- '@unocss/core@0.60.4': {}
+ '@unocss/core@0.61.3': {}
- '@unocss/core@0.61.2': {}
+ '@unocss/core@0.61.9': {}
- '@unocss/extractor-arbitrary-variants@0.60.4':
+ '@unocss/extractor-arbitrary-variants@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/extractor-arbitrary-variants@0.61.2':
+ '@unocss/extractor-arbitrary-variants@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/inspector@0.60.4':
+ '@unocss/inspector@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/rule-utils': 0.61.3
gzip-size: 6.0.0
sirv: 2.0.4
- '@unocss/inspector@0.61.2':
+ '@unocss/inspector@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
gzip-size: 6.0.0
sirv: 2.0.4
- '@unocss/nuxt@0.60.4(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(webpack@5.92.1(esbuild@0.23.0))':
+ '@unocss/nuxt@0.61.3(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(webpack@5.93.0(esbuild@0.23.0))':
dependencies:
'@nuxt/kit': link:packages/kit
- '@unocss/config': 0.60.4
- '@unocss/core': 0.60.4
- '@unocss/preset-attributify': 0.60.4
- '@unocss/preset-icons': 0.60.4
- '@unocss/preset-tagify': 0.60.4
- '@unocss/preset-typography': 0.60.4
- '@unocss/preset-uno': 0.60.4
- '@unocss/preset-web-fonts': 0.60.4
- '@unocss/preset-wind': 0.60.4
- '@unocss/reset': 0.60.4
- '@unocss/vite': 0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- '@unocss/webpack': 0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0))
- unocss: 0.60.4(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
+ '@unocss/preset-attributify': 0.61.3
+ '@unocss/preset-icons': 0.61.3
+ '@unocss/preset-tagify': 0.61.3
+ '@unocss/preset-typography': 0.61.3
+ '@unocss/preset-uno': 0.61.3
+ '@unocss/preset-web-fonts': 0.61.3
+ '@unocss/preset-wind': 0.61.3
+ '@unocss/reset': 0.61.3
+ '@unocss/vite': 0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/webpack': 0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0))
+ unocss: 0.61.3(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
transitivePeerDependencies:
- postcss
- rollup
@@ -9239,231 +9388,234 @@ snapshots:
- vite
- webpack
- '@unocss/postcss@0.60.4(postcss@8.4.39)':
+ '@unocss/postcss@0.61.3(postcss@8.4.40)':
dependencies:
- '@unocss/config': 0.60.4
- '@unocss/core': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
+ '@unocss/rule-utils': 0.61.3
css-tree: 2.3.1
fast-glob: 3.3.2
- magic-string: 0.30.10
- postcss: 8.4.39
+ magic-string: 0.30.11
+ postcss: 8.4.40
- '@unocss/postcss@0.61.2(postcss@8.4.39)':
+ '@unocss/postcss@0.61.9(postcss@8.4.40)':
dependencies:
- '@unocss/config': 0.61.2
- '@unocss/core': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
css-tree: 2.3.1
fast-glob: 3.3.2
- magic-string: 0.30.10
- postcss: 8.4.39
+ magic-string: 0.30.11
+ postcss: 8.4.40
+ transitivePeerDependencies:
+ - supports-color
- '@unocss/preset-attributify@0.60.4':
+ '@unocss/preset-attributify@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/preset-attributify@0.61.2':
+ '@unocss/preset-attributify@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/preset-icons@0.60.4':
+ '@unocss/preset-icons@0.61.3':
dependencies:
- '@iconify/utils': 2.1.24
- '@unocss/core': 0.60.4
+ '@iconify/utils': 2.1.30
+ '@unocss/core': 0.61.3
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
transitivePeerDependencies:
- supports-color
- '@unocss/preset-icons@0.61.2':
+ '@unocss/preset-icons@0.61.9':
dependencies:
- '@iconify/utils': 2.1.24
- '@unocss/core': 0.61.2
+ '@iconify/utils': 2.1.30
+ '@unocss/core': 0.61.9
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.60.4':
+ '@unocss/preset-mini@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/extractor-arbitrary-variants': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/extractor-arbitrary-variants': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/preset-mini@0.61.2':
+ '@unocss/preset-mini@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/extractor-arbitrary-variants': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/extractor-arbitrary-variants': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/preset-tagify@0.60.4':
+ '@unocss/preset-tagify@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/preset-tagify@0.61.2':
+ '@unocss/preset-tagify@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/preset-typography@0.60.4':
+ '@unocss/preset-typography@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/preset-mini': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/preset-mini': 0.61.3
- '@unocss/preset-typography@0.61.2':
+ '@unocss/preset-typography@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/preset-mini': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
- '@unocss/preset-uno@0.60.4':
+ '@unocss/preset-uno@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/preset-mini': 0.60.4
- '@unocss/preset-wind': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/preset-mini': 0.61.3
+ '@unocss/preset-wind': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/preset-uno@0.61.2':
+ '@unocss/preset-uno@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/preset-mini': 0.61.2
- '@unocss/preset-wind': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/preset-wind': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/preset-web-fonts@0.60.4':
+ '@unocss/preset-web-fonts@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
- '@unocss/preset-web-fonts@0.61.2':
+ '@unocss/preset-web-fonts@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
- '@unocss/preset-wind@0.60.4':
+ '@unocss/preset-wind@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/preset-mini': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/preset-mini': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/preset-wind@0.61.2':
+ '@unocss/preset-wind@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/preset-mini': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/reset@0.60.4': {}
+ '@unocss/reset@0.61.3': {}
- '@unocss/reset@0.61.2': {}
+ '@unocss/reset@0.61.9': {}
- '@unocss/rule-utils@0.60.4':
+ '@unocss/rule-utils@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- magic-string: 0.30.10
+ '@unocss/core': 0.61.9
+ magic-string: 0.30.11
- '@unocss/rule-utils@0.61.2':
+ '@unocss/rule-utils@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- magic-string: 0.30.10
+ '@unocss/core': 0.61.9
+ magic-string: 0.30.11
- '@unocss/scope@0.60.4': {}
+ '@unocss/scope@0.61.3': {}
- '@unocss/scope@0.61.2': {}
+ '@unocss/scope@0.61.9': {}
- '@unocss/transformer-attributify-jsx-babel@0.60.4':
+ '@unocss/transformer-attributify-jsx-babel@0.61.3':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
- '@unocss/core': 0.60.4
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2)
+ '@unocss/core': 0.61.3
transitivePeerDependencies:
- supports-color
- '@unocss/transformer-attributify-jsx-babel@0.61.2':
+ '@unocss/transformer-attributify-jsx-babel@0.61.9':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
- '@unocss/core': 0.61.2
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2)
+ '@unocss/core': 0.61.9
transitivePeerDependencies:
- supports-color
- '@unocss/transformer-attributify-jsx@0.60.4':
+ '@unocss/transformer-attributify-jsx@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/transformer-attributify-jsx@0.61.2':
+ '@unocss/transformer-attributify-jsx@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/transformer-compile-class@0.60.4':
+ '@unocss/transformer-compile-class@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/transformer-compile-class@0.61.2':
+ '@unocss/transformer-compile-class@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/transformer-directives@0.60.4':
+ '@unocss/transformer-directives@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
- '@unocss/rule-utils': 0.60.4
+ '@unocss/core': 0.61.3
+ '@unocss/rule-utils': 0.61.3
css-tree: 2.3.1
- '@unocss/transformer-directives@0.61.2':
+ '@unocss/transformer-directives@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
- '@unocss/rule-utils': 0.61.2
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
css-tree: 2.3.1
- '@unocss/transformer-variant-group@0.60.4':
+ '@unocss/transformer-variant-group@0.61.3':
dependencies:
- '@unocss/core': 0.60.4
+ '@unocss/core': 0.61.3
- '@unocss/transformer-variant-group@0.61.2':
+ '@unocss/transformer-variant-group@0.61.9':
dependencies:
- '@unocss/core': 0.61.2
+ '@unocss/core': 0.61.9
- '@unocss/vite@0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@unocss/vite@0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.60.4
- '@unocss/core': 0.60.4
- '@unocss/inspector': 0.60.4
- '@unocss/scope': 0.60.4
- '@unocss/transformer-directives': 0.60.4
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
+ '@unocss/inspector': 0.61.3
+ '@unocss/scope': 0.61.3
+ '@unocss/transformer-directives': 0.61.3
chokidar: 3.6.0
fast-glob: 3.3.2
- magic-string: 0.30.10
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ magic-string: 0.30.11
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- rollup
- '@unocss/vite@0.61.2(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@unocss/vite@0.61.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.61.2
- '@unocss/core': 0.61.2
- '@unocss/inspector': 0.61.2
- '@unocss/scope': 0.61.2
- '@unocss/transformer-directives': 0.61.2
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/inspector': 0.61.9
+ '@unocss/scope': 0.61.9
+ '@unocss/transformer-directives': 0.61.9
chokidar: 3.6.0
fast-glob: 3.3.2
- magic-string: 0.30.10
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ magic-string: 0.30.11
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- rollup
+ - supports-color
- '@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0))':
+ '@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.60.4
- '@unocss/core': 0.60.4
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
chokidar: 3.6.0
fast-glob: 3.3.2
- magic-string: 0.30.10
- unplugin: 1.11.0
- webpack: 5.92.1(esbuild@0.23.0)
+ magic-string: 0.30.11
+ unplugin: 1.12.0
+ webpack: 5.93.0(esbuild@0.23.0)
webpack-sources: 3.2.3
transitivePeerDependencies:
- rollup
@@ -9504,37 +9656,36 @@ snapshots:
- encoding
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))':
+ '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- vue: 3.4.31(typescript@5.5.3)
+ '@babel/core': 7.25.2
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vue: 3.4.34(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue@3.4.31(typescript@5.5.3))':
+ '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))':
dependencies:
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- vue: 3.4.31(typescript@5.5.3)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vue: 3.4.34(typescript@5.5.4)
- '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))':
+ '@vitest/coverage-v8@2.0.5(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 0.2.3
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
istanbul-lib-coverage: 3.2.2
istanbul-lib-report: 3.0.1
- istanbul-lib-source-maps: 5.0.4
- istanbul-reports: 3.1.6
- magic-string: 0.30.10
+ istanbul-lib-source-maps: 5.0.6
+ istanbul-reports: 3.1.7
+ magic-string: 0.30.11
magicast: 0.3.4
- picocolors: 1.0.1
std-env: 3.7.0
- strip-literal: 2.1.0
- test-exclude: 6.0.0
- vitest: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ test-exclude: 7.0.1
+ tinyrainbow: 1.2.0
+ vitest: 2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- supports-color
@@ -9544,22 +9695,48 @@ snapshots:
'@vitest/utils': 1.6.0
chai: 4.3.10
+ '@vitest/expect@2.0.5':
+ dependencies:
+ '@vitest/spy': 2.0.5
+ '@vitest/utils': 2.0.5
+ chai: 5.1.1
+ tinyrainbow: 1.2.0
+
+ '@vitest/pretty-format@2.0.5':
+ dependencies:
+ tinyrainbow: 1.2.0
+
'@vitest/runner@1.6.0':
dependencies:
'@vitest/utils': 1.6.0
p-limit: 5.0.0
pathe: 1.1.2
+ '@vitest/runner@2.0.5':
+ dependencies:
+ '@vitest/utils': 2.0.5
+ pathe: 1.1.2
+
'@vitest/snapshot@1.6.0':
dependencies:
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
pretty-format: 29.7.0
+ '@vitest/snapshot@2.0.5':
+ dependencies:
+ '@vitest/pretty-format': 2.0.5
+ magic-string: 0.30.11
+ pathe: 1.1.2
+
'@vitest/spy@1.6.0':
dependencies:
tinyspy: 2.2.0
+ '@vitest/spy@2.0.5':
+ dependencies:
+ tinyspy: 3.0.0
+
'@vitest/utils@1.6.0':
dependencies:
diff-sequences: 29.6.3
@@ -9567,112 +9744,120 @@ snapshots:
loupe: 2.3.7
pretty-format: 29.7.0
- '@volar/language-core@2.3.4':
+ '@vitest/utils@2.0.5':
dependencies:
- '@volar/source-map': 2.3.4
+ '@vitest/pretty-format': 2.0.5
+ estree-walker: 3.0.3
+ loupe: 3.1.1
+ tinyrainbow: 1.2.0
- '@volar/language-core@2.4.0-alpha.15':
+ '@volar/language-core@2.4.0-alpha.18':
dependencies:
- '@volar/source-map': 2.4.0-alpha.15
+ '@volar/source-map': 2.4.0-alpha.18
- '@volar/source-map@2.3.4': {}
+ '@volar/source-map@2.4.0-alpha.18': {}
- '@volar/source-map@2.4.0-alpha.15': {}
-
- '@volar/typescript@2.3.4':
+ '@volar/typescript@2.4.0-alpha.18':
dependencies:
- '@volar/language-core': 2.3.4
+ '@volar/language-core': 2.4.0-alpha.18
path-browserify: 1.0.1
vscode-uri: 3.0.8
- '@volar/typescript@2.4.0-alpha.15':
+ '@vue-macros/common@1.12.2(rollup@4.20.0)(vue@3.4.34(typescript@5.5.4))':
dependencies:
- '@volar/language-core': 2.4.0-alpha.15
- path-browserify: 1.0.1
- vscode-uri: 3.0.8
-
- '@vue-macros/common@1.10.4(rollup@4.18.0)(vue@3.4.31(typescript@5.5.3))':
- dependencies:
- '@babel/types': 7.24.7
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@vue/compiler-sfc': 3.4.31
- ast-kit: 0.12.2
+ '@babel/types': 7.25.2
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@vue/compiler-sfc': 3.4.34
+ ast-kit: 1.0.1
local-pkg: 0.5.0
- magic-string-ast: 0.6.1
+ magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.34(typescript@5.5.4)
transitivePeerDependencies:
- rollup
'@vue/babel-helper-vue-transform-on@1.2.2': {}
- '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.2)':
dependencies:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/template': 7.25.0
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
'@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.7)
+ '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.2)':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/parser': 7.24.7
- '@vue/compiler-sfc': 3.4.31
+ '@babel/parser': 7.25.3
+ '@vue/compiler-sfc': 3.4.34
- '@vue/compiler-core@3.4.31':
+ '@vue/compiler-core@3.4.34':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/shared': 3.4.31
+ '@babel/parser': 7.25.3
+ '@vue/shared': 3.4.34
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- '@vue/compiler-dom@3.4.31':
+ '@vue/compiler-core@3.4.35':
dependencies:
- '@vue/compiler-core': 3.4.31
- '@vue/shared': 3.4.31
-
- '@vue/compiler-sfc@3.4.31':
- dependencies:
- '@babel/parser': 7.24.7
- '@vue/compiler-core': 3.4.31
- '@vue/compiler-dom': 3.4.31
- '@vue/compiler-ssr': 3.4.31
- '@vue/shared': 3.4.31
+ '@babel/parser': 7.25.3
+ '@vue/shared': 3.4.35
+ entities: 4.5.0
estree-walker: 2.0.2
- magic-string: 0.30.10
- postcss: 8.4.39
source-map-js: 1.2.0
- '@vue/compiler-ssr@3.4.31':
+ '@vue/compiler-dom@3.4.34':
dependencies:
- '@vue/compiler-dom': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/compiler-core': 3.4.34
+ '@vue/shared': 3.4.34
+
+ '@vue/compiler-sfc@3.4.34':
+ dependencies:
+ '@babel/parser': 7.25.3
+ '@vue/compiler-core': 3.4.34
+ '@vue/compiler-dom': 3.4.34
+ '@vue/compiler-ssr': 3.4.34
+ '@vue/shared': 3.4.34
+ estree-walker: 2.0.2
+ magic-string: 0.30.11
+ postcss: 8.4.40
+ source-map-js: 1.2.0
+
+ '@vue/compiler-ssr@3.4.34':
+ dependencies:
+ '@vue/compiler-dom': 3.4.34
+ '@vue/shared': 3.4.34
+
+ '@vue/compiler-vue2@2.7.16':
+ dependencies:
+ de-indent: 1.0.2
+ he: 1.2.0
'@vue/devtools-api@6.6.3': {}
- '@vue/devtools-core@7.3.3(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))':
+ '@vue/devtools-core@7.3.3(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))':
dependencies:
'@vue/devtools-kit': 7.3.3
'@vue/devtools-shared': 7.3.4
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ vite-hot-client: 0.2.3(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
transitivePeerDependencies:
- vite
@@ -9690,124 +9875,88 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@2.0.26(typescript@5.5.3)':
+ '@vue/language-core@2.0.29(typescript@5.5.4)':
dependencies:
- '@volar/language-core': 2.4.0-alpha.15
- '@vue/compiler-dom': 3.4.31
- '@vue/shared': 3.4.31
+ '@volar/language-core': 2.4.0-alpha.18
+ '@vue/compiler-dom': 3.4.34
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.4.35
computeds: 0.0.1
minimatch: 9.0.4
muggle-string: 0.4.1
path-browserify: 1.0.1
- vue-template-compiler: 2.7.14
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- '@vue/reactivity@3.4.31':
+ '@vue/reactivity@3.4.34':
dependencies:
- '@vue/shared': 3.4.31
+ '@vue/shared': 3.4.34
- '@vue/runtime-core@3.4.31':
+ '@vue/runtime-core@3.4.34':
dependencies:
- '@vue/reactivity': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/reactivity': 3.4.34
+ '@vue/shared': 3.4.34
- '@vue/runtime-dom@3.4.31':
+ '@vue/runtime-dom@3.4.34':
dependencies:
- '@vue/reactivity': 3.4.31
- '@vue/runtime-core': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/reactivity': 3.4.34
+ '@vue/runtime-core': 3.4.34
+ '@vue/shared': 3.4.34
csstype: 3.1.3
- '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))':
+ '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.5.4))':
dependencies:
- '@vue/compiler-ssr': 3.4.31
- '@vue/shared': 3.4.31
- vue: 3.4.31(typescript@5.5.3)
+ '@vue/compiler-ssr': 3.4.34
+ '@vue/shared': 3.4.34
+ vue: 3.4.34(typescript@5.5.4)
- '@vue/shared@3.4.31': {}
+ '@vue/shared@3.4.34': {}
+
+ '@vue/shared@3.4.35': {}
'@vue/test-utils@2.4.6':
dependencies:
js-beautify: 1.14.9
vue-component-type-helpers: 2.0.6
- '@vueuse/core@10.10.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/core@10.11.0(vue@3.4.34(typescript@5.5.4))':
dependencies:
'@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.10.0
- '@vueuse/shared': 10.10.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/metadata': 10.11.0
+ '@vueuse/shared': 10.11.0(vue@3.4.34(typescript@5.5.4))
+ vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@10.10.1(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/integrations@10.11.0(focus-trap@7.5.4)(vue@3.4.34(typescript@5.5.4))':
dependencies:
- '@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.10.1
- '@vueuse/shared': 10.10.1(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
- '@vueuse/core@10.9.0(vue@3.4.31(typescript@5.5.3))':
- dependencies:
- '@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.9.0
- '@vueuse/shared': 10.9.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
- '@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.31(typescript@5.5.3))':
- dependencies:
- '@vueuse/core': 10.9.0(vue@3.4.31(typescript@5.5.3))
- '@vueuse/shared': 10.9.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4))
+ '@vueuse/shared': 10.11.0(vue@3.4.34(typescript@5.5.4))
+ vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4))
optionalDependencies:
focus-trap: 7.5.4
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/metadata@10.10.0': {}
+ '@vueuse/metadata@10.11.0': {}
- '@vueuse/metadata@10.10.1': {}
-
- '@vueuse/metadata@10.9.0': {}
-
- '@vueuse/nuxt@10.10.0(nuxt@packages+nuxt)(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/nuxt@10.11.0(nuxt@packages+nuxt)(vue@3.4.34(typescript@5.5.4))':
dependencies:
'@nuxt/kit': link:packages/kit
- '@vueuse/core': 10.10.0(vue@3.4.31(typescript@5.5.3))
- '@vueuse/metadata': 10.10.0
+ '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4))
+ '@vueuse/metadata': 10.11.0
local-pkg: 0.5.0
nuxt: link:packages/nuxt
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@10.10.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/shared@10.11.0(vue@3.4.34(typescript@5.5.4))':
dependencies:
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
- '@vueuse/shared@10.10.1(vue@3.4.31(typescript@5.5.3))':
- dependencies:
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
- '@vueuse/shared@10.9.0(vue@3.4.31(typescript@5.5.3))':
- dependencies:
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -9914,13 +10063,13 @@ snapshots:
agent-base@6.0.2:
dependencies:
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
agent-base@7.1.0(supports-color@9.4.0):
dependencies:
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -10028,28 +10177,35 @@ snapshots:
assertion-error@1.1.0: {}
+ assertion-error@2.0.1: {}
+
ast-kit@0.12.2:
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.25.3
+ pathe: 1.1.2
+
+ ast-kit@1.0.1:
+ dependencies:
+ '@babel/parser': 7.25.3
pathe: 1.1.2
ast-walker-scope@0.6.1:
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.25.3
ast-kit: 0.12.2
async-sema@3.1.1: {}
async@3.2.4: {}
- autoprefixer@10.4.19(postcss@8.4.39):
+ autoprefixer@10.4.20(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- caniuse-lite: 1.0.30001636
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001647
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.1
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.6: {}
@@ -10058,7 +10214,7 @@ snapshots:
babel-walk@3.0.0-canary-5:
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
bail@2.0.2: {}
@@ -10097,12 +10253,12 @@ snapshots:
dependencies:
fill-range: 7.0.1
- browserslist@4.23.1:
+ browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001636
- electron-to-chromium: 1.4.806
- node-releases: 2.0.14
- update-browserslist-db: 1.0.16(browserslist@4.23.1)
+ caniuse-lite: 1.0.30001647
+ electron-to-chromium: 1.5.4
+ node-releases: 2.0.18
+ update-browserslist-db: 1.1.0(browserslist@4.23.3)
buffer-crc32@1.0.0: {}
@@ -10123,6 +10279,11 @@ snapshots:
dependencies:
run-applescript: 7.0.0
+ bundle-require@5.0.0(esbuild@0.23.0):
+ dependencies:
+ esbuild: 0.23.0
+ load-tsconfig: 0.2.5
+
c12@2.0.0-beta.1(magicast@0.3.4):
dependencies:
chokidar: 3.6.0
@@ -10161,12 +10322,12 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
- browserslist: 4.23.1
- caniuse-lite: 1.0.30001636
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001647
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001636: {}
+ caniuse-lite@1.0.30001647: {}
case-police@0.6.1: {}
@@ -10182,6 +10343,14 @@ snapshots:
pathval: 1.1.1
type-detect: 4.0.8
+ chai@5.1.1:
+ dependencies:
+ assertion-error: 2.0.1
+ check-error: 2.1.1
+ deep-eql: 5.0.2
+ loupe: 3.1.1
+ pathval: 2.0.0
+
chalk@2.4.2:
dependencies:
ansi-styles: 3.2.1
@@ -10209,9 +10378,9 @@ snapshots:
pathe: 1.1.2
pkg-types: 1.1.3
scule: 1.3.0
- semver: 7.6.2
+ semver: 7.6.3
std-env: 3.7.0
- yaml: 2.4.5
+ yaml: 2.5.0
transitivePeerDependencies:
- magicast
@@ -10233,6 +10402,8 @@ snapshots:
dependencies:
get-func-name: 2.0.2
+ check-error@2.1.1: {}
+
chokidar@3.6.0:
dependencies:
anymatch: 3.1.3
@@ -10344,14 +10515,14 @@ snapshots:
constantinople@4.0.1:
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.25.3
+ '@babel/types': 7.25.2
convert-gitmoji@0.1.3: {}
convert-source-map@2.0.0: {}
- cookie-es@1.1.0: {}
+ cookie-es@1.2.2: {}
copy-anything@3.0.5:
dependencies:
@@ -10359,27 +10530,27 @@ snapshots:
core-js-compat@3.37.1:
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.3
core-util-is@1.0.3: {}
- cosmiconfig@8.3.6(typescript@5.5.3):
+ cosmiconfig@8.3.6(typescript@5.5.4):
dependencies:
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- cosmiconfig@9.0.0(typescript@5.5.3):
+ cosmiconfig@9.0.0(typescript@5.5.4):
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
crc-32@1.2.2: {}
@@ -10397,7 +10568,7 @@ snapshots:
dom-serializer: 2.0.0
domhandler: 5.0.3
htmlparser2: 8.0.2
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-media-query-parser: 0.2.3
croner@8.0.2: {}
@@ -10412,32 +10583,32 @@ snapshots:
crossws@0.2.4: {}
- css-declaration-sorter@7.2.0(postcss@8.4.39):
+ css-declaration-sorter@7.2.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- css-loader@7.1.2(webpack@5.92.1):
+ css-loader@7.1.2(webpack@5.93.0):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
- postcss-modules-extract-imports: 3.1.0(postcss@8.4.39)
- postcss-modules-local-by-default: 4.0.5(postcss@8.4.39)
- postcss-modules-scope: 3.2.0(postcss@8.4.39)
- postcss-modules-values: 4.0.0(postcss@8.4.39)
+ icss-utils: 5.1.0(postcss@8.4.40)
+ postcss: 8.4.40
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.40)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.4.40)
+ postcss-modules-scope: 3.2.0(postcss@8.4.40)
+ postcss-modules-values: 4.0.0(postcss@8.4.40)
postcss-value-parser: 4.2.0
- semver: 7.6.2
+ semver: 7.6.3
optionalDependencies:
- webpack: 5.92.1
+ webpack: 5.93.0
- css-minimizer-webpack-plugin@7.0.0(webpack@5.92.1):
+ css-minimizer-webpack-plugin@7.0.0(webpack@5.93.0):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
- cssnano: 7.0.4(postcss@8.4.39)
+ cssnano: 7.0.4(postcss@8.4.40)
jest-worker: 29.7.0
- postcss: 8.4.39
+ postcss: 8.4.40
schema-utils: 4.2.0
serialize-javascript: 6.0.2
- webpack: 5.92.1
+ webpack: 5.93.0
css-select@5.1.0:
dependencies:
@@ -10461,49 +10632,49 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@7.0.4(postcss@8.4.39):
+ cssnano-preset-default@7.0.4(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- css-declaration-sorter: 7.2.0(postcss@8.4.39)
- cssnano-utils: 5.0.0(postcss@8.4.39)
- postcss: 8.4.39
- postcss-calc: 10.0.0(postcss@8.4.39)
- postcss-colormin: 7.0.1(postcss@8.4.39)
- postcss-convert-values: 7.0.2(postcss@8.4.39)
- postcss-discard-comments: 7.0.1(postcss@8.4.39)
- postcss-discard-duplicates: 7.0.0(postcss@8.4.39)
- postcss-discard-empty: 7.0.0(postcss@8.4.39)
- postcss-discard-overridden: 7.0.0(postcss@8.4.39)
- postcss-merge-longhand: 7.0.2(postcss@8.4.39)
- postcss-merge-rules: 7.0.2(postcss@8.4.39)
- postcss-minify-font-values: 7.0.0(postcss@8.4.39)
- postcss-minify-gradients: 7.0.0(postcss@8.4.39)
- postcss-minify-params: 7.0.1(postcss@8.4.39)
- postcss-minify-selectors: 7.0.2(postcss@8.4.39)
- postcss-normalize-charset: 7.0.0(postcss@8.4.39)
- postcss-normalize-display-values: 7.0.0(postcss@8.4.39)
- postcss-normalize-positions: 7.0.0(postcss@8.4.39)
- postcss-normalize-repeat-style: 7.0.0(postcss@8.4.39)
- postcss-normalize-string: 7.0.0(postcss@8.4.39)
- postcss-normalize-timing-functions: 7.0.0(postcss@8.4.39)
- postcss-normalize-unicode: 7.0.1(postcss@8.4.39)
- postcss-normalize-url: 7.0.0(postcss@8.4.39)
- postcss-normalize-whitespace: 7.0.0(postcss@8.4.39)
- postcss-ordered-values: 7.0.1(postcss@8.4.39)
- postcss-reduce-initial: 7.0.1(postcss@8.4.39)
- postcss-reduce-transforms: 7.0.0(postcss@8.4.39)
- postcss-svgo: 7.0.1(postcss@8.4.39)
- postcss-unique-selectors: 7.0.1(postcss@8.4.39)
+ browserslist: 4.23.3
+ css-declaration-sorter: 7.2.0(postcss@8.4.40)
+ cssnano-utils: 5.0.0(postcss@8.4.40)
+ postcss: 8.4.40
+ postcss-calc: 10.0.0(postcss@8.4.40)
+ postcss-colormin: 7.0.1(postcss@8.4.40)
+ postcss-convert-values: 7.0.2(postcss@8.4.40)
+ postcss-discard-comments: 7.0.1(postcss@8.4.40)
+ postcss-discard-duplicates: 7.0.0(postcss@8.4.40)
+ postcss-discard-empty: 7.0.0(postcss@8.4.40)
+ postcss-discard-overridden: 7.0.0(postcss@8.4.40)
+ postcss-merge-longhand: 7.0.2(postcss@8.4.40)
+ postcss-merge-rules: 7.0.2(postcss@8.4.40)
+ postcss-minify-font-values: 7.0.0(postcss@8.4.40)
+ postcss-minify-gradients: 7.0.0(postcss@8.4.40)
+ postcss-minify-params: 7.0.1(postcss@8.4.40)
+ postcss-minify-selectors: 7.0.2(postcss@8.4.40)
+ postcss-normalize-charset: 7.0.0(postcss@8.4.40)
+ postcss-normalize-display-values: 7.0.0(postcss@8.4.40)
+ postcss-normalize-positions: 7.0.0(postcss@8.4.40)
+ postcss-normalize-repeat-style: 7.0.0(postcss@8.4.40)
+ postcss-normalize-string: 7.0.0(postcss@8.4.40)
+ postcss-normalize-timing-functions: 7.0.0(postcss@8.4.40)
+ postcss-normalize-unicode: 7.0.1(postcss@8.4.40)
+ postcss-normalize-url: 7.0.0(postcss@8.4.40)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.4.40)
+ postcss-ordered-values: 7.0.1(postcss@8.4.40)
+ postcss-reduce-initial: 7.0.1(postcss@8.4.40)
+ postcss-reduce-transforms: 7.0.0(postcss@8.4.40)
+ postcss-svgo: 7.0.1(postcss@8.4.40)
+ postcss-unique-selectors: 7.0.1(postcss@8.4.40)
- cssnano-utils@5.0.0(postcss@8.4.39):
+ cssnano-utils@5.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- cssnano@7.0.4(postcss@8.4.39):
+ cssnano@7.0.4(postcss@8.4.40):
dependencies:
- cssnano-preset-default: 7.0.4(postcss@8.4.39)
+ cssnano-preset-default: 7.0.4(postcss@8.4.40)
lilconfig: 3.1.2
- postcss: 8.4.39
+ postcss: 8.4.40
csso@5.0.5:
dependencies:
@@ -10527,7 +10698,7 @@ snapshots:
dependencies:
ms: 2.1.3
- debug@4.3.5(supports-color@9.4.0):
+ debug@4.3.6(supports-color@9.4.0):
dependencies:
ms: 2.1.2
optionalDependencies:
@@ -10541,6 +10712,8 @@ snapshots:
dependencies:
type-detect: 4.0.8
+ deep-eql@5.0.2: {}
+
deep-equal@2.2.3:
dependencies:
array-buffer-byte-length: 1.0.0
@@ -10682,11 +10855,11 @@ snapshots:
'@one-ini/wasm': 0.1.1
commander: 10.0.1
minimatch: 9.0.1
- semver: 7.6.2
+ semver: 7.6.3
ee-first@1.1.1: {}
- electron-to-chromium@1.4.806: {}
+ electron-to-chromium@1.5.4: {}
emoji-regex@8.0.0: {}
@@ -10734,6 +10907,8 @@ snapshots:
dependencies:
stackframe: 1.3.4
+ errx@0.1.0: {}
+
es-define-property@1.0.0:
dependencies:
get-intrinsic: 1.2.4
@@ -10752,14 +10927,14 @@ snapshots:
isarray: 2.0.5
stop-iteration-iterator: 1.0.0
- es-module-lexer@1.3.1: {}
+ es-module-lexer@1.5.4: {}
- esbuild-loader@4.2.0(webpack@5.92.1):
+ esbuild-loader@4.2.2(webpack@5.93.0):
dependencies:
esbuild: 0.21.5
- get-tsconfig: 4.7.3
+ get-tsconfig: 4.7.6
loader-utils: 2.0.4
- webpack: 5.92.1
+ webpack: 5.93.0
webpack-sources: 1.4.3
esbuild@0.20.2:
@@ -10851,14 +11026,14 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-config-flat-gitignore@0.1.5:
+ eslint-config-flat-gitignore@0.1.8:
dependencies:
- find-up: 7.0.0
+ find-up-simple: 1.0.0
parse-gitignore: 2.0.0
- eslint-flat-config-utils@0.2.5:
+ eslint-flat-config-utils@0.3.0:
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
pathe: 1.1.2
eslint-import-resolver-node@0.3.9:
@@ -10869,71 +11044,76 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-import-x@0.5.0(eslint@9.6.0)(typescript@5.5.3):
+ eslint-plugin-import-x@3.1.0(eslint@9.8.0)(typescript@5.5.4):
dependencies:
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- debug: 4.3.5(supports-color@9.4.0)
+ '@typescript-eslint/utils': 7.17.0(eslint@9.8.0)(typescript@5.5.4)
+ debug: 4.3.6(supports-color@9.4.0)
doctrine: 3.0.0
- eslint: 9.6.0
+ eslint: 9.8.0
eslint-import-resolver-node: 0.3.9
- get-tsconfig: 4.7.3
+ get-tsconfig: 4.7.6
is-glob: 4.0.3
minimatch: 9.0.4
- semver: 7.6.2
+ semver: 7.6.3
+ stable-hash: 0.0.4
+ tslib: 2.6.3
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-jsdoc@48.2.5(eslint@9.6.0):
+ eslint-plugin-jsdoc@48.11.0(eslint@9.8.0):
dependencies:
- '@es-joy/jsdoccomment': 0.43.0
+ '@es-joy/jsdoccomment': 0.46.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
escape-string-regexp: 4.0.0
- eslint: 9.6.0
- esquery: 1.5.0
- is-builtin-module: 3.2.1
- semver: 7.6.2
+ eslint: 9.8.0
+ espree: 10.1.0
+ esquery: 1.6.0
+ parse-imports: 2.1.1
+ semver: 7.6.3
spdx-expression-parse: 4.0.0
+ synckit: 0.9.1
transitivePeerDependencies:
- supports-color
eslint-plugin-no-only-tests@3.1.0: {}
- eslint-plugin-perfectionist@2.11.0(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.2(eslint@9.6.0)):
+ eslint-plugin-perfectionist@3.1.2(eslint@9.8.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.8.0)):
dependencies:
- '@typescript-eslint/utils': 7.9.0(eslint@9.6.0)(typescript@5.5.3)
- eslint: 9.6.0
- minimatch: 9.0.4
+ '@typescript-eslint/types': 8.0.0
+ '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4)
+ eslint: 9.8.0
+ minimatch: 10.0.1
natural-compare-lite: 1.4.0
optionalDependencies:
- vue-eslint-parser: 9.4.2(eslint@9.6.0)
+ vue-eslint-parser: 9.4.3(eslint@9.8.0)
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-regexp@2.5.0(eslint@9.6.0):
+ eslint-plugin-regexp@2.6.0(eslint@9.8.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
- eslint: 9.6.0
+ eslint: 9.8.0
jsdoc-type-pratt-parser: 4.0.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-unicorn@53.0.0(eslint@9.6.0):
+ eslint-plugin-unicorn@55.0.0(eslint@9.8.0):
dependencies:
'@babel/helper-validator-identifier': 7.24.7
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint/eslintrc': 3.1.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.37.1
- eslint: 9.6.0
- esquery: 1.5.0
+ eslint: 9.8.0
+ esquery: 1.6.0
+ globals: 15.9.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -10941,21 +11121,19 @@ snapshots:
read-pkg-up: 7.0.1
regexp-tree: 0.1.27
regjsparser: 0.10.0
- semver: 7.6.2
+ semver: 7.6.3
strip-indent: 3.0.0
- transitivePeerDependencies:
- - supports-color
- eslint-plugin-vue@9.26.0(eslint@9.6.0):
+ eslint-plugin-vue@9.27.0(eslint@9.8.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- eslint: 9.6.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ eslint: 9.8.0
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.0
- semver: 7.6.2
- vue-eslint-parser: 9.4.2(eslint@9.6.0)
+ semver: 7.6.3
+ vue-eslint-parser: 9.4.3(eslint@9.8.0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@@ -10970,15 +11148,15 @@ snapshots:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-scope@8.0.1:
+ eslint-scope@8.0.2:
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-typegen@0.2.4(eslint@9.6.0):
+ eslint-typegen@0.3.0(eslint@9.8.0):
dependencies:
- '@types/eslint': 8.56.10
- eslint: 9.6.0
+ '@types/eslint': 9.6.0
+ eslint: 9.8.0
json-schema-to-typescript-lite: 14.0.1
ohash: 1.1.3
@@ -10986,25 +11164,25 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint@9.6.0:
+ eslint@9.8.0:
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint-community/regexpp': 4.10.0
- '@eslint/config-array': 0.17.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/regexpp': 4.11.0
+ '@eslint/config-array': 0.17.1
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.6.0
+ '@eslint/js': 9.8.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
escape-string-regexp: 4.0.0
- eslint-scope: 8.0.1
+ eslint-scope: 8.0.2
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0
@@ -11037,7 +11215,7 @@ snapshots:
acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 3.4.3
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -11121,9 +11299,9 @@ snapshots:
enhanced-resolve: 5.17.0
mlly: 1.7.1
pathe: 1.1.2
- ufo: 1.5.3
+ ufo: 1.5.4
- fake-indexeddb@5.0.2: {}
+ fake-indexeddb@6.0.0: {}
fast-deep-equal@3.1.3: {}
@@ -11159,11 +11337,11 @@ snapshots:
dependencies:
flat-cache: 4.0.1
- file-loader@6.2.0(webpack@5.92.1):
+ file-loader@6.2.0(webpack@5.93.0):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.92.1
+ webpack: 5.93.0
file-uri-to-path@1.0.0: {}
@@ -11171,6 +11349,8 @@ snapshots:
dependencies:
to-regex-range: 5.0.1
+ find-up-simple@1.0.0: {}
+
find-up@4.1.0:
dependencies:
locate-path: 5.0.0
@@ -11181,12 +11361,6 @@ snapshots:
locate-path: 6.0.0
path-exists: 4.0.0
- find-up@7.0.0:
- dependencies:
- locate-path: 7.2.0
- path-exists: 5.0.0
- unicorn-magic: 0.1.0
-
flat-cache@4.0.1:
dependencies:
flatted: 3.3.1
@@ -11196,11 +11370,11 @@ snapshots:
flatted@3.3.1: {}
- floating-vue@5.2.2(@nuxt/kit@packages+kit)(vue@3.4.31(typescript@5.5.3)):
+ floating-vue@5.2.2(@nuxt/kit@packages+kit)(vue@3.4.34(typescript@5.5.4)):
dependencies:
'@floating-ui/dom': 1.1.1
- vue: 3.4.31(typescript@5.5.3)
- vue-resize: 2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.34(typescript@5.5.4)
+ vue-resize: 2.0.0-alpha.1(vue@3.4.34(typescript@5.5.4))
optionalDependencies:
'@nuxt/kit': link:packages/kit
@@ -11217,22 +11391,22 @@ snapshots:
cross-spawn: 7.0.3
signal-exit: 4.1.0
- fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.3)(webpack@5.92.1):
+ fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.4)(webpack@5.93.0):
dependencies:
'@babel/code-frame': 7.24.7
chalk: 4.1.2
chokidar: 3.6.0
- cosmiconfig: 8.3.6(typescript@5.5.3)
+ cosmiconfig: 8.3.6(typescript@5.5.4)
deepmerge: 4.3.1
fs-extra: 10.1.0
memfs: 3.5.3
minimatch: 3.1.2
node-abort-controller: 3.1.1
schema-utils: 3.3.0
- semver: 7.6.2
+ semver: 7.6.3
tapable: 2.2.1
- typescript: 5.5.3
- webpack: 5.92.1
+ typescript: 5.5.4
+ webpack: 5.93.0
fraction.js@4.3.7: {}
@@ -11304,7 +11478,7 @@ snapshots:
'@sec-ant/readable-stream': 0.4.1
is-stream: 4.0.1
- get-tsconfig@4.7.3:
+ get-tsconfig@4.7.6:
dependencies:
resolve-pkg-maps: 1.0.0
@@ -11388,7 +11562,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.2.0: {}
+ globals@15.9.0: {}
globby@11.1.0:
dependencies:
@@ -11426,16 +11600,16 @@ snapshots:
h3-nightly@2.0.0-1718872656.6765a6e:
dependencies:
- cookie-es: 1.1.0
+ cookie-es: 1.2.2
crossws: 0.2.4
defu: 6.1.4
destr: 2.0.3
iron-webcrypto: 1.2.1
ohash: 1.1.3
radix3: 1.1.2
- ufo: 1.5.3
+ ufo: 1.5.4
uncrypto: 0.1.3
- unenv: 1.9.0
+ unenv: 1.10.0
transitivePeerDependencies:
- uWebSockets.js
@@ -11556,7 +11730,7 @@ snapshots:
html-tags@3.3.1: {}
- html-validate@8.20.1(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)):
+ html-validate@8.21.0(vitest@1.6.0(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)):
dependencies:
'@babel/code-frame': 7.24.7
'@html-validate/stylish': 4.2.0
@@ -11568,9 +11742,9 @@ snapshots:
kleur: 4.1.5
minimist: 1.2.8
prompts: 2.4.2
- semver: 7.6.2
+ semver: 7.6.3
optionalDependencies:
- vitest: 1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
+ vitest: 1.6.0(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0)
html-void-elements@3.0.0: {}
@@ -11594,14 +11768,14 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
https-proxy-agent@7.0.5(supports-color@9.4.0):
dependencies:
agent-base: 7.1.0(supports-color@9.4.0)
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -11622,9 +11796,9 @@ snapshots:
safer-buffer: 2.1.2
optional: true
- icss-utils@5.1.0(postcss@8.4.39):
+ icss-utils@5.1.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
ieee754@1.2.1: {}
@@ -11639,6 +11813,19 @@ snapshots:
parent-module: 1.0.1
resolve-from: 4.0.0
+ importx@0.4.3:
+ dependencies:
+ bundle-require: 5.0.0(esbuild@0.23.0)
+ debug: 4.3.6(supports-color@9.4.0)
+ esbuild: 0.23.0
+ jiti: 2.0.0-beta.3
+ jiti-v1: jiti@1.21.6
+ pathe: 1.1.2
+ pkg-types: 1.1.3
+ tsx: 4.16.5
+ transitivePeerDependencies:
+ - supports-color
+
imurmurhash@0.1.4: {}
indent-string@4.0.0: {}
@@ -11666,7 +11853,7 @@ snapshots:
dependencies:
'@ioredis/commands': 1.2.0
cluster-key-slot: 1.1.2
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
denque: 2.1.0
lodash.defaults: 4.2.0
lodash.isarguments: 3.1.0
@@ -11851,15 +12038,15 @@ snapshots:
make-dir: 4.0.0
supports-color: 7.2.0
- istanbul-lib-source-maps@5.0.4:
+ istanbul-lib-source-maps@5.0.6:
dependencies:
'@jridgewell/trace-mapping': 0.3.25
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
istanbul-lib-coverage: 3.2.2
transitivePeerDependencies:
- supports-color
- istanbul-reports@3.1.6:
+ istanbul-reports@3.1.7:
dependencies:
html-escaper: 2.0.2
istanbul-lib-report: 3.0.1
@@ -11879,7 +12066,7 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -11887,17 +12074,19 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
merge-stream: 2.0.0
supports-color: 8.1.1
jest-worker@29.7.0:
dependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
+ jiti@1.21.6: {}
+
jiti@2.0.0-beta.3: {}
js-beautify@1.14.9:
@@ -12016,12 +12205,14 @@ snapshots:
node-forge: 1.3.1
pathe: 1.1.2
std-env: 3.7.0
- ufo: 1.5.3
+ ufo: 1.5.4
untun: 0.1.3
uqr: 0.1.2
transitivePeerDependencies:
- uWebSockets.js
+ load-tsconfig@0.2.5: {}
+
loader-runner@4.3.0: {}
loader-utils@1.4.2:
@@ -12049,10 +12240,6 @@ snapshots:
dependencies:
p-locate: 5.0.0
- locate-path@7.2.0:
- dependencies:
- p-locate: 6.0.0
-
lodash-es@4.17.21: {}
lodash.defaults@4.2.0: {}
@@ -12075,6 +12262,10 @@ snapshots:
dependencies:
get-func-name: 2.0.2
+ loupe@3.1.1:
+ dependencies:
+ get-func-name: 2.0.2
+
lower-case@1.1.4: {}
lru-cache@10.2.0: {}
@@ -12087,18 +12278,18 @@ snapshots:
lz-string@1.5.0: {}
- magic-string-ast@0.6.1:
+ magic-string-ast@0.6.2:
dependencies:
- magic-string: 0.30.10
+ magic-string: 0.30.11
- magic-string@0.30.10:
+ magic-string@0.30.11:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
magicast@0.3.4:
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.25.3
+ '@babel/types': 7.25.2
source-map-js: 1.2.0
make-dir@3.1.0:
@@ -12107,7 +12298,7 @@ snapshots:
make-dir@4.0.0:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
markdown-it@14.1.0:
dependencies:
@@ -12268,12 +12459,12 @@ snapshots:
dependencies:
fs-monkey: 1.0.5
- memfs@4.9.3:
+ memfs@4.11.1:
dependencies:
- '@jsonjoy.com/json-pack': 1.0.3(tslib@2.6.2)
- '@jsonjoy.com/util': 1.1.2(tslib@2.6.2)
- tree-dump: 1.0.1(tslib@2.6.2)
- tslib: 2.6.2
+ '@jsonjoy.com/json-pack': 1.0.3(tslib@2.6.3)
+ '@jsonjoy.com/util': 1.3.0(tslib@2.6.3)
+ tree-dump: 1.0.1(tslib@2.6.3)
+ tslib: 2.6.3
memory-fs@0.5.0:
dependencies:
@@ -12456,7 +12647,7 @@ snapshots:
micromark@4.0.0:
dependencies:
'@types/debug': 4.1.12
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
decode-named-character-reference: 1.0.2
devlop: 1.1.0
micromark-core-commonmark: 2.0.0
@@ -12500,11 +12691,11 @@ snapshots:
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.9.0(webpack@5.92.1):
+ mini-css-extract-plugin@2.9.0(webpack@5.93.0):
dependencies:
schema-utils: 4.2.0
tapable: 2.2.1
- webpack: 5.92.1
+ webpack: 5.93.0
minimatch@10.0.1:
dependencies:
@@ -12549,34 +12740,32 @@ snapshots:
mkdirp@1.0.4: {}
- mkdist@1.5.3(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3)):
+ mkdist@1.5.4(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4)):
dependencies:
- autoprefixer: 10.4.19(postcss@8.4.39)
+ autoprefixer: 10.4.20(postcss@8.4.40)
citty: 0.1.6
- cssnano: 7.0.4(postcss@8.4.39)
+ cssnano: 7.0.4(postcss@8.4.40)
defu: 6.1.4
- esbuild: 0.21.5
- fs-extra: 11.2.0
- globby: 14.0.2
+ esbuild: 0.23.0
+ fast-glob: 3.3.2
jiti: 2.0.0-beta.3
mlly: 1.7.1
- mri: 1.2.0
pathe: 1.1.2
pkg-types: 1.1.3
- postcss: 8.4.39
- postcss-nested: 6.0.1(postcss@8.4.39)
- semver: 7.6.2
+ postcss: 8.4.40
+ postcss-nested: 6.0.1(postcss@8.4.40)
+ semver: 7.6.3
optionalDependencies:
sass: 1.69.4
- typescript: 5.5.3
- vue-tsc: 2.0.26(typescript@5.5.3)
+ typescript: 5.5.4
+ vue-tsc: 2.0.29(typescript@5.5.4)
mlly@1.7.1:
dependencies:
acorn: 8.12.1
pathe: 1.1.2
pkg-types: 1.1.3
- ufo: 1.5.3
+ ufo: 1.5.4
mri@1.2.0: {}
@@ -12600,18 +12789,18 @@ snapshots:
neo-async@2.6.2: {}
- nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.3):
+ nitro-nightly@3.0.0-beta-28665895.e727afda(@opentelemetry/api@1.9.0)(encoding@0.1.13)(typescript@5.5.4):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.3
'@netlify/functions': 2.7.0(@opentelemetry/api@1.9.0)
- '@rollup/plugin-alias': 5.1.0(rollup@4.18.0)
- '@rollup/plugin-commonjs': 26.0.1(rollup@4.18.0)
- '@rollup/plugin-inject': 5.0.5(rollup@4.18.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.18.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0)
- '@rollup/plugin-replace': 5.0.7(rollup@4.18.0)
- '@rollup/plugin-terser': 0.4.4(rollup@4.18.0)
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/plugin-alias': 5.1.0(rollup@4.20.0)
+ '@rollup/plugin-commonjs': 26.0.1(rollup@4.20.0)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.20.0)
+ '@rollup/plugin-json': 6.1.0(rollup@4.20.0)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.20.0)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.20.0)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.20.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
'@types/http-proxy': 1.17.14
'@vercel/nft': 0.27.2(encoding@0.1.13)
archiver: 7.0.1
@@ -12622,7 +12811,7 @@ snapshots:
compatx: 0.1.8
confbox: 0.1.7
consola: 3.2.3
- cookie-es: 1.1.0
+ cookie-es: 1.2.2
croner: 8.0.2
crossws: 0.2.4
db0: 0.1.4
@@ -12643,7 +12832,7 @@ snapshots:
klona: 2.0.6
knitwork: 1.1.0
listhen: 1.7.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
magicast: 0.3.4
mime: 4.0.3
mlly: 1.7.1
@@ -12651,24 +12840,24 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
ohash: 1.1.3
- openapi-typescript: 7.0.0(encoding@0.1.13)(typescript@5.5.3)
+ openapi-typescript: 7.0.0(encoding@0.1.13)(typescript@5.5.4)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.1.3
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.18.0
- rollup-plugin-visualizer: 5.12.0(rollup@4.18.0)
+ rollup: 4.20.0
+ rollup-plugin-visualizer: 5.12.0(rollup@4.20.0)
scule: 1.3.0
- semver: 7.6.2
+ semver: 7.6.3
serve-placeholder: 2.0.2
serve-static: 1.15.0
std-env: 3.7.0
- ufo: 1.5.3
+ ufo: 1.5.4
uncrypto: 0.1.3
unctx: 2.3.1
- unenv: 1.9.0
- unimport: 3.7.2(rollup@4.18.0)
+ unenv: 1.10.0
+ unimport: 3.10.0(rollup@4.20.0)
unstorage: 1.10.2(ioredis@5.4.1)
untyped: 1.4.2
unwasm: 0.3.9
@@ -12698,14 +12887,14 @@ snapshots:
dependencies:
'@cloudflare/kv-asset-handler': 0.3.3
'@netlify/functions': 2.7.0(@opentelemetry/api@1.9.0)
- '@rollup/plugin-alias': 5.1.0(rollup@4.18.0)
- '@rollup/plugin-commonjs': 25.0.7(rollup@4.18.0)
- '@rollup/plugin-inject': 5.0.5(rollup@4.18.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.18.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0)
- '@rollup/plugin-replace': 5.0.7(rollup@4.18.0)
- '@rollup/plugin-terser': 0.4.4(rollup@4.18.0)
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/plugin-alias': 5.1.0(rollup@4.20.0)
+ '@rollup/plugin-commonjs': 25.0.7(rollup@4.20.0)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.20.0)
+ '@rollup/plugin-json': 6.1.0(rollup@4.20.0)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.20.0)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.20.0)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.20.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
'@types/http-proxy': 1.17.14
'@vercel/nft': 0.26.5(encoding@0.1.13)
archiver: 7.0.1
@@ -12714,7 +12903,7 @@ snapshots:
chokidar: 3.6.0
citty: 0.1.6
consola: 3.2.3
- cookie-es: 1.1.0
+ cookie-es: 1.2.2
croner: 8.0.2
crossws: 0.2.4
db0: 0.1.4
@@ -12736,7 +12925,7 @@ snapshots:
klona: 2.0.6
knitwork: 1.1.0
listhen: 1.7.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
mime: 4.0.3
mlly: 1.7.1
mri: 1.2.0
@@ -12749,18 +12938,18 @@ snapshots:
pkg-types: 1.1.3
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.18.0
- rollup-plugin-visualizer: 5.12.0(rollup@4.18.0)
+ rollup: 4.20.0
+ rollup-plugin-visualizer: 5.12.0(rollup@4.20.0)
scule: 1.3.0
- semver: 7.6.2
+ semver: 7.6.3
serve-placeholder: 2.0.2
serve-static: 1.15.0
std-env: 3.7.0
- ufo: 1.5.3
+ ufo: 1.5.4
uncrypto: 0.1.3
unctx: 2.3.1
- unenv: 1.9.0
- unimport: 3.7.2(rollup@4.18.0)
+ unenv: 1.10.0
+ unimport: 3.10.0(rollup@4.20.0)
unstorage: 1.10.2(ioredis@5.4.1)
unwasm: 0.3.9
transitivePeerDependencies:
@@ -12812,7 +13001,7 @@ snapshots:
node-gyp-build@4.6.1: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.18: {}
nopt@5.0.0:
dependencies:
@@ -12856,21 +13045,21 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxt-content-twoslash@0.1.0(@nuxtjs/mdc@0.5.0):
+ nuxt-content-twoslash@0.1.1(@nuxtjs/mdc@0.5.0):
dependencies:
'@nuxt/kit': link:packages/kit
'@nuxt/schema': link:packages/schema
'@nuxtjs/mdc': 0.5.0
- '@shikijs/vitepress-twoslash': 1.10.1(@nuxt/kit@packages+kit)(typescript@5.5.3)
+ '@shikijs/vitepress-twoslash': 1.12.1(@nuxt/kit@packages+kit)(typescript@5.5.4)
cac: 6.7.14
chokidar: 3.6.0
fast-glob: 3.3.2
pathe: 1.1.2
picocolors: 1.0.1
remark-parse: 11.0.0
- shiki: 1.10.1
- twoslash: 0.2.9(typescript@5.5.3)
- typescript: 5.5.3
+ shiki: 1.12.1
+ twoslash: 0.2.9(typescript@5.5.4)
+ typescript: 5.5.4
unified: 11.0.5
unist-util-visit: 5.0.0
transitivePeerDependencies:
@@ -12883,7 +13072,7 @@ snapshots:
execa: 8.0.1
pathe: 1.1.2
pkg-types: 1.1.3
- ufo: 1.5.3
+ ufo: 1.5.4
object-assign@4.1.1: {}
@@ -12907,7 +13096,7 @@ snapshots:
dependencies:
destr: 2.0.3
node-fetch-native: 1.6.4
- ufo: 1.5.3
+ ufo: 1.5.4
ohash@1.1.3: {}
@@ -12956,13 +13145,13 @@ snapshots:
undici: 5.28.4
yargs-parser: 21.1.1
- openapi-typescript@7.0.0(encoding@0.1.13)(typescript@5.5.3):
+ openapi-typescript@7.0.0(encoding@0.1.13)(typescript@5.5.4):
dependencies:
'@redocly/openapi-core': 1.16.0(encoding@0.1.13)(supports-color@9.4.0)
ansi-colors: 4.1.3
parse-json: 8.1.0
supports-color: 9.4.0
- typescript: 5.5.3
+ typescript: 5.5.4
yargs-parser: 21.1.1
transitivePeerDependencies:
- encoding
@@ -12986,10 +13175,6 @@ snapshots:
dependencies:
yocto-queue: 0.1.0
- p-limit@4.0.0:
- dependencies:
- yocto-queue: 1.0.0
-
p-limit@5.0.0:
dependencies:
yocto-queue: 1.0.0
@@ -13002,10 +13187,6 @@ snapshots:
dependencies:
p-limit: 3.1.0
- p-locate@6.0.0:
- dependencies:
- p-limit: 4.0.0
-
p-try@2.2.0: {}
package-json-from-dist@1.0.0: {}
@@ -13036,6 +13217,11 @@ snapshots:
parse-gitignore@2.0.0: {}
+ parse-imports@2.1.1:
+ dependencies:
+ es-module-lexer: 1.5.4
+ slashes: 3.0.12
+
parse-json@5.2.0:
dependencies:
'@babel/code-frame': 7.24.7
@@ -13069,8 +13255,6 @@ snapshots:
path-exists@4.0.0: {}
- path-exists@5.0.0: {}
-
path-is-absolute@1.0.1: {}
path-key@3.1.1: {}
@@ -13097,6 +13281,8 @@ snapshots:
pathval@1.1.1: {}
+ pathval@2.0.0: {}
+
perfect-debounce@1.0.0: {}
picocolors@1.0.1: {}
@@ -13115,196 +13301,196 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
- playwright-core@1.45.1: {}
+ playwright-core@1.45.3: {}
pluralize@8.0.0: {}
- postcss-calc@10.0.0(postcss@8.4.39):
+ postcss-calc@10.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.1(postcss@8.4.39):
+ postcss-colormin@7.0.1(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.3
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.2(postcss@8.4.39):
+ postcss-convert-values@7.0.2(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-discard-comments@7.0.1(postcss@8.4.39):
+ postcss-discard-comments@7.0.1(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-discard-duplicates@7.0.0(postcss@8.4.39):
+ postcss-discard-duplicates@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- postcss-discard-empty@7.0.0(postcss@8.4.39):
+ postcss-discard-empty@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- postcss-discard-overridden@7.0.0(postcss@8.4.39):
+ postcss-discard-overridden@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-import-resolver@2.0.0:
dependencies:
enhanced-resolve: 4.5.0
- postcss-import@16.1.0(postcss@8.4.39):
+ postcss-import@16.1.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-loader@8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.92.1):
+ postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0):
dependencies:
- cosmiconfig: 9.0.0(typescript@5.5.3)
+ cosmiconfig: 9.0.0(typescript@5.5.4)
jiti: 2.0.0-beta.3
- postcss: 8.4.39
- semver: 7.6.2
+ postcss: 8.4.40
+ semver: 7.6.3
optionalDependencies:
- webpack: 5.92.1
+ webpack: 5.93.0
transitivePeerDependencies:
- typescript
postcss-media-query-parser@0.2.3: {}
- postcss-merge-longhand@7.0.2(postcss@8.4.39):
+ postcss-merge-longhand@7.0.2(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- stylehacks: 7.0.2(postcss@8.4.39)
+ stylehacks: 7.0.2(postcss@8.4.40)
- postcss-merge-rules@7.0.2(postcss@8.4.39):
+ postcss-merge-rules@7.0.2(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 5.0.0(postcss@8.4.40)
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-minify-font-values@7.0.0(postcss@8.4.39):
+ postcss-minify-font-values@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-minify-gradients@7.0.0(postcss@8.4.39):
+ postcss-minify-gradients@7.0.0(postcss@8.4.40):
dependencies:
colord: 2.9.3
- cssnano-utils: 5.0.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 5.0.0(postcss@8.4.40)
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.1(postcss@8.4.39):
+ postcss-minify-params@7.0.1(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- cssnano-utils: 5.0.0(postcss@8.4.39)
- postcss: 8.4.39
+ browserslist: 4.23.3
+ cssnano-utils: 5.0.0(postcss@8.4.40)
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-minify-selectors@7.0.2(postcss@8.4.39):
+ postcss-minify-selectors@7.0.2(postcss@8.4.40):
dependencies:
cssesc: 3.0.0
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-modules-extract-imports@3.1.0(postcss@8.4.39):
+ postcss-modules-extract-imports@3.1.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- postcss-modules-local-by-default@4.0.5(postcss@8.4.39):
+ postcss-modules-local-by-default@4.0.5(postcss@8.4.40):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ icss-utils: 5.1.0(postcss@8.4.40)
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.2.0(postcss@8.4.39):
+ postcss-modules-scope@3.2.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-modules-values@4.0.0(postcss@8.4.39):
+ postcss-modules-values@4.0.0(postcss@8.4.40):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ icss-utils: 5.1.0(postcss@8.4.40)
+ postcss: 8.4.40
- postcss-nested@6.0.1(postcss@8.4.39):
+ postcss-nested@6.0.1(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-normalize-charset@7.0.0(postcss@8.4.39):
+ postcss-normalize-charset@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
- postcss-normalize-display-values@7.0.0(postcss@8.4.39):
+ postcss-normalize-display-values@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-positions@7.0.0(postcss@8.4.39):
+ postcss-normalize-positions@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@7.0.0(postcss@8.4.39):
+ postcss-normalize-repeat-style@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-string@7.0.0(postcss@8.4.39):
+ postcss-normalize-string@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@7.0.0(postcss@8.4.39):
+ postcss-normalize-timing-functions@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.1(postcss@8.4.39):
+ postcss-normalize-unicode@7.0.1(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-url@7.0.0(postcss@8.4.39):
+ postcss-normalize-url@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@7.0.0(postcss@8.4.39):
+ postcss-normalize-whitespace@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-ordered-values@7.0.1(postcss@8.4.39):
+ postcss-ordered-values@7.0.1(postcss@8.4.40):
dependencies:
- cssnano-utils: 5.0.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 5.0.0(postcss@8.4.40)
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
- postcss-reduce-initial@7.0.1(postcss@8.4.39):
+ postcss-reduce-initial@7.0.1(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- postcss: 8.4.39
+ postcss: 8.4.40
- postcss-reduce-transforms@7.0.0(postcss@8.4.39):
+ postcss-reduce-transforms@7.0.0(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
postcss-selector-parser@6.1.0:
@@ -13312,28 +13498,28 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@7.0.1(postcss@8.4.39):
+ postcss-svgo@7.0.1(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-unique-selectors@7.0.1(postcss@8.4.39):
+ postcss-unique-selectors@7.0.1(postcss@8.4.40):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
- postcss-url@10.1.3(postcss@8.4.39):
+ postcss-url@10.1.3(postcss@8.4.40):
dependencies:
make-dir: 3.1.0
mime: 2.5.2
minimatch: 3.0.8
- postcss: 8.4.39
+ postcss: 8.4.40
xxhashjs: 0.2.2
postcss-value-parser@4.2.0: {}
- postcss@8.4.39:
+ postcss@8.4.40:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@@ -13341,7 +13527,7 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier@3.3.2: {}
+ prettier@3.3.3: {}
pretty-bytes@6.1.1: {}
@@ -13538,13 +13724,13 @@ snapshots:
refa@0.12.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
regenerator-runtime@0.14.1: {}
regexp-ast-analysis@0.7.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
regexp-tree@0.1.27: {}
@@ -13686,47 +13872,48 @@ snapshots:
dependencies:
glob: 7.2.3
- rimraf@6.0.0:
+ rimraf@6.0.1:
dependencies:
glob: 11.0.0
+ package-json-from-dist: 1.0.0
- rollup-plugin-dts@6.1.1(rollup@4.18.0)(typescript@5.5.3):
+ rollup-plugin-dts@6.1.1(rollup@4.20.0)(typescript@5.5.4):
dependencies:
- magic-string: 0.30.10
- rollup: 4.18.0
- typescript: 5.5.3
+ magic-string: 0.30.11
+ rollup: 4.20.0
+ typescript: 5.5.4
optionalDependencies:
'@babel/code-frame': 7.24.7
- rollup-plugin-visualizer@5.12.0(rollup@4.18.0):
+ rollup-plugin-visualizer@5.12.0(rollup@4.20.0):
dependencies:
open: 8.4.2
picomatch: 2.3.1
source-map: 0.7.4
yargs: 17.7.2
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.20.0
- rollup@4.18.0:
+ rollup@4.20.0:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.18.0
- '@rollup/rollup-android-arm64': 4.18.0
- '@rollup/rollup-darwin-arm64': 4.18.0
- '@rollup/rollup-darwin-x64': 4.18.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
- '@rollup/rollup-linux-arm-musleabihf': 4.18.0
- '@rollup/rollup-linux-arm64-gnu': 4.18.0
- '@rollup/rollup-linux-arm64-musl': 4.18.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
- '@rollup/rollup-linux-riscv64-gnu': 4.18.0
- '@rollup/rollup-linux-s390x-gnu': 4.18.0
- '@rollup/rollup-linux-x64-gnu': 4.18.0
- '@rollup/rollup-linux-x64-musl': 4.18.0
- '@rollup/rollup-win32-arm64-msvc': 4.18.0
- '@rollup/rollup-win32-ia32-msvc': 4.18.0
- '@rollup/rollup-win32-x64-msvc': 4.18.0
+ '@rollup/rollup-android-arm-eabi': 4.20.0
+ '@rollup/rollup-android-arm64': 4.20.0
+ '@rollup/rollup-darwin-arm64': 4.20.0
+ '@rollup/rollup-darwin-x64': 4.20.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.20.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.20.0
+ '@rollup/rollup-linux-arm64-gnu': 4.20.0
+ '@rollup/rollup-linux-arm64-musl': 4.20.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.20.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.20.0
+ '@rollup/rollup-linux-s390x-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-musl': 4.20.0
+ '@rollup/rollup-win32-arm64-msvc': 4.20.0
+ '@rollup/rollup-win32-ia32-msvc': 4.20.0
+ '@rollup/rollup-win32-x64-msvc': 4.20.0
fsevents: 2.3.3
run-applescript@5.0.0:
@@ -13774,7 +13961,7 @@ snapshots:
scslre@0.3.0:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -13784,7 +13971,7 @@ snapshots:
semver@6.3.1: {}
- semver@7.6.2: {}
+ semver@7.6.3: {}
send@0.18.0:
dependencies:
@@ -13852,9 +14039,15 @@ snapshots:
dependencies:
'@shikijs/core': 1.1.2
- shiki@1.10.1:
+ shiki@1.10.3:
dependencies:
- '@shikijs/core': 1.10.1
+ '@shikijs/core': 1.10.3
+ '@types/hast': 3.0.4
+
+ shiki@1.12.1:
+ dependencies:
+ '@shikijs/core': 1.12.1
+ '@types/hast': 3.0.4
side-channel@1.0.4:
dependencies:
@@ -13872,7 +14065,7 @@ snapshots:
dependencies:
'@kwsites/file-exists': 1.1.1
'@kwsites/promise-deferred': 1.1.1
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -13894,6 +14087,8 @@ snapshots:
slash@5.1.0: {}
+ slashes@3.0.12: {}
+
smob@1.4.1: {}
smol-toml@1.2.0: {}
@@ -13936,6 +14131,8 @@ snapshots:
splitpanes@3.1.5: {}
+ stable-hash@0.0.4: {}
+
stackback@0.0.2: {}
stackframe@1.3.4: {}
@@ -14004,10 +14201,10 @@ snapshots:
dependencies:
js-tokens: 9.0.0
- stylehacks@7.0.2(postcss@8.4.39):
+ stylehacks@7.0.2(postcss@8.4.40):
dependencies:
- browserslist: 4.23.1
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.40
postcss-selector-parser: 6.1.0
superjson@2.2.1:
@@ -14042,6 +14239,11 @@ snapshots:
csso: 5.0.5
picocolors: 1.0.1
+ synckit@0.9.1:
+ dependencies:
+ '@pkgr/core': 0.1.1
+ tslib: 2.6.3
+
system-architecture@0.1.0: {}
tabbable@6.2.0: {}
@@ -14065,25 +14267,25 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- terser-webpack-plugin@5.3.10(esbuild@0.23.0)(webpack@5.92.1(esbuild@0.23.0)):
+ terser-webpack-plugin@5.3.10(esbuild@0.23.0)(webpack@5.93.0(esbuild@0.23.0)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
terser: 5.27.0
- webpack: 5.92.1(esbuild@0.23.0)
+ webpack: 5.93.0(esbuild@0.23.0)
optionalDependencies:
esbuild: 0.23.0
- terser-webpack-plugin@5.3.10(webpack@5.92.1):
+ terser-webpack-plugin@5.3.10(webpack@5.93.0):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
terser: 5.27.0
- webpack: 5.92.1
+ webpack: 5.93.0
terser@5.27.0:
dependencies:
@@ -14092,34 +14294,40 @@ snapshots:
commander: 2.20.3
source-map-support: 0.5.21
- test-exclude@6.0.0:
+ test-exclude@7.0.1:
dependencies:
'@istanbuljs/schema': 0.1.3
- glob: 7.2.3
- minimatch: 3.1.2
+ glob: 10.4.1
+ minimatch: 9.0.4
text-table@0.2.0: {}
- thingies@1.21.0(tslib@2.6.2):
+ thingies@1.21.0(tslib@2.6.3):
dependencies:
- tslib: 2.6.2
+ tslib: 2.6.3
- third-party-capital@1.0.30:
+ third-party-capital@2.3.0:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
- time-fix-plugin@2.0.7(webpack@5.92.1):
+ time-fix-plugin@2.0.7(webpack@5.93.0):
dependencies:
- webpack: 5.92.1
+ webpack: 5.93.0
tiny-invariant@1.3.1: {}
- tinybench@2.5.1: {}
+ tinybench@2.8.0: {}
tinypool@0.8.4: {}
+ tinypool@1.0.0: {}
+
+ tinyrainbow@1.2.0: {}
+
tinyspy@2.2.0: {}
+ tinyspy@3.0.0: {}
+
titleize@3.0.0: {}
to-fast-properties@2.0.0: {}
@@ -14136,36 +14344,43 @@ snapshots:
tr46@0.0.3: {}
- tree-dump@1.0.1(tslib@2.6.2):
+ tree-dump@1.0.1(tslib@2.6.3):
dependencies:
- tslib: 2.6.2
+ tslib: 2.6.3
trim-lines@3.0.1: {}
trough@2.2.0: {}
- ts-api-utils@1.3.0(typescript@5.5.3):
+ ts-api-utils@1.3.0(typescript@5.5.4):
dependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- tslib@2.6.2: {}
+ tslib@2.6.3: {}
+
+ tsx@4.16.5:
+ dependencies:
+ esbuild: 0.21.5
+ get-tsconfig: 4.7.6
+ optionalDependencies:
+ fsevents: 2.3.3
twoslash-protocol@0.2.9: {}
- twoslash-vue@0.2.9(typescript@5.5.3):
+ twoslash-vue@0.2.9(typescript@5.5.4):
dependencies:
- '@vue/language-core': 2.0.26(typescript@5.5.3)
- twoslash: 0.2.9(typescript@5.5.3)
+ '@vue/language-core': 2.0.29(typescript@5.5.4)
+ twoslash: 0.2.9(typescript@5.5.4)
twoslash-protocol: 0.2.9
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- twoslash@0.2.9(typescript@5.5.3):
+ twoslash@0.2.9(typescript@5.5.4):
dependencies:
'@typescript/vfs': 1.5.0
twoslash-protocol: 0.2.9
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
@@ -14187,44 +14402,44 @@ snapshots:
type-fest@4.20.1: {}
- typescript@5.5.3: {}
+ typescript@5.5.4: {}
uc.micro@2.1.0: {}
- ufo@1.5.3: {}
+ ufo@1.5.4: {}
uglify-js@3.17.4: {}
ultrahtml@1.5.3: {}
- unbuild@3.0.0-rc.6(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3)):
+ unbuild@3.0.0-rc.7(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4)):
dependencies:
- '@rollup/plugin-alias': 5.1.0(rollup@4.18.0)
- '@rollup/plugin-commonjs': 26.0.1(rollup@4.18.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.18.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0)
- '@rollup/plugin-replace': 5.0.7(rollup@4.18.0)
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/plugin-alias': 5.1.0(rollup@4.20.0)
+ '@rollup/plugin-commonjs': 26.0.1(rollup@4.20.0)
+ '@rollup/plugin-json': 6.1.0(rollup@4.20.0)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.20.0)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.20.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
citty: 0.1.6
consola: 3.2.3
defu: 6.1.4
esbuild: 0.23.0
- globby: 14.0.2
+ fast-glob: 3.3.2
hookable: 5.5.3
jiti: 2.0.0-beta.3
- magic-string: 0.30.10
- mkdist: 1.5.3(sass@1.69.4)(typescript@5.5.3)(vue-tsc@2.0.26(typescript@5.5.3))
+ magic-string: 0.30.11
+ mkdist: 1.5.4(sass@1.69.4)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
pretty-bytes: 6.1.1
- rollup: 4.18.0
- rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.5.3)
+ rollup: 4.20.0
+ rollup-plugin-dts: 6.1.1(rollup@4.20.0)(typescript@5.5.4)
scule: 1.3.0
- ufo: 1.5.3
+ ufo: 1.5.4
untyped: 1.4.2
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- sass
- supports-color
@@ -14236,14 +14451,22 @@ snapshots:
defu: 6.1.4
jiti: 2.0.0-beta.3
+ unconfig@0.5.5:
+ dependencies:
+ '@antfu/utils': 0.7.10
+ defu: 6.1.4
+ importx: 0.4.3
+ transitivePeerDependencies:
+ - supports-color
+
uncrypto@0.1.3: {}
unctx@2.3.1:
dependencies:
acorn: 8.12.1
estree-walker: 3.0.3
- magic-string: 0.30.10
- unplugin: 1.11.0
+ magic-string: 0.30.11
+ unplugin: 1.12.0
undici-types@5.26.5: {}
@@ -14251,7 +14474,7 @@ snapshots:
dependencies:
'@fastify/busboy': 2.0.0
- unenv@1.9.0:
+ unenv@1.10.0:
dependencies:
consola: 3.2.3
defu: 6.1.4
@@ -14259,11 +14482,11 @@ snapshots:
node-fetch-native: 1.6.4
pathe: 1.1.2
- unhead@1.9.15:
+ unhead@1.9.16:
dependencies:
- '@unhead/dom': 1.9.15
- '@unhead/schema': 1.9.15
- '@unhead/shared': 1.9.15
+ '@unhead/dom': 1.9.16
+ '@unhead/schema': 1.9.16
+ '@unhead/shared': 1.9.16
hookable: 5.5.3
unicode-emoji-modifier-base@1.0.0: {}
@@ -14280,21 +14503,21 @@ snapshots:
trough: 2.2.0
vfile: 6.0.1
- unimport@3.7.2(rollup@4.18.0):
+ unimport@3.10.0(rollup@4.20.0):
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
acorn: 8.12.1
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.11.0
+ unplugin: 1.12.0
transitivePeerDependencies:
- rollup
@@ -14327,70 +14550,71 @@ snapshots:
universalify@2.0.0: {}
- unocss@0.60.4(@unocss/webpack@0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0)))(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)):
+ unocss@0.61.3(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)):
dependencies:
- '@unocss/astro': 0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- '@unocss/cli': 0.60.4(rollup@4.18.0)
- '@unocss/core': 0.60.4
- '@unocss/extractor-arbitrary-variants': 0.60.4
- '@unocss/postcss': 0.60.4(postcss@8.4.39)
- '@unocss/preset-attributify': 0.60.4
- '@unocss/preset-icons': 0.60.4
- '@unocss/preset-mini': 0.60.4
- '@unocss/preset-tagify': 0.60.4
- '@unocss/preset-typography': 0.60.4
- '@unocss/preset-uno': 0.60.4
- '@unocss/preset-web-fonts': 0.60.4
- '@unocss/preset-wind': 0.60.4
- '@unocss/reset': 0.60.4
- '@unocss/transformer-attributify-jsx': 0.60.4
- '@unocss/transformer-attributify-jsx-babel': 0.60.4
- '@unocss/transformer-compile-class': 0.60.4
- '@unocss/transformer-directives': 0.60.4
- '@unocss/transformer-variant-group': 0.60.4
- '@unocss/vite': 0.60.4(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/astro': 0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/cli': 0.61.3(rollup@4.20.0)
+ '@unocss/core': 0.61.3
+ '@unocss/extractor-arbitrary-variants': 0.61.3
+ '@unocss/postcss': 0.61.3(postcss@8.4.40)
+ '@unocss/preset-attributify': 0.61.3
+ '@unocss/preset-icons': 0.61.3
+ '@unocss/preset-mini': 0.61.3
+ '@unocss/preset-tagify': 0.61.3
+ '@unocss/preset-typography': 0.61.3
+ '@unocss/preset-uno': 0.61.3
+ '@unocss/preset-web-fonts': 0.61.3
+ '@unocss/preset-wind': 0.61.3
+ '@unocss/reset': 0.61.3
+ '@unocss/transformer-attributify-jsx': 0.61.3
+ '@unocss/transformer-attributify-jsx-babel': 0.61.3
+ '@unocss/transformer-compile-class': 0.61.3
+ '@unocss/transformer-directives': 0.61.3
+ '@unocss/transformer-variant-group': 0.61.3
+ '@unocss/vite': 0.61.3(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
optionalDependencies:
- '@unocss/webpack': 0.60.4(rollup@4.18.0)(webpack@5.92.1(esbuild@0.23.0))
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ '@unocss/webpack': 0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0))
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- postcss
- rollup
- supports-color
- unocss@0.61.2(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)):
+ unocss@0.61.9(@unocss/webpack@0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0)))(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)):
dependencies:
- '@unocss/astro': 0.61.2(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
- '@unocss/cli': 0.61.2(rollup@4.18.0)
- '@unocss/core': 0.61.2
- '@unocss/extractor-arbitrary-variants': 0.61.2
- '@unocss/postcss': 0.61.2(postcss@8.4.39)
- '@unocss/preset-attributify': 0.61.2
- '@unocss/preset-icons': 0.61.2
- '@unocss/preset-mini': 0.61.2
- '@unocss/preset-tagify': 0.61.2
- '@unocss/preset-typography': 0.61.2
- '@unocss/preset-uno': 0.61.2
- '@unocss/preset-web-fonts': 0.61.2
- '@unocss/preset-wind': 0.61.2
- '@unocss/reset': 0.61.2
- '@unocss/transformer-attributify-jsx': 0.61.2
- '@unocss/transformer-attributify-jsx-babel': 0.61.2
- '@unocss/transformer-compile-class': 0.61.2
- '@unocss/transformer-directives': 0.61.2
- '@unocss/transformer-variant-group': 0.61.2
- '@unocss/vite': 0.61.2(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/astro': 0.61.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
+ '@unocss/cli': 0.61.9(rollup@4.20.0)
+ '@unocss/core': 0.61.9
+ '@unocss/extractor-arbitrary-variants': 0.61.9
+ '@unocss/postcss': 0.61.9(postcss@8.4.40)
+ '@unocss/preset-attributify': 0.61.9
+ '@unocss/preset-icons': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/preset-tagify': 0.61.9
+ '@unocss/preset-typography': 0.61.9
+ '@unocss/preset-uno': 0.61.9
+ '@unocss/preset-web-fonts': 0.61.9
+ '@unocss/preset-wind': 0.61.9
+ '@unocss/reset': 0.61.9
+ '@unocss/transformer-attributify-jsx': 0.61.9
+ '@unocss/transformer-attributify-jsx-babel': 0.61.9
+ '@unocss/transformer-compile-class': 0.61.9
+ '@unocss/transformer-directives': 0.61.9
+ '@unocss/transformer-variant-group': 0.61.9
+ '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ '@unocss/webpack': 0.61.3(rollup@4.20.0)(webpack@5.93.0(esbuild@0.23.0))
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- postcss
- rollup
- supports-color
- unplugin-vue-router@0.10.0(rollup@4.18.0)(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3)):
+ unplugin-vue-router@0.10.2(rollup@4.20.0)(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4)):
dependencies:
- '@babel/types': 7.24.7
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@vue-macros/common': 1.10.4(rollup@4.18.0)(vue@3.4.31(typescript@5.5.3))
+ '@babel/types': 7.25.2
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@vue-macros/common': 1.12.2(rollup@4.20.0)(vue@3.4.34(typescript@5.5.4))
ast-walker-scope: 0.6.1
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -14399,15 +14623,15 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.11.0
- yaml: 2.4.5
+ unplugin: 1.12.0
+ yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ vue-router: 4.4.2(vue@3.4.34(typescript@5.5.4))
transitivePeerDependencies:
- rollup
- vue
- unplugin@1.11.0:
+ unplugin@1.12.0:
dependencies:
acorn: 8.12.1
chokidar: 3.6.0
@@ -14425,7 +14649,7 @@ snapshots:
mri: 1.2.0
node-fetch-native: 1.6.4
ofetch: 1.3.4(patch_hash=nxc3eojzwynarpj453xzxqr2f4)
- ufo: 1.5.3
+ ufo: 1.5.4
optionalDependencies:
ioredis: 5.4.1
transitivePeerDependencies:
@@ -14441,9 +14665,9 @@ snapshots:
untyped@1.4.2:
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/standalone': 7.23.9
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
defu: 6.1.4
jiti: 2.0.0-beta.3
mri: 1.2.0
@@ -14454,15 +14678,15 @@ snapshots:
unwasm@0.3.9:
dependencies:
knitwork: 1.1.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
- unplugin: 1.11.0
+ unplugin: 1.12.0
- update-browserslist-db@1.0.16(browserslist@4.23.1):
+ update-browserslist-db@1.1.0(browserslist@4.23.3):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.3
escalade: 3.1.2
picocolors: 1.0.1
@@ -14474,24 +14698,24 @@ snapshots:
dependencies:
punycode: 2.3.0
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.92.1))(webpack@5.92.1):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.93.0))(webpack@5.93.0):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.92.1
+ webpack: 5.93.0
optionalDependencies:
- file-loader: 6.2.0(webpack@5.92.1)
+ file-loader: 6.2.0(webpack@5.93.0)
urlpattern-polyfill@8.0.2: {}
util-deprecate@1.0.2: {}
- v-lazy-show@0.2.4(@vue/compiler-core@3.4.31):
+ v-lazy-show@0.2.4(@vue/compiler-core@3.4.35):
dependencies:
- '@vue/compiler-core': 3.4.31
+ '@vue/compiler-core': 3.4.35
- valibot@0.31.1: {}
+ valibot@0.36.0: {}
validate-npm-package-license@3.0.4:
dependencies:
@@ -14514,17 +14738,17 @@ snapshots:
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)):
+ vite-hot-client@0.2.3(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)):
dependencies:
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
- vite-node@1.6.0(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0):
+ vite-node@1.6.0(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0):
dependencies:
cac: 6.7.14
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
pathe: 1.1.2
picocolors: 1.0.1
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- '@types/node'
- less
@@ -14535,10 +14759,26 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.7.0(eslint@9.6.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vue-tsc@2.0.26(typescript@5.5.3)):
+ vite-node@2.0.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0):
+ dependencies:
+ cac: 6.7.14
+ debug: 4.3.6(supports-color@9.4.0)
+ pathe: 1.1.2
+ tinyrainbow: 1.2.0
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ transitivePeerDependencies:
+ - '@types/node'
+ - less
+ - lightningcss
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ vite-plugin-checker@0.7.2(eslint@9.8.0)(optionator@0.9.3)(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vue-tsc@2.0.29(typescript@5.5.4)):
dependencies:
'@babel/code-frame': 7.24.7
- '@volar/typescript': 2.3.4
ansi-escapes: 4.3.2
chalk: 4.1.2
chokidar: 3.6.0
@@ -14548,64 +14788,64 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
optionalDependencies:
- eslint: 9.6.0
+ eslint: 9.8.0
optionator: 0.9.3
- typescript: 5.5.3
- vue-tsc: 2.0.26(typescript@5.5.3)
+ typescript: 5.5.4
+ vue-tsc: 2.0.29(typescript@5.5.4)
- vite-plugin-inspect@0.8.4(@nuxt/kit@packages+kit)(rollup@4.18.0)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)):
+ vite-plugin-inspect@0.8.4(@nuxt/kit@packages+kit)(rollup@4.20.0)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- debug: 4.3.5(supports-color@9.4.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ debug: 4.3.6(supports-color@9.4.0)
error-stack-parser-es: 0.1.4
fs-extra: 11.2.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
optionalDependencies:
'@nuxt/kit': link:packages/kit
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-vue-inspector@5.1.2(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)):
+ vite-plugin-vue-inspector@5.1.2(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)):
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- '@vue/compiler-dom': 3.4.31
+ '@babel/core': 7.25.2
+ '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ '@vue/compiler-dom': 3.4.34
kolorist: 1.8.0
- magic-string: 0.30.10
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
+ magic-string: 0.30.11
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
transitivePeerDependencies:
- supports-color
- vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0):
+ vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0):
dependencies:
esbuild: 0.21.5
- postcss: 8.4.39
- rollup: 4.18.0
+ postcss: 8.4.40
+ rollup: 4.20.0
optionalDependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
fsevents: 2.3.3
sass: 1.69.4
terser: 5.27.0
- vitest-environment-nuxt@1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3)):
+ vitest-environment-nuxt@1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4)):
dependencies:
- '@nuxt/test-utils': 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.1)(vite@5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ '@nuxt/test-utils': 3.14.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4)))(@vue/test-utils@2.4.6)(h3-nightly@2.0.0-1718872656.6765a6e)(happy-dom@14.12.3)(magicast@0.3.4)(nitropack@2.9.6(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.45.3)(vite@5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0))(vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0))(vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)))(vue@3.4.34(typescript@5.5.4))
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -14624,7 +14864,7 @@ snapshots:
- vue
- vue-router
- vitest@1.6.0(@types/node@20.14.9)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0):
+ vitest@1.6.0(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0):
dependencies:
'@vitest/expect': 1.6.0
'@vitest/runner': 1.6.0
@@ -14633,21 +14873,54 @@ snapshots:
'@vitest/utils': 1.6.0
acorn-walk: 8.3.2
chai: 4.3.10
- debug: 4.3.5(supports-color@9.4.0)
+ debug: 4.3.6(supports-color@9.4.0)
execa: 8.0.1
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
picocolors: 1.0.1
std-env: 3.7.0
strip-literal: 2.1.0
- tinybench: 2.5.1
+ tinybench: 2.8.0
tinypool: 0.8.4
- vite: 5.3.3(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- vite-node: 1.6.0(@types/node@20.14.9)(sass@1.69.4)(terser@5.27.0)
- why-is-node-running: 2.2.2
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vite-node: 1.6.0(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ why-is-node-running: 2.3.0
optionalDependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.14
+ happy-dom: 14.12.3
+ transitivePeerDependencies:
+ - less
+ - lightningcss
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ vitest@2.0.5(@types/node@20.14.14)(happy-dom@14.12.3)(sass@1.69.4)(terser@5.27.0):
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@vitest/expect': 2.0.5
+ '@vitest/pretty-format': 2.0.5
+ '@vitest/runner': 2.0.5
+ '@vitest/snapshot': 2.0.5
+ '@vitest/spy': 2.0.5
+ '@vitest/utils': 2.0.5
+ chai: 5.1.1
+ debug: 4.3.6(supports-color@9.4.0)
+ execa: 8.0.1
+ magic-string: 0.30.11
+ pathe: 1.1.2
+ std-env: 3.7.0
+ tinybench: 2.8.0
+ tinypool: 1.0.0
+ tinyrainbow: 1.2.0
+ vite: 5.3.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ vite-node: 2.0.5(@types/node@20.14.14)(sass@1.69.4)(terser@5.27.0)
+ why-is-node-running: 2.3.0
+ optionalDependencies:
+ '@types/node': 20.14.14
happy-dom: 14.12.3
transitivePeerDependencies:
- less
@@ -14665,7 +14938,7 @@ snapshots:
vscode-languageclient@7.0.0:
dependencies:
minimatch: 3.1.2
- semver: 7.6.2
+ semver: 7.6.3
vscode-languageserver-protocol: 3.16.0
vscode-languageserver-protocol@3.16.0:
@@ -14685,69 +14958,64 @@ snapshots:
vue-bundle-renderer@2.1.0:
dependencies:
- ufo: 1.5.3
+ ufo: 1.5.4
vue-component-type-helpers@2.0.6: {}
- vue-demi@0.14.8(vue@3.4.31(typescript@5.5.3)):
+ vue-demi@0.14.8(vue@3.4.34(typescript@5.5.4)):
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.34(typescript@5.5.4)
vue-devtools-stub@0.1.0: {}
- vue-eslint-parser@9.4.2(eslint@9.6.0):
+ vue-eslint-parser@9.4.3(eslint@9.8.0):
dependencies:
- debug: 4.3.5(supports-color@9.4.0)
- eslint: 9.6.0
+ debug: 4.3.6(supports-color@9.4.0)
+ eslint: 9.8.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
lodash: 4.17.21
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
- vue-loader@17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.92.1):
+ vue-loader@17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.93.0):
dependencies:
chalk: 4.1.2
hash-sum: 2.0.0
watchpack: 2.4.1
- webpack: 5.92.1
+ webpack: 5.93.0
optionalDependencies:
- '@vue/compiler-sfc': 3.4.31
- vue: 3.4.31(typescript@5.5.3)
+ '@vue/compiler-sfc': 3.4.34
+ vue: 3.4.34(typescript@5.5.4)
- vue-resize@2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3)):
+ vue-resize@2.0.0-alpha.1(vue@3.4.34(typescript@5.5.4)):
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.34(typescript@5.5.4)
- vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)):
+ vue-router@4.4.2(vue@3.4.34(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.34(typescript@5.5.4)
- vue-template-compiler@2.7.14:
+ vue-tsc@2.0.29(typescript@5.5.4):
dependencies:
- de-indent: 1.0.2
- he: 1.2.0
+ '@volar/typescript': 2.4.0-alpha.18
+ '@vue/language-core': 2.0.29(typescript@5.5.4)
+ semver: 7.6.3
+ typescript: 5.5.4
- vue-tsc@2.0.26(typescript@5.5.3):
+ vue@3.4.34(typescript@5.5.4):
dependencies:
- '@volar/typescript': 2.4.0-alpha.15
- '@vue/language-core': 2.0.26(typescript@5.5.3)
- semver: 7.6.2
- typescript: 5.5.3
-
- vue@3.4.31(typescript@5.5.3):
- dependencies:
- '@vue/compiler-dom': 3.4.31
- '@vue/compiler-sfc': 3.4.31
- '@vue/runtime-dom': 3.4.31
- '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3))
- '@vue/shared': 3.4.31
+ '@vue/compiler-dom': 3.4.34
+ '@vue/compiler-sfc': 3.4.34
+ '@vue/runtime-dom': 3.4.34
+ '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.5.4))
+ '@vue/shared': 3.4.34
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
watchpack@2.4.1:
dependencies:
@@ -14778,16 +15046,16 @@ snapshots:
- bufferutil
- utf-8-validate
- webpack-dev-middleware@7.2.1(webpack@5.92.1):
+ webpack-dev-middleware@7.3.0(webpack@5.93.0):
dependencies:
colorette: 2.0.20
- memfs: 4.9.3
+ memfs: 4.11.1
mime-types: 2.1.35
on-finished: 2.4.1
range-parser: 1.2.1
schema-utils: 4.2.0
optionalDependencies:
- webpack: 5.92.1
+ webpack: 5.93.0
webpack-hot-middleware@2.26.1:
dependencies:
@@ -14804,7 +15072,7 @@ snapshots:
webpack-virtual-modules@0.6.2: {}
- webpack@5.92.1:
+ webpack@5.93.0:
dependencies:
'@types/eslint-scope': 3.7.6
'@types/estree': 1.0.5
@@ -14813,10 +15081,10 @@ snapshots:
'@webassemblyjs/wasm-parser': 1.12.1
acorn: 8.12.1
acorn-import-attributes: 1.9.5(acorn@8.12.1)
- browserslist: 4.23.1
+ browserslist: 4.23.3
chrome-trace-event: 1.0.3
enhanced-resolve: 5.17.0
- es-module-lexer: 1.3.1
+ es-module-lexer: 1.5.4
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -14827,7 +15095,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(webpack@5.92.1)
+ terser-webpack-plugin: 5.3.10(webpack@5.93.0)
watchpack: 2.4.1
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -14835,7 +15103,7 @@ snapshots:
- esbuild
- uglify-js
- webpack@5.92.1(esbuild@0.23.0):
+ webpack@5.93.0(esbuild@0.23.0):
dependencies:
'@types/eslint-scope': 3.7.6
'@types/estree': 1.0.5
@@ -14844,10 +15112,10 @@ snapshots:
'@webassemblyjs/wasm-parser': 1.12.1
acorn: 8.12.1
acorn-import-attributes: 1.9.5(acorn@8.12.1)
- browserslist: 4.23.1
+ browserslist: 4.23.3
chrome-trace-event: 1.0.3
enhanced-resolve: 5.17.0
- es-module-lexer: 1.3.1
+ es-module-lexer: 1.5.4
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -14858,7 +15126,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(esbuild@0.23.0)(webpack@5.92.1(esbuild@0.23.0))
+ terser-webpack-plugin: 5.3.10(esbuild@0.23.0)(webpack@5.93.0(esbuild@0.23.0))
watchpack: 2.4.1
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -14866,7 +15134,7 @@ snapshots:
- esbuild
- uglify-js
- webpackbar@6.0.1(webpack@5.92.1):
+ webpackbar@6.0.1(webpack@5.93.0):
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -14875,7 +15143,7 @@ snapshots:
markdown-table: 2.0.0
pretty-time: 1.1.0
std-env: 3.7.0
- webpack: 5.92.1
+ webpack: 5.93.0
wrap-ansi: 7.0.0
whatwg-mimetype@3.0.0: {}
@@ -14916,7 +15184,7 @@ snapshots:
dependencies:
isexe: 2.0.0
- why-is-node-running@2.2.2:
+ why-is-node-running@2.3.0:
dependencies:
siginfo: 2.0.0
stackback: 0.0.2
@@ -14927,8 +15195,8 @@ snapshots:
with@7.0.2:
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.25.3
+ '@babel/types': 7.25.2
assert-never: 1.2.1
babel-walk: 3.0.0-canary-5
@@ -14964,7 +15232,7 @@ snapshots:
yaml-ast-parser@0.0.43: {}
- yaml@2.4.5: {}
+ yaml@2.5.0: {}
yargs-parser@21.1.1: {}
diff --git a/renovate.json b/renovate.json
index 02bd3cbaf1..c8c63bb24a 100644
--- a/renovate.json
+++ b/renovate.json
@@ -10,6 +10,15 @@
"3.x"
],
"packageRules": [
+ {
+ "groupName": "vue",
+ "matchPackageNames": [
+ "vue"
+ ],
+ "matchPackagePatterns": [
+ "^@vue/"
+ ]
+ },
{
"groupName": "vitest",
"matchPackageNames": [
diff --git a/test/basic.test.ts b/test/basic.test.ts
index 95223c314d..1c4b46f9bd 100644
--- a/test/basic.test.ts
+++ b/test/basic.test.ts
@@ -533,8 +533,7 @@ describe('pages', () => {
await clientInitialPage.waitForFunction(() => window.useNuxtApp?.()._route.fullPath === '/client-only-page/normal')
// that page should be client rendered
- // TODO: investigate why multiple elements are appearing on page
- expect(await clientInitialPage.locator('#server-rendered').first().textContent()).toMatchInlineSnapshot('"false"')
+ expect(await clientInitialPage.locator('#server-rendered').textContent()).toMatchInlineSnapshot('"false"')
// and not contain any errors or warnings
expect(errors.length).toBe(0)
@@ -591,7 +590,7 @@ describe('nuxt composables', () => {
},
})
const cookies = res.headers.get('set-cookie')
- expect(cookies).toMatchInlineSnapshot('"set-in-plugin=true; Path=/, set=set; Path=/, browser-set=set; Path=/, browser-set-to-null=; Max-Age=0; Path=/, browser-set-to-null-with-default=; Max-Age=0; Path=/, browser-object-default=%7B%22foo%22%3A%22bar%22%7D; Path=/"')
+ expect(cookies).toMatchInlineSnapshot('"set-in-plugin=true; Path=/, accessed-with-default-value=default; Path=/, set=set; Path=/, browser-set=set; Path=/, browser-set-to-null=; Max-Age=0; Path=/, browser-set-to-null-with-default=; Max-Age=0; Path=/, browser-object-default=%7B%22foo%22%3A%22bar%22%7D; Path=/"')
})
it('updates cookies when they are changed', async () => {
const { page } = await renderPage('/cookies')
diff --git a/test/bundle.test.ts b/test/bundle.test.ts
index 881ddd6da2..28d9d0aa2c 100644
--- a/test/bundle.test.ts
+++ b/test/bundle.test.ts
@@ -19,7 +19,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
for (const outputDir of ['.output', '.output-inline']) {
it('default client bundle size', async () => {
const clientStats = await analyzeSizes('**/*.js', join(rootDir, outputDir, 'public'))
- expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"106k"`)
+ expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot(`"107k"`)
expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(`
[
"_nuxt/entry.js",
@@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"205k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
- expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1344k"`)
+ expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1346k"`)
const packages = modules.files
.filter(m => m.endsWith('package.json'))
@@ -73,7 +73,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"526k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"528k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"80.3k"`)
diff --git a/test/fixtures/basic-types/types.ts b/test/fixtures/basic-types/types.ts
index bc9b4752cf..dbaf63e0f7 100644
--- a/test/fixtures/basic-types/types.ts
+++ b/test/fixtures/basic-types/types.ts
@@ -567,6 +567,7 @@ describe('composables', () => {
describe('app config', () => {
it('merges app config as expected', () => {
interface ExpectedMergedAppConfig {
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
nuxt: {}
fromLayer: boolean
fromNuxtConfig: boolean
diff --git a/test/fixtures/basic/pages/client-only-page/index.client.vue b/test/fixtures/basic/pages/client-only-page/index.client.vue
index f4fa62a325..0f06e4d49c 100644
--- a/test/fixtures/basic/pages/client-only-page/index.client.vue
+++ b/test/fixtures/basic/pages/client-only-page/index.client.vue
@@ -1,4 +1,10 @@
diff --git a/test/fixtures/basic/pages/cookies.vue b/test/fixtures/basic/pages/cookies.vue
index d646cba627..b47ba29102 100644
--- a/test/fixtures/basic/pages/cookies.vue
+++ b/test/fixtures/basic/pages/cookies.vue
@@ -1,28 +1,38 @@
-
cookies testing page
+
{{ objectCookie?.foo }}
{{ objectCookieSecond.foo }}
-