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(package): downgrade source-map v0.7.0...0.5.6 #309

Merged
merged 1 commit into from Feb 26, 2018

Conversation

hackeryarn
Copy link
Contributor

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)
Install breaks on node < 8

What is the new behavior?
Install is possible on node < 8

Does this PR introduce a breaking change?

  • Yes
  • No

Other information:
Resolves #308

@jsf-clabot
Copy link

jsf-clabot commented Feb 26, 2018

CLA assistant check
All committers have signed the CLA.

@michael-ciniawsky michael-ciniawsky changed the title Fixed support for node < 8 fix(package): downgrade source-map v0.7.0...0.5.6 Feb 26, 2018
Copy link
Contributor

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

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

@@ -31,7 +31,7 @@
"async": "^2.0.0",
"loader-utils": "^1.0.0",
"lodash": "^4.0.0",
"source-map": "^0.7.0",
"source-map": "^0.5.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe ^0.6.0 is ok here, according to the CHANGELOG support for node < v8.0.0 was drop in v0.7.0

https://github.com/mozilla/source-map/blob/master/CHANGELOG.md

Breaking change: Drop support for Node < 8. If you want to support older versions of node, please use v0.6 or below.

But the CHANGELOG sadly misses notes about the 0.6.0 release 😞, so maybe 0.5.6 is 'safer'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I figured since the project was previously on ^0.5.6, it was safer to just revert this version bump. But I would be happy to upgrade ^0.6.0 instead.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yep, let's better leave it :)

@michael-ciniawsky
Copy link
Contributor

Released in v2.0.12 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2.0.10 and 2.0.11 not compatible with node < 8
3 participants