1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

Merge branch 'master' into chore/drop-apps

# Conflicts:
#	apps/vhs/package.json
#	pnpm-workspace.yaml
This commit is contained in:
2025-02-09 05:19:10 +07:00
8 changed files with 403 additions and 204 deletions

View File

@@ -15,13 +15,13 @@
"type": "git", "type": "git",
"url": "git+https://github.com/robonen/tools.git" "url": "git+https://github.com/robonen/tools.git"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@types/node": "^22.13.0", "@types/node": "^22.13.1",
"citty": "^0.1.6", "citty": "^0.1.6",
"jiti": "^2.4.2", "jiti": "^2.4.2",
"pathe": "^2.0.2", "pathe": "^2.0.2",

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/platform" "directory": "packages/platform"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/renovate" "directory": "packages/renovate"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json" "test": "renovate-config-validator ./default.json"
}, },
"devDependencies": { "devDependencies": {
"renovate": "^39.156.0" "renovate": "^39.162.1"
} }
} }

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib" "directory": "packages/stdlib"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },

View File

@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/tsconfig" "directory": "packages/tsconfig"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "./packages/vue" "directory": "./packages/vue"
}, },
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.5",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.13.1"
}, },

585
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,10 +2,10 @@ packages:
- packages/* - packages/*
catalog: catalog:
"@vitest/coverage-v8": ^3.0.4 '@vitest/coverage-v8': ^3.0.5
"@vue/test-utils": ^2.4.6 '@vue/test-utils': ^2.4.6
jsdom: ^26.0.0 jsdom: ^26.0.0
pathe: ^2.0.2 pathe: ^2.0.2
unbuild: 3.3.1 unbuild: 3.3.1
vitest: ^3.0.4 vitest: ^3.0.5
vue: ^3.5.13 vue: ^3.5.13