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): Pin the terser version #186

Closed
wants to merge 2 commits into from
Closed

Conversation

midudev
Copy link

@midudev midudev commented Dec 2, 2019

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

terser 4.4.1 version is broken because of this: terser/terser#527

This PR pins the version to the latest one known that works correctly in order to avoid, well, breaking the building process of 1.4 milion people. :D

Breaking Changes

None. It's a unbreaking change.

terser `4.4.1` version is broken because of this: terser/terser#527

This PR pins the version to the latest one known that works correctly in order to avoid, well, breaking the building process of 1.4 milion people. :D
@jsf-clabot
Copy link

jsf-clabot commented Dec 2, 2019

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #186 into master will increase coverage by 1.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   97.66%   99.12%   +1.45%     
==========================================
  Files           5        5              
  Lines         343      343              
  Branches      144      144              
==========================================
+ Hits          335      340       +5     
+ Misses          8        3       -5
Impacted Files Coverage Δ
src/index.js 99.05% <0%> (+2.35%) ⬆️

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 1b03b6b...3cf6b0b. Read the comment docs.

@alexander-akait
Copy link
Member

@midudev let's wait @fabiosantoscode ~24 hours before pinning

@midudev
Copy link
Author

midudev commented Dec 2, 2019

Hey @evilebottnawi. While I would be the first to wait I consider that we could pin the version and, after fix, unpin again. And that would avoid lots of headaches for a lot of people. But, your call 👍 .

@TrySound
Copy link

TrySound commented Dec 2, 2019

The issue is fixed

@midudev midudev closed this Dec 2, 2019
@midudev midudev deleted the patch-1 branch December 2, 2019 19:28
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.

None yet

4 participants