taze
taze copied to clipboard
Taze does not find updates
Describe the bug
I have a very simple project.
I did a fresh pnpm install.
I tried to use taze
to update the dependencies.
It did not work.
-
nlx taze major
did not show any updates -
pnpm outdated
did show updates - the npm-check-updates` also shows updates
See screenshot.
Reproduction
- use this package.json
- run
npm i
orpnpm i
- run
npx taze
or with major or latest ; even with a globally installed version oftaze
- => does not show any updates
- run
pnpm outdated
ornpm outdated
and it shows updates
{
"name": "kuddl-dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"nuxt": "3.11.2",
"vue": "3.4.26",
"vue-router": "4.3.2"
},
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"devDependencies": {
"@nuxt/fonts": "0.6.1",
"@nuxt/ui": "2.15.1",
"tailwindcss": "3.4.3"
}
}
System Info
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M1 Pro
Memory: 160.67 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.12.2 - ~/.version-fox/temp/1721340000-99154/nodejs/bin/node
npm: 10.5.0 - ~/.version-fox/temp/1721340000-99154/nodejs/bin/npm
pnpm: 9.5.0 - /opt/homebrew/bin/pnpm
bun: 1.1.12 - ~/.bun/bin/bun
Browsers:
Chrome: 126.0.6478.183
Edge: 126.0.2592.102
Safari: 17.5
Used Package Manager
pnpm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.
Contributions
- [ ] I am willing to submit a PR to fix this issue
- [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)