Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 26, 2023
1 parent 5e38c28 commit 486bc86
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 841 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
}
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Check for <b>major</b> updates
<img src='./screenshots/major.png' width='600'/>
</p>


<p align='center'>
Check up to <b>minor</b> updates
<br>
Expand All @@ -50,7 +49,6 @@ Check up to <b>patch</b> updates
<img src='./screenshots/patch.png' width='600'/>
</p>


### Monorepo

`taze` has the built-in first-class monorepo support. Simply adding `-r` will scan the subdirectories that contain `package.json` and update them together. It will handle local private packages automatically.
Expand Down
1 change: 1 addition & 0 deletions bin/taze.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'
// eslint-disable-next-line antfu/no-import-dist
import '../dist/cli.mjs'
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taze",
"type": "module",
"version": "0.13.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.1",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -35,38 +35,38 @@
},
"dependencies": {
"@antfu/ni": "^0.21.12",
"@npmcli/config": "^8.0.2",
"@npmcli/config": "^8.0.3",
"cli-progress": "^3.12.0",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"execa": "^8.0.1",
"pacote": "^17.0.4",
"pacote": "^17.0.5",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"unconfig": "^0.3.11",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29",
"@antfu/utils": "^0.7.6",
"@antfu/eslint-config": "^2.6.0",
"@antfu/utils": "^0.7.7",
"@types/cli-progress": "^3.11.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.10.0",
"@types/node": "^20.10.5",
"@types/pacote": "^11.1.8",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@types/yargs": "^17.0.32",
"bumpp": "^9.2.0",
"bumpp": "^9.2.1",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"taze": "workspace:*",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.1.0"
}
}
Loading

0 comments on commit 486bc86

Please sign in to comment.