Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump webpack from 5.42.0 to 5.43.0 #2824

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2021

Bumps webpack from 5.42.0 to 5.43.0.

Release notes

Sourced from webpack's releases.

v5.43.0

Features

  • support runtime: false in entry description to disable runtime chunk
  • support runtime option in ModuleFederationPlugin and ContainerPlugin

Bugfixes

  • fix "module" externals when concatenated

Performance

  • serialize JSON data as buffer and parse on demand for performance and to avoid performance warning

v5.42.1

Bugfixes

  • fix crashes when rebuilding with jsonData or dataUrl of undefined
Commits
  • b53a064 5.43.0
  • e7484bb Merge pull request #13720 from webpack/bugfix/module-externals-concatenated
  • 49c0864 Merge pull request #13725 from webpack/bugfix/serialize-json-as-buffer
  • 4fa26c0 Merge pull request #13723 from webpack/dependabot/npm_and_yarn/es-module-lexe...
  • b42d94e serialize json data as buffer and decode on demand
  • 3f7d80d fix concatenation of module externals
  • 5d55bb2 chore(deps): bump es-module-lexer from 0.6.0 to 0.7.1
  • 4a8f631 Merge pull request #13722 from webpack/bugfix/13719
  • 237bebc Revert "Merge pull request #13703 from webpack/dependabot/npm_and_yarn/types/...
  • 91ce4bf consistent dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [webpack](https://github.com/webpack/webpack) from 5.42.0 to 5.43.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.42.0...v5.43.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 7, 2021 02:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2021
@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #2824 (fdbc2da) into master (0038ff2) will increase coverage by 34.58%.
The diff coverage is 88.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #2824       +/-   ##
===========================================
+ Coverage   59.44%   94.02%   +34.58%     
===========================================
  Files         102       32       -70     
  Lines        2611     1706      -905     
  Branches      518      493       -25     
===========================================
+ Hits         1552     1604       +52     
+ Misses        931      102      -829     
+ Partials      128        0      -128     
Impacted Files Coverage Δ
packages/serve/src/index.ts 64.48% <64.48%> (-35.52%) ⬇️
packages/generators/src/loader-generator.ts 91.66% <83.33%> (+8.33%) ⬆️
packages/generators/src/addon-generator.ts 91.93% <89.58%> (+3.70%) ⬆️
packages/serve/src/startDevServer.ts 93.33% <92.98%> (+10.72%) ⬆️
packages/configtest/src/index.ts 96.15% <96.15%> (ø)
packages/generators/src/init-generator.ts 96.49% <96.29%> (+10.63%) ⬆️
packages/generators/src/handlers/default.ts 98.57% <98.57%> (ø)
packages/generators/addon-template/package.json.js 100.00% <100.00%> (ø)
...s/generators/init-template/default/package.json.js 100.00% <100.00%> (ø)
packages/generators/src/handlers.ts 100.00% <100.00%> (ø)
... and 60 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbecc67...fdbc2da. Read the comment docs.

@snitin315
Copy link
Member

Something wrong with coverage, need to check.

@alexander-akait alexander-akait merged commit 49554a7 into master Jul 7, 2021
@alexander-akait alexander-akait deleted the dependabot/npm_and_yarn/webpack-5.43.0 branch July 7, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file PR: reviewed-approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants