nuxt / typescript

TypeScript Support for Nuxt 2
https://typescript.nuxtjs.org
MIT License
567 stars 124 forks source link

chore(deps): use rangeStrategy "auto" for renovate #588

Closed rchl closed 1 year ago

rchl commented 1 year ago

@nuxtjs renovate config uses "rangeStrategy": "bump" which is not ideal for modules as it bumps range of dependencies which is more likely to result in duplicate copies of that dependency when Nuxt or other packages also depend on those.

With "rangeStategy": "auto", renovate will bump pinned dependencies but not range dependencies. This is more sane behavior for modules IMO.

Change to "auto" and update package.jsons so that dependencies specific to this module and devDependencies are pinned and dependencies that are shared have wider ranges.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0fa81f7) 100.00% compared to head (3d3df7f) 100.00%.

:exclamation: Current head 3d3df7f differs from pull request most recent head 966e250. Consider uploading reports for the commit 966e250 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #588 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 36 36 Branches 9 9 ========================================= Hits 36 36 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuxt). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuxt)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.