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

Commits on Sep 28, 2024

  1. feat: upgrade unconfig

    antfu committed Sep 28, 2024
    Copy the full SHA
    5bac325 View commit details
  2. chore: release v0.17.2

    antfu committed Sep 28, 2024
    Copy the full SHA
    7e22090 View commit details

Commits on Oct 30, 2024

  1. feat: add concurrency limit

    antfu committed Oct 30, 2024
    Copy the full SHA
    abdf4ae View commit details
  2. chore: update deps

    antfu committed Oct 30, 2024
    Copy the full SHA
    df31570 View commit details
  3. chore: release v0.18.0

    antfu committed Oct 30, 2024
    Copy the full SHA
    367376c View commit details

Commits on Nov 26, 2024

  1. Copy the full SHA
    1bc818a View commit details
  2. chore: update deps

    antfu committed Nov 26, 2024
    Copy the full SHA
    811a774 View commit details
  3. chore: release v0.18.1

    antfu committed Nov 26, 2024
    Copy the full SHA
    af689cd View commit details

Commits on Jan 9, 2025

  1. chore: update deps

    antfu committed Jan 9, 2025
    Copy the full SHA
    3c87451 View commit details
  2. chore: release v18.1.0

    antfu committed Jan 9, 2025
    2
    Copy the full SHA
    a778512 View commit details
  3. Copy the full SHA
    13dcf44 View commit details

Commits on Jan 15, 2025

  1. feat: add timediff option (#149)

    Co-authored-by: Anthony Fu <github@antfu.me>
    THernandez03 and antfu authored Jan 15, 2025
    Copy the full SHA
    9ba69c2 View commit details
  2. chore: update deps

    antfu committed Jan 15, 2025
    Copy the full SHA
    b2c0438 View commit details
  3. chore: release v18.2.0

    antfu committed Jan 15, 2025
    Copy the full SHA
    db5a0d6 View commit details

Commits on Jan 18, 2025

  1. Copy the full SHA
    ef7778a View commit details

Commits on Jan 22, 2025

  1. chore: update deps

    antfu committed Jan 22, 2025
    Copy the full SHA
    2cd59dc View commit details
  2. fix: vscode addon

    antfu committed Jan 22, 2025
    Copy the full SHA
    a757471 View commit details
  3. chore: release v18.2.1

    antfu committed Jan 22, 2025
    Copy the full SHA
    a220ef4 View commit details
  4. Copy the full SHA
    5ca6b8f View commit details
  5. chore: release v18.3.0

    antfu committed Jan 22, 2025
    Copy the full SHA
    992f4bd View commit details

Commits on Feb 2, 2025

  1. test: update snapshots

    sxzz committed Feb 2, 2025
    Copy the full SHA
    47d0826 View commit details

Commits on Feb 3, 2025

  1. Copy the full SHA
    9ba7eb0 View commit details
  2. chore: update deps

    antfu committed Feb 3, 2025
    Copy the full SHA
    4797b57 View commit details
  3. chore: release v18.3.1

    antfu committed Feb 3, 2025
    Copy the full SHA
    b918123 View commit details

Commits on Feb 4, 2025

  1. Copy the full SHA
    b43a167 View commit details
  2. feat: preserve yaml anchor and alias when bump pnpm catalog

    Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>
    younggglcy and sxzz authored Feb 4, 2025
    Copy the full SHA
    173c2f8 View commit details
  3. chore: release v18.4.0

    antfu committed Feb 4, 2025
    Copy the full SHA
    ea53fb7 View commit details
  4. Copy the full SHA
    d500204 View commit details
  5. Copy the full SHA
    dcbd53a View commit details
  6. Copy the full SHA
    645e312 View commit details

Commits on Feb 11, 2025

  1. chore: release v18.5.0

    antfu committed Feb 11, 2025
    Copy the full SHA
    0479730 View commit details
  2. chore: upgrade deps

    sxzz committed Feb 11, 2025
    Copy the full SHA
    22c80e5 View commit details
  3. fix(global): skip install when no changes

    fix 9ba7eb0 again
    sxzz committed Feb 11, 2025
    Copy the full SHA
    1f8e124 View commit details

Commits on Feb 12, 2025

  1. Copy the full SHA
    c305650 View commit details

Commits on Feb 18, 2025

  1. Copy the full SHA
    cc4df77 View commit details
  2. chore: release v18.6.0

    antfu committed Feb 18, 2025
    Copy the full SHA
    3da5f12 View commit details
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