Marcin Mielnicki and GitHub
a039fffe79
Refactor [Jetbrains] service; affects [eclipse-marketplace] ( #2232 )
...
* Refactor Jetbrains
* Test that custom parser options are provided
* Code refactoring
* Code refactoring
* url -> route
* package-lock.json updated
2018-11-10 16:05:00 +01:00
Paul Melnikow and GitHub
3eac8ebbfb
Rework GitHub acceptor and move to its own module ( #2021 )
...
Continue to merge the work from #1205 .
2018-11-09 15:14:01 -05:00
dependabot[bot] and chris48s
ec65291a11
Bump simple-icons from 1.9.12 to 1.9.13 ( #2294 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.12 to 1.9.13.
- [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 >
2018-11-09 17:54:41 +00:00
dependabot[bot] and chris48s
804c4e4a6f
Bump danger from 4.4.8 to 6.0.5 ( #2291 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 4.4.8 to 6.0.5.
- [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/4.4.8...6.0.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-09 16:35:26 +00:00
Paul Melnikow and GitHub
291f35d4ad
Reduce duplication in badge regex/url patterns ( #2279 )
...
This reduces duplication in badge regex/url patterns, and reduces the need to understand regexes in order to create badges.
Ref: #2050
2018-11-08 15:05:44 -05:00
dependabot[bot] and Paul Melnikow
e240409033
Bump prettier from 1.14.3 to 1.15.1 ( #2289 )
...
* Bump prettier from 1.14.3 to 1.15.1
Bumps [prettier](https://github.com/prettier/prettier ) from 1.14.3 to 1.15.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.14.3...1.15.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Run prettier
2018-11-08 14:39:00 -05:00
dependabot[bot] and Pierre-Yves B
57e4d82a90
Bump joi from 14.0.3 to 14.0.4 ( #2267 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 14.0.3 to 14.0.4.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Changelog](https://github.com/hapijs/joi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hapijs/joi/compare/v14.0.3...v14.0.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-08 19:31:25 +00:00
dependabot[bot] and Pierre-Yves B
c600bf4800
Bump node-fetch from 2.2.0 to 2.2.1 ( #2276 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-08 19:02:42 +00:00
dependabot[bot] and Danial
88402dd7a8
Bump simple-icons from 1.9.10 to 1.9.12 ( #2273 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.10 to 1.9.12.
- [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 >
2018-11-06 12:00:09 +13:00
dependabot[bot] and Paul Melnikow
c8ce4fabb4
Bump nock from 10.0.1 to 10.0.2 ( #2266 )
...
Bumps [nock](https://github.com/nock/nock ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v10.0.1...v10.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-05 16:58:19 -05:00
Marcin Mielnicki and GitHub
bc4bd79e90
Metrics with Prometheus ( #2069 )
...
* Basic process metrics
* Enable Prometheus by an environment variable
* Code formatting
* Documentation for Prometheus metrics
* Link from README to documentation of Prometheus
* Link from README to documentation of Prometheus
* Link from README to documentation of Prometheus
* Separate module for metrics + tests
* Metrics limited by IP
* Metrics are forbidded for all requets by default
* Code refactoring
* allowedIps passed as a string to PrometheusMetrics
* Handle missing config
* METRICS_PROMETHEUS_ALLOWED_IPS added to documentation
* Log info about enabled metrics
* Unused code removed
* package-lock.json updated
* prom-client updated to 11.1.2
* Code refactoring
* Do not read IP address from X-Forwarder-For header
2018-11-04 18:54:43 +01:00
Thaddée Tyl and chris48s
1460855d6b
Upgrade to camp 17.2.2 ( #2260 )
...
This fixes remaining vulnerabilities raised by `npm audit`.
Follow-up to https://github.com/badges/shields/pull/2258 .
Related issues from dependencies:
- camp upgrade: https://github.com/espadrine/sc/issues/64
- socket.io vulnerability: https://github.com/get/parsejson/issues/4
2018-11-04 12:00:28 +00:00
Paul Melnikow and GitHub
72768d32d9
Fix some npm audit warnings (bump debug) ( #2258 )
...
The only remaining vulnerabilites are in scoutcamp: espadrine/sc#64 .
2018-11-04 00:23:37 -04:00
dependabot[bot] and Marcin Mielnicki
4a298cbcb0
Bump husky from 1.1.2 to 1.1.3 ( #2254 )
...
Bumps [husky](https://github.com/typicode/husky ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typicode/husky/compare/v1.1.2...v1.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-02 20:39:38 +01:00
dependabot[bot] and chris48s
52d642cf91
Bump joi from 14.0.2 to 14.0.3 ( #2251 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 14.0.2 to 14.0.3.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Changelog](https://github.com/hapijs/joi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hapijs/joi/compare/v14.0.2...v14.0.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-01 20:25:18 +00:00
dependabot[bot] and chris48s
a5894c5350
Bump sinon from 7.1.0 to 7.1.1 ( #2248 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v7.1.0...v7.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-01 20:18:21 +00:00
dependabot[bot] and chris48s
f6b6b66fc2
Bump simple-icons from 1.9.9 to 1.9.10 ( #2249 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.9 to 1.9.10.
- [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 >
2018-11-01 20:15:18 +00:00
piekar294 and Paul Melnikow
730dc67cdf
Migrate babel 6.x to babel 7.1 ( #2222 )
...
* Upgrade babel 6.x to babel 7.0
* Next 6.1.1 + additional babel packages needed for Babel 7.0
* Add @babel/register
* use @babel/preset-env in babel.presets to enable babel.env configuration
2018-11-01 15:03:50 -04:00
dependabot[bot] and chris48s
d22fa6671e
Bump snap-shot-it from 6.1.10 to 6.2.2 ( #2227 )
...
Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it ) from 6.1.10 to 6.2.2.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases )
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.1.10...v6.2.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-30 20:31:02 +00:00
dependabot[bot] and chris48s
f9384d769b
Bump react from 16.5.2 to 16.6.0 ( #2213 )
...
* Bump react from 16.5.2 to 16.6.0
* Bump react-dom from 16.5.2 to 16.6.0
2018-10-30 20:23:30 +00:00
chris48s and GitHub
6fc8744bab
Give the NPM package some love ( #2200 )
...
* define a public interface for NPM package
* move check-node-version to dependencies
* add missing file to package
* update docs
* bump version
* add gh-badges option to issue template
* abstract text measuring from users
* add a DocBlock for BadgeFactory.create()
2018-10-30 18:34:04 +00:00
dependabot[bot] and Pierre-Yves B
0a67631f2e
Bump joi from 14.0.1 to 14.0.2 ( #2235 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 14.0.1 to 14.0.2.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Changelog](https://github.com/hapijs/joi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hapijs/joi/compare/v14.0.1...v14.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-30 18:04:39 +00:00
dependabot[bot] and Paul Melnikow
505940e194
Bump eslint from 5.7.0 to 5.8.0 ( #2226 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.7.0 to 5.8.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.7.0...v5.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-29 22:22:11 -04:00
chris48s and GitHub
87524976c9
upgrade to Joi 14; affects [elm-package jetbrains npmversion pypi vaadin-directory dynamic-xml] ( #2221 )
...
* upgrade to Joi 14
Joi 14 throws an exception on regexes which use the `g` flag
see https://github.com/hapijs/joi/issues/1615
semver-regex uses the `g` flag
https://github.com/sindresorhus/semver-regex/blob/master/index.js
so in order to upgrade Joi, I've swapped out semver-regex
We'll use joi-extension-semver for semver validation now
* use isVPlusDottedVersionNClauses in jetbrains tests
some of these projects use version numbers like
v1.7 or
v3.0.0.141
2018-10-28 15:56:19 +00:00
dependabot[bot] and Pierre-Yves B
c13da3d530
Bump sinon from 7.0.0 to 7.1.0 ( #2217 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-27 09:48:14 +01:00
dependabot[bot] and Pierre-Yves B
edde74095a
Bump nyc from 13.0.1 to 13.1.0 ( #2185 )
...
Bumps [nyc](https://github.com/istanbuljs/nyc ) from 13.0.1 to 13.1.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.0.1...v13.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-27 09:43:23 +01:00
dependabot[bot] and Pierre-Yves B
59fba5d173
Bump simple-icons from 1.9.7 to 1.9.9 ( #2216 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.7 to 1.9.9.
- [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 >
2018-10-27 09:32:59 +01:00
Marcin Mielnicki and GitHub
de1eb664ec
Precommit hook with Prettier and ESLint ( #2178 )
...
* Precommit hook with prettier and eslint added
* Info about running prettier removed from documentation
* Info about a pre-commit hook in documentation
2018-10-19 11:16:30 +02:00
dependabot[bot] and chris48s
8545d5ae27
Bump sinon from 6.3.5 to 7.0.0 ( #2184 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 6.3.5 to 7.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v6.3.5...v7.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-18 20:35:54 +01:00
dependabot[bot] and chris48s
3a5c5a7642
Bump eslint from 5.6.1 to 5.7.0 ( #2182 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.6.1 to 5.7.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.6.1...v5.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-18 20:32:16 +01:00
dependabot[bot] and chris48s
b230b78b74
Bump simple-icons from 1.9.6 to 1.9.7 ( #2188 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.6 to 1.9.7.
- [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 >
2018-10-18 20:25:18 +01:00
dependabot[bot] and chris48s
5fd6686cce
Bump danger from 4.4.7 to 4.4.8 ( #2169 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 4.4.7 to 4.4.8.
- [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/4.4.7...4.4.8 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-14 20:37:47 +01:00
dependabot[bot] and chris48s
89ca13a5d6
Bump semver from 5.5.1 to 5.6.0 ( #2167 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Commits](https://github.com/npm/node-semver/compare/v5.5.1...v5.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 21:28:45 +01:00
dependabot[bot] and chris48s
e737666b73
Bump danger from 4.0.2 to 4.4.7 ( #2166 )
...
Bumps [danger](https://github.com/danger/danger-js ) from 4.0.2 to 4.4.7.
- [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/4.0.2...4.4.7 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 21:18:35 +01:00
dependabot[bot] and Pyves
c838067597
Bump snap-shot-it from 6.1.9 to 6.1.10 ( #2165 )
...
Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it ) from 6.1.9 to 6.1.10.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases )
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.1.9...v6.1.10 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 19:33:31 +01:00
dependabot[bot] and chris48s
293767f761
Bump 2x react dependencies from 16.5.1 to 16.5.2 ( #2099 )
...
* Bump react-dom from 16.5.1 to 16.5.2
* Bump react from 16.5.1 to 16.5.2
2018-10-10 21:20:15 +01:00
dependabot[bot] and chris48s
0265d4e429
Bump raven from 2.4.2 to 2.6.4 ( #2051 )
...
Bumps [raven](https://github.com/getsentry/raven-js ) from 2.4.2 to 2.6.4.
- [Release notes](https://github.com/getsentry/raven-js/releases )
- [Commits](https://github.com/getsentry/raven-js/compare/2.4.2...raven-node@2.6.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-10 20:44:05 +01:00
dependabot[bot] and chris48s
d1233a7676
Bump nock from 10.0.0 to 10.0.1 ( #2161 )
...
Bumps [nock](https://github.com/nock/nock ) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v10.0.0...v10.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-10 19:34:20 +01:00
dependabot[bot] and chris48s
706f17a30a
Bump simple-icons from 1.9.4 to 1.9.6 ( #2162 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.4 to 1.9.6.
- [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 >
2018-10-10 19:27:46 +01:00
dependabot[bot] and chris48s
fb76c7098e
Bump snap-shot-it from 6.1.8 to 6.1.9 ( #2147 )
...
Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it ) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases )
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.1.8...v6.1.9 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-04 19:08:41 +01:00
dependabot[bot] and chris48s
cb92998d80
Bump simple-icons from 1.9.3 to 1.9.4 ( #2148 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.3 to 1.9.4.
- [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 >
2018-10-04 18:58:17 +01:00
dependabot[bot] and chris48s
1d295a5e7e
Bump sinon from 6.3.4 to 6.3.5 ( #2149 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 6.3.4 to 6.3.5.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v6.3.4...v6.3.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-04 18:51:07 +01:00
dependabot[bot] and chris48s
345d6222fc
Bump query-string from 6.1.0 to 6.2.0 ( #2141 )
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.1.0...v6.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-03 20:30:48 +01:00
dependabot[bot] and chris48s
ef9f4f9a52
Bump joi from 13.6.0 to 13.7.0 ( #2135 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Changelog](https://github.com/hapijs/joi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hapijs/joi/compare/v13.6.0...v13.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-03 20:21:20 +01:00
dependabot[bot] and chris48s
e84cd1f82f
Bump eslint from 5.6.0 to 5.6.1 ( #2136 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.6.0 to 5.6.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.6.0...v5.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-03 20:03:47 +01:00
dependabot[bot] and chris48s
5d138e237d
Bump simple-icons from 1.9.2 to 1.9.3 ( #2142 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.2 to 1.9.3.
- [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 >
2018-10-03 19:35:33 +01:00
dependabot[bot] and chris48s
28d75cba81
Bump react-modal from 3.5.1 to 3.6.1 ( #2119 )
...
Bumps [react-modal](https://github.com/reactjs/react-modal ) from 3.5.1 to 3.6.1.
- [Release notes](https://github.com/reactjs/react-modal/releases )
- [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactjs/react-modal/compare/v3.5.1...v3.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-29 22:10:10 +01:00
dependabot[bot] and chris48s
a940cb1f11
Bump babel-eslint from 10.0.0 to 10.0.1 ( #2126 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.0...v10.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-29 22:04:56 +01:00
dependabot[bot] and chris48s
4ef2ea757b
Bump simple-icons from 1.9.1 to 1.9.2 ( #2123 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 1.9.1 to 1.9.2.
- [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 >
2018-09-27 19:49:19 +01:00
dependabot[bot] and chris48s
a28ad3ceaf
Bump babel-eslint from 9.0.0 to 10.0.0 ( #2118 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v9.0.0...v10.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-27 19:42:52 +01:00