diff --git a/.github/workflows/sync-h5.yml b/.github/workflows/sync-h5.yml index 3f309a58cd..3b7385dd1c 100644 --- a/.github/workflows/sync-h5.yml +++ b/.github/workflows/sync-h5.yml @@ -32,7 +32,7 @@ jobs: run: pnpm copy:h5 - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: new-site # action 应该部署到的分支 。 folder: site_docs #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-pkg.yml b/.github/workflows/sync-pkg.yml index df9ffcdcbb..02e6663edb 100644 --- a/.github/workflows/sync-pkg.yml +++ b/.github/workflows/sync-pkg.yml @@ -33,7 +33,7 @@ jobs: run: pnpm build:taro - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: pkg # action 应该部署到的分支 。 folder: publish #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-taro.yml b/.github/workflows/sync-taro.yml index 8bc2d1ef93..4f02e292b1 100644 --- a/.github/workflows/sync-taro.yml +++ b/.github/workflows/sync-taro.yml @@ -32,7 +32,7 @@ jobs: run: pnpm copy:taro - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: new-site # action 应该部署到的分支 。 folder: site_docs #操作应该部署的文件夹 。 diff --git a/package.json b/package.json index d9a14b07b2..97e7d5c325 100644 --- a/package.json +++ b/package.json @@ -75,19 +75,19 @@ "@nutui/icons-vue": "^0.1.1", "@nutui/icons-vue-taro": "^0.0.9", "@nutui/touch-emulator": "workspace:^", - "sass": "^1.77.1", + "sass": "^1.77.2", "vue-router": "^4.3.2" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/config-inspector": "^0.4.8", - "@eslint/eslintrc": "^3.0.2", + "@eslint/eslintrc": "^3.1.0", "@nutui/eslint-config": "workspace:*", "@nutui/prettier-plugin": "workspace:*", "@nutui/vite-plugins": "workspace:*", "@tarojs/taro": "3.6.24", - "@types/node": "^20.12.11", + "@types/node": "^20.12.12", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-istanbul": "^1.6.0", @@ -96,12 +96,12 @@ "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.19", "codesandbox": "^2.2.3", - "eslint": "^9.2.0", + "eslint": "^9.3.0", "eslint-config-flat-gitignore": "^0.1.5", "fs-extra": "^11.2.0", - "happy-dom": "^14.10.1", + "happy-dom": "^14.11.0", "husky": "^9.0.11", - "inquirer": "^9.2.20", + "inquirer": "^9.2.22", "lzutf8": "^0.6.3", "markdown-it": "^14.1.0", "nano-staged": "^0.8.0", @@ -110,7 +110,7 @@ "typescript": "^5.4.5", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.11", - "vite-plugin-vue-devtools": "^7.1.3", + "vite-plugin-vue-devtools": "^7.2.1", "vitest": "^1.6.0", "vitest-canvas-mock": "^0.3.3", "vue": "^3.4.27", @@ -129,6 +129,6 @@ "url": "https://github.com/jdf2e/nutui.git" }, "resolutions": { - "@typescript-eslint/utils": "^8.0.0-alpha.10" + "@typescript-eslint/utils": "^8.0.0-alpha.14" } } \ No newline at end of file diff --git a/packages/nutui-eslint-config/package.json b/packages/nutui-eslint-config/package.json index e88d474191..e08dae5a9d 100644 --- a/packages/nutui-eslint-config/package.json +++ b/packages/nutui-eslint-config/package.json @@ -26,15 +26,15 @@ }, "dependencies": { "@stylistic/eslint-plugin": "^2.1.0", - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10", - "@typescript-eslint/parser": "^8.0.0-alpha.10", + "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.14", + "@typescript-eslint/parser": "^8.0.0-alpha.14", "eslint-plugin-vue": "^9.26.0", - "typescript-eslint": "^8.0.0-alpha.10", + "typescript-eslint": "^8.0.0-alpha.14", "vue-eslint-parser": "^9.4.2", - "@eslint/js": "^9.2.0" + "@eslint/js": "^9.3.0" }, "devDependencies": { - "eslint": "^9.2.0" + "eslint": "^9.3.0" }, "peerDependencies": { "eslint": "^8.44.0 || ^9.0.0" diff --git a/packages/nutui-playground/package.json b/packages/nutui-playground/package.json index d59629b3d0..67b83ad3bf 100644 --- a/packages/nutui-playground/package.json +++ b/packages/nutui-playground/package.json @@ -15,7 +15,7 @@ "serve": "vite preview" }, "devDependencies": { - "@types/node": "^20.12.11", + "@types/node": "^20.12.12", "@vitejs/plugin-vue": "^5.0.4", "rimraf": "^5.0.7", "vite": "^5.2.11", diff --git a/packages/nutui-playground/src/download/template/package.json b/packages/nutui-playground/src/download/template/package.json index 25a0cbd1f7..2164123478 100644 --- a/packages/nutui-playground/src/download/template/package.json +++ b/packages/nutui-playground/src/download/template/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "vue": "^3.4.27", - "@nutui/nutui": "^4.3.7", + "@nutui/nutui": "^4.3.8", "@nutui/touch-emulator": "^1.0.0" }, "devDependencies": { diff --git a/packages/nutui-vite-plugins/package.json b/packages/nutui-vite-plugins/package.json index 20f1c6bef7..516deb2073 100644 --- a/packages/nutui-vite-plugins/package.json +++ b/packages/nutui-vite-plugins/package.json @@ -36,7 +36,7 @@ "unplugin-vue-markdown": "^0.26.2" }, "devDependencies": { - "@shikijs/markdown-it": "^1.5.1", + "@shikijs/markdown-it": "^1.6.0", "@types/fs-extra": "^11.0.4", "@types/markdown-it-container": "^2.0.10", "tsup": "^8.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc1c153be7..02ffd01481 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - '@typescript-eslint/utils': ^8.0.0-alpha.10 + '@typescript-eslint/utils': ^8.0.0-alpha.14 importers: @@ -21,24 +21,24 @@ importers: specifier: workspace:^ version: link:packages/nutui-touch-emulator sass: - specifier: ^1.77.1 - version: 1.77.1 + specifier: ^1.77.2 + version: 1.77.2 vue-router: specifier: ^4.3.2 version: 4.3.2(vue@3.4.27(typescript@5.4.5)) devDependencies: '@commitlint/cli': specifier: ^19.3.0 - version: 19.3.0(@types/node@20.12.11)(typescript@5.4.5) + version: 19.3.0(@types/node@20.12.12)(typescript@5.4.5) '@commitlint/config-conventional': specifier: ^19.2.2 version: 19.2.2 '@eslint/config-inspector': specifier: ^0.4.8 - version: 0.4.8(eslint@9.2.0) + version: 0.4.8(eslint@9.3.0) '@eslint/eslintrc': - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.1.0 + version: 3.1.0 '@nutui/eslint-config': specifier: workspace:* version: link:packages/nutui-eslint-config @@ -52,20 +52,20 @@ importers: specifier: 3.6.24 version: 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) '@types/node': - specifier: ^20.12.11 - version: 20.12.11 + specifier: ^20.12.12 + version: 20.12.12 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) + version: 3.1.0(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) '@vitest/coverage-istanbul': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + version: 1.6.0(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) '@vitest/coverage-v8': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + version: 1.6.0(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) '@vitest/ui': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0) @@ -79,8 +79,8 @@ importers: specifier: ^2.2.3 version: 2.2.3 eslint: - specifier: ^9.2.0 - version: 9.2.0 + specifier: ^9.3.0 + version: 9.3.0 eslint-config-flat-gitignore: specifier: ^0.1.5 version: 0.1.5 @@ -88,14 +88,14 @@ importers: specifier: ^11.2.0 version: 11.2.0 happy-dom: - specifier: ^14.10.1 - version: 14.10.1 + specifier: ^14.11.0 + version: 14.11.0 husky: specifier: ^9.0.11 version: 9.0.11 inquirer: - specifier: ^9.2.20 - version: 9.2.20 + specifier: ^9.2.22 + version: 9.2.22 lzutf8: specifier: ^0.6.3 version: 0.6.3 @@ -119,16 +119,16 @@ importers: version: 0.27.0(@babel/parser@7.24.5)(rollup@4.14.3)(vue@3.4.27(typescript@5.4.5)) vite: specifier: ^5.2.11 - version: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + version: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) vite-plugin-vue-devtools: - specifier: ^7.1.3 - version: 7.1.3(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) + specifier: ^7.2.1 + version: 7.2.1(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + version: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) vitest-canvas-mock: specifier: ^0.3.3 - version: 0.3.3(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + version: 0.3.3(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) vue: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) @@ -146,35 +146,35 @@ importers: version: 5.4.5 vite: specifier: ^5.2.11 - version: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + version: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) packages/nutui-eslint-config: dependencies: '@eslint/js': - specifier: ^9.2.0 - version: 9.2.0 + specifier: ^9.3.0 + version: 9.3.0 '@stylistic/eslint-plugin': specifier: ^2.1.0 - version: 2.1.0(eslint@9.2.0)(typescript@5.4.5) + version: 2.1.0(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/eslint-plugin': - specifier: ^8.0.0-alpha.10 - version: 8.0.0-alpha.10(@typescript-eslint/parser@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5))(eslint@9.2.0)(typescript@5.4.5) + specifier: ^8.0.0-alpha.14 + version: 8.0.0-alpha.14(@typescript-eslint/parser@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^8.0.0-alpha.10 - version: 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) + specifier: ^8.0.0-alpha.14 + version: 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) eslint-plugin-vue: specifier: ^9.26.0 - version: 9.26.0(eslint@9.2.0) + version: 9.26.0(eslint@9.3.0) typescript-eslint: - specifier: ^8.0.0-alpha.10 - version: 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) + specifier: ^8.0.0-alpha.14 + version: 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) vue-eslint-parser: specifier: ^9.4.2 - version: 9.4.2(eslint@9.2.0) + version: 9.4.2(eslint@9.3.0) devDependencies: eslint: - specifier: ^9.2.0 - version: 9.2.0 + specifier: ^9.3.0 + version: 9.3.0 packages/nutui-playground: dependencies: @@ -189,17 +189,17 @@ importers: version: 3.10.1 devDependencies: '@types/node': - specifier: ^20.12.11 - version: 20.12.11 + specifier: ^20.12.12 + version: 20.12.12 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) rimraf: specifier: ^5.0.7 version: 5.0.7 vite: specifier: ^5.2.11 - version: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + version: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) vue: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) @@ -325,11 +325,11 @@ importers: version: 4.0.0 unplugin-vue-markdown: specifier: ^0.26.2 - version: 0.26.2(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + version: 0.26.2(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) devDependencies: '@shikijs/markdown-it': - specifier: ^1.5.1 - version: 1.5.1 + specifier: ^1.6.0 + version: 1.6.0 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -1578,8 +1578,8 @@ packages: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/eslintrc@3.0.2': - resolution: {integrity: sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==} + '@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@8.41.0': @@ -1590,8 +1590,8 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/js@9.2.0': - resolution: {integrity: sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==} + '@eslint/js@9.3.0': + resolution: {integrity: sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@hapi/hoek@9.3.0': @@ -1615,12 +1615,12 @@ packages: '@humanwhocodes/object-schema@2.0.3': resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - '@humanwhocodes/retry@0.2.4': - resolution: {integrity: sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==} + '@humanwhocodes/retry@0.3.0': + resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} engines: {node: '>=18.18'} - '@inquirer/figures@1.0.1': - resolution: {integrity: sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==} + '@inquirer/figures@1.0.2': + resolution: {integrity: sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==} engines: {node: '>=18'} '@isaacs/cliui@8.0.2': @@ -1810,14 +1810,14 @@ packages: cpu: [x64] os: [win32] - '@shikijs/core@1.5.1': - resolution: {integrity: sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==} + '@shikijs/core@1.6.0': + resolution: {integrity: sha512-NIEAi5U5R7BLkbW1pG/ZKu3eb1lzc3/+jD0lFsuxMT7zjaf9bbNwdNyMr7zh/Zl8EXQtQ+MYBAt5G+JLu+5DlA==} - '@shikijs/markdown-it@1.5.1': - resolution: {integrity: sha512-YIMz8d+7xgRBlV0cYlvYdzF9SXe919a8x8qygC+3W2UlLEKfYcjrFXnaov+B7wgAeUMq1ZqK7xUFy1qK4ujxfQ==} + '@shikijs/markdown-it@1.6.0': + resolution: {integrity: sha512-FZBOyjgtRb3SgV5MSRdpS8h0fHkhVH7MlCJSVatA4RAYgFwjxuUtH22lGHnnn353cCQvx2Z/9t2qIV9bXXfcsQ==} - '@shikijs/transformers@1.5.1': - resolution: {integrity: sha512-vir+y0elkjh2CepLVbqeGX+ftuc6WpfWNCMV/EBIallSLzhBfDO9r/TORDVOzegbTg9JMEmtOFv6PT9cSZTcyA==} + '@shikijs/transformers@1.6.0': + resolution: {integrity: sha512-qGfHe1ECiqfE2STPWvfogIj/9Q0SK+MCRJdoITkW7AmFuB7DmbFnBT2US84+zklJOB51MzNO8RUXZiauWssJlQ==} '@sideway/address@4.1.5': resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} @@ -2340,8 +2340,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.12.11': - resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} + '@types/node@20.12.12': + resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2365,9 +2365,6 @@ packages: resolution: {integrity: sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==} deprecated: This is a stub types definition. sass provides its own type definitions, so you do not need this installed. - '@types/semver@7.5.8': - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/send@0.17.4': resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} @@ -2395,11 +2392,11 @@ packages: '@types/yargs@15.0.19': resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} - '@typescript-eslint/eslint-plugin@8.0.0-alpha.10': - resolution: {integrity: sha512-jsNKqn41nIS8jz5Li5xsueGEBBmRYLaflUKlclEkj8cWrO1tMK1/7xITeiVz7ZlNFZF2nop2NlXrbLtRpLEzhg==} + '@typescript-eslint/eslint-plugin@8.0.0-alpha.14': + resolution: {integrity: sha512-tfw3zfCg+ynwARhVsuMXKBrmWCtqQ2Cr/cjPAuyKhJGY8t069Lc0Y+F5H7oDLlmm+G54v8lAHkTkw4K/p+PpFQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^7.0.0 + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '*' peerDependenciesMeta: @@ -2416,8 +2413,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.0.0-alpha.10': - resolution: {integrity: sha512-4EerPviLfBKgExHARehJgWrCtX2a7+PXBc0LBPlH93ypSgj0LU1ejMgjrB0gcfd6bJ7LN/UGNAAy3B7/Y785sA==} + '@typescript-eslint/parser@8.0.0-alpha.14': + resolution: {integrity: sha512-fD+DFo6aJJYyX4w712HzmE7QmUkoUvtlsFO/MqmYMeHIe0Pz5JZpJ1aYVbdxctazOb7NoW3p3RQgmpDcLT2pdQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2430,12 +2427,12 @@ packages: resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/scope-manager@8.0.0-alpha.10': - resolution: {integrity: sha512-SUU0yhqehjuWilWRJWfhcxf6eMKVrZ3bpV2w6NF6GmBHR3FJo6oWZYLVXP04s6//INxpC2ynvKSglo4LRzWVTw==} + '@typescript-eslint/scope-manager@8.0.0-alpha.14': + resolution: {integrity: sha512-6EmhoNZzfjd/sZGxichVguWUGCCgT12xyw3ppNZ9bM/m6qQCE66BqudGxzD58UPL4PpN++Y8KqVItax0gNq4BQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.0.0-alpha.10': - resolution: {integrity: sha512-6aTcbnDZWKgKr3gquECJSFyvXWLSKtUHrk2ZXDP4DEzmzTDjrkY7tIQpqv4SczPQJ+3/aky3ArPhtnQYJbAMzg==} + '@typescript-eslint/type-utils@8.0.0-alpha.14': + resolution: {integrity: sha512-F/rtAXWMrFPO49xK0XLw7hYtPVrjj+jRJhJRRcSBWRybcu7rvlEQ/Chk+QXvyp15QuwmMD5jAqNI+Fkbxgc0gQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -2447,8 +2444,8 @@ packages: resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/types@8.0.0-alpha.10': - resolution: {integrity: sha512-prbN+b/I4yH6H43WmyenMz8K5e34Hs73BQuWXR4wwij3Cg2xNGLPcpjr2cKWKlH4dZQPTz6R6oBeC+LfaoKi8g==} + '@typescript-eslint/types@8.0.0-alpha.14': + resolution: {integrity: sha512-2u0FBQ0usELnbTqZhHN6X8ngJlpCchFTroWFG5nvo0TOoiPYV+5AbGiRb0IWMsLfxSzeDJeasUzByVvOHn1t1A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@6.21.0': @@ -2460,8 +2457,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.0.0-alpha.10': - resolution: {integrity: sha512-8wBUIhu6IRa440hv5/0ZEnb5JLp/UsfzIXYKRwICUOMTVj2ss1n+w3m1CtT5ghVWy5Z05qkscsbhlKFmZguU8w==} + '@typescript-eslint/typescript-estree@8.0.0-alpha.14': + resolution: {integrity: sha512-FM0qHSJ4Sqg49wBCcljq//J9V8SJbq3XFmjaWCF8Tk2hIuYkYZp7joXHs0Ld3FnM+9rj84OQTqSq8zczArNMNg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -2469,8 +2466,8 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.0.0-alpha.10': - resolution: {integrity: sha512-WZyNf49CuvaW/whz/B8XjYwXE/wm/EQAXq+Vqgp6BrJb8SC3bMCwGuUxReNDN1o+dNdOC96ofVSvqa8NUQ65Jg==} + '@typescript-eslint/utils@8.0.0-alpha.14': + resolution: {integrity: sha512-hiH1uqRVyOPd+ZWqInwRob2s3Cq+p7LTIolvj+x7QJ6CpBCPrEMEPVuBiFibw2/rW+zJGTa3Ggjdpqy8bLb60g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2479,8 +2476,8 @@ packages: resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/visitor-keys@8.0.0-alpha.10': - resolution: {integrity: sha512-UohTNnT7S29uQgXsGZY489nWmoBBSJucNdRvog62R1QX9pQQb2pKVV1kHepUxoY2vd+M4tb9SQwZQ3gPNgqQ6w==} + '@typescript-eslint/visitor-keys@8.0.0-alpha.14': + resolution: {integrity: sha512-LwUhX8+ttlzJWhqLAkiH7E1tX2WJS0zvK0D83w4L9DRl4TRSQBuGtPIM1+GvG90VMix8sjlGaybBzWfNji1cUw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/promise-all-settled@1.1.2': @@ -2597,16 +2594,16 @@ packages: '@vue/devtools-api@6.6.1': resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - '@vue/devtools-core@7.1.3': - resolution: {integrity: sha512-pVbWi8pf2Z/fZPioYOIgu+cv9pQG55k4D8bL31ec+Wfe+pQR0ImFDu0OhHfch1Ra8uvLLrAZTF4IKeGAkmzD4A==} + '@vue/devtools-core@7.2.1': + resolution: {integrity: sha512-OyWl455UnJIVgZ6lo5WQ79WbDMoXtSRwyNKp9WzCZ0HhuQywIk4qv59KtLRe75uVmtGBde4hXNaSyRm+x9bY6g==} - '@vue/devtools-kit@7.1.3': - resolution: {integrity: sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==} + '@vue/devtools-kit@7.2.1': + resolution: {integrity: sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==} peerDependencies: vue: ^3.0.0 - '@vue/devtools-shared@7.1.3': - resolution: {integrity: sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==} + '@vue/devtools-shared@7.2.1': + resolution: {integrity: sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==} '@vue/language-core@1.8.27': resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} @@ -4498,8 +4495,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true - eslint@9.2.0: - resolution: {integrity: sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==} + eslint@9.3.0: + resolution: {integrity: sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true @@ -5062,8 +5059,8 @@ packages: handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} - happy-dom@14.10.1: - resolution: {integrity: sha512-GRbrZYIezi8+tTtffF4v2QcF8bk1h2loUTO5VYQz3GZdrL08Vk0fI+bwf/vFEBf4C/qVf/easLJ/MY1wwdhytA==} + happy-dom@14.11.0: + resolution: {integrity: sha512-vu25dY7YJqLuTG/3ADC0FZRRF0yNBp3q2K0YTN08opXdZi8V/YzIJDNJWFiCnDIuyc+RrCIE093+H5fa9Trlxg==} engines: {node: '>=16.0.0'} har-schema@2.0.0: @@ -5365,8 +5362,8 @@ packages: resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} engines: {node: '>=12.0.0'} - inquirer@9.2.20: - resolution: {integrity: sha512-SFwJJPS+Ms75NV+wzFBHjirG4z3tzvis31h+9NyH1tqjIu2c7vCavlXILZ73q/nPYy8/aw4W+DNzLH5MjfYXiA==} + inquirer@9.2.22: + resolution: {integrity: sha512-SqLLa/Oe5rZUagTR9z+Zd6izyatHglbmbvVofo1KzuVB54YHleWzeHNLoR7FOICGOeQSqeLh1cordb3MzhGcEw==} engines: {node: '>=18'} interpret@3.1.1: @@ -7551,8 +7548,8 @@ packages: engines: {node: '>=12.0.0'} hasBin: true - sass@1.77.1: - resolution: {integrity: sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==} + sass@1.77.2: + resolution: {integrity: sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==} engines: {node: '>=14.0.0'} hasBin: true @@ -7675,8 +7672,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shiki@1.5.1: - resolution: {integrity: sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==} + shiki@1.6.0: + resolution: {integrity: sha512-P31ROeXcVgW/k3Z+vUUErcxoTah7ZRaimctOpzGuqAntqnnSmx1HOsvnbAB8Z2qfXPRhw61yptAzCsuKOhTHwQ==} shortid@2.2.16: resolution: {integrity: sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==} @@ -8278,8 +8275,8 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript-eslint@8.0.0-alpha.10: - resolution: {integrity: sha512-iMbN7boDtUmcSDor/J022+H4G018W3r3RSUUr7yoghMTmFuKVIkI89xJHDg82DBGYkA0xOoDNPBr7XfRFbEXKQ==} + typescript-eslint@8.0.0-alpha.14: + resolution: {integrity: sha512-Un2y0pbBCdvmk2YsY/S/oftSA/4tEZtRMfewHlXJ43LBR07V2HSXPC/t6RJ29KZ+N5ORqe61QUQLupquVBPZhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -8514,14 +8511,14 @@ packages: '@nuxt/kit': optional: true - vite-plugin-vue-devtools@7.1.3: - resolution: {integrity: sha512-qv8Z4yok9RYo6TEs89WnIAlmTHby/+XTim8tlSnMs3lAPcQqqcl/wGRY8gAeYrGCANngOqO+VuabW3Jb1HZtyw==} + vite-plugin-vue-devtools@7.2.1: + resolution: {integrity: sha512-4k7QNZz0nSojoePQoxnE5fIzi8RU1QJHc0TEg4golv2phZxhBGfjScZD2B8X6bcrRbUQ9CaRKN0dzBs1xtzzNg==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 - vite-plugin-vue-inspector@5.0.1: - resolution: {integrity: sha512-R93P8iFa6BPODhc/aOtO04A8FFMMyFIfm8ZVSmN+8vU1TgwsHya734APGpX4fVHSPX2aVwYyiezXBUYQ0Opsqw==} + vite-plugin-vue-inspector@5.1.0: + resolution: {integrity: sha512-yIw9dvBz9nQW7DPfbJtUVW6JTnt67hqTPRnTwT2CZWMqDvISyQHRjgKl32nlMh1DRH+92533Sv6t59pWMLUCWA==} peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 @@ -9926,11 +9923,11 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@commitlint/cli@19.3.0(@types/node@20.12.11)(typescript@5.4.5)': + '@commitlint/cli@19.3.0(@types/node@20.12.12)(typescript@5.4.5)': dependencies: '@commitlint/format': 19.3.0 '@commitlint/lint': 19.2.2 - '@commitlint/load': 19.2.0(@types/node@20.12.11)(typescript@5.4.5) + '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.4.5) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -9977,7 +9974,7 @@ snapshots: '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 - '@commitlint/load@19.2.0(@types/node@20.12.11)(typescript@5.4.5)': + '@commitlint/load@19.2.0(@types/node@20.12.12)(typescript@5.4.5)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 @@ -9985,7 +9982,7 @@ snapshots: '@commitlint/types': 19.0.3 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.4.5) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.11)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -10211,20 +10208,20 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.0(eslint@9.2.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.3.0)': dependencies: - eslint: 9.2.0 + eslint: 9.3.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} - '@eslint/config-inspector@0.4.8(eslint@9.2.0)': + '@eslint/config-inspector@0.4.8(eslint@9.3.0)': dependencies: bundle-require: 4.1.0(esbuild@0.20.2) cac: 6.7.14 chokidar: 3.6.0 esbuild: 0.20.2 - eslint: 9.2.0 + eslint: 9.3.0 fast-glob: 3.3.2 find-up: 7.0.0 get-port-please: 3.1.2 @@ -10253,7 +10250,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/eslintrc@3.0.2': + '@eslint/eslintrc@3.1.0': dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -10271,7 +10268,7 @@ snapshots: '@eslint/js@8.57.0': {} - '@eslint/js@9.2.0': {} + '@eslint/js@9.3.0': {} '@hapi/hoek@9.3.0': {} @@ -10299,9 +10296,9 @@ snapshots: '@humanwhocodes/object-schema@2.0.3': {} - '@humanwhocodes/retry@0.2.4': {} + '@humanwhocodes/retry@0.3.0': {} - '@inquirer/figures@1.0.1': {} + '@inquirer/figures@1.0.2': {} '@isaacs/cliui@8.0.2': dependencies: @@ -10322,7 +10319,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/yargs': 15.0.19 chalk: 4.1.2 @@ -10457,17 +10454,17 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.14.3': optional: true - '@shikijs/core@1.5.1': {} + '@shikijs/core@1.6.0': {} - '@shikijs/markdown-it@1.5.1': + '@shikijs/markdown-it@1.6.0': dependencies: - '@shikijs/transformers': 1.5.1 + '@shikijs/transformers': 1.6.0 markdown-it: 14.1.0 - shiki: 1.5.1 + shiki: 1.6.0 - '@shikijs/transformers@1.5.1': + '@shikijs/transformers@1.6.0': dependencies: - shiki: 1.5.1 + shiki: 1.6.0 '@sideway/address@4.1.5': dependencies: @@ -10485,49 +10482,49 @@ snapshots: '@stencil/core@2.22.3': {} - '@stylistic/eslint-plugin-js@2.1.0(eslint@9.2.0)': + '@stylistic/eslint-plugin-js@2.1.0(eslint@9.3.0)': dependencies: '@types/eslint': 8.56.10 acorn: 8.11.3 - eslint: 9.2.0 + eslint: 9.3.0 eslint-visitor-keys: 4.0.0 espree: 10.0.1 - '@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.2.0)': + '@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.3.0)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.2.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) '@types/eslint': 8.56.10 - eslint: 9.2.0 + eslint: 9.3.0 estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@2.1.0(eslint@9.2.0)(typescript@5.4.5)': + '@stylistic/eslint-plugin-plus@2.1.0(eslint@9.3.0)(typescript@5.4.5)': dependencies: '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - eslint: 9.2.0 + '@typescript-eslint/utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin-ts@2.1.0(eslint@9.2.0)(typescript@5.4.5)': + '@stylistic/eslint-plugin-ts@2.1.0(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.2.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - eslint: 9.2.0 + '@typescript-eslint/utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin@2.1.0(eslint@9.2.0)(typescript@5.4.5)': + '@stylistic/eslint-plugin@2.1.0(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.2.0) - '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.2.0) - '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.2.0)(typescript@5.4.5) - '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.2.0)(typescript@5.4.5) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) + '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.3.0) + '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.3.0)(typescript@5.4.5) + '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.3.0)(typescript@5.4.5) '@types/eslint': 8.56.10 - eslint: 9.2.0 + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript @@ -11172,24 +11169,24 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.19.0 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/debug@4.1.12': dependencies: @@ -11209,7 +11206,7 @@ snapshots: '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -11224,16 +11221,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/fs-extra@8.1.5': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/html-minifier-terser@6.1.0': {} @@ -11241,7 +11238,7 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/istanbul-lib-coverage@2.0.6': {} @@ -11257,11 +11254,11 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/linkify-it@3.0.5': {} @@ -11296,9 +11293,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 - '@types/node@20.12.11': + '@types/node@20.12.12': dependencies: undici-types: 5.26.5 @@ -11312,20 +11309,18 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/retry@0.12.0': {} '@types/sass@1.45.0': dependencies: - sass: 1.77.1 - - '@types/semver@7.5.8': {} + sass: 1.77.2 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/serve-index@1.9.4': dependencies: @@ -11334,12 +11329,12 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/send': 0.17.4 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/vscode@1.88.0': {} @@ -11347,7 +11342,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@types/yargs-parser@21.0.3': {} @@ -11355,20 +11350,18 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.0.0-alpha.10(@typescript-eslint/parser@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5))(eslint@9.2.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@8.0.0-alpha.14(@typescript-eslint/parser@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 8.0.0-alpha.10 - '@typescript-eslint/type-utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - '@typescript-eslint/utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 8.0.0-alpha.10 - debug: 4.3.4 - eslint: 9.2.0 + '@typescript-eslint/parser': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.0.0-alpha.14 + '@typescript-eslint/type-utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.14 + eslint: 9.3.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - semver: 7.6.0 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 @@ -11388,14 +11381,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5)': + '@typescript-eslint/parser@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 8.0.0-alpha.10 - '@typescript-eslint/types': 8.0.0-alpha.10 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.10(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 8.0.0-alpha.10 + '@typescript-eslint/scope-manager': 8.0.0-alpha.14 + '@typescript-eslint/types': 8.0.0-alpha.14 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.14(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.14 debug: 4.3.4 - eslint: 9.2.0 + eslint: 9.3.0 optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: @@ -11406,15 +11399,15 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/scope-manager@8.0.0-alpha.10': + '@typescript-eslint/scope-manager@8.0.0-alpha.14': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.10 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.10 + '@typescript-eslint/types': 8.0.0-alpha.14 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.14 - '@typescript-eslint/type-utils@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/typescript-estree': 8.0.0-alpha.10(typescript@5.4.5) - '@typescript-eslint/utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 8.0.0-alpha.14(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) debug: 4.3.4 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: @@ -11425,7 +11418,7 @@ snapshots: '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/types@8.0.0-alpha.10': {} + '@typescript-eslint/types@8.0.0-alpha.14': {} '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': dependencies: @@ -11442,10 +11435,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.0.0-alpha.10(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.0.0-alpha.14(typescript@5.4.5)': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.10 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.10 + '@typescript-eslint/types': 8.0.0-alpha.14 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.14 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -11457,16 +11450,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5)': + '@typescript-eslint/utils@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.2.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 8.0.0-alpha.10 - '@typescript-eslint/types': 8.0.0-alpha.10 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.10(typescript@5.4.5) - eslint: 9.2.0 - semver: 7.6.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@typescript-eslint/scope-manager': 8.0.0-alpha.14 + '@typescript-eslint/types': 8.0.0-alpha.14 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.14(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript @@ -11476,31 +11466,31 @@ snapshots: '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.0.0-alpha.10': + '@typescript-eslint/visitor-keys@8.0.0-alpha.14': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.10 + '@typescript-eslint/types': 8.0.0-alpha.14 eslint-visitor-keys: 3.4.3 '@ungap/promise-all-settled@1.1.2': {} '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': dependencies: '@babel/core': 7.24.5 '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.5) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': + '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': dependencies: - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) vue: 3.4.27(typescript@5.4.5) - '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))': + '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))': dependencies: debug: 4.3.4 istanbul-lib-coverage: 3.2.2 @@ -11511,11 +11501,11 @@ snapshots: magicast: 0.3.4 picocolors: 1.0.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - supports-color - '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))': + '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -11530,7 +11520,7 @@ snapshots: std-env: 3.7.0 strip-literal: 2.1.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - supports-color @@ -11565,7 +11555,7 @@ snapshots: pathe: 1.1.2 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) '@vitest/utils@1.6.0': dependencies: @@ -11781,28 +11771,28 @@ snapshots: '@vue/devtools-api@6.6.1': {} - '@vue/devtools-core@7.1.3(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools-core@7.2.1(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5))': dependencies: - '@vue/devtools-kit': 7.1.3(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-shared': 7.1.3 + '@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-shared': 7.2.1 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + vite-hot-client: 0.2.3(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) transitivePeerDependencies: - vite - vue - '@vue/devtools-kit@7.1.3(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools-kit@7.2.1(vue@3.4.27(typescript@5.4.5))': dependencies: - '@vue/devtools-shared': 7.1.3 + '@vue/devtools-shared': 7.2.1 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 vue: 3.4.27(typescript@5.4.5) - '@vue/devtools-shared@7.1.3': + '@vue/devtools-shared@7.2.1': dependencies: rfdc: 1.3.1 @@ -12903,9 +12893,9 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.11)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 cosmiconfig: 9.0.0(typescript@5.4.5) jiti: 1.21.0 typescript: 5.4.5 @@ -13703,16 +13693,16 @@ snapshots: - supports-color - typescript - eslint-plugin-vue@9.26.0(eslint@9.2.0): + eslint-plugin-vue@9.26.0(eslint@9.3.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.2.0) - eslint: 9.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + eslint: 9.3.0 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.16 semver: 7.6.0 - vue-eslint-parser: 9.4.2(eslint@9.2.0) + vue-eslint-parser: 9.4.2(eslint@9.3.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -13825,15 +13815,15 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.2.0: + eslint@9.3.0: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.2.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 3.0.2 - '@eslint/js': 9.2.0 + '@eslint/eslintrc': 3.1.0 + '@eslint/js': 9.3.0 '@humanwhocodes/config-array': 0.13.0 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.2.4 + '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 @@ -14552,7 +14542,7 @@ snapshots: handle-thing@2.0.1: {} - happy-dom@14.10.1: + happy-dom@14.11.0: dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -14904,9 +14894,9 @@ snapshots: through: 2.3.8 wrap-ansi: 6.2.0 - inquirer@9.2.20: + inquirer@9.2.22: dependencies: - '@inquirer/figures': 1.0.1 + '@inquirer/figures': 1.0.2 '@ljharb/through': 2.3.13 ansi-escapes: 4.3.2 chalk: 5.3.0 @@ -15138,7 +15128,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -17170,7 +17160,7 @@ snapshots: immutable: 4.3.5 source-map-js: 1.2.0 - sass@1.77.1: + sass@1.77.2: dependencies: chokidar: 3.6.0 immutable: 4.3.5 @@ -17221,7 +17211,7 @@ snapshots: loglevel: 1.9.1 loglevel-plugin-prefix: 0.8.4 pretty-bytes: 5.6.0 - sass: 1.77.1 + sass: 1.77.2 tslib: 1.14.1 section-matter@1.0.0: @@ -17342,9 +17332,9 @@ snapshots: shebang-regex@3.0.0: {} - shiki@1.5.1: + shiki@1.6.0: dependencies: - '@shikijs/core': 1.5.1 + '@shikijs/core': 1.6.0 shortid@2.2.16: dependencies: @@ -18012,11 +18002,11 @@ snapshots: typedarray@0.0.6: {} - typescript-eslint@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5): + typescript-eslint@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5): dependencies: - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.10(@typescript-eslint/parser@8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5))(eslint@9.2.0)(typescript@5.4.5) - '@typescript-eslint/parser': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) - '@typescript-eslint/utils': 8.0.0-alpha.10(eslint@9.2.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 8.0.0-alpha.14(@typescript-eslint/parser@8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/parser': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.14(eslint@9.3.0)(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: @@ -18116,7 +18106,7 @@ snapshots: - rollup - supports-color - unplugin-vue-markdown@0.26.2(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)): + unplugin-vue-markdown@0.26.2(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)): dependencies: '@mdit-vue/plugin-component': 2.1.2 '@mdit-vue/plugin-frontmatter': 2.1.2 @@ -18125,7 +18115,7 @@ snapshots: '@types/markdown-it': 14.0.1 markdown-it: 14.1.0 unplugin: 1.10.1 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - rollup @@ -18245,17 +18235,17 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.3(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)): + vite-hot-client@0.2.3(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)): dependencies: - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) - vite-node@1.6.0(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3): + vite-node@1.6.0(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - '@types/node' - less @@ -18266,7 +18256,7 @@ snapshots: - supports-color - terser - vite-plugin-inspect@0.8.4(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)): + vite-plugin-inspect@0.8.4(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)): dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@4.14.3) @@ -18277,28 +18267,28 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.0.0 sirv: 2.0.4 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-devtools@7.1.3(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)): + vite-plugin-vue-devtools@7.2.1(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)): dependencies: - '@vue/devtools-core': 7.1.3(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-kit': 7.1.3(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-shared': 7.1.3 + '@vue/devtools-core': 7.2.1(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3))(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-shared': 7.2.1 execa: 8.0.1 sirv: 2.0.4 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) - vite-plugin-inspect: 0.8.4(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) - vite-plugin-vue-inspector: 5.0.1(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) + vite-plugin-inspect: 0.8.4(rollup@4.14.3)(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) + vite-plugin-vue-inspector: 5.1.0(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.0.1(vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)): + vite-plugin-vue-inspector@5.1.0(vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)): dependencies: '@babel/core': 7.24.5 '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) @@ -18306,33 +18296,33 @@ snapshots: '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.5) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) - '@vue/compiler-dom': 3.4.26 + '@vue/compiler-dom': 3.4.27 kolorist: 1.8.0 magic-string: 0.30.10 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) transitivePeerDependencies: - supports-color - vite@5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3): + vite@5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.14.3 optionalDependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 fsevents: 2.3.3 less: 4.2.0 lightningcss: 1.24.1 - sass: 1.77.1 + sass: 1.77.2 stylus: 0.55.0 terser: 5.30.3 - vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3)): + vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3)): dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) - vitest@1.6.0(@types/node@20.12.11)(@vitest/ui@1.6.0)(happy-dom@14.10.1)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3): + vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(happy-dom@14.11.0)(jsdom@21.1.2)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -18351,13 +18341,13 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.7.0 tinypool: 0.8.4 - vite: 5.2.11(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) - vite-node: 1.6.0(@types/node@20.12.11)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.1)(stylus@0.55.0)(terser@5.30.3) + vite: 5.2.11(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) + vite-node: 1.6.0(@types/node@20.12.12)(less@4.2.0)(lightningcss@1.24.1)(sass@1.77.2)(stylus@0.55.0)(terser@5.30.3) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 '@vitest/ui': 1.6.0(vitest@1.6.0) - happy-dom: 14.10.1 + happy-dom: 14.11.0 jsdom: 21.1.2 transitivePeerDependencies: - less @@ -18375,10 +18365,10 @@ snapshots: vue-component-type-helpers@2.0.13: {} - vue-eslint-parser@9.4.2(eslint@9.2.0): + vue-eslint-parser@9.4.2(eslint@9.3.0): dependencies: debug: 4.3.4 - eslint: 9.2.0 + eslint: 9.3.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1