-
Notifications
You must be signed in to change notification settings - Fork 126
Clean up warnings when running tests #3433
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
Conversation
🦋 Changeset detectedLatest commit: 0a82aff The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
2af6ff3
to
451926a
Compare
@@ -0,0 +1,5 @@ | |||
--- | |||
"@primer/view-components": minor |
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.
I'd consider this minor
because we are changing the supported versions of Ruby/Rails.
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.
⚡
What are you trying to accomplish?
This PR updates a bunch of our dependencies to address various console warnings from tests. I also removed CI builds for Ruby 3.0 which has been EOL for 11 months: https://endoflife.date/ruby and removed all mentions of Rails < 7.1.
Risk Assessment
Dependencies only for the dev environment. Highly tested.
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.