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

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2026-02-20 12:52:02 +00:00
committed by GitHub
parent a83e2bb797
commit 0d6201faef
10 changed files with 816 additions and 633 deletions

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "configs/oxlint" "directory": "configs/oxlint"
}, },
"packageManager": "pnpm@10.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -45,7 +45,7 @@
"tsdown": "catalog:" "tsdown": "catalog:"
}, },
"peerDependencies": { "peerDependencies": {
"oxlint": ">=1.0.0" "oxlint": ">=1.49.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.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": "configs/tsdown" "directory": "configs/tsdown"
}, },
"packageManager": "pnpm@10.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.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/platform" "directory": "packages/platform"
}, },
"packageManager": "pnpm@10.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.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@10.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.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@10.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json" "test": "renovate-config-validator ./default.json"
}, },
"devDependencies": { "devDependencies": {
"renovate": "^43.12.0" "renovate": "^43.27.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.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },

1423
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,9 @@ packages:
catalog: catalog:
'@vitest/coverage-v8': ^4.0.18 '@vitest/coverage-v8': ^4.0.18
'@vue/test-utils': ^2.4.6 '@vue/test-utils': ^2.4.6
jsdom: ^28.0.0 jsdom: ^28.1.0
oxlint: ^1.2.0 oxlint: ^1.49.0
tsdown: ^0.12.5 tsdown: ^0.20.3
vitest: ^4.0.18 vitest: ^4.0.18
'@vitest/ui': ^4.0.18 '@vitest/ui': ^4.0.18
vue: ^3.5.28 vue: ^3.5.28

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.29.3", "packageManager": "pnpm@10.30.1",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },