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): semver should be a dep, not a devDep #677

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Apr 12, 2020

  • it's used in tsdx create, definitely not a devDep
    • surprised that this hasn't been reported as a bug before, but
      probably because it's a subdep of another dep so it finds its way
      into most folks' node_modules anyway

Oversight from #433 where it was added as a devDep instead of a dep.
Looks like that only made it into v0.13, so a v0.13.x patch is enough to fix

Incidental finding while upgrading other deps to Node 10+ in #678

- it's used in `tsdx create`, definitely not a devDep
  - surprised that this hasn't been reported as a bug before, but
    probably because it's a subdep of another dep so it finds its way
    into most folks' node_modules anyway
Copy link
Collaborator Author

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 1 line moved.

@agilgur5 agilgur5 merged commit 094fe5e into jaredpalmer:master Apr 12, 2020
paul-vd pushed a commit to EezyQuote/tsdx that referenced this pull request Dec 1, 2020
- it's used in `tsdx create`, definitely not a devDep
  - surprised that this hasn't been reported as a bug before, but
    probably because it's a subdep of another dep so it finds its way
    into most folks' node_modules anyway
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.

1 participant