-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
feat: allow disabling remote extend with giget: false
#181
Conversation
@pi0 Hey, I don't want to annoy you if you're busy. I would be really happy if you could give a quick feedback on this and if or how it could be merged. There is also another PR open for a while, just a quick comment would let us know that it has been seen and if it has a chance of being merged. This is a really valuable package and thank you for maintaining it with many other packages 🫡. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
giget: false
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
==========================================
- Coverage 76.92% 71.75% -5.17%
==========================================
Files 7 8 +1
Lines 806 616 -190
Branches 80 105 +25
==========================================
- Hits 620 442 -178
+ Misses 184 172 -12
Partials 2 2 ☔ View full report in Codecov by Sentry. |
resolves #180
When loading in user configs we don't always want to import remote non-trusted code in code-based config files (
.js
,.ts
, ...). This PR adds the option to disable remote extending while still supporting extensions of local config files.