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

Bump webpack from 5.21.2 to 5.22.0 #1129

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2021

Bumps webpack from 5.21.2 to 5.22.0.

Release notes

Sourced from webpack's releases.

v5.22.0

Features

  • generate shorter output code for JSON data by using a '...' string instead of "..." (only affects output side when not minimized)
  • the dependencies configuration option now works for watch builds too
    • It will build compilation when any of dependencies has changed
    • It will wait for compiling until all of dependencies have finished
  • add parallelism config option on the array of configurations to limit the compilers that are running in parallel

Developer Experience

  • add hints (Did you mean ...) to resolve errors when
    • resolving fails due to enforceExtension
    • relative request is missing leading ./
  • when all modules of an entrypoint fail resolving and another entrypoints depend(s)On it, webpack no longer crashes with a weird error
  • add hint to stats how to get details about errors/warnings in child compilations
  • improve error message for lazyCompilation when using IE11

Bugfixes

  • async entries e.g. for Workers are now implicitly flagged as "having side effects" even if they are affects by "sideEffects": false
    • in future we might add a warning for this
  • avoid crash when using this.loadModule (loader) and the loaded module has errors
  • refactor libraries to inline exporting code into runtime to allow using with output.iife: false
  • fix invalid code when using define for local modules and arrow functions are supported
  • fix missing runtime requirement for system.js context
  • fix parsing of define function, which missed declarations before
  • avoid unnecessary calls to loaders when serializer are already registered
  • fix inner graph analysis for exports when export { x } is before pure declaration const x = /*#__PURE__*/ f()
  • fix hashing order of runtime chunks when there are async entries involved

Contribution

  • CI run tests on node.js 15 too
  • CI run tests on github actions too

Experiments

  • improvements on experimental output.library: { type: "module" } (experiments.outputModule: true)
    • it can generate export { ... } now, but that can't handle live-bindings yet
Commits
  • f5bcac4 5.22.0
  • 1e90726 Merge pull request #12680 from webpack/bugfix/12676
  • ec3b1f0 Merge pull request #12671 from webpack/feature/multi-compiler-parallelism-dep...
  • 1cce5ed Merge pull request #12679 from webpack/dependabot/npm_and_yarn/types/node-14....
  • c71dc98 Merge pull request #12667 from webpack/dependabot/npm_and_yarn/eslint-7.20.0
  • ca0df82 order runtime chunks correctly for hashing
  • 51057e7 fix handler called with empty stats
  • 4d0f567 cheaper options access
  • a047cf8 Merge pull request #12677 from webpack/bugfix/12669
  • c8ea960 Merge pull request #12678 from webpack/bugfix/deserialize-avoid-loader
  • 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 will merge this PR once CI passes on it, as requested by @HalidOdat.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2021
@github-actions
Copy link

github-actions bot commented Feb 16, 2021

Test262 conformance changes:

Test result master count PR count difference
Total 78,497 78,497 0
Passed 24,986 24,986 0
Ignored 15,587 15,587 0
Failed 37,924 37,924 0
Panics 16 16 0
Conformance 31.83 31.83 0.00%

@github-actions
Copy link

Benchmark for 01e2b34

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 350.7±9.84ns 338.1±10.14ns +3.73%
Arithmetic operations (Full) 225.0±4.38µs 219.9±4.89µs +2.32%
Array access (Execution) 6.2±0.15µs 5.8±0.18µs +6.90%
Array access (Full) 242.2±6.99µs 233.9±10.27µs +3.55%
Array creation (Execution) 3.0±0.06ms 2.8±0.08ms +7.14%
Array creation (Full) 3.1±0.08ms 3.1±0.06ms 0.00%
Array pop (Execution) 955.5±18.79µs 922.7±18.32µs +3.55%
Array pop (Full) 1291.4±46.09µs 1341.4±28.47µs -3.73%
Boolean Object Access (Execution) 4.8±0.18µs 4.9±0.14µs -2.04%
Boolean Object Access (Full) 229.9±9.33µs 239.0±4.09µs -3.81%
Clean js (Execution) 653.7±14.92µs 621.5±19.21µs +5.18%
Clean js (Full) 960.5±14.26µs 870.0±39.21µs +10.40%
Clean js (Parser) 41.5±1.21µs 40.9±1.40µs +1.47%
Create Realm 442.5±14.91ns 435.7±19.61ns +1.56%
Dynamic Object Property Access (Execution) 4.7±0.17µs 4.8±0.14µs -2.08%
Dynamic Object Property Access (Full) 235.5±6.05µs 244.9±6.25µs -3.84%
Expression (Parser) 6.7±0.20µs 6.7±0.21µs 0.00%
Fibonacci (Execution) 837.1±13.79µs 790.3±22.05µs +5.92%
Fibonacci (Full) 1083.2±25.31µs 1064.4±30.75µs +1.77%
For loop (Execution) 22.8±0.41µs 21.6±0.77µs +5.56%
For loop (Full) 261.5±7.38µs 258.1±7.92µs +1.32%
For loop (Parser) 19.7±0.42µs 19.1±0.71µs +3.14%
Goal Symbols (Parser) 14.0±0.31µs 13.7±0.32µs +2.19%
Hello World (Parser) 3.7±0.09µs 3.6±0.10µs +2.78%
Long file (Parser) 780.1±17.84ns 784.7±24.04ns -0.59%
Mini js (Execution) 585.5±12.33µs 541.6±25.00µs +8.11%
Mini js (Full) 862.4±16.01µs 780.0±27.89µs +10.56%
Mini js (Parser) 36.4±1.10µs 35.8±1.20µs +1.68%
Number Object Access (Execution) 3.9±0.11µs 3.8±0.09µs +2.63%
Number Object Access (Full) 234.8±7.27µs 233.1±7.35µs +0.73%
Object Creation (Execution) 4.2±0.10µs 4.1±0.11µs +2.44%
Object Creation (Full) 230.0±10.25µs 235.6±6.05µs -2.38%
RegExp (Execution) 11.0±0.23µs 10.8±0.27µs +1.85%
RegExp (Full) 239.7±7.21µs 241.1±7.10µs -0.58%
RegExp Literal (Execution) 11.1±0.17µs 10.6±0.29µs +4.72%
RegExp Literal (Full) 244.0±7.74µs 241.3±8.11µs +1.12%
RegExp Literal Creation (Execution) 9.6±0.09µs 9.0±0.35µs +6.67%
RegExp Literal Creation (Full) 241.9±5.10µs 242.0±5.79µs -0.04%
Static Object Property Access (Execution) 4.3±0.14µs 4.3±0.18µs 0.00%
Static Object Property Access (Full) 240.7±8.05µs 237.5±5.78µs +1.35%
String Object Access (Execution) 6.6±0.26µs 6.8±0.13µs -2.94%
String Object Access (Full) 243.2±6.16µs 241.2±5.92µs +0.83%
String comparison (Execution) 6.2±0.16µs 6.0±0.22µs +3.33%
String comparison (Full) 247.4±8.93µs 232.0±9.78µs +6.64%
String concatenation (Execution) 5.2±0.16µs 4.8±0.23µs +8.33%
String concatenation (Full) 238.7±3.57µs 229.8±8.96µs +3.87%
String copy (Execution) 3.8±0.08µs 3.7±0.13µs +2.70%
String copy (Full) 232.8±3.22µs 223.5±8.16µs +4.16%
Symbols (Execution) 3.3±0.04µs 3.2±0.06µs +3.12%
Symbols (Full) 224.4±4.95µs 224.3±5.04µs +0.04%

@HalidOdat
Copy link
Member

@dependabot squash and merge

@HalidOdat
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.22.0 branch from 3383715 to 8f9bc2c Compare February 16, 2021 19:59
@HalidOdat
Copy link
Member

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@github-actions
Copy link

Benchmark for 622149a

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 368.9±30.05ns 308.7±15.75ns +19.50%
Arithmetic operations (Full) 224.6±12.95µs 242.8±13.68µs -7.50%
Array access (Execution) 6.1±0.43µs 6.5±0.36µs -6.15%
Array access (Full) 251.3±19.45µs 243.6±17.20µs +3.16%
Array creation (Execution) 2.3±0.11ms 2.6±0.16ms -11.54%
Array creation (Full) 2.7±0.18ms 2.7±0.19ms 0.00%
Array pop (Execution) 786.0±39.36µs 809.2±57.40µs -2.87%
Array pop (Full) 1261.5±71.56µs 1185.4±72.34µs +6.42%
Boolean Object Access (Execution) 4.7±0.31µs 4.6±0.31µs +2.17%
Boolean Object Access (Full) 246.4±18.02µs 237.7±12.54µs +3.66%
Clean js (Execution) 666.6±35.78µs 598.5±51.85µs +11.38%
Clean js (Full) 893.1±63.19µs 995.8±38.28µs -10.31%
Clean js (Parser) 43.5±2.37µs 42.9±3.32µs +1.40%
Create Realm 407.0±24.49ns 393.8±22.54ns +3.35%
Dynamic Object Property Access (Execution) 4.9±0.45µs 5.3±0.30µs -7.55%
Dynamic Object Property Access (Full) 279.2±13.89µs 238.7±13.45µs +16.97%
Expression (Parser) 6.2±0.42µs 7.0±0.53µs -11.43%
Fibonacci (Execution) 938.3±47.23µs 900.1±41.62µs +4.24%
Fibonacci (Full) 1141.2±65.69µs 1071.4±59.39µs +6.51%
For loop (Execution) 24.2±1.16µs 21.9±1.33µs +10.50%
For loop (Full) 267.1±14.66µs 247.4±14.88µs +7.96%
For loop (Parser) 18.8±1.55µs 20.0±1.24µs -6.00%
Goal Symbols (Parser) 13.7±0.78µs 14.0±1.02µs -2.14%
Hello World (Parser) 3.3±0.18µs 3.9±0.24µs -15.38%
Long file (Parser) 731.2±51.02ns 746.2±40.21ns -2.01%
Mini js (Execution) 575.8±37.00µs 512.2±30.77µs +12.42%
Mini js (Full) 803.9±47.89µs 886.9±32.00µs -9.36%
Mini js (Parser) 35.6±2.32µs 38.1±2.02µs -6.56%
Number Object Access (Execution) 3.6±0.29µs 4.0±0.21µs -10.00%
Number Object Access (Full) 236.0±15.78µs 238.9±18.81µs -1.21%
Object Creation (Execution) 4.2±0.27µs 4.4±0.32µs -4.55%
Object Creation (Full) 239.6±14.66µs 227.9±12.46µs +5.13%
RegExp (Execution) 9.9±0.64µs 10.0±0.85µs -1.00%
RegExp (Full) 258.7±23.22µs 240.1±16.54µs +7.75%
RegExp Literal (Execution) 10.4±0.75µs 10.0±0.99µs +4.00%
RegExp Literal (Full) 266.1±20.71µs 239.8±18.49µs +10.97%
RegExp Literal Creation (Execution) 9.1±0.68µs 10.0±0.62µs -9.00%
RegExp Literal Creation (Full) 253.8±21.42µs 259.1±15.69µs -2.05%
Static Object Property Access (Execution) 4.3±0.29µs 5.1±0.23µs -15.69%
Static Object Property Access (Full) 247.0±31.47µs 239.3±13.40µs +3.22%
String Object Access (Execution) 6.9±0.41µs 6.3±0.27µs +9.52%
String Object Access (Full) 260.2±19.23µs 262.0±14.61µs -0.69%
String comparison (Execution) 6.2±0.48µs 6.9±0.44µs -10.14%
String comparison (Full) 247.6±15.09µs 235.6±14.40µs +5.09%
String concatenation (Execution) 5.4±0.48µs 5.6±0.52µs -3.57%
String concatenation (Full) 236.3±15.38µs 235.4±12.88µs +0.38%
String copy (Execution) 3.6±0.28µs 4.2±0.22µs -14.29%
String copy (Full) 235.1±16.41µs 226.5±12.69µs +3.80%
Symbols (Execution) 3.5±0.24µs 3.4±0.17µs +2.94%
Symbols (Full) 238.6±13.75µs 220.8±15.96µs +8.06%

Bumps [webpack](https://github.com/webpack/webpack) from 5.21.2 to 5.22.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.21.2...v5.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.22.0 branch from 8f9bc2c to 886597d Compare February 16, 2021 20:33
@HalidOdat HalidOdat merged commit 4f5927e into master Feb 16, 2021
@HalidOdat HalidOdat deleted the dependabot/npm_and_yarn/webpack-5.22.0 branch February 16, 2021 20:35
@github-actions
Copy link

Benchmark for c9a3fbb

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 363.5±39.73ns 353.7±19.51ns +2.77%
Arithmetic operations (Full) 250.4±20.03µs 276.2±19.11µs -9.34%
Array access (Execution) 7.0±0.41µs 6.5±0.61µs +7.69%
Array access (Full) 279.1±15.92µs 281.1±22.90µs -0.71%
Array creation (Execution) 2.7±0.21ms 2.8±0.29ms -3.57%
Array creation (Full) 3.0±0.16ms 3.3±0.31ms -9.09%
Array pop (Execution) 903.6±72.24µs 896.4±54.82µs +0.80%
Array pop (Full) 1390.5±109.66µs 1373.8±92.97µs +1.22%
Boolean Object Access (Execution) 5.2±0.35µs 5.6±0.39µs -7.14%
Boolean Object Access (Full) 277.8±14.40µs 292.0±24.57µs -4.86%
Clean js (Execution) 680.0±62.99µs 716.4±59.07µs -5.08%
Clean js (Full) 991.0±83.96µs 1055.1±53.05µs -6.08%
Clean js (Parser) 44.0±3.29µs 47.0±4.45µs -6.38%
Create Realm 458.5±33.45ns 450.2±41.79ns +1.84%
Dynamic Object Property Access (Execution) 5.5±0.35µs 5.7±0.32µs -3.51%
Dynamic Object Property Access (Full) 270.9±16.18µs 303.5±25.73µs -10.74%
Expression (Parser) 6.8±0.66µs 7.1±0.54µs -4.23%
Fibonacci (Execution) 937.1±62.01µs 943.4±59.44µs -0.67%
Fibonacci (Full) 1202.6±91.31µs 1303.1±129.39µs -7.71%
For loop (Execution) 24.6±1.26µs 23.6±1.67µs +4.24%
For loop (Full) 300.6±27.20µs 304.7±22.89µs -1.35%
For loop (Parser) 20.6±1.46µs 21.7±1.72µs -5.07%
Goal Symbols (Parser) 14.7±0.98µs 15.4±1.58µs -4.55%
Hello World (Parser) 3.8±0.19µs 4.1±0.27µs -7.32%
Long file (Parser) 770.7±58.96ns 820.3±47.37ns -6.05%
Mini js (Execution) 599.7±39.16µs 626.9±30.51µs -4.34%
Mini js (Full) 883.7±56.18µs 913.6±62.07µs -3.27%
Mini js (Parser) 38.9±2.51µs 41.5±2.85µs -6.27%
Number Object Access (Execution) 4.0±0.24µs 4.3±0.43µs -6.98%
Number Object Access (Full) 284.0±18.42µs 276.3±23.42µs +2.79%
Object Creation (Execution) 4.8±0.39µs 4.9±0.58µs -2.04%
Object Creation (Full) 265.4±15.40µs 271.3±16.37µs -2.17%
RegExp (Execution) 11.7±0.77µs 11.9±0.68µs -1.68%
RegExp (Full) 278.6±15.62µs 287.0±14.63µs -2.93%
RegExp Literal (Execution) 11.9±0.74µs 11.7±0.87µs +1.71%
RegExp Literal (Full) 297.2±46.78µs 286.5±11.97µs +3.73%
RegExp Literal Creation (Execution) 9.9±0.57µs 10.0±0.52µs -1.00%
RegExp Literal Creation (Full) 264.3±15.52µs 277.2±16.97µs -4.65%
Static Object Property Access (Execution) 5.5±0.81µs 4.9±0.46µs +12.24%
Static Object Property Access (Full) 268.6±19.41µs 277.4±19.40µs -3.17%
String Object Access (Execution) 7.4±0.55µs 7.9±0.77µs -6.33%
String Object Access (Full) 285.3±15.04µs 286.7±17.58µs -0.49%
String comparison (Execution) 6.5±0.39µs 6.8±0.44µs -4.41%
String comparison (Full) 292.1±25.46µs 280.5±14.75µs +4.14%
String concatenation (Execution) 5.9±0.37µs 5.9±0.76µs 0.00%
String concatenation (Full) 256.3±16.69µs 270.6±14.52µs -5.28%
String copy (Execution) 4.2±0.31µs 4.3±0.26µs -2.33%
String copy (Full) 278.6±32.44µs 272.7±15.15µs +2.16%
Symbols (Execution) 3.7±0.23µs 3.7±0.27µs 0.00%
Symbols (Full) 250.0±20.39µs 267.8±20.72µs -6.65%

Razican pushed a commit that referenced this pull request May 22, 2021
Bumps [webpack](https://github.com/webpack/webpack) from 5.21.2 to 5.22.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.21.2...v5.22.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant