Skip to content

Conversation

@MikeMcC399
Copy link
Contributor

Issue

The repo is currently configured to use

    "@babel/core": "^7.23.7",
    "@babel/eslint-parser": "^7.23.3",

where @babel/eslint-parser@7.23.3 is constrained to use "eslint": "^7.5.0 || ^8.0.0". This causes a peer dependency error when executing npm ci.

Change

Run

npm update @babel/core @babel/eslint-parser --save

to update to

Verification

Ubuntu 22.04.4 LTS, Node.js 20.16.0 LTS

npm ci
npm test
  • The test is successful (81 passing)

There should be no peer dependency errors or warnings.

Update to:
 @babel/core@^7.25.2
 @babel/eslint-parser@^7.25.1
@MikeMcC399 MikeMcC399 marked this pull request as ready for review August 18, 2024 16:05
@ihordiachenko
Copy link
Owner

Lgtm

@ihordiachenko ihordiachenko merged commit 6303aa5 into ihordiachenko:master Aug 25, 2024
@MikeMcC399 MikeMcC399 deleted the update/babel branch August 26, 2024 06:55
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.

2 participants