1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-21 03:14:43 +00:00

2 Commits

Author SHA1 Message Date
renovate[bot]
7a709006f2 chore(deps): update devdependency renovate to v42 2025-12-26 01:03:50 +00:00
renovate[bot]
3b39f64734 chore(deps): update all non-major dependencies (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 01:03:01 +00:00
8 changed files with 1270 additions and 1282 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.0", "packageManager": "pnpm@10.26.2",
"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.0", "packageManager": "pnpm@10.26.2",
"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.0", "packageManager": "pnpm@10.26.2",
"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.0", "packageManager": "pnpm@10.26.2",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.0"
}, },
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json" "test": "renovate-config-validator ./default.json"
}, },
"devDependencies": { "devDependencies": {
"renovate": "^41.173.1" "renovate": "^42.66.7"
} }
} }

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

2536
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: ^3.2.4 vitest: ^3.2.4
'@vitest/ui': ^3.2.4 '@vitest/ui': ^3.2.4
vue: ^3.5.25 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.0", "packageManager": "pnpm@10.26.2",
"engines": { "engines": {
"node": ">=24.12.0" "node": ">=24.12.0"
}, },