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

2 Commits

Author SHA1 Message Date
renovate[bot]
d3db4a034c chore(deps): update vitest monorepo to v4 2026-01-04 01:10:02 +00:00
renovate[bot]
a4d9b4c88a chore(deps): update all non-major dependencies (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-04 01:08:54 +00:00
8 changed files with 226 additions and 521 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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.0"
}, },

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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.0"
}, },

727
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,11 +5,11 @@ packages:
- web/* - web/*
catalog: catalog:
'@vitest/coverage-v8': ^3.2.4 '@vitest/coverage-v8': ^4.0.16
'@vue/test-utils': ^2.4.6 '@vue/test-utils': ^2.4.6
jsdom: ^27.3.0 jsdom: ^27.4.0
pathe: ^2.0.3 pathe: ^2.0.3
unbuild: 3.6.1 unbuild: 3.6.1
vitest: ^3.2.4 vitest: ^4.0.16
'@vitest/ui': ^3.2.4 '@vitest/ui': ^4.0.16
vue: ^3.5.26 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.26.2", "packageManager": "pnpm@10.27.0",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.0"
}, },