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(client-api): add core-js as a dep #6209

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

eddiemonge
Copy link
Contributor

@eddiemonge eddiemonge commented Mar 21, 2019

client-api requires core-js in the dist files but it is not listed as a dependency. This causes it to use whatever package npm/yarn/whatev thinks it should use, in my case, ver3 since that's the top most version.

See #6204 (comment) for more info on the problem

client-api requires core-js in the dist files but it is not listed as a dependency. This causes it to use whatever package npm/yarn/whatev thinks it should use, in my case, ver3 since that's the top most version.
@shilman shilman added this to the 5.0.x milestone Mar 21, 2019
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #6209 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6209   +/-   ##
=======================================
  Coverage   38.13%   38.13%           
=======================================
  Files         645      645           
  Lines        9644     9644           
  Branches      355      355           
=======================================
  Hits         3678     3678           
  Misses       5911     5911           
  Partials       55       55

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9662de4...feb17bc. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #6209 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6209   +/-   ##
=======================================
  Coverage   38.13%   38.13%           
=======================================
  Files         645      645           
  Lines        9644     9644           
  Branches      355      355           
=======================================
  Hits         3678     3678           
  Misses       5911     5911           
  Partials       55       55

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9662de4...feb17bc. Read the comment docs.

@ndelangen ndelangen merged commit 15b02d1 into storybookjs:next Mar 21, 2019
@ndelangen
Copy link
Member

Thank you @eddiemonge

@shilman shilman added patch:yes Bugfix & documentation PR that need to be picked to main branch patch:done Patch/release PRs already cherry-picked to main/release branch and removed patch:done Patch/release PRs already cherry-picked to main/release branch labels Mar 21, 2019
shilman pushed a commit that referenced this pull request Mar 23, 2019
fix(client-api): add core-js as a dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core dependencies patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants