Bump all @typescript-eslint/* dependencies to 7.18.0#3457
Merged
tdonohue merged 2 commits intoDSpace:mainfrom Oct 15, 2024
Merged
Bump all @typescript-eslint/* dependencies to 7.18.0#3457tdonohue merged 2 commits intoDSpace:mainfrom
@typescript-eslint/* dependencies to 7.18.0#3457tdonohue merged 2 commits intoDSpace:mainfrom
Conversation
@typescript-eslint/* dependencies to 7.18.0
Member
Author
|
Merging immediately, as this fixes the broken lint tests on |
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.
Description
Follow-up to #3453 from
dependabot(which was merged earlier today)After merging this PR, I discovered that all
@typescript-eslint/*dependencies need to be updated together. This PR therefore updates the other@typescript-eslint/*dependencies to the same version (7.18.0), and adds a new rule todependabot.ymlto ensure they are updated together in the future.Updated all together by running:
See https://stackoverflow.com/a/67583172/3750035
Instructions for Reviewers
npm run lintis failing on other PRs because Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.18.0 #3453 only updated one of these@typescript-eslintdependencies.