hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
69 stars 5 forks source link

Caret ranges in npm specifiers do not work properly #112

Closed masnagam closed 6 months ago

masnagam commented 7 months ago

caret ranges seem not to work properly:

molt updates the version in the following import declaration:

import ora from 'npm:ora@^7.0.1';

like this:

📦 ora ^7.0.1 => 8.0.1
...

i reproduced this issue with:

hasundue commented 6 months ago

See also #111

hasundue commented 6 months ago

Fixed with #128. Tilde or caret ranges are no longer targeted by molt.