Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antfu-collective/taze
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: antfu-collective/taze
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -97,6 +97,8 @@ export default defineConfig({
'**/node_modules/**',
'**/test/**',
],
// ignore package.json that in other workspaces (with their own .git,pnpm-workspace.yaml,etc.)
ignoreOtherWorkspaces: true,
// override with different bumping mode for each package
packageMode: {
'typescript': 'major',
54 changes: 28 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "taze",
"type": "module",
"version": "0.17.1",
"packageManager": "pnpm@9.11.0",
"version": "18.6.0",
"packageManager": "pnpm@10.3.0",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
@@ -34,48 +34,50 @@
"test": "unbuild && vitest"
},
"dependencies": {
"@antfu/ni": "^0.23.0",
"js-yaml": "^4.1.0",
"ofetch": "^1.4.0",
"package-manager-detector": "^0.2.0",
"tinyexec": "^0.3.0",
"unconfig": "^0.5.5",
"@antfu/ni": "^23.3.1",
"find-up-simple": "^1.0.0",
"ofetch": "^1.4.1",
"package-manager-detector": "^0.2.9",
"pathe": "^2.0.3",
"tinyexec": "^0.3.2",
"unconfig": "^7.0.0",
"yaml": "^2.7.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/utils": "^0.7.10",
"@npmcli/config": "^8.3.4",
"@antfu/eslint-config": "^4.2.0",
"@antfu/utils": "^8.1.0",
"@npmcli/config": "^10.0.1",
"@types/cli-progress": "^3.11.6",
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.3",
"@types/node": "^22.13.1",
"@types/npm-package-arg": "^6.1.4",
"@types/npm-registry-fetch": "^8.0.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"bumpp": "^9.5.2",
"ansis": "^3.12.0",
"bumpp": "^10.0.3",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.7",
"debug": "^4.4.0",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"eslint": "^9.11.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fast-npm-meta": "^0.2.2",
"npm-package-arg": "^12.0.0",
"npm-registry-fetch": "^18.0.0",
"picocolors": "^1.1.0",
"eslint": "^9.20.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"fast-npm-meta": "^0.3.1",
"npm-package-arg": "^12.0.2",
"npm-registry-fetch": "^18.0.2",
"p-limit": "^6.2.0",
"prompts": "^2.4.2",
"restore-cursor": "^5.1.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"semver": "^7.7.1",
"taze": "workspace:*",
"typescript": "^5.6.2",
"typescript": "^5.7.3",
"ufo": "^1.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.1.1"
"unbuild": "^3.3.1",
"vitest": "^3.0.5"
}
}
Loading