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.10.0 to 5.10.1 #965

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2020

Bumps webpack from 5.10.0 to 5.10.1.

Release notes

Sourced from webpack's releases.

v5.10.1

Bugfixes

  • avoid duplicating chunk info in chunk loading global
  • allow executing chunks before runtime is loaded
  • avoid error when emitting assets with different query string but identical filename and content
  • fix duplicated asset name in processAssets with additionalAssets
  • add missing \ in module info header comment
Commits
  • 3f3d013 5.10.1
  • af52c8f Merge pull request #12174 from webpack/bugfix/bootstrap
  • f70aa0e readd missing char in the pathinfo comment
  • 48571c6 add selective runtime requirements from startup logic which doesn't prevent i...
  • edae614 fix merge issue
  • 6a9fdc6 Merge pull request #12173 from webpack/dependabot/npm_and_yarn/ts-loader-8.0.12
  • be65953 Merge pull request #12172 from webpack/dependabot/npm_and_yarn/types/jest-26....
  • d669b00 Merge pull request #12171 from webpack/dependabot/npm_and_yarn/mini-css-extra...
  • 8e647c3 Merge pull request #12170 from webpack/dependabot/npm_and_yarn/ini-1.3.7
  • 32d887e chore(deps-dev): bump ts-loader from 8.0.11 to 8.0.12
  • 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.10.0 to 5.10.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.10.0...v5.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 14, 2020
@github-actions
Copy link

Test262 conformance changes:

Test result master count PR count difference
Total 78,460 78,460 0
Passed 18,964 18,963 -1
Ignored 15,559 15,559 0
Failed 43,937 43,938 +1
Panics 1,127 1,128 +1
Conformance 24.17 24.17 -0.00%

@codecov
Copy link

codecov bot commented Dec 14, 2020

Codecov Report

Merging #965 (f14bac5) into master (0c068cb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #965   +/-   ##
=======================================
  Coverage   59.32%   59.32%           
=======================================
  Files         166      166           
  Lines       10687    10687           
=======================================
  Hits         6340     6340           
  Misses       4347     4347           

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 0c068cb...8dc7a30. Read the comment docs.

@github-actions
Copy link

Benchmark for f14bac5

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 364.2±11.15ns 368.2±2.66ns -1.09%
Arithmetic operations (Full) 242.7±0.61µs 248.3±5.40µs -2.26%
Array access (Execution) 8.4±0.01µs 8.6±0.25µs -2.33%
Array access (Full) 268.4±7.47µs 272.4±8.74µs -1.47%
Array creation (Execution) 3.0±0.00ms 3.0±0.01ms 0.00%
Array creation (Full) 3.4±0.08ms 3.3±0.01ms +3.03%
Array pop (Execution) 1132.0±42.94µs 1144.3±60.18µs -1.07%
Array pop (Full) 1581.1±2.73µs 1585.5±20.36µs -0.28%
Boolean Object Access (Execution) 5.0±0.06µs 5.0±0.20µs 0.00%
Boolean Object Access (Full) 251.8±1.28µs 254.0±1.32µs -0.87%
Clean js (Execution) 762.8±67.29µs 743.8±8.55µs +2.55%
Clean js (Full) 1049.8±8.49µs 1048.5±7.51µs +0.12%
Clean js (Parser) 34.9±0.08µs 36.1±1.37µs -3.32%
Create Realm 516.9±16.96ns 502.7±22.30ns +2.82%
Dynamic Object Property Access (Execution) 5.8±0.06µs 6.0±0.24µs -3.33%
Dynamic Object Property Access (Full) 258.8±3.68µs 259.4±0.71µs -0.23%
Expression (Parser) 6.8±0.02µs 7.0±0.41µs -2.86%
Fibonacci (Execution) 862.7±13.49µs 881.3±28.28µs -2.11%
Fibonacci (Full) 1155.5±2.57µs 1188.5±52.83µs -2.78%
For loop (Execution) 22.9±0.12µs 23.3±0.81µs -1.72%
For loop (Full) 291.5±7.59µs 290.6±11.38µs +0.31%
For loop (Parser) 17.4±0.10µs 17.5±0.06µs -0.57%
Goal Symbols (Parser) 11.8±0.05µs 12.0±0.30µs -1.67%
Hello World (Parser) 3.2±0.13µs 3.1±0.07µs +3.23%
Long file (Parser) 763.3±4.26ns 753.5±2.22ns +1.30%
Mini js (Execution) 676.2±3.67µs 694.1±16.67µs -2.58%
Mini js (Full) 967.7±21.42µs 989.0±32.10µs -2.15%
Mini js (Parser) 30.8±0.11µs 31.9±0.87µs -3.45%
Number Object Access (Execution) 3.9±0.06µs 3.9±0.02µs 0.00%
Number Object Access (Full) 259.1±7.06µs 248.7±0.37µs +4.18%
Object Creation (Execution) 5.0±0.02µs 5.0±0.02µs 0.00%
Object Creation (Full) 253.9±1.04µs 253.7±1.82µs +0.08%
RegExp (Execution) 10.9±0.07µs 11.0±0.04µs -0.91%
RegExp (Full) 260.4±0.92µs 269.1±6.54µs -3.23%
RegExp Literal (Execution) 11.1±0.05µs 11.0±0.03µs +0.91%
RegExp Literal (Full) 271.4±10.12µs 264.3±0.32µs +2.69%
RegExp Literal Creation (Execution) 9.8±0.04µs 10.0±0.36µs -2.00%
RegExp Literal Creation (Full) 257.8±0.99µs 268.5±9.05µs -3.99%
Static Object Property Access (Execution) 5.2±0.03µs 5.3±0.02µs -1.89%
Static Object Property Access (Full) 264.9±9.59µs 256.3±0.86µs +3.36%
String Object Access (Execution) 7.4±0.03µs 7.3±0.03µs +1.37%
String Object Access (Full) 270.6±15.93µs 258.0±1.64µs +4.88%
String comparison (Execution) 6.8±0.04µs 6.8±0.04µs 0.00%
String comparison (Full) 259.4±0.63µs 259.4±0.50µs 0.00%
String concatenation (Execution) 5.5±0.04µs 5.7±0.23µs -3.51%
String concatenation (Full) 252.0±0.72µs 253.3±1.73µs -0.51%
String copy (Execution) 4.4±0.22µs 4.3±0.15µs +2.33%
String copy (Full) 247.9±1.25µs 248.2±0.62µs -0.12%
Symbols (Execution) 3.6±0.01µs 3.7±0.01µs -2.70%
Symbols (Full) 242.3±0.80µs 241.5±1.08µs +0.33%

@RageKnify
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit ff13904 into master Dec 14, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-5.10.1 branch December 14, 2020 12:59
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