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.1
Merge pull request #114 from webpack/bugfix/performance-hash
fix a type problem which lead to performance problems
2.3.0
Merge pull request #109 from JoostK/perf-cache-node-delegate-node
convert source to buffer after converting node to map
add test cases to increase coverage
code cleanup and allow persisting node and listMap as maps
Let `CachedSource` delegate `node` and `listMap` methods
2.2.0
Merge pull request #96 from webpack/performance/hash-cache
add caching for updateHash
2.1.1
Merge pull request #95 from webpack/performance/minimized
fix a performance problem with minimized files
2.1.0
Merge pull request #94 from webpack/bugfix/null-map
Instead of return an empty SourceMap in some cases, return null
2.0.1
Merge pull request #91 from webpack/bugfix/non-mapped-source
add workaround for bug in source-map
2.0.0
2.0.0-beta.10
Merge pull request #87 from webpack/cached/lazy-source
allow to use a lazy function as original source for CachedSource
2.0.0-beta.9
Merge pull request #86 from webpack/feature/compat-source
add missing documentation and test for CompatSource
Merge pull request #85 from webpack/infrastructure
test on node.js 14 too
change var to const
switch to jest
upgrade dependencies
update deps in range
Merge pull request #84 from webpack/feature/compat-source
tests should use public API
cache for linting
add CompatSource
2.0.0-beta.8
Merge pull request #78 from webpack/bugfix/no-map
fix crash when Source in CachedSource returns null map
2.0.0-beta.7
Merge pull request #77 from webpack/perf/source-map-cache
avoid strings in CachedSource `map()` cache
2.0.0-beta.6
Merge pull request #76 from webpack/perf/utf-8
Performance improvements
2.0.0-beta.5
Merge pull request #74 from webpack/deps/min-node
Merge pull request #73 from webpack/bugfix/update-hash
Merge pull request #72 from webpack/dependabot/npm_and_yarn/js-yaml-3.13.1
Merge pull request #71 from webpack/dependabot/npm_and_yarn/lodash-4.17.15
Merge pull request #70 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.3
increase min node.js version to 10
fix updateHash for Sources
Bump js-yaml from 3.12.1 to 3.13.1
Bump lodash from 4.17.11 to 4.17.15
Bump eslint-utils from 1.3.1 to 1.4.3
Merge pull request #46 from webpack/next
2.0.0-beta.4
Merge pull request #69 from webpack/compat/no-buffer
ensure compat with older webpack-sources versions which have no .buffer() function
2.0.0-beta.3
Merge tag 'v1.4.3' into next
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
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.