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

[CLEANUP chore-dependencies] Major dependencies upgrade #130

Merged
merged 12 commits into from
Jan 21, 2020

Conversation

sergiitk
Copy link
Owner

@sergiitk sergiitk commented Jan 21, 2020

What's this PR do?

  • Node packages major upgrade:
 devDependencies
   name                       range   from        to      url
 ◯ @semantic-release/git      latest  7.0.18   ❯  8.0.0   https://github.com/semantic-release/git#readme
 ◯ ava                        latest  2.4.0    ❯  3.0.0   https://avajs.dev
 ◯ css-loader                 latest  2.1.1    ❯  3.4.2   https://github.com/webpack-contrib/css-loader
 ◯ eslint                     latest  5.16.0   ❯  6.8.0   https://eslint.org
 ◯ eslint-config-airbnb       latest  17.1.1   ❯  18.0.1  https://github.com/airbnb/javascript
 ◯ eslint-config-airbnb-base  latest  13.2.0   ❯  14.0.0  https://github.com/airbnb/javascript
 ◯ eslint-plugin-ava          latest  7.1.0    ❯  10.0.0  https://github.com/avajs/eslint-plugin-ava#readme
 ◯ mini-css-extract-plugin    latest  0.7.0    ❯  0.9.0   https://github.com/webpack-contrib/mini-css-extract-plugin
 ◯ nodemon                    latest  1.19.4   ❯  2.0.2   http://nodemon.io
 ◯ nyc                        latest  14.1.1   ❯  15.0.0  https://github.com/istanbuljs/nyc#readme
 ◯ puppeteer-core             latest  1.11.0   ❯  2.0.0   https://github.com/GoogleChrome/puppeteer#readme
 ◯ sass-loader                latest  7.3.1    ❯  8.0.2   https://github.com/webpack-contrib/sass-loader
 ◯ semantic-release           latest  15.14.0  ❯  16.0.2  https://github.com/semantic-release/semantic-release#readme
 ◯ sinon                      latest  7.5.0    ❯  8.1.0   https://sinonjs.org/
 ◯ style-loader               latest  0.23.1   ❯  1.1.3   https://github.com/webpack-contrib/style-loader
  • Direct dependencies upgraded for
> yarn output, f.e:
├─ @semantic-release/git@8.0.0
├─ ava@3.0.0
├─ css-loader@3.4.2
├─ eslint-config-airbnb@18.0.1
├─ eslint-plugin-ava@10.0.0
├─ eslint@6.8.0
├─ mini-css-extract-plugin@0.9.0
├─ nodemon@2.0.2
├─ nyc@15.0.0
├─ puppeteer-core@2.0.0
├─ sass-loader@8.0.2
├─ semantic-release@16.0.2
├─ sinon@8.1.0
├─ style-loader@1.1.3

Backward-incompatible upgrades

eslint, eslint-*

  • Updated code style or eslint ignore rules according to the latest ruleset
  • Fixes 76deccf 177f6d9 745e116

ava

@codecov
Copy link

codecov bot commented Jan 21, 2020

Codecov Report

Merging #130 into master will increase coverage by 0.08%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #130      +/-   ##
=========================================
+ Coverage    7.19%   7.28%   +0.08%     
=========================================
  Files          24      22       -2     
  Lines         514     508       -6     
=========================================
  Hits           37      37              
+ Misses        477     471       -6
Impacted Files Coverage Δ
src/app/Timer.js 0% <0%> (ø) ⬆️
src/services/PagerDutyClient.js 0% <0%> (ø) ⬆️
src/init.js 0% <0%> (ø) ⬆️
src/models/Schedule.js 50% <0%> (ø) ⬆️
.releaserc.js

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 65183fd...f473244. Read the comment docs.

@sergiitk sergiitk merged commit 16e093e into master Jan 21, 2020
@sergiitk sergiitk deleted the chore/dependencies-update branch January 21, 2020 19:20
sergiitk pushed a commit that referenced this pull request Jan 21, 2020
## [1.0.3](v1.0.2...v1.0.3) (2020-01-21)

### Cleanup

- [130](#130) **chore-dependencies** Major dependencies upgrade
- [128](#128) **chore-dependencies** Major node upgrade node to the last LTE: 12.14.1
- [129](#129) **chore-dependencies** Non-major dependencies upgrade

### Security

- [115](#115) **CVE-2019-10744** Bump lodash from 4.17.11 to 4.17.14
- [114](#114) **CVE-2019-10744** Bump lodash.merge from 4.6.1 to 4.6.2
- [118](#118) **CVE-2019-10746** Bump mixin-deep from 1.3.1 to 1.3.2
- [117](#117) **CVE-2019-15657** Bump eslint-utils from 1.3.1 to 1.4.2
- [127](#127) **CVE-2019-19919** Bump handlebars from 4.1.2 to 4.7.2
@sergiitk
Copy link
Owner Author

🎉 This PR is included in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant