diff --git a/package.json b/package.json index 5c3c718..c000321 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@changesets/cli": "2.27.1", "nodemon": "^3.1.0", "prettier": "^3.2.5", - "turbo": "^1.13.0", + "turbo": "^1.13.2", "vitest": "^1.4.0" }, "packageManager": "pnpm@8.15.5" diff --git a/packages/commands/package.json b/packages/commands/package.json index 076ba2d..84c1867 100644 --- a/packages/commands/package.json +++ b/packages/commands/package.json @@ -33,16 +33,16 @@ }, "devDependencies": { "@chialab/esbuild-plugin-meta-url": "^0.18.2", - "@types/node": "^20.11.30", + "@types/node": "^20.12.6", "prettier": "^3.2.5", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "publishConfig": { "access": "public" }, "dependencies": { - "@begit/core": "^0.0.13", + "@begit/core": "^0.0.14", "@clack/prompts": "0.7.0", "@solid-cli/reactivity": "workspace:*", "@solid-cli/ui": "workspace:*", diff --git a/packages/core/package.json b/packages/core/package.json index 81702be..21d30d7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -29,12 +29,12 @@ "@solid-cli/swc-plugin-solid-cli": "workspace:*", "@solid-cli/ui": "workspace:*", "@solid-cli/utils": "workspace:*", - "@swc/core": "^1.4.8", + "@swc/core": "^1.4.13", "cmd-ts": "^0.13.0", "execa": "^8.0.1", "picocolors": "^1.0.0", "smol-toml": "^1.1.4", - "tiny-updater": "^3.5.1" + "tiny-updater": "^3.5.2" }, "scripts": { "start": "jiti ./src/index.ts", @@ -42,10 +42,10 @@ }, "devDependencies": { "@chialab/esbuild-plugin-meta-url": "^0.18.2", - "@types/node": "^20.11.30", + "@types/node": "^20.12.6", "jiti": "^1.21.0", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "publishConfig": { "access": "public" diff --git a/packages/create-solid/package.json b/packages/create-solid/package.json index 715d948..8321012 100644 --- a/packages/create-solid/package.json +++ b/packages/create-solid/package.json @@ -31,12 +31,12 @@ "devDependencies": { "@clack/prompts": "0.7.0", "@solid-cli/commands": "workspace:*", - "@types/node": "^20.11.30", + "@types/node": "^20.12.6", "cmd-ts": "^0.13.0", "jiti": "^1.21.0", "picocolors": "^1.0.0", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "publishConfig": { "access": "public" diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index 4d72077..a510e53 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -29,7 +29,7 @@ "author": "Thomas Beer", "devDependencies": { "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "publishConfig": { "access": "public" diff --git a/packages/ui/package.json b/packages/ui/package.json index 52ea164..bb32a7f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -28,8 +28,8 @@ }, "devDependencies": { "tsup": "^8.0.2", - "typescript": "^5.4.3", - "@types/node": "20.11.30" + "typescript": "^5.4.4", + "@types/node": "20.12.6" }, "publishConfig": { "access": "public" diff --git a/packages/ui/src/components/autocomplete/utils.ts b/packages/ui/src/components/autocomplete/utils.ts index 8c28cfb..78c579f 100644 --- a/packages/ui/src/components/autocomplete/utils.ts +++ b/packages/ui/src/components/autocomplete/utils.ts @@ -1,4 +1,3 @@ -import { isCancel } from "@clack/core"; import { log } from "@clack/prompts"; import color from "picocolors"; // Taken from https://github.com/natemoo-re/clack/blob/main/packages/prompts/src/index.ts#L642 @@ -85,7 +84,7 @@ export { const cancelable = async (prompt: Promise, cancelMessage: string = "Canceled"): Promise => { const value = await prompt; - if (isCancel(value)) { + if (typeof value === "symbol") { log.warn(cancelMessage); process.exit(0); } diff --git a/packages/utils/package.json b/packages/utils/package.json index 2d9aecb..16d6fca 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -63,10 +63,10 @@ }, "devDependencies": { "@chialab/esbuild-plugin-meta-url": "^0.18.2", - "@types/node": "20.11.30", + "@types/node": "20.12.6", "jiti": "^1.21.0", "tsup": "^8.0.2", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "vitest": "^1.4.0" }, "publishConfig": { @@ -76,7 +76,7 @@ "@clack/core": "0.3.4", "@clack/prompts": "0.7.0", "@solid-cli/reactivity": "workspace:*", - "@swc/core": "^1.4.8", + "@swc/core": "^1.4.13", "cmd-ts": "^0.13.0", "execa": "^8.0.1", "picocolors": "^1.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4eeaf5b..1d35fa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^1.13.0 - version: 1.13.0 + specifier: ^1.13.2 + version: 1.13.2 vitest: specifier: ^1.4.0 version: 1.4.0 @@ -27,8 +27,8 @@ importers: packages/commands: dependencies: '@begit/core': - specifier: ^0.0.13 - version: 0.0.13 + specifier: ^0.0.14 + version: 0.0.14 '@clack/prompts': specifier: 0.7.0 version: 0.7.0 @@ -55,17 +55,17 @@ importers: specifier: ^0.18.2 version: 0.18.2 '@types/node': - specifier: ^20.11.30 - version: 20.11.30 + specifier: ^20.12.6 + version: 20.12.6 prettier: specifier: ^3.2.5 version: 3.2.5 tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages/core: dependencies: @@ -91,8 +91,8 @@ importers: specifier: workspace:* version: link:../utils '@swc/core': - specifier: ^1.4.8 - version: 1.4.8 + specifier: ^1.4.13 + version: 1.4.13 cmd-ts: specifier: ^0.13.0 version: 0.13.0 @@ -106,24 +106,24 @@ importers: specifier: ^1.1.4 version: 1.1.4 tiny-updater: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 devDependencies: '@chialab/esbuild-plugin-meta-url': specifier: ^0.18.2 version: 0.18.2 '@types/node': - specifier: ^20.11.30 - version: 20.11.30 + specifier: ^20.12.6 + version: 20.12.6 jiti: specifier: ^1.21.0 version: 1.21.0 tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages/create-solid: devDependencies: @@ -134,8 +134,8 @@ importers: specifier: workspace:* version: link:../commands '@types/node': - specifier: ^20.11.30 - version: 20.11.30 + specifier: ^20.12.6 + version: 20.12.6 cmd-ts: specifier: ^0.13.0 version: 0.13.0 @@ -147,19 +147,19 @@ importers: version: 1.0.0 tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages/reactivity: devDependencies: tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages/swc-plugin-solid-cli: {} @@ -182,14 +182,14 @@ importers: version: 1.0.0 devDependencies: '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.6 + version: 20.12.6 tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages/utils: dependencies: @@ -203,8 +203,8 @@ importers: specifier: workspace:* version: link:../reactivity '@swc/core': - specifier: ^1.4.8 - version: 1.4.8 + specifier: ^1.4.13 + version: 1.4.13 cmd-ts: specifier: ^0.13.0 version: 0.13.0 @@ -222,20 +222,20 @@ importers: specifier: ^0.18.2 version: 0.18.2 '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.6 + version: 20.12.6 jiti: specifier: ^1.21.0 version: 1.21.0 tsup: specifier: ^8.0.2 - version: 8.0.2(@swc/core@1.4.8)(typescript@5.4.3) + version: 8.0.2(@swc/core@1.4.13)(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 vitest: specifier: ^1.4.0 - version: 1.4.0(@types/node@20.11.30) + version: 1.4.0(@types/node@20.12.6) packages: @@ -269,10 +269,10 @@ packages: regenerator-runtime: 0.14.1 dev: true - /@begit/core@0.0.13: - resolution: {integrity: sha512-xKcBhH4EnGJ+k7zWo2OVUByEGRNGCgToaTacCWe5fh+6jLQw7MC7jjiR7an+CgxKKvnkNU/yl2/PbXZl9k9z0g==} + /@begit/core@0.0.14: + resolution: {integrity: sha512-JdS9oiGi3ovrzF+8e/5jU9gRZlhhnt0oOf5G+ixfEt9CK37EMkhdRTg1LOJtRfQlbs6igpo0D5HXEvVqMZrV/A==} dependencies: - tar: 6.2.0 + tar: 6.2.1 dev: false /@changesets/apply-release-plan@7.0.0: @@ -1534,88 +1534,88 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@swc/core-darwin-arm64@1.4.8: - resolution: {integrity: sha512-hhQCffRTgzpTIbngSnC30vV6IJVTI9FFBF954WEsshsecVoCGFiMwazBbrkLG+RwXENTrMhgeREEFh6R3KRgKQ==} + /@swc/core-darwin-arm64@1.4.13: + resolution: {integrity: sha512-36P72FLpm5iq85IvoEjBvi22DiqkkEIanJ1M0E8bkxcFHUbjBrYfPY9T6cpPyK5oQqkaTBvNAc3j1BlVD6IH6w==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@swc/core-darwin-x64@1.4.8: - resolution: {integrity: sha512-P3ZBw8Jr8rKhY/J8d+6WqWriqngGTgHwtFeJ8MIakQJTbdYbFgXSZxcvDiERg3psbGeFXaUaPI0GO6BXv9k/OQ==} + /@swc/core-darwin-x64@1.4.13: + resolution: {integrity: sha512-ye7OgKpDdyA8AMIVVdmD1ICDaFXgoEXORnVO8bBHyul0WN71yUBZMX+YxEx2lpWtiftA2vY/1MAuOR80vHkBCw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@swc/core-linux-arm-gnueabihf@1.4.8: - resolution: {integrity: sha512-PP9JIJt19bUWhAGcQW6qMwTjZOcMyzkvZa0/LWSlDm0ORYVLmDXUoeQbGD3e0Zju9UiZxyulnpjEN0ZihJgPTA==} + /@swc/core-linux-arm-gnueabihf@1.4.13: + resolution: {integrity: sha512-+x593Jlmu4c3lJtZUKRejWpV2MAij1Js5nmQLLdjo6ChR2D4B2rzj3iMiKn5gITew7fraF9t3fvXALdWh7HmUg==} engines: {node: '>=10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-gnu@1.4.8: - resolution: {integrity: sha512-HvEWnwKHkoVUr5iftWirTApFJ13hGzhAY2CMw4lz9lur2m+zhPviRRED0FCI6T95Knpv7+8eUOr98Z7ctrG6DQ==} + /@swc/core-linux-arm64-gnu@1.4.13: + resolution: {integrity: sha512-0x8OVw4dfyNerrs/9eZX9wNnmvwbwXSMCi+LbE6Xt1pXOIwvoLtFIXcV3NsrlkFboO3sr5UAQIwDxKqbIZA9pQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-musl@1.4.8: - resolution: {integrity: sha512-kY8+qa7k/dEeBq9p0Hrta18QnJPpsiJvDQSLNaTIFpdM3aEM9zbkshWz8gaX5VVGUEALowCBUWqmzO4VaqM+2w==} + /@swc/core-linux-arm64-musl@1.4.13: + resolution: {integrity: sha512-Z9c4JiequtZvngPcxbCuAOkmWBxi2vInZbjjhD5I+Q9oiJdXUz1t2USGwsGPS41Xvk1BOA3ecK2Sn1ilY3titg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-x64-gnu@1.4.8: - resolution: {integrity: sha512-0WWyIw432wpO/zeGblwq4f2YWam4pn8Z/Ig4KzHMgthR/KmiLU3f0Z7eo45eVmq5vcU7Os1zi/Zb65OOt09q/w==} + /@swc/core-linux-x64-gnu@1.4.13: + resolution: {integrity: sha512-ChatHtk+vX0Ke5QG+jO+rIapw/KwZsi9MedCBHFXHH6iWF4z8d51cJeN68ykcn+vAXzjNeFNdlNy5Vbkd1zAqg==} engines: {node: '>=10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-x64-musl@1.4.8: - resolution: {integrity: sha512-p4yxvVS05rBNCrBaSTa20KK88vOwtg8ifTW7ec/yoab0bD5EwzzB8KbDmLLxE6uziFa0sdjF0dfRDwSZPex37Q==} + /@swc/core-linux-x64-musl@1.4.13: + resolution: {integrity: sha512-0Pz39YR530mXpsztwQkmEKdkkZy4fY4Smdh4pkm6Ly8Nndyo0te/l4bcAGqN24Jp7aVwF/QSy14SAtw4HRjU9g==} engines: {node: '>=10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-win32-arm64-msvc@1.4.8: - resolution: {integrity: sha512-jKuXihxAaqUnbFfvPxtmxjdJfs87F1GdBf33il+VUmSyWCP4BE6vW+/ReDAe8sRNsKyrZ3UH1vI5q1n64csBUA==} + /@swc/core-win32-arm64-msvc@1.4.13: + resolution: {integrity: sha512-LVZfhlD+jHcAbz5NN+gAJ1BEasB0WpcvUzcsJt0nQSRsojgzPzFjJ+fzEBnvT7SMtqKkrnVJ0OmDYeh88bDRpw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@swc/core-win32-ia32-msvc@1.4.8: - resolution: {integrity: sha512-O0wT4AGHrX8aBeH6c2ADMHgagAJc5Kf6W48U5moyYDAkkVnKvtSc4kGhjWhe1Yl0sI0cpYh2In2FxvYsb44eWw==} + /@swc/core-win32-ia32-msvc@1.4.13: + resolution: {integrity: sha512-78hxHWUvUZtWsnhcf8DKwhBcNFJw+j4y4fN2B9ioXmBWX2tIyw+BqUHOrismOtjPihaZmwe/Ok2e4qmkawE2fw==} engines: {node: '>=10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@swc/core-win32-x64-msvc@1.4.8: - resolution: {integrity: sha512-C2AYc3A2o+ECciqsJWRgIpp83Vk5EaRzHe7ed/xOWzVd0MsWR+fweEsyOjlmzHfpUxJSi46Ak3/BIZJlhZbXbg==} + /@swc/core-win32-x64-msvc@1.4.13: + resolution: {integrity: sha512-WSfy1u2Xde6jU7UpHIInCUMW98Zw9iZglddKUAvmr1obkZji5U6EX0Oca3asEJdZPFb+2lMLjt0Mh5a1YisROg==} engines: {node: '>=10'} cpu: [x64] os: [win32] requiresBuild: true optional: true - /@swc/core@1.4.8: - resolution: {integrity: sha512-uY2RSJcFPgNOEg12RQZL197LZX+MunGiKxsbxmh22VfVxrOYGRvh4mPANFlrD1yb38CgmW1wI6YgIi8LkIwmWg==} + /@swc/core@1.4.13: + resolution: {integrity: sha512-rOtusBE+2gaeRkAJn5E4zp5yzZekZOypzSOz5ZG6P1hFbd+Cc26fWEdK6sUSnrkkvTd0Oj33KXLB/4UkbK/UHA==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -1627,16 +1627,16 @@ packages: '@swc/counter': 0.1.2 '@swc/types': 0.1.5 optionalDependencies: - '@swc/core-darwin-arm64': 1.4.8 - '@swc/core-darwin-x64': 1.4.8 - '@swc/core-linux-arm-gnueabihf': 1.4.8 - '@swc/core-linux-arm64-gnu': 1.4.8 - '@swc/core-linux-arm64-musl': 1.4.8 - '@swc/core-linux-x64-gnu': 1.4.8 - '@swc/core-linux-x64-musl': 1.4.8 - '@swc/core-win32-arm64-msvc': 1.4.8 - '@swc/core-win32-ia32-msvc': 1.4.8 - '@swc/core-win32-x64-msvc': 1.4.8 + '@swc/core-darwin-arm64': 1.4.13 + '@swc/core-darwin-x64': 1.4.13 + '@swc/core-linux-arm-gnueabihf': 1.4.13 + '@swc/core-linux-arm64-gnu': 1.4.13 + '@swc/core-linux-arm64-musl': 1.4.13 + '@swc/core-linux-x64-gnu': 1.4.13 + '@swc/core-linux-x64-musl': 1.4.13 + '@swc/core-win32-arm64-msvc': 1.4.13 + '@swc/core-win32-ia32-msvc': 1.4.13 + '@swc/core-win32-x64-msvc': 1.4.13 /@swc/counter@0.1.2: resolution: {integrity: sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==} @@ -1656,8 +1656,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node@20.11.30: - resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} + /@types/node@20.12.6: + resolution: {integrity: sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==} dependencies: undici-types: 5.26.5 dev: true @@ -4037,8 +4037,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /tar@6.2.0: - resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} + /tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} dependencies: chownr: 2.0.0 @@ -4069,8 +4069,8 @@ packages: resolution: {integrity: sha512-FYzA5Q5myp26PIZ4mx/03SreNgB1dGqcHJnj1Z8UVQ8/CBw0c6qRoPgRdk8rKpviY5diZyOmRGYMYKLYbjnmWQ==} dev: false - /tiny-updater@3.5.1: - resolution: {integrity: sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==} + /tiny-updater@3.5.2: + resolution: {integrity: sha512-5EjK01h0rvgv+Eb0XaiTZJZR+ujdjCDHZ1ZCVCu+1h4+MyOYZ+za8UKuKdNOOOSKhkkC9B08o6ZhF4JnQg7ZLg==} dependencies: ionstore: 1.0.0 tiny-colors: 2.0.2 @@ -4131,7 +4131,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /tsup@8.0.2(@swc/core@1.4.8)(typescript@5.4.3): + /tsup@8.0.2(@swc/core@1.4.13)(typescript@5.4.4): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -4150,7 +4150,7 @@ packages: typescript: optional: true dependencies: - '@swc/core': 1.4.8 + '@swc/core': 1.4.13 bundle-require: 4.0.1(esbuild@0.19.9) cac: 6.7.14 chokidar: 3.5.3 @@ -4165,7 +4165,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 - typescript: 5.4.3 + typescript: 5.4.4 transitivePeerDependencies: - supports-color - ts-node @@ -4185,64 +4185,64 @@ packages: yargs: 17.7.2 dev: true - /turbo-darwin-64@1.13.0: - resolution: {integrity: sha512-ctHeJXtQgBcgxnCXwrJTGiq57HtwF7zWz5NTuSv//5yeU01BtQIt62ArKfjudOhRefWJbX3Z5srn88XTb9hfww==} + /turbo-darwin-64@1.13.2: + resolution: {integrity: sha512-CCSuD8CfmtncpohCuIgq7eAzUas0IwSbHfI8/Q3vKObTdXyN8vAo01gwqXjDGpzG9bTEVedD0GmLbD23dR0MLA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.13.0: - resolution: {integrity: sha512-/Q9/pNFkF9w83tNxwMpgapwLYdQ12p8mpty2YQRoUiS9ClWkcqe136jR0mtuMqzlNlpREOFZaoyIthjt6Sdo0g==} + /turbo-darwin-arm64@1.13.2: + resolution: {integrity: sha512-0HySm06/D2N91rJJ89FbiI/AodmY8B3WDSFTVEpu2+8spUw7hOJ8okWOT0e5iGlyayUP9gr31eOeL3VFZkpfCw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.13.0: - resolution: {integrity: sha512-hgbT7o020BGV4L7Sd8hhFTd5zVKPKxbsr0dPfel/9NkdTmptz2aGZ0Vb2MAa18SY3XaCQpDxmdYuOzvvRpo5ZA==} + /turbo-linux-64@1.13.2: + resolution: {integrity: sha512-7HnibgbqZrjn4lcfIouzlPu8ZHSBtURG4c7Bedu7WJUDeZo+RE1crlrQm8wuwO54S0siYqUqo7GNHxu4IXbioQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.13.0: - resolution: {integrity: sha512-WK01i2wDZARrV+HEs495A3hNeGMwQR5suYk7G+ceqqW7b+dOTlQdvUjnI3sg7wAnZPgjafFs/hoBaZdJjVa/nw==} + /turbo-linux-arm64@1.13.2: + resolution: {integrity: sha512-sUq4dbpk6SNKg/Hkwn256Vj2AEYSQdG96repio894h5/LEfauIK2QYiC/xxAeW3WBMc6BngmvNyURIg7ltrePg==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.13.0: - resolution: {integrity: sha512-hJgSZJZwlWHNwLEthaqJqJWGm4NqF5X/I7vE0sPE4i/jeDl8f0n1hcOkgJkJiNXVxhj+qy/9+4dzbPLKT9imaQ==} + /turbo-windows-64@1.13.2: + resolution: {integrity: sha512-DqzhcrciWq3dpzllJR2VVIyOhSlXYCo4mNEWl98DJ3FZ08PEzcI3ceudlH6F0t/nIcfSItK1bDP39cs7YoZHEA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.13.0: - resolution: {integrity: sha512-L/ErxYoXeq8tmjU/AIGicC9VyBN1zdYw8JlM4yPmMI0pJdY8E4GaYK1IiIazqq7M72lmQhU/WW7fV9FqEktwrw==} + /turbo-windows-arm64@1.13.2: + resolution: {integrity: sha512-WnPMrwfCXxK69CdDfS1/j2DlzcKxSmycgDAqV0XCYpK/812KB0KlvsVAt5PjEbZGXkY88pCJ1BLZHAjF5FcbqA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.13.0: - resolution: {integrity: sha512-r02GtNmkOPcQvUzVE6lg474QVLyU02r3yh3lUGqrFHf5h5ZEjgDGWILsAUqplVqjri1Y/oOkTssks4CObTAaiw==} + /turbo@1.13.2: + resolution: {integrity: sha512-rX/d9f4MgRT3yK6cERPAkfavIxbpBZowDQpgvkYwGMGDQ0Nvw1nc0NVjruE76GrzXQqoxR1UpnmEP54vBARFHQ==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.13.0 - turbo-darwin-arm64: 1.13.0 - turbo-linux-64: 1.13.0 - turbo-linux-arm64: 1.13.0 - turbo-windows-64: 1.13.0 - turbo-windows-arm64: 1.13.0 + turbo-darwin-64: 1.13.2 + turbo-darwin-arm64: 1.13.2 + turbo-linux-64: 1.13.2 + turbo-linux-arm64: 1.13.2 + turbo-windows-64: 1.13.2 + turbo-windows-arm64: 1.13.2 dev: true /type-detect@4.0.8: @@ -4309,8 +4309,8 @@ packages: possible-typed-array-names: 1.0.0 dev: true - /typescript@5.4.3: - resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} + /typescript@5.4.4: + resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -4369,7 +4369,7 @@ packages: - terser dev: true - /vite-node@1.4.0(@types/node@20.11.30): + /vite-node@1.4.0(@types/node@20.12.6): resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4378,7 +4378,7 @@ packages: debug: 4.3.4(supports-color@5.5.0) pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.1.4(@types/node@20.11.30) + vite: 5.1.4(@types/node@20.12.6) transitivePeerDependencies: - '@types/node' - less @@ -4390,7 +4390,7 @@ packages: - terser dev: true - /vite@5.1.4(@types/node@20.11.30): + /vite@5.1.4(@types/node@20.12.6): resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4418,7 +4418,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.6 esbuild: 0.19.12 postcss: 8.4.35 rollup: 4.12.0 @@ -4426,7 +4426,7 @@ packages: fsevents: 2.3.3 dev: true - /vite@5.1.6(@types/node@20.11.30): + /vite@5.1.6(@types/node@20.12.6): resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4454,7 +4454,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.6 esbuild: 0.19.12 postcss: 8.4.36 rollup: 4.13.0 @@ -4552,7 +4552,7 @@ packages: - terser dev: true - /vitest@1.4.0(@types/node@20.11.30): + /vitest@1.4.0(@types/node@20.12.6): resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4577,7 +4577,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.6 '@vitest/expect': 1.4.0 '@vitest/runner': 1.4.0 '@vitest/snapshot': 1.4.0 @@ -4595,8 +4595,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.6.0 tinypool: 0.8.2 - vite: 5.1.6(@types/node@20.11.30) - vite-node: 1.4.0(@types/node@20.11.30) + vite: 5.1.6(@types/node@20.12.6) + vite-node: 1.4.0(@types/node@20.12.6) why-is-node-running: 2.2.2 transitivePeerDependencies: - less