hasundue / molt

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

Add `--global` option for installing molt #165

Closed kyoh86 closed 5 months ago

kyoh86 commented 5 months ago

Now the command shows the warning like this:

⚠️ `deno install` behavior will change in Deno 2. To preserve the current behavior use the `-g` or `--global` flag.

Maybe molt should be installed as global.

hasundue commented 5 months ago

Thanks! LGTM but something wrong with CI :eyes: Very unlikely to be related to your change but let me figure it out before merging...

hasundue commented 5 months ago

Let me rebase the upstream change on CI and test it.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.13%. Comparing base (5c884f6) to head (fb12cba).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ========================================== - Coverage 86.30% 86.13% -0.18% ========================================== Files 10 10 Lines 1161 1161 Branches 206 205 -1 ========================================== - Hits 1002 1000 -2 - Misses 157 159 +2 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hasundue commented 5 months ago

Token-less upload of Codecov only works on Windows, which is weird, but I'm fixing it on another PR.

@kyoh86 do you mind if your commit being merged as unverified? I'm lazy and not configured signing...

hasundue commented 5 months ago

OK let me do it without a permission cause I don't think it super important.