Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Jan 29, 2025
1 parent 184aa41 commit 6937e87
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 44 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-kit",
"version": "1.1.4",
"version": "1.1.5",
"description": "Turborepo CLI for housekeeping",
"license": "MIT",
"repository": {
Expand All @@ -25,16 +25,16 @@
},
"dependencies": {
"@turbo/repository": "0.0.1-canary.10",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"npm-check-updates": "~17.1.11"
"commander": "^13.1.0",
"npm-check-updates": "~17.1.14",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"@types/node": "^22.12.0",
"husky": "^9.1.7",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"keywords": ["turbo", "turborepo", "monorepo"]
}
4 changes: 2 additions & 2 deletions src/commands/graph.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Workspace, type PackageDetails } from '@turbo/repository';
import chalk from 'chalk';
import pc from 'picocolors';

const graph = async (key: keyof PackageDetails) => {
const workspace = await Workspace.find('.');
Expand All @@ -18,7 +18,7 @@ const graph = async (key: keyof PackageDetails) => {
packages.find((pkg) => pkg.relativePath === rawDep)?.name,
);

console.log(chalk.underline(chalk.bold(pkg.name)));
console.log(pc.underline(pc.bold(pkg.name)));

if (dependencies.length > 0) {
dependencies.forEach((dep, idx) => {
Expand Down
5 changes: 2 additions & 3 deletions src/commands/ls.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Workspace } from '@turbo/repository';
import { generateAsciiTree } from '@utils/ascii-tree';
import chalk from 'chalk';
import pc from 'picocolors';

export const list = async () => {
const workspace = await Workspace.find('.');
Expand All @@ -10,8 +10,7 @@ export const list = async () => {
);

const paths = packages.map(
(pkg) =>
`${pkg.relativePath} | ${chalk.underline(chalk.bold(pkg.name))}`,
(pkg) => `${pkg.relativePath} | ${pc.underline(pc.bold(pkg.name))}`,
);
const tree = generateAsciiTree(paths);
console.log(tree);
Expand Down
4 changes: 2 additions & 2 deletions src/commands/updates.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Workspace } from '@turbo/repository';
import { run } from 'npm-check-updates';
import path from 'node:path';
import chalk from 'chalk';
import pc from 'picocolors';

export const updates = async () => {
const workspace = await Workspace.find('.');
Expand All @@ -26,7 +26,7 @@ export const updates = async () => {
};

const packageUpdates = async (name: string, path: string) => {
console.log(chalk.underline(chalk.bold(name)));
console.log(pc.underline(pc.bold(name)));

const upgrades = await run({
packageFile: path,
Expand Down
55 changes: 25 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,12 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==

"@types/node@^22.9.1":
version "22.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71"
integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==
"@types/node@^22.12.0":
version "22.12.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
dependencies:
undici-types "~6.19.8"
undici-types "~6.20.0"

ansi-regex@^5.0.1:
version "5.0.1"
Expand Down Expand Up @@ -432,11 +432,6 @@ cac@^6.7.14:
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.14.tgz#804e1e6f506ee363cb0e3ccbb09cad5dd9870959"
integrity sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==

chalk@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==

chokidar@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.1.tgz#4a6dff66798fb0f72a94f616abbd7e1a19f31d41"
Expand All @@ -456,10 +451,10 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==

commander@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
commander@^13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz#776167db68c78f38dcce1f9b8d7b8b9a488abf46"
integrity sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==

commander@^4.0.0:
version "4.1.1"
Expand Down Expand Up @@ -642,10 +637,10 @@ mz@^2.7.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"

npm-check-updates@~17.1.11:
version "17.1.11"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.1.11.tgz#f6d48ca6a9adc0df990f6cd11de3bcd1e48e5c54"
integrity sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==
npm-check-updates@~17.1.14:
version "17.1.14"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.1.14.tgz#68285d98b296656bf7a8f747123c51d1adbdbb2b"
integrity sha512-dr4bXIxETubLI1tFGeock5hN8yVjahvaVpx+lPO4/O2md3zJuxB7FgH3MIoTvQSCgsgkIRpe0skti01IEAA5tA==

object-assign@^4.0.1:
version "4.1.1"
Expand Down Expand Up @@ -863,10 +858,10 @@ ts-interface-checker@^0.1.9:
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==

tsup@^8.3.5:
version "8.3.5"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.3.5.tgz#d55344e4756e924bf6f442e54e7d324b4471eee0"
integrity sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==
tsup@^8.3.6:
version "8.3.6"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.3.6.tgz#a10eb2dc27f84b510a0f00341ab75cad03d13a88"
integrity sha512-XkVtlDV/58S9Ye0JxUUTcrQk4S+EqlOHKzg6Roa62rdjL1nGWNUstG0xgI4vanHdfIpjP448J8vlN0oK6XOJ5g==
dependencies:
bundle-require "^5.0.0"
cac "^6.7.14"
Expand All @@ -885,15 +880,15 @@ tsup@^8.3.5:
tinyglobby "^0.2.9"
tree-kill "^1.2.2"

typescript@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
typescript@^5.7.3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

undici-types@~6.19.8:
version "6.19.8"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
undici-types@~6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==

webidl-conversions@^4.0.2:
version "4.0.2"
Expand Down

0 comments on commit 6937e87

Please sign in to comment.