Paul Melnikow
dfc95ddd1a
Add per-badge metrics for BaseService ( #3093 )
...
This picks up #2068 by adding per-badge stats as discussed in #966 .
It ensures every service has a unique `name` property. By default this comes from the class name, and is overridden in all the various places where the class names are duplicated. (Some of those don't seem that useful, like the various download interval services, though those need to be refactored down into a single service anyway.) Tests enforce the names are unique. These are the names used by the service-test runner, so it's a good idea to make them unique anyway. (It was sort of strange before that you had to specify `nuget` instead of e.g. `resharper`.)
I've added validation to `deprecatedService` and `redirector`, and required that every `route` has a `base`, even if it's an empty string.
The name is used to generate unique metric labels, generating metrics like these:
```
service_requests_total{category="activity",family="eclipse-marketplace",service="eclipse_marketplace_update"} 2
service_requests_total{category="activity",family="npm",service="npm_collaborators"} 3
service_requests_total{category="activity",family="steam",service="steam_file_release_date"} 2
service_requests_total{category="analysis",family="ansible",service="ansible_galaxy_content_quality_score"} 2
service_requests_total{category="analysis",family="cii-best-practices",service="cii_best_practices_service"} 4
service_requests_total{category="analysis",family="cocoapods",service="cocoapods_docs"} 2
service_requests_total{category="analysis",family="codacy",service="codacy_grade"} 3
service_requests_total{category="analysis",family="coverity",service="coverity_scan"} 2
service_requests_total{category="analysis",family="coverity",service="deprecated_coverity_ondemand"} 2
service_requests_total{category="analysis",family="dependabot",service="dependabot_semver_compatibility"} 3
service_requests_total{category="analysis",family="lgtm",service="lgtm_alerts"} 2
service_requests_total{category="analysis",family="lgtm",service="lgtm_grade"} 3
service_requests_total{category="analysis",family="snyk",service="snyk_vulnerability_git_hub"} 4
service_requests_total{category="analysis",family="snyk",service="snyk_vulnerability_npm"} 5
service_requests_total{category="analysis",family="symfony",service="sensiolabs_i_redirector"} 1
service_requests_total{category="analysis",family="symfony",service="symfony_insight_grade"} 1
service_requests_total{category="build",family="appveyor",service="app_veyor_ci"} 3
service_requests_total{category="build",family="appveyor",service="app_veyor_tests"} 6
service_requests_total{category="build",family="azure-devops",service="azure_dev_ops_build"} 6
service_requests_total{category="build",family="azure-devops",service="azure_dev_ops_release"} 5
service_requests_total{category="build",family="azure-devops",service="azure_dev_ops_tests"} 6
service_requests_total{category="build",family="azure-devops",service="vso_build_redirector"} 2
service_requests_total{category="build",family="azure-devops",service="vso_release_redirector"} 1
service_requests_total{category="build",family="bitbucket",service="bitbucket_pipelines"} 5
service_requests_total{category="build",family="circleci",service="circle_ci"} 5
```
This is predicated on being able to use Prometheus's [`rate()`](https://prometheus.io/docs/prometheus/latest/querying/functions/#rate ) function to visualize a counter's rate of change, as mentioned at https://github.com/badges/shields/issues/2068#issuecomment-466696561 . Otherwise the stats will be disrupted every time a server restarts.
The metrics only appear on new-style services.
2019-02-27 18:58:59 -05:00
dependabot[bot]
62a89fc834
Bump react from 16.8.2 to 16.8.3 ( #3102 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.8.2 to 16.8.3.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.8.3/packages/react )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-27 18:42:09 -05:00
dependabot[bot]
c050fc976f
Bump babel-preset-gatsby from 0.1.7 to 0.1.8 ( #3106 )
...
Bumps babel-preset-gatsby from 0.1.7 to 0.1.8.
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-27 18:25:50 -05:00
dependabot[bot]
f3804a0764
Bump gatsby-plugin-page-creator from 2.0.7 to 2.0.8 ( #3108 )
...
Bumps gatsby-plugin-page-creator from 2.0.7 to 2.0.8.
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-27 18:22:32 -05:00
dependabot[bot]
94b150195e
Bump mocha-env-reporter from 3.0.0 to 4.0.0 ( #3078 )
...
Bumps [mocha-env-reporter](https://github.com/wix/mocha-env-reporter ) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/wix/mocha-env-reporter/releases )
- [Commits](https://github.com/wix/mocha-env-reporter/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-27 18:19:51 -05:00
chris48s
c6ea546fab
use caret for all gh-badges dependencies ( #3110 )
2019-02-25 19:56:24 +00:00
dependabot[bot]
95c11dd7ac
Bump gatsby from 2.1.14 to 2.1.17 ( #3105 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.1.14 to 2.1.17.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.14...gatsby@2.1.17 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-25 19:01:29 +00:00
dependabot[bot]
7217a7e3ba
Bump simple-icons from 1.9.20 to 1.9.21 ( #3107 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-25 18:57:24 +00:00
dependabot[bot]
781c7b941e
Bump danger from 7.0.13 to 7.0.14 ( #3104 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.13 to 7.0.14.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.13...7.0.14 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-25 18:54:29 +00:00
dependabot[bot]
c3ecde05ee
Bump react-dom from 16.8.2 to 16.8.3 ( #3075 )
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) from 16.8.2 to 16.8.3.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.8.3/packages/react-dom )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-23 15:43:48 -05:00
Paul Melnikow
751af4bb3a
Remove unused package ( #3087 )
2019-02-23 15:40:48 -05:00
dependabot[bot]
6b7561b150
Bump gatsby from 2.1.13 to 2.1.14 ( #3076 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.1.13 to 2.1.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.13...gatsby@2.1.14 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-22 22:07:17 +00:00
dependabot[bot]
f98484f8e7
Bump danger from 7.0.12 to 7.0.13 ( #3070 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.12 to 7.0.13.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.12...7.0.13 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-22 22:04:39 +00:00
dependabot[bot]
a46df6b347
Bump mocha from 6.0.0 to 6.0.1 ( #3077 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-22 10:57:55 -05:00
dependabot[bot]
a9ed1e144e
Bump gatsby-plugin-page-creator from 2.0.6 to 2.0.7 ( #3060 )
...
Bumps gatsby-plugin-page-creator from 2.0.6 to 2.0.7.
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-22 00:04:55 -05:00
dependabot[bot]
41fc3bbbf8
Bump icedfrisby from 2.0.0-alpha.3 to 2.0.0-alpha.4 ( #3073 )
...
Bumps [icedfrisby](https://github.com/RobertHerhold/IcedFrisby ) from 2.0.0-alpha.3 to 2.0.0-alpha.4.
- [Release notes](https://github.com/RobertHerhold/IcedFrisby/releases )
- [Changelog](https://github.com/IcedFrisby/IcedFrisby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RobertHerhold/IcedFrisby/compare/2.0.0-alpha.3...2.0.0-alpha.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-21 00:45:51 -05:00
dependabot[bot]
52a71cb327
Bump gatsby from 2.1.4 to 2.1.13 ( #3067 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.1.4 to 2.1.13.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.4...gatsby@2.1.13 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-20 19:15:55 -05:00
dependabot[bot]
d49ce75fee
Bump gatsby-plugin-styled-components from 3.0.5 to 3.0.6 ( #3064 )
...
Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.0.6/packages/gatsby-plugin-styled-components )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-20 19:08:09 -05:00
dependabot[bot]
144d1632f5
Bump icedfrisby from 2.0.0-alpha.2 to 2.0.0-alpha.3 ( #3061 )
...
Bumps [icedfrisby](https://github.com/RobertHerhold/IcedFrisby ) from 2.0.0-alpha.2 to 2.0.0-alpha.3.
- [Release notes](https://github.com/RobertHerhold/IcedFrisby/releases )
- [Changelog](https://github.com/IcedFrisby/IcedFrisby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RobertHerhold/IcedFrisby/compare/2.0.0-alpha.2...2.0.0-alpha.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-20 01:21:28 -05:00
dependabot[bot]
f754b1ac2e
Bump @babel/plugin-proposal-class-properties from 7.3.0 to 7.3.3 ( #3018 )
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.3.0 to 7.3.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.3.0...v7.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 23:48:16 -05:00
dependabot[bot]
77ef526997
Bump react-select from 2.3.0 to 2.4.1 ( #3043 )
...
Bumps [react-select](https://github.com/JedWatson/react-select ) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/JedWatson/react-select/releases )
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js )
- [Commits](https://github.com/JedWatson/react-select/compare/v2.3.0...v2.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 23:45:50 -05:00
dependabot[bot]
049a5409df
Bump @babel/core from 7.2.2 to 7.3.3 ( #3021 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.2.2 to 7.3.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.2.2...v7.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 22:21:10 -05:00
dependabot[bot]
f721eb7424
Bump sinon from 7.2.3 to 7.2.4 ( #3044 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v7.2.3...v7.2.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 21:44:17 +00:00
dependabot[bot]
cc57d32227
Bump danger from 7.0.11 to 7.0.12 ( #3023 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.11...7.0.12 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 21:41:44 +00:00
dependabot[bot]
d727986f5a
Bump lint-staged from 8.1.3 to 8.1.4 ( #3016 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 8.1.3 to 8.1.4.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v8.1.3...v8.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 21:36:09 +00:00
dependabot[bot]
471e53afc9
Bump simple-icons from 1.9.19 to 1.9.20 ( #3045 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.19 to 1.9.20.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 20:12:57 +00:00
dependabot[bot]
42683a0587
Bump enzyme from 3.8.0 to 3.9.0 ( #3046 )
...
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/airbnb/enzyme/releases )
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbnb/enzyme/compare/enzyme@3.8.0...enzyme@3.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-19 09:58:26 -05:00
dependabot[bot]
0e56258ac0
Bump eslint from 5.13.0 to 5.14.1 ( #3039 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.13.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.13.0...v5.14.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 23:09:22 -05:00
Paul Melnikow
1b2b556ca8
Upgrade to Mocha 6 and update configuration ( #3038 )
2019-02-18 19:03:49 -06:00
dependabot[bot]
b1afccdce9
Bump react from 16.8.1 to 16.8.2 ( #3022 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.8.1 to 16.8.2.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/compare/v16.8.1...v16.8.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 19:22:20 -05:00
dependabot[bot]
ad6f8a07f9
Bump eslint from 5.13.0 to 5.14.0 ( #3020 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.13.0...v5.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 19:16:43 -05:00
dependabot[bot]
f8a48457fb
Bump gatsby from 2.1.2 to 2.1.4 ( #3019 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 19:14:04 -05:00
dependabot[bot]
c45aa48a98
Bump react-error-overlay from 5.1.2 to 5.1.3 ( #2975 )
...
Bumps [react-error-overlay](https://github.com/facebook/create-react-app ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md )
- [Commits](https://github.com/facebook/create-react-app/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 17:03:13 -05:00
dependabot[bot]
fb21fdf8f7
Bump babel-plugin-istanbul from 5.1.0 to 5.1.1 ( #3017 )
...
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases )
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md )
- [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.0...v5.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 11:18:50 -05:00
dependabot[bot]
c93f254315
Bump react-dom from 16.8.1 to 16.8.2 ( #2999 )
...
Bumps [react-dom](https://github.com/facebook/react ) from 16.8.1 to 16.8.2.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/compare/v16.8.1...v16.8.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-18 10:45:49 -05:00
dependabot[bot]
8d9fa3e121
Bump nyc from 13.2.0 to 13.3.0 ( #3000 )
...
Bumps [nyc](https://github.com/istanbuljs/nyc ) from 13.2.0 to 13.3.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases )
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/istanbuljs/nyc/compare/v13.2.0...v13.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-17 12:25:27 +00:00
dependabot[bot]
e6ef4c012c
Bump snap-shot-it from 6.2.9 to 6.2.10 ( #3002 )
...
Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it ) from 6.2.9 to 6.2.10.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases )
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.2.9...v6.2.10 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-17 12:21:05 +00:00
dependabot[bot]
37ecb936fc
Bump gatsby from 2.1.0 to 2.1.2 ( #3001 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-17 12:18:02 +00:00
dependabot[bot]
24945adfed
[Security] Bump handlebars from 4.0.12 to 4.1.0 ( #2992 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.12 to 4.1.0. **This update includes security fixes.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-14 20:36:00 +00:00
dependabot[bot]
5c44cf5d23
Bump prop-types from 15.7.1 to 15.7.2 ( #2993 )
...
Bumps [prop-types](https://github.com/facebook/prop-types ) from 15.7.1 to 15.7.2.
- [Release notes](https://github.com/facebook/prop-types/releases )
- [Changelog](https://github.com/facebook/prop-types/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/prop-types/compare/v15.7.1...v15.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-14 20:31:35 +00:00
dependabot[bot]
74b7bba79e
Bump eslint-plugin-mocha from 5.2.1 to 5.3.0 ( #2994 )
...
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha ) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases )
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/5.2.1...5.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-14 20:24:45 +00:00
dependabot[bot]
c8d49d702a
Bump gatsby from 2.0.118 to 2.1.0 ( #2990 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.0.118 to 2.1.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-13 20:59:28 +00:00
dependabot[bot]
0284697ffe
Bump react-pose from 4.0.6 to 4.0.7 ( #2985 )
...
Bumps [react-pose](https://github.com/Popmotion/popmotion ) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/Popmotion/popmotion/releases )
- [Commits](https://github.com/Popmotion/popmotion/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-13 20:56:16 +00:00
dependabot[bot]
3acef2fb2e
Bump danger from 7.0.10 to 7.0.11 ( #2984 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.10 to 7.0.11.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.10...7.0.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-13 20:49:33 +00:00
dependabot[bot]
5d7bfe7d0b
Bump gatsby-plugin-catch-links from 2.0.10 to 2.0.11 ( #2983 )
...
Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-13 20:47:15 +00:00
dependabot[bot]
6e36e52084
Bump danger from 7.0.9 to 7.0.10 ( #2976 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.9 to 7.0.10.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.9...7.0.10 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-11 20:43:46 +00:00
dependabot[bot]
969ad81e05
Bump fast-xml-parser from 3.12.12 to 3.12.13 ( #2974 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 3.12.12 to 3.12.13.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-11 20:41:00 +00:00
dependabot[bot]
5aa63c1f3f
Bump walkdir from 0.2.0 to 0.3.2 ( #2960 )
...
Bumps [walkdir](https://github.com/soldair/node-walkdir ) from 0.2.0 to 0.3.2.
- [Release notes](https://github.com/soldair/node-walkdir/releases )
- [Changelog](https://github.com/soldair/node-walkdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/soldair/node-walkdir/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-11 20:37:26 +00:00
dependabot[bot]
3cfb4b2fa8
Bump prop-types from 15.6.2 to 15.7.1 ( #2973 )
...
Bumps [prop-types](https://github.com/facebook/prop-types ) from 15.6.2 to 15.7.1.
- [Release notes](https://github.com/facebook/prop-types/releases )
- [Changelog](https://github.com/facebook/prop-types/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/prop-types/compare/v15.6.2...v15.7.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-11 20:34:40 +00:00
dependabot[bot]
1379ea3980
Bump danger from 7.0.7 to 7.0.9 ( #2961 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 7.0.7 to 7.0.9.
- [Release notes](https://github.com/danger/danger-js/releases )
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/danger/danger-js/compare/7.0.7...7.0.9 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-10 11:41:34 +00:00