chore(deps): update Node.js, pnpm, and dev dependencies

- Update Node.js version in .nvmrc from v20 to v24
- Update pnpm packageManager from 10.33.0 to 11.0.9
- Update pnpm-workspace.yaml to use allowBuilds instead of onlyBuiltDependencies
- Bump dev dependencies to latest versions: @antfu/eslint-config, @types/node, lint-staged, typescript
This commit is contained in:
Cell
2026-05-11 03:44:05 +08:00
parent 26b0556b9e
commit e4580190e9
6 changed files with 544 additions and 424 deletions
@@ -77,5 +77,6 @@ export function updateVersion(type: 'dev' | 'prod') {
execFileSync('git', ['add', stageFile])
}
})
// console.log('Node.js:', process.version)
console.log(`Update the FixIt version from v${lastVersion} to v${latestVersion}.`)
}