Update dependency webpack-sources to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| webpack-sources | ^2.2.0 -> ^3.0.0 |
Release Notes
webpack/webpack-sources
v3.2.3
v3.2.2
Bugfixes
- Source Code is splitted into lines via custom code instead of using a RegExp
- In weird edge cases the RegExp caused a Stack Overflow
v3.2.1
Bugfixes
-
RawSourceswith Buffers can now be concatenated withConcatSource - Source Code is splitted into lines via custom code instead of using a RegExp
- In weird edge cases the RegExp caused a Stack Overflow
v3.2.0
Performance
- add
SourceMapSource.bufferfor better performance - more efficient serialization of source mappings
Bugfix
- avoid crashing when trying to compare the name with the original source, but there is no
sourcesContentin SourceMap
v3.1.2
Bugfix
- improve handling of invalid mappings (like zero sized or negative)
v3.1.1
equal to 3.1.0
v3.1.0
Bugfix
- improve handling of null sources and sourceContents
Performance
- faster streaming when only lines are mapped
v3.0.4
Bugfix
- fix invalid mappings when multiple lines with multiple chunks are replaced
v3.0.3
Bugfix
- restore backward-compat format for storing end position of replacements
v3.0.2
Bugfix
- fix incorrect offset sign when doing replacements
v3.0.1
Bugfixes
- fix ConcatSource off-by-1 bug
v3.0.0
Performance
- remove all dependencies
- refactoring for performance
- remove
node()andlistMap() - add
streamChunks()
- remove
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.