diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2234501..f5dabada 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: cli: '@bomb.sh/tab': - specifier: ^0.0.11 - version: 0.0.11 + specifier: ^0.0.22 + version: 0.0.22 '@types/minimist': specifier: ^1.2.5 version: 1.2.5 @@ -106,6 +106,9 @@ catalogs: vite-plugin-simple-tsconfig-alias: specifier: ^0.2.0 version: 0.2.0 + vitest: + specifier: ^4.0.17 + version: 4.1.0 vitest-console: specifier: ^0.2.1 version: 0.2.1 @@ -330,7 +333,7 @@ importers: devDependencies: '@bomb.sh/tab': specifier: catalog:cli - version: 0.0.11(cac@6.7.14)(citty@0.1.6) + version: 0.0.22(cac@6.7.14)(citty@0.1.6) '@clerc/core': specifier: workspace:* version: link:../core @@ -626,13 +629,13 @@ packages: resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} engines: {node: '>=6.9.0'} - '@bomb.sh/tab@0.0.11': - resolution: {integrity: sha512-RSqyreeicYBALcMaNxIUJTBknftXsyW45VRq5gKDNwKroh0Re5SDoWwXZaphb+OTEzVdpm/BA8Uq6y0P+AtVYw==} + '@bomb.sh/tab@0.0.22': + resolution: {integrity: sha512-l5IuWpV7szqG4MM6A7I+qPMmP2qPMq2TD4veIXaOH0sD53dV0Tv8WZPARp5O5Kp4+y4fnVCl3VL1HZKNghO1yg==} hasBin: true peerDependencies: - cac: ^6.7.14 - citty: ^0.1.6 - commander: ^13.1.0 + cac: ^6.7.14 || ^7.0.0 + citty: ^0.1.6 || ^0.2.0 + commander: ^13.1.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: cac: optional: true @@ -2853,6 +2856,7 @@ packages: eslint@9.39.2: resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true peerDependencies: jiti: '*' @@ -5311,7 +5315,7 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@bomb.sh/tab@0.0.11(cac@6.7.14)(citty@0.1.6)': + '@bomb.sh/tab@0.0.22(cac@6.7.14)(citty@0.1.6)': optionalDependencies: cac: 6.7.14 citty: 0.1.6 @@ -6636,7 +6640,7 @@ snapshots: '@vitest/pretty-format@4.0.17': dependencies: - tinyrainbow: 3.0.3 + tinyrainbow: 3.1.0 '@vitest/pretty-format@4.1.0': dependencies: @@ -6670,7 +6674,7 @@ snapshots: '@vitest/utils@4.0.17': dependencies: '@vitest/pretty-format': 4.0.17 - tinyrainbow: 3.0.3 + tinyrainbow: 3.1.0 '@vitest/utils@4.1.0': dependencies: @@ -8903,7 +8907,7 @@ snapshots: consola: 3.4.2 pathe: 2.0.3 pkg-types: 2.3.0 - tinyexec: 1.0.2 + tinyexec: 1.2.4 obug@2.1.1: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 893848be..b3984887 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -10,7 +10,7 @@ onlyBuiltDependencies: catalogs: cli: - "@bomb.sh/tab": "^0.0.11" + "@bomb.sh/tab": "^0.0.22" "@types/minimist": "^1.2.5" "@types/nopt": "^3.0.32" "@types/text-table": "^0.2.5"