Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Bump dependencies#3287

Merged
jasonLaster merged 2 commits into
firefox-devtools:masterfrom
jasonLaster:eslint-bump
Jul 19, 2017
Merged

Bump dependencies#3287
jasonLaster merged 2 commits into
firefox-devtools:masterfrom
jasonLaster:eslint-bump

Conversation

@jasonLaster

Copy link
Copy Markdown
Contributor

No description provided.

codehag
codehag previously approved these changes Jul 10, 2017

@codehag codehag left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good, found an eslint rule that we should add!

},
id: "node-menu-add-breakpoint",
label: L10N.getStr("editor.addBreakpoint")
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

hmm this is old code, but it's hard to read. we are basically doing this here:

let breakpoint = { ... };
let conditional = { ... };
let disabled;

but because of how it is written, its easy to see this instead:

let breakpoint = {
  id: ..
  label: ..
  conditional: ...
  disabled
};

We should add an eslint rule that doens't allow for declarations to be done in a list, because there is little gain from this style, and it decreases comprehension. Adding this as a comment for myself so that we can do this later.

@codehag codehag dismissed their stale review July 10, 2017 09:51

Yarn license check

@codehag

codehag commented Jul 10, 2017

Copy link
Copy Markdown
Contributor

We have an issue with a license

Invalid license for jschardet@1.4.2: LGPL-2.1+
error Command failed with exit code 1.

@codecov

codecov Bot commented Jul 10, 2017

Copy link
Copy Markdown

Codecov Report

Merging #3287 into master will increase coverage by 0.04%.
The diff coverage is 46.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3287      +/-   ##
==========================================
+ Coverage    50.2%   50.25%   +0.04%     
==========================================
  Files         106      106              
  Lines        4322     4320       -2     
  Branches      892      891       -1     
==========================================
+ Hits         2170     2171       +1     
+ Misses       2152     2149       -3
Impacted Files Coverage Δ
src/components/shared/Popover.js 5.71% <0%> (+0.15%) ⬆️
src/components/Editor/index.js 21.37% <50%> (ø) ⬆️
src/utils/redux/middleware/timing.js 30.76% <66.66%> (ø) ⬆️
src/utils/create-store.js 64.28% <66.66%> (ø) ⬆️
src/actions/ast.js 74.41% <0%> (+2.32%) ⬆️

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 7e74353...8547bc6. Read the comment docs.

@codehag

codehag commented Jul 12, 2017

Copy link
Copy Markdown
Contributor

Is there any news about the licensing issue?

@jasonLaster jasonLaster merged commit 07f28db into firefox-devtools:master Jul 19, 2017
aklt pushed a commit to aklt/debugger.html that referenced this pull request Jul 20, 2017
* Bump dependencies

* move deps to dev-deps
jasonLaster added a commit to jasonLaster/debugger.html that referenced this pull request Aug 1, 2017
* Bump dependencies

* move deps to dev-deps
jbhoosreddy pushed a commit to jbhoosreddy/debugger.html that referenced this pull request Aug 20, 2017
* Bump dependencies

* move deps to dev-deps
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants