Skip to content

Conversation

@trentm
Copy link
Collaborator

@trentm trentm commented Sep 22, 2023

Closes: #1


@watson The main motivation for this is a breakage in attempting to run eslint in https://github.com/open-telemetry/opentelemetry-js-contrib as somewhat described in this comment. That repo installs eslint at the top-level for linting. It is a monorepo with packages in subdirs. Some of the package subdirs have a dependency on test-all-versions@5, which deps on this package. Because this package installs eslint@6, attempts to lint in those subdirs accidentally get this eslint@6 and linting breaks -- hitting an incompatibility error between various eslint-related packages (prettier/eslint-plugin-prettier#434).

The easiest fix is to:

The "parse-env-string": "^1.0.0", range in test-all-versions@5 will then get the fixed version. Thanks.

@watson watson merged commit 3521b7e into watson:master Sep 22, 2023
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.

Move dependencies to devDependencies

2 participants