This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is another bug release, and this is actually a roll-up of two versions, because an interim release was made to the canary / testing release to fix a nasty regression that had crept in:
1549106
#7641 Due to npm/npm@448efd0, running
npm shrinkwrap --dev
caused production dependencies to no longer be included innpm-shrinkwrap.json
. Whoopsie! (@othiym23)Aside from that, here are the two most important fixes from 2.7.2:
fb0ac26
#7579 Only block removing files and
links when we're sure npm isn't responsible for them. This change is hard to
summarize, because if things are working correctly you should never see it,
but if you want more context, just go read the commit
message,
which lays it all out. (@othiym23)
051c473
#7552
bundledDependencies
are nowproperly included in the installation context. This is another fantastically
hard-to-summarize bug, and once again, I encourage you to read the commit
message
if you're curious about the details. The snappy takeaway is that this
unbreaks many use cases for
ember-cli
. (@othiym23)There are, as usual, a few other smaller fixes in the release as well. See the bundled CHANGELOG.md for details.