Merged
Conversation
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
Updated the following dependencies to new
patchversions:@types/jestrimrafts-jestUpdated the following dependencies to new
minorversions:@babel/plugin-transform-modules-commonjseslint-config-prettiereslint-plugin-prettierprettiertypescripteslinttov8.57.0Updated the following dependencies to new
majorversions:eslint-plugin-simple-import-sort@typescript-eslint/eslint-pluginto^7.11.0@typescript-eslint/parserto^7.11.0The upgrade of
@typescript-eslint/eslint-pluginto^7.11.0and@typescript-eslint/parserto^7.11.0have the following breaking changes
^18.18.0 || >=20.0.0. This means we are dropping support for Node 16, 19, and Node 18 versions prior to18.18.0. Note that this is the same requirement that ESLint v9 will impose.>=4.7.4.^8.56.0.mentioned v7.0.0 and Announcing typescript-eslint v7
The package
eslintwas updated tov8.57.0even thoughv9.3.0is available. This is becausev9.0.0introduces major breaking changes that require complete refactoring of the eslint config files, their syntax and the@typescript-eslintpackages . These changes will impact not only the current repository but also the repositories that depend on it.Hence, this refactoring should be addressed in a separate PR.
Some related resources that show the extend of the required changes :
Having said that, a configuration migrator was announced just today (announcement) that will hopefully streamline the migration process.
Tested
The current dependencies update were tested with Sidecar.
Changelog
Next release that includes this PR should mention the breaking changes resulting from the update of the
@typescript-eslintpackages.