Describe the bug
When using packages that publish prerelease versions (for example any from the @vuepress scope), Taze fails to detect that a newer prerelease is available. All stable semver-versioned packages update correctly, but nothing is reported for versions tagged with -rc, -beta, etc.
Reproduction
-
Create or use a pnpm-based project and add some older version from @vuepress/theme-default, 2.0.0-rc.103 for example
-
add some older version from typescript for example
-
Run
-
Observe that Taze reports no updates for any @vuepress/* packages.
Expected Behavior:
Taze should detect and list the latest (pre)release (e.g. 2.0.0-rc.106) and allow bumping to it.
Actual Behavior:
Taze shows no available updates for prerelease-tagged packages.
System Info
System:
OS: Linux 6.12 cpe:/o:nixos:nixos:25.11 25.11 (Xantusia)
CPU: (8) x64 Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
Memory: 24.58 GB / 31.28 GB
Container: Yes
Shell: 5.9 - /run/current-system/sw/bin/zsh
Binaries:
Node: 22.14.0 - /run/current-system/sw/bin/node
npm: 10.9.2 - /run/current-system/sw/bin/npm
pnpm: 10.11.0 - /run/current-system/sw/bin/pnpm
Browsers:
Brave Browser: 136.1.78.10
Used Package Manager
pnpm
Validations
Contributions
Describe the bug
When using packages that publish prerelease versions (for example any from the
@vuepressscope), Taze fails to detect that a newer prerelease is available. All stable semver-versioned packages update correctly, but nothing is reported for versions tagged with-rc,-beta, etc.Reproduction
Create or use a pnpm-based project and add some older version from
@vuepress/theme-default,2.0.0-rc.103for exampleadd some older version from
typescriptfor exampleRun
Observe that Taze reports no updates for any
@vuepress/*packages.Expected Behavior:
Taze should detect and list the latest (pre)release (e.g.
2.0.0-rc.106) and allow bumping to it.Actual Behavior:
Taze shows no available updates for prerelease-tagged packages.
System Info
System: OS: Linux 6.12 cpe:/o:nixos:nixos:25.11 25.11 (Xantusia) CPU: (8) x64 Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz Memory: 24.58 GB / 31.28 GB Container: Yes Shell: 5.9 - /run/current-system/sw/bin/zsh Binaries: Node: 22.14.0 - /run/current-system/sw/bin/node npm: 10.9.2 - /run/current-system/sw/bin/npm pnpm: 10.11.0 - /run/current-system/sw/bin/pnpm Browsers: Brave Browser: 136.1.78.10Used Package Manager
pnpm
Validations
Contributions