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.8.3 → ^5.40.0) · Repo
Release Notes
5.40.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
5.40.0
Merge pull request #13590 from webpack/bugfix/13575
Merge pull request #13591 from gthb/patch-1
Merge pull request #13583 from webpack/dependabot/npm_and_yarn/ws-7.5.0
Merge pull request #13600 from webpack/dependabot/npm_and_yarn/es-module-lexer-0.6.0
Merge pull request #13602 from webpack/dependabot/npm_and_yarn/webpack-cli-4.7.2
Merge pull request #13601 from webpack/dependabot/npm_and_yarn/babel/core-7.14.6
linting
Merge pull request #13525 from webpack/dependabot/npm_and_yarn/prettier-2.3.1
prettier
chore(deps-dev): bump prettier from 2.3.0 to 2.3.1
Merge pull request #13484 from snitin315/terser-plugin
Merge pull request #13477 from webpack/dependabot/npm_and_yarn/date-fns-2.22.1
Merge pull request #13596 from webpack/dependabot/npm_and_yarn/eslint-7.29.0
chore(deps-dev): bump eslint from 7.26.0 to 7.29.0
chore(deps-dev): bump webpack-cli from 4.7.0 to 4.7.2
chore(deps-dev): bump @babel/core from 7.14.3 to 7.14.6
chore(deps): bump es-module-lexer from 0.4.1 to 0.6.0
chore(deps): bump ws from 7.4.0 to 7.5.0
Merge pull request #13597 from webpack/dependabot/npm_and_yarn/core-js-3.15.0
Merge pull request #13595 from webpack/dependabot/npm_and_yarn/types/node-15.12.4
Merge pull request #13594 from webpack/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-6.2.12
Merge pull request #13539 from webpack/dependabot/npm_and_yarn/glob-parent-5.1.2
Merge pull request #13437 from webpack/dependabot/npm_and_yarn/css-loader-5.2.6
add test filter
Merge pull request #12693 from dnalborczyk/node-prefix
assign class property keys to the correct top level symbol
chore(deps-dev): bump core-js from 3.13.1 to 3.15.0
chore(deps-dev): bump @types/node from 15.3.0 to 15.12.4
chore(deps-dev): bump fork-ts-checker-webpack-plugin
empty commit to rerun CI
doc: add wasm examples to ToC
Merge pull request #13483 from snitin315/reset-description
use different symbol
Merge pull request #13519 from Akshay0701/patch-1
Merge pull request #13467 from myNameIsDu/fix/check-promise-condition
Merge pull request #13589 from webpack/bugfix/13588
Merge pull request #13577 from Smona/master
add test case
Update lib/node/NodeTargetPlugin.js
feat: add node: prefixed modules
update types.d.ts
reduce algorithmic complexity of the structure analysis for plain objects serialization
shorter code
Merge pull request #13574 from markjm/mamolin/lazy-set-perf
avoid merging for empty sets
Fix perf issues with lazy sets
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