renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.73k stars 2.35k forks source link

feat(bundler): add inline source support #32600

Closed Djiit closed 6 days ago

Djiit commented 1 week ago

Changes

Here I'm adding support for "inline source" declaration, that is when a user declare a one-off source for a specific gem.

Context

While working on supporting variables, it appears that inline sources were not supported.

Documentation (please check one with an [x])

How I've tested my work (please select one)

I have verified these changes via:

Djiit commented 1 week ago

@viceice Thanks, I pushed the missing tests. For my knowledge, what's an easy way to check this locally (which line are not covered) instead of waiting for the codecov report?

github-actions[bot] commented 6 days ago

Hi there,

This is intended as a polite, automated request that users avoid @ mentioning repository maintainers like @rarkins or @viceice. Doing so causes annoying mobile notifications and makes it harder to maintain this repository.

We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one.

As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us.

Thanks, the Renovate team

viceice commented 6 days ago

@viceice Thanks, I pushed the missing tests. For my knowledge, what's an easy way to check this locally (which line are not covered) instead of waiting for the codecov report?

run pnpm jest <path-to-folder> and check coverage folder

renovate-release commented 6 days ago

:tada: This PR is included in version 39.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: