1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00

1 Commits

Author SHA1 Message Date
renovate[bot]
fdabee2c33 chore(deps): update vitest monorepo to v4 2026-01-22 21:36:04 +00:00
8 changed files with 293 additions and 247 deletions

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@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },

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@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },

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@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },

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@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json" "test": "renovate-config-validator ./default.json"
}, },
"devDependencies": { "devDependencies": {
"renovate": "^42.95.2" "renovate": "^42.83.1"
} }
} }

View File

@@ -15,7 +15,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/robonen/tools.git" "url": "git+https://github.com/robonen/tools.git"
}, },
"packageManager": "pnpm@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },
@@ -24,7 +24,7 @@
"@types/node": "^24.10.9", "@types/node": "^24.10.9",
"@vitest/coverage-v8": "catalog:", "@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:", "@vitest/ui": "catalog:",
"citty": "^0.2.0", "citty": "^0.1.6",
"jiti": "^2.6.1", "jiti": "^2.6.1",
"jsdom": "catalog:", "jsdom": "catalog:",
"scule": "^1.3.0", "scule": "^1.3.0",

522
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,4 +12,4 @@ catalog:
unbuild: 3.6.1 unbuild: 3.6.1
vitest: ^4.0.18 vitest: ^4.0.18
'@vitest/ui': ^4.0.18 '@vitest/ui': ^4.0.18
vue: ^3.5.27 vue: ^3.5.26

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@10.28.2", "packageManager": "pnpm@10.28.0",
"engines": { "engines": {
"node": ">=24.13.0" "node": ">=24.13.0"
}, },