From 93ddcbff2de8a5f79eac6f2c150891492f9b4dcf Mon Sep 17 00:00:00 2001 From: saqqdy Date: Thu, 8 Aug 2024 12:41:50 +0800 Subject: [PATCH] release 7.4.0 --- CHANGELOG.md | 4 + package.json | 4 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/api/index.md | 1 + packages/docs/changelog.md | 4 + packages/docs/package.json | 4 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 54 +++- packages/gitmars/src/locales/zh-CN.ts | 11 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- pnpm-lock.yaml | 370 ++++++++++++++------------ 17 files changed, 288 insertions(+), 182 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08f05cc..066a4a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 更新日志 +## 2024.08.08 v7.4.0 + +1. `build-mp` 增加生成版本类型的选择环节,增加输入baseInfo + ## 2024.08.02 v7.3.0 1. 修复 `miniprogramToken` `miniprogramSession` 参数必填问题 diff --git a/package.json b/package.json index 9516074a..d61f1dfa 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.3.0", - "packageManager": "pnpm@9.1.0", + "version": "7.4.0", + "packageManager": "pnpm@9.7.0", "main": "index.js", "files": [ "static", diff --git a/packages/api/package.json b/packages/api/package.json index fa172971..4cf49daa 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index dbc42d4f..8ab9ae42 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 5df98200..e9dea217 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index c55add0f..99d7ef04 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index 5eae482c..47b28a5c 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -521,6 +521,7 @@ gitm build #### 短指令:gitm bdm > v7.0.0 版本新增 +> v7.4.0 增加生成版本类型的选择环节,增加输入baseInfo 该指令用于发起 Jenkins 构建小程序 diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index a08f05cc..066a4a76 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -1,5 +1,9 @@ # 更新日志 +## 2024.08.08 v7.4.0 + +1. `build-mp` 增加生成版本类型的选择环节,增加输入baseInfo + ## 2024.08.02 v7.3.0 1. 修复 `miniprogramToken` `miniprogramSession` 参数必填问题 diff --git a/packages/docs/package.json b/packages/docs/package.json index 49132cf4..90ac7f9c 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.3.0", + "version": "7.4.0", "private": false, "files": [ "dist", @@ -37,7 +37,7 @@ "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", "typescript": "^5.4.5", - "vitepress": "1.2.0" + "vitepress": "1.3.2" }, "sideEffects": false, "keywords": [ diff --git a/packages/git/package.json b/packages/git/package.json index 67cfb36e..f38198ee 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 7addcbd4..a0e4c66f 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.3.0", + "version": "7.4.0", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index 701e3227..140e4844 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -52,7 +52,9 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => _confirm = opt.confirm, build_api_env = opt.build_api_env || data.build_api_env, mini_program = opt.miniprogram || data.mini_program, - description = opt.description || data.description + description = opt.description || data.description, + versionType = data.versionType, + baseInfo = data.baseInfo if (!project) { if (getIsGitProject()) project = getGitConfig().appName @@ -162,6 +164,35 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => ) } } + if (!versionType) { + ;[, versionType] = await to( + select({ + message: t('Select the type of version to be generated'), + choices: [ + { + name: 'none', + value: 'none', + description: t('Do not generate new versions') + }, + { + name: 'patch', + value: 'patch', + description: t('Patch version(bug fixes, minor changes)') + }, + { + name: 'minor', + value: 'minor', + description: t('Minor version(New Features)') + }, + { + name: 'major', + value: 'major', + description: t('Major version(Framework reorganization, major revamp)') + } + ] + }) + ) + } if (!description) { ;[, description] = await to( input({ @@ -170,6 +201,16 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => }).then(val => val.trim()) ) } + if (!baseInfo) { + ;[, baseInfo] = await to( + input({ + message: t( + "Enter the baseInfo to be extended, Leave it blank if you don't need it." + ), + transformer: val => val.trim() + }).then(val => val.trim()) + ) + } if (!_confirm) { let message = `${yellow(t('Please double check the following build parameters'))}\n${t( @@ -181,7 +222,9 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => message += `\n${t('Interface Environment')}: ${red(build_api_env || 'production')}` if (mini_program) message += `\n${t('Experience version pushed to')}: ${red(mini_program || t('Push to templates only'))}` + if (versionType) message += `\n${t('Type of version to generate')}: ${red(versionType)}` if (description) message += `\n${t('Version Description')}: ${red(description)}` + if (baseInfo) message += `\n${t('BaseInfo to be extended')}: ${red(baseInfo)}` if ('clean' in data) message += `\n${t('Clean node modules (use with caution)')}: ${red(data.clean)}` ;[, _confirm] = await to(confirm({ message })) @@ -193,7 +236,14 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => env: env!, project, app: app!, - data: JSON.stringify({ ...data, build_api_env, mini_program, description }) + data: JSON.stringify({ + ...data, + build_api_env, + mini_program, + versionType, + description, + baseInfo + }) }) }) program.parse(process.argv) diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index e0e0bfab..fe936035 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -462,5 +462,14 @@ export default { 'Implementation success': '执行成功', 'Select wechat account': '选择微信账号', 'Confirm unbind wechat account': '是否确认解绑体验者', - 'Push target branch': '推送目标分支到远程' + 'Push target branch': '推送目标分支到远程', + 'Select the type of version to be generated': '选择要生成的版本号类型', + 'Type of version to generate': '生成版本类型', + 'Do not generate new versions': '不生成新版本', + 'Patch version(bug fixes, minor changes)': '补丁版本(bug修复,小改动)', + 'Minor version(New Features)': '小版本(新特性)', + 'Major version(Framework reorganization, major revamp)': '大版本(框架重构或大改版)', + "Enter the baseInfo to be extended, Leave it blank if you don't need it.": + '填写要扩展的baseInfo内容,如果不需要则留空', + 'BaseInfo to be extended': '扩展数据' } diff --git a/packages/go/package.json b/packages/go/package.json index 27e18202..71dc62ab 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index e87d0798..e9cee582 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 45fe351a..368d0fd4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.3.0", + "version": "7.4.0", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6253ecf8..c3a0b114 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,10 +86,10 @@ importers: version: 3.1.3 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.29(typescript@5.4.5)) + version: 5.0.4(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.29(typescript@5.4.5)) + version: 3.1.0(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5)) consola: specifier: ^3.2.3 version: 3.2.3 @@ -173,7 +173,7 @@ importers: version: 5.4.5 unplugin-vue-define-options: specifier: ^1.4.4 - version: 1.4.4(rollup@4.17.2)(vue@3.4.29(typescript@5.4.5)) + version: 1.4.4(rollup@4.17.2)(vue@3.4.36(typescript@5.4.5)) zx: specifier: ^8.0.2 version: 8.0.2 @@ -453,8 +453,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitepress: - specifier: 1.2.0 - version: 1.2.0(@algolia/client-search@4.23.3)(@types/node@20.12.11)(postcss@8.4.38)(qrcode@1.5.3)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5) + specifier: 1.3.2 + version: 1.3.2(@algolia/client-search@4.23.3)(@types/node@20.12.11)(postcss@8.4.38)(qrcode@1.5.3)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5) packages/git: dependencies: @@ -800,9 +800,6 @@ packages: peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - peerDependenciesMeta: - '@algolia/client-search': - optional: true '@algolia/cache-browser-local-storage@4.23.3': resolution: {integrity: sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==} @@ -2711,11 +2708,11 @@ packages: '@rushstack/ts-command-line@4.19.4': resolution: {integrity: sha512-OH7SPCTjEus/KNDBZ2RbsbVQZ9/H/TJI+TcuiiQjxZ3beMTcQLGaPt5BuXk/c0AS0FQbOGT+2+AJmTZZq6Fhtw==} - '@shikijs/core@1.7.0': - resolution: {integrity: sha512-O6j27b7dGmJbR3mjwh/aHH8Ld+GQvA0OQsNO43wKWnqbAae3AYXrhFyScHGX8hXZD6vX2ngjzDFkZY5srtIJbQ==} + '@shikijs/core@1.12.1': + resolution: {integrity: sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==} - '@shikijs/transformers@1.7.0': - resolution: {integrity: sha512-QX3TP+CS4yYLt4X4Dk7wT0MsC7yweTYHMAAKY+ay+uuR9yRdFae/h+hivny2O+YixJHfZl57xtiZfWSrHdyVhQ==} + '@shikijs/transformers@1.12.1': + resolution: {integrity: sha512-zOpj/S2thBvnJV4Ty3EE8aRs/VqCbV+lgtEYeBRkPxTW22uLADEIZq0qjt5W2Rfy2KSu29e73nRyzp4PefjUTg==} '@sigstore/bundle@1.1.0': resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} @@ -2781,6 +2778,9 @@ packages: '@types/gulp@4.0.17': resolution: {integrity: sha512-+pKQynu2C/HS16kgmDlAicjtFYP8kaa86eE9P0Ae7GB5W29we/E2TIdbOWtEZD5XkpY+jr8fyqfwO6SWZecLpQ==} + '@types/hast@3.0.4': + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/inquirer@9.0.7': resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} @@ -2963,6 +2963,13 @@ packages: vite: ^5.0.0 vue: ^3.2.25 + '@vitejs/plugin-vue@5.1.2': + resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 + vue: ^3.2.25 + '@vue-macros/common@1.10.3': resolution: {integrity: sha512-YSgzcbXrRo8a/TF/YIguqEmTld1KA60VETKJG8iFuaAfj7j+Tbdin3cj7/cYbcCHORSq1v9IThgq7r8keH7LXQ==} engines: {node: '>=16.14.0'} @@ -2991,76 +2998,74 @@ packages: '@vue/compiler-core@3.4.25': resolution: {integrity: sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==} - '@vue/compiler-core@3.4.29': - resolution: {integrity: sha512-TFKiRkKKsRCKvg/jTSSKK7mYLJEQdUiUfykbG49rubC9SfDyvT2JrzTReopWlz2MxqeLyxh9UZhvxEIBgAhtrg==} + '@vue/compiler-core@3.4.36': + resolution: {integrity: sha512-qBkndgpwFKdupmOPoiS10i7oFdN7a+4UNDlezD0GlQ1kuA1pNrscg9g12HnB5E8hrWSuEftRsbJhL1HI2zpJhg==} '@vue/compiler-dom@3.4.25': resolution: {integrity: sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==} - '@vue/compiler-dom@3.4.29': - resolution: {integrity: sha512-A6+iZ2fKIEGnfPJejdB7b1FlJzgiD+Y/sxxKwJWg1EbJu6ZPgzaPQQ51ESGNv0CP6jm6Z7/pO6Ia8Ze6IKrX7w==} + '@vue/compiler-dom@3.4.36': + resolution: {integrity: sha512-eEIjy4GwwZTFon/Y+WO8tRRNGqylaRlA79T1RLhUpkOzJ7EtZkkb8MurNfkqY6x6Qiu0R7ESspEF7GkPR/4yYg==} '@vue/compiler-sfc@3.4.25': resolution: {integrity: sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==} - '@vue/compiler-sfc@3.4.29': - resolution: {integrity: sha512-zygDcEtn8ZimDlrEQyLUovoWgKQic6aEQqRXce2WXBvSeHbEbcAsXyCk9oG33ZkyWH4sl9D3tkYc1idoOkdqZQ==} + '@vue/compiler-sfc@3.4.36': + resolution: {integrity: sha512-rhuHu7qztt/rNH90dXPTzhB7hLQT2OC4s4GrPVqmzVgPY4XBlfWmcWzn4bIPEWNImt0CjO7kfHAf/1UXOtx3vw==} '@vue/compiler-ssr@3.4.25': resolution: {integrity: sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==} - '@vue/compiler-ssr@3.4.29': - resolution: {integrity: sha512-rFbwCmxJ16tDp3N8XCx5xSQzjhidYjXllvEcqX/lopkoznlNPz3jyy0WGJCyhAaVQK677WWFt3YO/WUEkMMUFQ==} + '@vue/compiler-ssr@3.4.36': + resolution: {integrity: sha512-Wt1zyheF0zVvRJyhY74uxQbnkXV2Le/JPOrAxooR4rFYKC7cFr+cRqW6RU3cM/bsTy7sdZ83IDuy/gLPSfPGng==} - '@vue/devtools-api@7.3.0': - resolution: {integrity: sha512-EQ6DIm9AuL9q6IzjjnxeHWgzHzZTI+0ZGyLyG6faLN1e0tzLWPut58OtvFbLP/hbEhE5zPlsdUsH1uFr7RVFYw==} + '@vue/devtools-api@7.3.7': + resolution: {integrity: sha512-kvjQ6nmsqTp7SrmpwI2G0MgbC4ys0bPsgQirHXJM8y1m7siQ5RnWQUHJVfyUrHNguCySW1cevAdIw87zrPTl9g==} - '@vue/devtools-kit@7.3.0': - resolution: {integrity: sha512-J9C+ue3Ka8cumQY/hMsNTcbb1tczqVBBXFMw4isa5YvPjyIBgEtJBfDSUVIK3nE+YWk7UNliUuCcE1GHEKaGcw==} - peerDependencies: - vue: ^3.0.0 + '@vue/devtools-kit@7.3.7': + resolution: {integrity: sha512-ktHhhjI4CoUrwdSUF5b/MFfjrtAtK8r4vhOkFyRN5Yp9kdXTwsRBYcwarHuP+wFPKf4/KM7DVBj2ELO8SBwdsw==} - '@vue/devtools-shared@7.3.0': - resolution: {integrity: sha512-bYw4BtZclxzVrYBeYYHzNOcLlvVZbe9tutwtrixTtdgynHvuSJa5KI2MqWiumpGYm2feFI5sHlC8Vt61v4z18g==} + '@vue/devtools-shared@7.3.7': + resolution: {integrity: sha512-M9EU1/bWi5GNS/+IZrAhwGOVZmUTN4MH22Hvh35nUZZg9AZP2R2OhfCb+MG4EtAsrUEYlu3R43/SIj3G7EZYtQ==} - '@vue/reactivity@3.4.29': - resolution: {integrity: sha512-w8+KV+mb1a8ornnGQitnMdLfE0kXmteaxLdccm2XwdFxXst4q/Z7SEboCV5SqJNpZbKFeaRBBJBhW24aJyGINg==} + '@vue/reactivity@3.4.36': + resolution: {integrity: sha512-wN1aoCwSoqrt1yt8wO0gc13QaC+Vk1o6AoSt584YHNnz6TGDhh1NCMUYgAnvp4HEIkLdGsaC1bvu/P+wpoDEXw==} - '@vue/runtime-core@3.4.29': - resolution: {integrity: sha512-s8fmX3YVR/Rk5ig0ic0NuzTNjK2M7iLuVSZyMmCzN/+Mjuqqif1JasCtEtmtoJWF32pAtUjyuT2ljNKNLeOmnQ==} + '@vue/runtime-core@3.4.36': + resolution: {integrity: sha512-9+TR14LAVEerZWLOm/N/sG2DVYhrH2bKgFrbH/FVt/Q8Jdw4OtdcGMRC6Tx8VAo0DA1eqAqrZaX0fbOaOxxZ4A==} - '@vue/runtime-dom@3.4.29': - resolution: {integrity: sha512-gI10atCrtOLf/2MPPMM+dpz3NGulo9ZZR9d1dWo4fYvm+xkfvRrw1ZmJ7mkWtiJVXSsdmPbcK1p5dZzOCKDN0g==} + '@vue/runtime-dom@3.4.36': + resolution: {integrity: sha512-2Qe2fKkLxgZBVvHrG0QMNLL4bsx7Ae88pyXebY2WnQYABpOnGYvA+axMbcF9QwM4yxnsv+aELbC0eiNVns7mGw==} - '@vue/server-renderer@3.4.29': - resolution: {integrity: sha512-HMLCmPI2j/k8PVkSBysrA2RxcxC5DgBiCdj7n7H2QtR8bQQPqKAe8qoaxLcInzouBmzwJ+J0x20ygN/B5mYBng==} + '@vue/server-renderer@3.4.36': + resolution: {integrity: sha512-2XW90Rq8+Y7S1EIsAuubZVLm0gCU8HYb5mRAruFdwfC3XSOU5/YKePz29csFzsch8hXaY5UHh7ZMddmi1XTJEA==} peerDependencies: - vue: 3.4.29 + vue: 3.4.36 '@vue/shared@3.4.25': resolution: {integrity: sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==} - '@vue/shared@3.4.29': - resolution: {integrity: sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==} - - '@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==} - peerDependencies: - async-validator: '*' - axios: '*' - change-case: '*' - drauu: '*' - focus-trap: '*' - fuse.js: '*' - idb-keyval: '*' - jwt-decode: '*' - nprogress: '*' - qrcode: '*' - sortablejs: '*' - universal-cookie: '*' + '@vue/shared@3.4.36': + resolution: {integrity: sha512-fdPLStwl1sDfYuUftBaUVn2pIrVFDASYerZSrlBvVBfylObPA1gtcWJHy5Ox8jLEJ524zBibss488Q3SZtU1uA==} + + '@vueuse/core@10.11.0': + resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} + + '@vueuse/integrations@10.11.0': + resolution: {integrity: sha512-Pp6MtWEIr+NDOccWd8j59Kpjy5YDXogXI61Kb1JxvSfVBO8NzFQkmrKmSZz47i+ZqHnIzxaT38L358yDHTncZg==} + peerDependencies: + 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 @@ -3087,11 +3092,11 @@ packages: universal-cookie: optional: true - '@vueuse/metadata@10.9.0': - resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} + '@vueuse/metadata@10.11.0': + resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==} - '@vueuse/shared@10.9.0': - resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + '@vueuse/shared@10.11.0': + resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==} abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} @@ -3871,6 +3876,10 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + entities@5.0.0: + resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==} + engines: {node: '>=0.12'} + env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -5343,8 +5352,8 @@ packages: resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} engines: {node: '>=16 || 14 >=14.17'} - minisearch@6.3.0: - resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} + minisearch@7.1.0: + resolution: {integrity: sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==} minizlib@2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} @@ -5760,6 +5769,9 @@ packages: picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -5837,6 +5849,10 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.41: + resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} + engines: {node: ^10 || ^12 || >=14} + preact@10.20.2: resolution: {integrity: sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==} @@ -6098,8 +6114,8 @@ packages: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rfdc@1.3.1: - resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + rfdc@1.4.1: + resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} @@ -6281,8 +6297,8 @@ packages: shiki@0.14.7: resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} - shiki@1.7.0: - resolution: {integrity: sha512-H5pMn4JA7ayx8H0qOz1k2qANq6mZVCMl1gKLK6kWIrv1s2Ial4EmD4s4jE8QB5Dw03d/oCQUxc24sotuyR5byA==} + shiki@1.12.1: + resolution: {integrity: sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -6853,8 +6869,8 @@ packages: resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} engines: {node: '>=10.13.0'} - vite@5.3.1: - resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==} + vite@5.4.0: + resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -6862,6 +6878,7 @@ packages: less: '*' lightningcss: ^1.21.0 sass: '*' + sass-embedded: '*' stylus: '*' sugarss: '*' terser: ^5.4.0 @@ -6874,6 +6891,8 @@ packages: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -6881,8 +6900,8 @@ packages: terser: optional: true - vitepress@1.2.0: - resolution: {integrity: sha512-m/4PAQVyPBvKHV7sFKwcmNmrsoSxdjnw/Eg40YyuBSaBHhrro9ubnfWk5GT0xGfE98LqjZkHCWKNJlR6G/7Ayg==} + vitepress@1.3.2: + resolution: {integrity: sha512-6gvecsCuR6b1Cid4w19KQiQ02qkpgzFRqiG0v1ZBekGkrZCzsxdDD5y4WH82HRXAOhU4iZIpzA1CsWqs719rqA==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -6899,8 +6918,8 @@ packages: vscode-textmate@8.0.0: resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} - vue-demi@0.14.7: - resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} + vue-demi@0.14.10: + resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -6916,8 +6935,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - vue@3.4.29: - resolution: {integrity: sha512-8QUYfRcYzNlYuzKPfge1UWC6nF9ym0lx7mpGVPJYNhddxEf3DD0+kU07NTL0sXuiT2HuJuKr/iEO8WvXvT0RSQ==} + vue@3.4.36: + resolution: {integrity: sha512-mIFvbLgjODfx3Iy1SrxOsiPpDb8Bo3EU+87ioimOZzZTOp15IEdAels70IjBOLO3ZFlLW5AhdwY4dWbXVQKYow==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -7123,9 +7142,8 @@ snapshots: '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': dependencies: - algoliasearch: 4.23.3 - optionalDependencies: '@algolia/client-search': 4.23.3 + algoliasearch: 4.23.3 '@algolia/cache-browser-local-storage@4.23.3': dependencies: @@ -9091,11 +9109,13 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@shikijs/core@1.7.0': {} + '@shikijs/core@1.12.1': + dependencies: + '@types/hast': 3.0.4 - '@shikijs/transformers@1.7.0': + '@shikijs/transformers@1.12.1': dependencies: - shiki: 1.7.0 + shiki: 1.12.1 '@sigstore/bundle@1.1.0': dependencies: @@ -9171,6 +9191,10 @@ snapshots: '@types/vinyl-fs': 3.0.5 chokidar: 3.6.0 + '@types/hast@3.0.4': + dependencies: + '@types/unist': 2.0.10 + '@types/inquirer@9.0.7': dependencies: '@types/through': 0.0.33 @@ -9378,22 +9402,27 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.29(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5))': dependencies: '@babel/core': 7.24.4 '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) - vite: 5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) - vue: 3.4.29(typescript@5.4.5) + vite: 5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) + vue: 3.4.36(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.29(typescript@5.4.5))': + '@vitejs/plugin-vue@5.0.4(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5))': dependencies: - vite: 5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) - vue: 3.4.29(typescript@5.4.5) + vite: 5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) + vue: 3.4.36(typescript@5.4.5) - '@vue-macros/common@1.10.3(rollup@4.17.2)(vue@3.4.29(typescript@5.4.5))': + '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5))': + dependencies: + vite: 5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) + vue: 3.4.36(typescript@5.4.5) + + '@vue-macros/common@1.10.3(rollup@4.17.2)(vue@3.4.36(typescript@5.4.5))': dependencies: '@babel/types': 7.24.0 '@rollup/pluginutils': 5.1.0(rollup@4.17.2) @@ -9402,7 +9431,7 @@ snapshots: local-pkg: 0.5.0 magic-string-ast: 0.5.0 optionalDependencies: - vue: 3.4.29(typescript@5.4.5) + vue: 3.4.36(typescript@5.4.5) transitivePeerDependencies: - rollup @@ -9443,11 +9472,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-core@3.4.29': + '@vue/compiler-core@3.4.36': dependencies: '@babel/parser': 7.24.7 - '@vue/shared': 3.4.29 - entities: 4.5.0 + '@vue/shared': 3.4.36 + entities: 5.0.0 estree-walker: 2.0.2 source-map-js: 1.2.0 @@ -9456,10 +9485,10 @@ snapshots: '@vue/compiler-core': 3.4.25 '@vue/shared': 3.4.25 - '@vue/compiler-dom@3.4.29': + '@vue/compiler-dom@3.4.36': dependencies: - '@vue/compiler-core': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/compiler-core': 3.4.36 + '@vue/shared': 3.4.36 '@vue/compiler-sfc@3.4.25': dependencies: @@ -9473,16 +9502,16 @@ snapshots: postcss: 8.4.38 source-map-js: 1.2.0 - '@vue/compiler-sfc@3.4.29': + '@vue/compiler-sfc@3.4.36': dependencies: '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.29 - '@vue/compiler-dom': 3.4.29 - '@vue/compiler-ssr': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/compiler-core': 3.4.36 + '@vue/compiler-dom': 3.4.36 + '@vue/compiler-ssr': 3.4.36 + '@vue/shared': 3.4.36 estree-walker: 2.0.2 magic-string: 0.30.10 - postcss: 8.4.38 + postcss: 8.4.41 source-map-js: 1.2.0 '@vue/compiler-ssr@3.4.25': @@ -9490,73 +9519,70 @@ snapshots: '@vue/compiler-dom': 3.4.25 '@vue/shared': 3.4.25 - '@vue/compiler-ssr@3.4.29': + '@vue/compiler-ssr@3.4.36': dependencies: - '@vue/compiler-dom': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/compiler-dom': 3.4.36 + '@vue/shared': 3.4.36 - '@vue/devtools-api@7.3.0(vue@3.4.29(typescript@5.4.5))': + '@vue/devtools-api@7.3.7': dependencies: - '@vue/devtools-kit': 7.3.0(vue@3.4.29(typescript@5.4.5)) - transitivePeerDependencies: - - vue + '@vue/devtools-kit': 7.3.7 - '@vue/devtools-kit@7.3.0(vue@3.4.29(typescript@5.4.5))': + '@vue/devtools-kit@7.3.7': dependencies: - '@vue/devtools-shared': 7.3.0 + '@vue/devtools-shared': 7.3.7 birpc: 0.2.17 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 superjson: 2.2.1 - vue: 3.4.29(typescript@5.4.5) - '@vue/devtools-shared@7.3.0': + '@vue/devtools-shared@7.3.7': dependencies: - rfdc: 1.3.1 + rfdc: 1.4.1 - '@vue/reactivity@3.4.29': + '@vue/reactivity@3.4.36': dependencies: - '@vue/shared': 3.4.29 + '@vue/shared': 3.4.36 - '@vue/runtime-core@3.4.29': + '@vue/runtime-core@3.4.36': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.4.36 + '@vue/shared': 3.4.36 - '@vue/runtime-dom@3.4.29': + '@vue/runtime-dom@3.4.36': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/runtime-core': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.4.36 + '@vue/runtime-core': 3.4.36 + '@vue/shared': 3.4.36 csstype: 3.1.3 - '@vue/server-renderer@3.4.29(vue@3.4.29(typescript@5.4.5))': + '@vue/server-renderer@3.4.36(vue@3.4.36(typescript@5.4.5))': dependencies: - '@vue/compiler-ssr': 3.4.29 - '@vue/shared': 3.4.29 - vue: 3.4.29(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.36 + '@vue/shared': 3.4.36 + vue: 3.4.36(typescript@5.4.5) '@vue/shared@3.4.25': {} - '@vue/shared@3.4.29': {} + '@vue/shared@3.4.36': {} - '@vueuse/core@10.9.0(vue@3.4.29(typescript@5.4.5))': + '@vueuse/core@10.11.0(vue@3.4.36(typescript@5.4.5))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.29(typescript@5.4.5)) - vue-demi: 0.14.7(vue@3.4.29(typescript@5.4.5)) + '@vueuse/metadata': 10.11.0 + '@vueuse/shared': 10.11.0(vue@3.4.36(typescript@5.4.5)) + vue-demi: 0.14.10(vue@3.4.36(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@10.9.0(focus-trap@7.5.4)(qrcode@1.5.3)(vue@3.4.29(typescript@5.4.5))': + '@vueuse/integrations@10.11.0(focus-trap@7.5.4)(qrcode@1.5.3)(vue@3.4.36(typescript@5.4.5))': dependencies: - '@vueuse/core': 10.9.0(vue@3.4.29(typescript@5.4.5)) - '@vueuse/shared': 10.9.0(vue@3.4.29(typescript@5.4.5)) - vue-demi: 0.14.7(vue@3.4.29(typescript@5.4.5)) + '@vueuse/core': 10.11.0(vue@3.4.36(typescript@5.4.5)) + '@vueuse/shared': 10.11.0(vue@3.4.36(typescript@5.4.5)) + vue-demi: 0.14.10(vue@3.4.36(typescript@5.4.5)) optionalDependencies: focus-trap: 7.5.4 qrcode: 1.5.3 @@ -9564,11 +9590,11 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/metadata@10.9.0': {} + '@vueuse/metadata@10.11.0': {} - '@vueuse/shared@10.9.0(vue@3.4.29(typescript@5.4.5))': + '@vueuse/shared@10.11.0(vue@3.4.36(typescript@5.4.5))': dependencies: - vue-demi: 0.14.7(vue@3.4.29(typescript@5.4.5)) + vue-demi: 0.14.10(vue@3.4.36(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -10377,6 +10403,8 @@ snapshots: entities@4.5.0: {} + entities@5.0.0: {} + env-paths@2.2.1: {} err-code@2.0.3: {} @@ -12127,7 +12155,7 @@ snapshots: minipass@7.0.4: {} - minisearch@6.3.0: {} + minisearch@7.1.0: {} minizlib@2.1.2: dependencies: @@ -12612,6 +12640,8 @@ snapshots: picocolors@1.0.0: {} + picocolors@1.0.1: {} + picomatch@2.3.1: {} pidtree@0.3.1: {} @@ -12685,6 +12715,12 @@ snapshots: picocolors: 1.0.0 source-map-js: 1.2.0 + postcss@8.4.41: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + preact@10.20.2: {} precinct@11.0.5: @@ -12969,7 +13005,7 @@ snapshots: reusify@1.0.4: {} - rfdc@1.3.1: {} + rfdc@1.4.1: {} rimraf@3.0.2: dependencies: @@ -13177,9 +13213,10 @@ snapshots: vscode-oniguruma: 1.7.0 vscode-textmate: 8.0.0 - shiki@1.7.0: + shiki@1.12.1: dependencies: - '@shikijs/core': 1.7.0 + '@shikijs/core': 1.12.1 + '@types/hast': 3.0.4 side-channel@1.0.6: dependencies: @@ -13691,9 +13728,9 @@ snapshots: universalify@0.1.2: {} - unplugin-vue-define-options@1.4.4(rollup@4.17.2)(vue@3.4.29(typescript@5.4.5)): + unplugin-vue-define-options@1.4.4(rollup@4.17.2)(vue@3.4.36(typescript@5.4.5)): dependencies: - '@vue-macros/common': 1.10.3(rollup@4.17.2)(vue@3.4.29(typescript@5.4.5)) + '@vue-macros/common': 1.10.3(rollup@4.17.2)(vue@3.4.36(typescript@5.4.5)) ast-walker-scope: 0.6.1 unplugin: 1.10.1 transitivePeerDependencies: @@ -13847,10 +13884,10 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4): + vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4): dependencies: esbuild: 0.21.5 - postcss: 8.4.38 + postcss: 8.4.41 rollup: 4.17.2 optionalDependencies: '@types/node': 20.12.11 @@ -13858,24 +13895,24 @@ snapshots: stylus: 0.57.0 terser: 5.30.4 - vitepress@1.2.0(@algolia/client-search@4.23.3)(@types/node@20.12.11)(postcss@8.4.38)(qrcode@1.5.3)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5): + vitepress@1.3.2(@algolia/client-search@4.23.3)(@types/node@20.12.11)(postcss@8.4.38)(qrcode@1.5.3)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5): dependencies: '@docsearch/css': 3.6.0 '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) - '@shikijs/core': 1.7.0 - '@shikijs/transformers': 1.7.0 + '@shikijs/core': 1.12.1 + '@shikijs/transformers': 1.12.1 '@types/markdown-it': 14.1.1 - '@vitejs/plugin-vue': 5.0.4(vite@5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.29(typescript@5.4.5)) - '@vue/devtools-api': 7.3.0(vue@3.4.29(typescript@5.4.5)) - '@vue/shared': 3.4.29 - '@vueuse/core': 10.9.0(vue@3.4.29(typescript@5.4.5)) - '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(qrcode@1.5.3)(vue@3.4.29(typescript@5.4.5)) + '@vitejs/plugin-vue': 5.1.2(vite@5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.36(typescript@5.4.5)) + '@vue/devtools-api': 7.3.7 + '@vue/shared': 3.4.36 + '@vueuse/core': 10.11.0(vue@3.4.36(typescript@5.4.5)) + '@vueuse/integrations': 10.11.0(focus-trap@7.5.4)(qrcode@1.5.3)(vue@3.4.36(typescript@5.4.5)) focus-trap: 7.5.4 mark.js: 8.11.1 - minisearch: 6.3.0 - shiki: 1.7.0 - vite: 5.3.1(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) - vue: 3.4.29(typescript@5.4.5) + minisearch: 7.1.0 + shiki: 1.12.1 + vite: 5.4.0(@types/node@20.12.11)(stylus@0.57.0)(terser@5.30.4) + vue: 3.4.36(typescript@5.4.5) optionalDependencies: postcss: 8.4.38 transitivePeerDependencies: @@ -13897,6 +13934,7 @@ snapshots: - react - react-dom - sass + - sass-embedded - search-insights - sortablejs - stylus @@ -13909,9 +13947,9 @@ snapshots: vscode-textmate@8.0.0: {} - vue-demi@0.14.7(vue@3.4.29(typescript@5.4.5)): + vue-demi@0.14.10(vue@3.4.36(typescript@5.4.5)): dependencies: - vue: 3.4.29(typescript@5.4.5) + vue: 3.4.36(typescript@5.4.5) vue-eslint-parser@9.4.2(eslint@8.57.0): dependencies: @@ -13926,13 +13964,13 @@ snapshots: transitivePeerDependencies: - supports-color - vue@3.4.29(typescript@5.4.5): + vue@3.4.36(typescript@5.4.5): dependencies: - '@vue/compiler-dom': 3.4.29 - '@vue/compiler-sfc': 3.4.29 - '@vue/runtime-dom': 3.4.29 - '@vue/server-renderer': 3.4.29(vue@3.4.29(typescript@5.4.5)) - '@vue/shared': 3.4.29 + '@vue/compiler-dom': 3.4.36 + '@vue/compiler-sfc': 3.4.36 + '@vue/runtime-dom': 3.4.36 + '@vue/server-renderer': 3.4.36(vue@3.4.36(typescript@5.4.5)) + '@vue/shared': 3.4.36 optionalDependencies: typescript: 5.4.5