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

Update magic-string and other dependencies #3318

Merged
merged 1 commit into from Jan 4, 2020
Merged

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
Resolves #3001

Description

This updates Rollup's dependencies and includes an important patch to magic-string that source-maps of tree-shaken code do not conflict with included code.

@codecov
Copy link

codecov bot commented Jan 4, 2020

Codecov Report

Merging #3318 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3318   +/-   ##
=======================================
  Coverage   93.12%   93.12%           
=======================================
  Files         170      170           
  Lines        5966     5966           
  Branches     1781     1781           
=======================================
  Hits         5556     5556           
  Misses        219      219           
  Partials      191      191

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 7158c06...d70664d. Read the comment docs.

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.

source mappings of dropped code are emitted and conflict with retained code
1 participant