chore(deps-dev): upgrading out of date dev dependencies#36
Merged
Conversation
rafegoldberg
approved these changes
Nov 2, 2025
Contributor
|
(just out of curiosity, why is eslint still listed as outdated? should we update it? or did that prove too annoying?) |
Member
Author
|
Upgrading to v9 is a real pain and nontrivial |
Member
Author
|
@rafegoldberg Check out readmeio/standards#993 for some work I started on it earlier this year. The amount of work required to upgrade it to v9 is partially why we've been slowly adopting Biome in our open source projects (aside from it being fast and having a huge improvement of TS linting over |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
This updates all of our out of date development dependencies in order to resolve a number of issues being reported by
npm auditand Dependabot. I have also uninstalled Vitest because we do not have any tests in this repository.Before
After