We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engines.vscode
I have engines.vscode set to version ^1.95.3 and @types/vscode set to version ^1.95.0 in package.json.
^1.95.3
@types/vscode
^1.95.0
package.json
After run taze latest -rwI, taze changed engines.vscode to ^1.95.0.
taze latest -rwI
Taze does a version sync from @types/vscode to engines.vscode.
But should it change to a smaller version? I don't think so.
https://github.com/ntnyq-dev/repro-taze-addon-vscode
System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Pro Memory: 68.08 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.11.0 - ~/.local/state/fnm_multishells/42466_1732435531639/bin/node Yarn: 1.22.22 - ~/.yarn/bin/yarn npm: 10.9.0 - ~/.local/state/fnm_multishells/42466_1732435531639/bin/npm pnpm: 9.14.2 - ~/Library/pnpm/pnpm bun: 1.1.34 - ~/.bun/bin/bun Browsers: Chrome: 131.0.6778.86 Edge: 131.0.2903.63 Safari: 17.5
pnpm
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I have
engines.vscode
set to version^1.95.3
and@types/vscode
set to version^1.95.0
inpackage.json
.After run
taze latest -rwI
, taze changedengines.vscode
to^1.95.0
.Taze does a version sync from
@types/vscode
toengines.vscode
.But should it change to a smaller version? I don't think so.
Reproduction
https://github.com/ntnyq-dev/repro-taze-addon-vscode
System Info
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: