-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add the bun ecosystem file fetcher #11446
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
markhallen
commented
Jan 30, 2025
1e6dd76
to
5a813e2
Compare
5f5b838
to
cb6318b
Compare
17331d4
to
0aa97d7
Compare
e99eb63
to
b3daaad
Compare
b3daaad
to
c4ef587
Compare
3ae9781
to
0fec2af
Compare
Base automatically changed from
markhallen/prepare-for-new-bun-ecosystem
to
main
February 4, 2025 15:47
0fec2af
to
ad7f616
Compare
ad7f616
to
3266104
Compare
3266104
to
8b1a399
Compare
thavaahariharangit
approved these changes
Feb 5, 2025
This was referenced Feb 6, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What are you trying to accomplish?
This PR adds the bun ecosystems basic files and
FileFetcher
.Follow up to #11441
Part of https://github.com/github/dependabot-updates/issues/8148
Contributes to #6528
Anything you want to highlight for special attention from reviewers?
We added the zeitwerk gem for autoloading. This is used in Ruby on Rails to lazy load required files based on class and file naming conventions. A small number of shared files do not match the conventions and need to be ignored in zeitwerk and manually required as needed until the files themselves can be reorganised.
The FileFetcher is currently guarded with
allow_beta_ecosystems? && Experiments.enabled?(:enable_bun_ecosystem)
to control rollout and usage.How will you know you've accomplished your goal?
rspec spec/dependabot/bun/
specs should pass.Checklist
Deleted PR
A failed rebase caused the previous PR to close.