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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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 (4.41.2 → 4.41.6) · Repo
Release Notes
4.41.6
4.41.5
4.41.4
4.41.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
4.41.6
Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
only retrigger flagging exports in dependencies when exports really changed
Merge pull request #10255 from jeffin143/fix-10247
correct windows paths must use \ and not /
Merge pull request #10240 from jeffin143/fix-10217
fix: better handle absolute paths
update webpackOption.d.ts
add chunkid declaration
Fix lint issue
added variable declarations in files where required
get rid of some hacks in declarations file for webpack-4
4.41.5
Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
Merge pull request #10183 from webpack/deps/update
update dependencies in-range
make order of exports in providedExports deterministic
Merge pull request #10181 from webpack/backport/webpack-source-map-prefix
handle `webpack://` prefix in SourceMap sources
4.41.4
Merge pull request #10146 from liximomo/fix-sideEffects
test: add test case
fix: prevent incorrectly redirect
Merge pull request #10132 from jeffin143/patch-9859
Merge pull request #10133 from webpack/bugfix/issue-10104
backporting to webpack-4
fixes #10104
4.41.3
Merge pull request #10010 from webpack/funding
Merge pull request #10123 from pustovalov/webpack-4-serialize
Update terser-webpack-plugin to ^1.4.3
chore: `funding` field
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