mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
Merge branch 'master' into stdlib-types
This commit is contained in:
6
cli.ts
6
cli.ts
@@ -3,10 +3,10 @@ import { defineCommand, runMain } from 'citty';
|
||||
import { resolve } from 'pathe';
|
||||
import { splitByCase } from 'scule';
|
||||
|
||||
const PACKAGE_MANAGER = 'pnpm@9.0.6';
|
||||
const PACKAGE_MANAGER = 'pnpm@9.1.0';
|
||||
const NODE_VERSION = '>=20.12.2';
|
||||
const VITE_VERSION = '^5.2.8';
|
||||
const VITE_DTS_VERSION = '^3.8.1';
|
||||
const VITE_VERSION = '^5.2.11';
|
||||
const VITE_DTS_VERSION = '^3.9.1';
|
||||
const PATHE_VERSION = '^1.1.2'
|
||||
const DEFAULT_DIR = 'packages';
|
||||
|
||||
|
||||
@@ -15,18 +15,18 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/robonen/tools.git"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"engines": {
|
||||
"node": ">=20.12.2"
|
||||
"node": ">=20.13.1"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.7",
|
||||
"@types/node": "^20.12.12",
|
||||
"citty": "^0.1.6",
|
||||
"jiti": "^1.21.0",
|
||||
"pathe": "^1.1.2",
|
||||
"scule": "^1.3.0",
|
||||
"vitepress": "^1.1.4"
|
||||
"vitepress": "^1.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"all:test": "pnpm -r test",
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
"url": "git+https://github.com/robonen/tools.git",
|
||||
"directory": "packages/renovate"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"engines": {
|
||||
"node": ">=20.12.2"
|
||||
"node": ">=20.13.1"
|
||||
},
|
||||
"files": [
|
||||
"default.json"
|
||||
@@ -27,6 +27,6 @@
|
||||
"test": "renovate-config-validator ./default.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"renovate": "^37.330.0"
|
||||
"renovate": "^37.377.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"url": "git+https://github.com/robonen/tools.git",
|
||||
"directory": "packages/stdlib"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"engines": {
|
||||
"node": ">=20.12.2"
|
||||
"node": ">=20.13.1"
|
||||
},
|
||||
"type": "module",
|
||||
"files": [
|
||||
@@ -43,9 +43,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@robonen/tsconfig": "workspace:*",
|
||||
"@vitest/coverage-v8": "^1.5.3",
|
||||
"@vitest/coverage-v8": "^1.6.0",
|
||||
"pathe": "^1.1.2",
|
||||
"vitest": "^1.5.3",
|
||||
"vitest": "^1.6.0",
|
||||
"unbuild": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
"url": "git+https://github.com/robonen/tools.git",
|
||||
"directory": "packages/tsconfig"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"engines": {
|
||||
"node": ">=20.12.2"
|
||||
"node": ">=20.13.1"
|
||||
},
|
||||
"files": [
|
||||
"**tsconfig.json"
|
||||
|
||||
1309
pnpm-lock.yaml
generated
1309
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user