Upgrade assetgraph to version 4.6.0 #148
Merged
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.
We've upgraded a dependency and all tests pass. \o/
You should probably take a good look at this before merging this pull request, of course.
What changed?
✳️ assetgraph ( → 4.6.0) · Repo
Commits
See the full diff on Github. The new version differs by 25 commits:
4.6.0
Add hack to make sure that *Redirect relations are added and can be queried
Split out parts of unload to _unpopulate
Keep using a ^ dep for jsdom
Merge pull request #848 from assetgraph/depfu/check/npm/jsdom-11.8.0
Update expected output in test
Pin jsdom to version 11.8.0
Merge pull request #846 from assetgraph/depfu/update/npm/style-loader-0.20.3
Merge pull request #844 from assetgraph/depfu/update/npm/mocha-5.1.0
Upgrade style-loader to version 0.20.3
Merge branch 'master' into depfu/update/npm/mocha-5.1.0
Merge pull request #843 from assetgraph/depfu/update/npm/magicpen-prism-2.4.0
Upgrade mocha to version 5.1.0
Upgrade magicpen-prism to version 2.4.0
Merge pull request #841 from assetgraph/depfu/update/npm/autoprefixer-8.2.0
Upgrade autoprefixer to version 8.2.0
Revert "Remove estraverse (we use estraverse-fb now)"
Remove estraverse (we use estraverse-fb now)
Maintain incomingInlineRelation when removing a relation
Maintain incomingInlineRelation of the target when updating the 'to' property of an inline relation
Fix formatting of template strings
Silence warning about inline relations being auto-detached
Guard against Relation#inline breaking when invoked from within an addAsset handler
Make the incomingRelations getter faster for inline assets
eslint --fix .
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.