Skip to content

chore(deps): update deps #2577

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 1 commit into from
May 8, 2020
Merged

chore(deps): update deps #2577

merged 1 commit into from
May 8, 2020

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented May 8, 2020

  • 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?

Motivation / Use-Case

Update.

Breaking Changes

no

Additional Info

"jest-junit": "^10.0.0",
"jquery": "^3.5.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need jquery.

@codecov
Copy link

codecov bot commented May 8, 2020

Codecov Report

Merging #2577 into v4 will decrease coverage by 0.57%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v4    #2577      +/-   ##
==========================================
- Coverage   93.41%   92.84%   -0.58%     
==========================================
  Files          34       35       +1     
  Lines        1291     1313      +22     
  Branches      363      368       +5     
==========================================
+ Hits         1206     1219      +13     
- Misses         82       89       +7     
- Partials        3        5       +2     
Impacted Files Coverage Δ
client-src/default/socket.js 59.09% <ø> (ø)
lib/utils/addEntries.js 100.00% <ø> (ø)
lib/Server.js 96.90% <100.00%> (ø)
lib/utils/routes.js 92.30% <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 97ccd22...123753d. Read the comment docs.

@hiroppy hiroppy force-pushed the feature/update-deps branch from 3f62a82 to 431ae5e Compare May 8, 2020 06:03
@@ -11,7 +11,7 @@ describe('CLI', () => {
testBin('--progress')
.then((output) => {
expect(output.exitCode).toEqual(0);
expect(output.stderr).toContain('0% compiling');
expect(output.stderr).toContain('100%');
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

/cc @sokra

@hiroppy hiroppy force-pushed the feature/update-deps branch from 431ae5e to 778fd9a Compare May 8, 2020 06:22
@@ -29,7 +29,7 @@ describe('progress', () => {
let foundProgress = false;
let foundProfile = false;
calls.forEach((call) => {
if (call[0].includes('0% compiling')) {
if (call[0].includes('2%')) {
Copy link
Member Author

Choose a reason for hiding this comment

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

The previous webpack@next of beta was able to output 0% but the new version can't output this. I'll investigate this but anyway, this PR is okay.(progress feature can work).

@hiroppy hiroppy force-pushed the feature/update-deps branch from 778fd9a to 123753d Compare May 8, 2020 06:33
@alexander-akait alexander-akait merged commit 768ced4 into v4 May 8, 2020
@alexander-akait alexander-akait deleted the feature/update-deps branch May 8, 2020 10:48
alexander-akait pushed a commit that referenced this pull request May 8, 2020
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.

2 participants