antfu-collective / taze

🥦 A modern cli tool that keeps your deps fresh
MIT License
2.66k stars 86 forks source link

taze major not work when version is fixed #113

Closed baixiaoyu2997 closed 5 months ago

baixiaoyu2997 commented 5 months ago

Describe the bug

The latest version of eslint is v9 image

Reproduction

https://stackblitz.com/edit/stackblitz-starters-n3ybvh?file=package.json

System Info

stackBlitz

Used Package Manager

npm

Validations

hyoban commented 5 months ago

Use -l option.

Locked (fixed version without ^ or ~) packages are skipped by default, use taze --include-locked or taze -l to show them.

https://github.com/antfu/taze#lockedversion

baixiaoyu2997 commented 5 months ago

Use -l option.

Locked (fixed version without ^ or ~) packages are skipped by default, use taze --include-locked or taze -l to show them.

https://github.com/antfu/taze#lockedversion

thanks~