Skip to content
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

fix(deps): revert to typescript-eslint v6.21.0 #1216

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

rondeau-aws
Copy link
Contributor

Problem

Attempting to build the RFDK with an older version of Node.js fails with an error:

error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^18.18.0 \|\| >=20.0.0". Got "18.17.1"

Solution

Revert the @typescript-eslint package to version 6.21.0. This is newer than the version 6.14.0 that we used in our most recent release, but lower than version 7.0 which dropped support for older versions of Node.js.

Testing

Confirmed that yarn run build works with Node.js 18.17.1.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Revert the @typescript-eslint package to version 6.21.0.
This is for the sake of building with older versions of Node.js.
@loachri loachri self-requested a review July 24, 2024 20:54
@rondeau-aws rondeau-aws merged commit 2c85e85 into aws:mainline Jul 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants