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] Dependencies upgrade #83

Merged
merged 7 commits into from
Feb 4, 2019

Conversation

sergiitk
Copy link
Owner

@sergiitk sergiitk commented Feb 4, 2019

What's this PR do?

  • Docker: Upgrade node to 10.15.1
  • Node modules upgrade:
 devDependencies
   name                    range   from        to       url
 ◯ @babel/preset-env       latest  7.2.3    ❯  7.3.1    https://babeljs.io/
 ◯ @semantic-release/git   latest  7.0.7    ❯  7.0.8    https://github.com/semantic-release/git#readme
 ◯ ava                     latest  1.0.1    ❯  1.2.0    https://ava.li
 ◯ eslint                  latest  5.12.0   ❯  5.13.0   https://eslint.org
 ◯ eslint-plugin-import    latest  2.14.0   ❯  2.16.0   https://github.com/benmosher/eslint-plugin-import
 ◯ eslint-plugin-jsx-a11y  latest  6.1.2    ❯  6.2.1    https://github.com/evcohen/eslint-plugin-jsx-a11y#readme
 ◯ eslint-plugin-react     latest  7.12.3   ❯  7.12.4   https://github.com/yannickcr/eslint-plugin-react
 ◯ mockserver              latest  2.2.0    ❯  3.0.0    https://github.com/namshi/mockserver
 ◯ semantic-release        latest  15.13.2  ❯  15.13.3  https://github.com/semantic-release/semantic-release#readme
 ◯ sinon                   latest  7.2.2    ❯  7.2.3    https://sinonjs.org/
 ◯ webpack                 latest  4.28.3   ❯  4.29.0   https://github.com/webpack/webpack

 dependencies
   name                    range   from        to       url
 ◯ koa                     latest  2.6.2    ❯  2.7.0    https://github.com/koajs/koa#readme
 ◯ luxon                   latest  1.10.0   ❯  1.11.0   https://github.com/moment/luxon#readme
 ◯ nunjucks                latest  3.1.6    ❯  3.1.7    https://github.com/mozilla/nunjucks#readme
 ◯ winston                 latest  3.1.0    ❯  3.2.1    https://github.com/winstonjs/winston#readme
  • Direct dependencies upgraded for
├─ @babel/core@7.2.2
├─ @babel/preset-env@7.3.1
├─ @babel/preset-react@7.0.0
├─ @semantic-release/changelog@3.0.2
├─ @semantic-release/git@7.0.8
├─ ava@1.2.0
├─ babel-loader@8.0.5
├─ babel-polyfill@6.26.0
├─ basic-auth@2.0.1
├─ chai-as-promised@7.1.1
├─ chai@4.2.0
├─ codecov@3.1.0
├─ conventional-changelog-ember@2.0.2
├─ css-loader@2.1.0
├─ dotenv@6.2.0
├─ eslint-config-airbnb@17.1.0
├─ eslint-plugin-ava@5.1.1
├─ eslint-plugin-import@2.16.0
├─ eslint-plugin-jsx-a11y@6.2.1
├─ eslint-plugin-react@7.12.4
├─ eslint@5.13.0
├─ esm@3.2.0
├─ faucet@0.0.1
├─ koa-mount@4.0.0
├─ koa-route@3.2.0
├─ koa-static@5.0.0
├─ koa-views@6.1.5
├─ koa@2.7.0
├─ luxon@1.11.0
├─ mini-css-extract-plugin@0.5.0
├─ mockserver@3.0.0
├─ node-fetch@2.3.0
├─ node-sass@4.11.0
├─ nodemon@1.18.9
├─ nunjucks@3.1.7
├─ nyc@13.1.0
├─ optimize-css-assets-webpack-plugin@5.0.1
├─ react-dom@16.7.0
├─ react@16.7.0
├─ sass-loader@7.1.0
├─ semantic-release@15.13.3
├─ sinon-chai@3.3.0
├─ sinon@7.2.3
├─ style-loader@0.23.1
├─ tap-xunit@2.3.0
├─ tsscmp@1.0.6
├─ webpack-cli@3.2.1
├─ webpack-merge@4.2.1
├─ webpack@4.29.0
└─ winston@3.2.1

Backward-incompatible upgrades

ava

  • Minor update
  • No longer provides esm, added dependency manually

puppeteer

terser

@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #83   +/-   ##
======================================
  Coverage    6.85%   6.85%           
======================================
  Files          20      20           
  Lines         525     525           
  Branches       90      90           
======================================
  Hits           36      36           
  Misses        486     486           
  Partials        3       3

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 23faeca...7073de0. Read the comment docs.

@sergiitk sergiitk merged commit 5f86925 into master Feb 4, 2019
@sergiitk sergiitk deleted the chore/dependencies-update branch February 4, 2019 03:39
sergiitk pushed a commit that referenced this pull request Feb 7, 2019
# [1.0.0](v0.3.0...v1.0.0) (2019-02-07)

### Bug Fixes

- [79](#79) **core** Fix error handling on unknown schedules
- [80](#80) **ui-oncalls** Handle one user in the rotation (no end date)

### Cleanup

- [75](#75) **chore-dependencies** Dependencies upgrade
- [64](#64) **chore-dependencies** Dependencies upgrade
- [83](#83) **chore-dependencies** Dependencies upgrade
- [87](#87) **circleci** Move test key from secrets to allow exogenous PRs
- [70](#70) **core** Load Schedules separately from OnCalls
- [69](#69) **core** Move schedule loading out of web controller
- [65](#65) **misc-local-dev** Acceptance tests in Docker
- [62](#62) **misc-release** Automated Docker image builds with basic sanity checks
- [71](#71) **misc-release** Improve Semantic Release
- [66](#66) **misc-release** Run acceptance tests in CircleCI
- [68](#68) **tests** Better test reports
- [67](#67) **tests** Setup unit test tools and refactor acceptance tests

### Documentation

- [78](#78) **deploy** Document deploying PagerBeauty to Heroku
- [90](#90) **readme** Add PagerBeauty on Grafana Dashboard screenshot
- [86](#86) **readme** Fix minor typo
- [89](#89) **readme** Update Adding to Datadog dashboard gif
- [85](#85) **readme** Update caps on Datadog

### Features

- [73](#73) **core-incidents** Poll for active incidents
- [72](#72) **core-oncalls** Removes implicit limit on how many on-calls can be loaded
- [77](#77) **core-web** HTTP server can be started on custom port
- [82](#82) **core-web** Support for Authentication Bearer access_token
- [88](#88) **grafana** Support Grafana
- [74](#74) **ui-oncalls** On-call active incident view: show incident info and make red
@sergiitk
Copy link
Owner Author

sergiitk commented Feb 7, 2019

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sergiitk sergiitk mentioned this pull request Feb 7, 2019
sergiitk added a commit that referenced this pull request Mar 9, 2019
@sergiitk sergiitk added the dependencies Pull requests that update a dependency file label Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant