-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Migrate Renovate config to JSON5 #13233
base: main
Are you sure you want to change the base?
Conversation
Fixed Issues (80)Great job! The following issues were fixed in this Pull Request
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13233 +/- ##
=======================================
Coverage 35.04% 35.05%
=======================================
Files 3036 3036
Lines 92735 92735
Branches 16891 16891
=======================================
+ Hits 32501 32508 +7
+ Misses 57768 57761 -7
Partials 2466 2466 ☔ View full report in Codecov by Sentry. |
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.
How was formatting applied? Just Prettier or similar? I guess it's already proven out with that, but one comment at least would be additional validation.
I think I would personally lean towards leaving |
@justindbaur @withinfocus This is further proven by the fact that because prettier is not running on I also added a comment for demonstration. |
I applied bitwarden/server@a10ebd7 so we can see the server-side change (I run Prettier on file save in VS Code personally). Are we OK with this (on both sides)? |
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-17932
📔 Objective
In order to support commenting, we would like to move our Renovate config to JSON5.
This required us to introduce
json5
as a directnpm
dependency as well, which I added to the list of owned dependencies for Platform in Renovate.PR #13234 depends on this one and will start to introduce comments for more complex configuration scenarios.
Note the corresponding server PR: bitwarden/server#5366.
Other repos can be migrated to JSON5 as needed, with a preference for those that have complex grouping that would benefit from explanatory comments.
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes