Skip to content

chore(deps): update all dependencies and use webpack 5 #2858

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

Merged
merged 4 commits into from
Nov 25, 2020

Conversation

ylemkimon
Copy link
Contributor

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

N/A

Motivation / Use-Case

Breaking Changes

N/A

Additional Info

@codecov
Copy link

codecov bot commented Nov 24, 2020

Codecov Report

Merging #2858 (361f521) into v4 (ccdce35) will decrease coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v4    #2858      +/-   ##
==========================================
- Coverage   92.62%   92.46%   -0.17%     
==========================================
  Files          38       38              
  Lines        1247     1247              
  Branches      326      326              
==========================================
- Hits         1155     1153       -2     
- Misses         87       89       +2     
  Partials        5        5              
Impacted Files Coverage Δ
client-src/clients/SockJSClient.js 61.36% <100.00%> (-4.55%) ⬇️
client-src/clients/WebsocketClient.js 58.13% <100.00%> (ø)
lib/Server.js 95.47% <100.00%> (ø)
lib/servers/SockJSServer.js 94.11% <100.00%> (ø)
lib/servers/WebsocketServer.js 94.11% <100.00%> (ø)

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 ccdce35...361f521. Read the comment docs.

@@ -4,7 +4,9 @@ const SockJS = require('sockjs-client/dist/sockjs');
const { log } = require('../default/utils/log');
const BaseClient = require('./BaseClient');

module.exports = class SockJSClient extends BaseClient {
module.exports = class SockJSClient extends (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cause by editor format?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thanks, weird for this to extra brackets, maybe fix by prettier/prettier#9744

issue link prettier/prettier#9341 (comment)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is not important for this pr

@alexander-akait alexander-akait merged commit 98c68bf into webpack:v4 Nov 25, 2020
@alexander-akait
Copy link
Member

Big thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants