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 4.46.0 to 5.34.0 #551

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 22, 2021

Bumps webpack from 4.46.0 to 5.34.0.

Release notes

Sourced from webpack's releases.

v5.34.0

Features

  • add support for empty string in resolve.extensions and handle them in this order
  • add pnpapi as builtin external when using target: "node"

Bugfixes

  • fix a bug where chunks filenames where not included in runtime when using splitChunks and runtimeChunk with target: "node"
  • fix deprecation message from LimitChunkCountPlugin

Performance

  • precompile schemas into functions to avoid schema compilation overhead
  • fix performance regression when storing the cache
  • performance improvement for snapshot file iterators

Developer Experience

  • remove removed store: 'idle' from schema description

v5.33.2

Bugfix

  • handle falsy entry options correctly

v5.33.1

Bugfix

  • fix passing publicPath to this.importModule

v5.33.0

Features

  • adds support for specifying a publicPath per entrypoint
    • add entry.xxx.publicPath option

Bugfix

  • disable injection of chunk loading logic for executeModule

Performance

  • performance improvements for export * and reexports

v5.32.0

Features

  • add support for a pseudo extensions .webpack[type] (e. g. .webpack[javascript/auto]) to specify the default module type when no other module type is specified
    • to be used with !=! inline syntax

... (truncated)

Commits
  • a52263b 5.34.0
  • 28d9589 Merge pull request #13154 from webpack/perf/iterable
  • 4c55729 Merge pull request #12613 from iguessitsokay/resolve-extensions-minlength
  • f28464c Merge pull request #13117 from webpack/dependabot/npm_and_yarn/types/estree-0...
  • 0a774a6 improvements
  • 164c91a feat: accept empty string in config.resolve.extensions
  • a8e229f Merge pull request #13174 from webpack/bugfix/pnpapi-external
  • adb207e update types
  • bdd1d00 chore(deps): bump @​types/estree from 0.0.46 to 0.0.47
  • 52d71df Merge pull request #13119 from webpack/dependabot/npm_and_yarn/memfs-3.2.2
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner April 22, 2021 20:04
@dependabot-preview dependabot-preview bot added category: engineering dependencies Pull requests that update a dependency file labels Apr 22, 2021
@dependabot-preview dependabot-preview bot removed the request for review from a team April 22, 2021 20:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/webpack-5.34.0 branch from 0e9a42f to 66a8465 Compare April 23, 2021 17:15
@codecov-commenter
Copy link

Codecov Report

Merging #551 (397ba29) into main (194c743) will not change coverage.
The diff coverage is n/a.

❗ Current head 397ba29 differs from pull request most recent head 66a8465. Consider uploading reports for the commit 66a8465 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #551   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files          20       20           
  Lines         407      407           
  Branches       22       22           
=======================================
  Hits          390      390           
  Misses         17       17           

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 194c743...66a8465. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/webpack-5.34.0 branch from 66a8465 to d8f4573 Compare April 23, 2021 17:30
@dbjorge
Copy link
Contributor

dbjorge commented Apr 23, 2021

Requires an apify update in accessibility-insights-scan before we can take this

@dbjorge dbjorge closed this Apr 23, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/webpack-5.34.0 branch April 23, 2021 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: engineering dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants