Skip to content

#1343 - Upgrade yarn.lock and the tools that check the yarn version#1918

Merged
canova merged 3 commits into
firefox-devtools:masterfrom
caiovosilva:1343-upgrade-yarnlock
Apr 3, 2019
Merged

#1343 - Upgrade yarn.lock and the tools that check the yarn version#1918
canova merged 3 commits into
firefox-devtools:masterfrom
caiovosilva:1343-upgrade-yarnlock

Conversation

@caiovosilva

@caiovosilva caiovosilva commented Apr 3, 2019

Copy link
Copy Markdown
Contributor

I did the things @julienw told to, on #1343 (comment).
@canaltinova

@codecov

codecov Bot commented Apr 3, 2019

Copy link
Copy Markdown

Codecov Report

Merging #1918 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1918   +/-   ##
=======================================
  Coverage   83.81%   83.81%           
=======================================
  Files         185      185           
  Lines       12947    12947           
  Branches     3231     3234    +3     
=======================================
  Hits        10852    10852           
  Misses       1905     1905           
  Partials      190      190
Impacted Files Coverage Δ
src/profile-logic/process-profile.js 92.17% <0%> (ø) ⬆️

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 61b54bf...e07493f. Read the comment docs.

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for the patch! It looks good to me but there is one small thing to change about semver version. You can see the comment below.
Also all CI are green, which is a good sign!

Comment thread bin/pre-install.js Outdated
if (agents.yarn) {
const version = agents.yarn;
if (versionCompare(version, '1.0') < 0) {
if (versionCompare(version, '1.1') < 0) {

@canova canova Apr 3, 2019

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is semver versioning and not a floating number, therefore 1.1 != 1.10. It goes like this: 1.9 -> 1.10 -> 1.11. We should use '1.10' here.
For more info: https://semver.org/

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for working on this! It looks good to me!

@canova canova merged commit 63a6714 into firefox-devtools:master Apr 3, 2019
caiovosilva added a commit to caiovosilva/profiler that referenced this pull request Apr 5, 2019
Since pull request firefox-devtools#1918 has been merged, yarn version minimum requirement is now 1.10.
caiovosilva added a commit to caiovosilva/profiler that referenced this pull request Apr 5, 2019
Since pull request firefox-devtools#1918 has been merged, yarn version minimum requirement is now 1.10.
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.

3 participants