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

chore: move dev deps to devDependencies #2

Merged
merged 1 commit into from Sep 22, 2023

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:

  • merge this
  • release parse-env-string@1.0.1

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
1 check 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.

Move dependencies to devDependencies
2 participants