Upgrade webpack-sources to version 2.3.1 #38
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webpack-sources (1.4.3 → 2.3.1) · Repo
Release Notes
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
2.3.1Merge pull request #114 from webpack/bugfix/performance-hashfix a type problem which lead to performance problems2.3.0Merge pull request #109 from JoostK/perf-cache-node-delegate-nodeconvert source to buffer after converting node to mapadd test cases to increase coveragecode cleanup and allow persisting node and listMap as mapsLet `CachedSource` delegate `node` and `listMap` methods2.2.0Merge pull request #96 from webpack/performance/hash-cacheadd caching for updateHash2.1.1Merge pull request #95 from webpack/performance/minimizedfix a performance problem with minimized files2.1.0Merge pull request #94 from webpack/bugfix/null-mapInstead of return an empty SourceMap in some cases, return null2.0.1Merge pull request #91 from webpack/bugfix/non-mapped-sourceadd workaround for bug in source-map2.0.02.0.0-beta.10Merge pull request #87 from webpack/cached/lazy-sourceallow to use a lazy function as original source for CachedSource2.0.0-beta.9Merge pull request #86 from webpack/feature/compat-sourceadd missing documentation and test for CompatSourceMerge pull request #85 from webpack/infrastructuretest on node.js 14 toochange var to constswitch to jestupgrade dependenciesupdate deps in rangeMerge pull request #84 from webpack/feature/compat-sourcetests should use public APIcache for lintingadd CompatSource2.0.0-beta.8Merge pull request #78 from webpack/bugfix/no-mapfix crash when Source in CachedSource returns null map2.0.0-beta.7Merge pull request #77 from webpack/perf/source-map-cacheavoid strings in CachedSource `map()` cache2.0.0-beta.6Merge pull request #76 from webpack/perf/utf-8Performance improvements2.0.0-beta.5Merge pull request #74 from webpack/deps/min-nodeMerge pull request #73 from webpack/bugfix/update-hashMerge pull request #72 from webpack/dependabot/npm_and_yarn/js-yaml-3.13.1Merge pull request #71 from webpack/dependabot/npm_and_yarn/lodash-4.17.15Merge pull request #70 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.3increase min node.js version to 10fix updateHash for SourcesBump js-yaml from 3.12.1 to 3.13.1Bump lodash from 4.17.11 to 4.17.15Bump eslint-utils from 1.3.1 to 1.4.3Merge pull request #46 from webpack/next2.0.0-beta.4Merge pull request #69 from webpack/compat/no-bufferensure compat with older webpack-sources versions which have no .buffer() function2.0.0-beta.3Merge tag 'v1.4.3' into nextDepfu 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.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.