Skip to content

(fix/deps): semver should be a dep, not a devDep#677

Merged
agilgur5 merged 1 commit intojaredpalmer:masterfrom
agilgur5:fix-semver-as-dep
Apr 12, 2020
Merged

(fix/deps): semver should be a dep, not a devDep#677
agilgur5 merged 1 commit intojaredpalmer:masterfrom
agilgur5:fix-semver-as-dep

Conversation

@agilgur5
Copy link
Copy Markdown
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
Copy Markdown
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