Caleb Cartwright
bb2f827e00
convert some service classes to static props, run [ciibestpractices circleci cirrus] ( #5511 )
...
* refactor(ciibestpractices): convert to static props
* refactor(circleci): convert to static props
* refactor(cirrus): convert to static props
* chore: prettify
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 16:22:03 +00:00
Caleb Cartwright
a88302eafb
convert some service classes to static props, run [cdnjs chromewebstore] ( #5509 )
...
* refactor(cdnjs): convert to static props
* refactor(chromewebstore): convert to static props
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 16:04:20 +00:00
Caleb Cartwright
1c01520515
test(coverity): fix failing service test ( #5519 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 14:36:00 +00:00
Caleb Cartwright
9ef79889b0
test(criterion): fix failing service test ( #5521 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 14:27:02 +00:00
dependabot-preview[bot]
83bfb069ee
Build(deps-dev): bump husky from 4.2.5 to 4.3.0 ( #5530 )
...
Bumps [husky](https://github.com/typicode/husky ) from 4.2.5 to 4.3.0.
- [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/v4.2.5...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-12 13:39:51 +00:00
dependabot-preview[bot]
f12add001d
Build(deps-dev): bump got from 11.6.0 to 11.6.2 ( #5529 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.6.0 to 11.6.2.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.6.0...v11.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 13:16:36 +00:00
dependabot-preview[bot]
b53cb879a9
Build(deps-dev): bump @types/enzyme from 3.10.5 to 3.10.6 ( #5528 )
...
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme ) from 3.10.5 to 3.10.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-12 13:07:56 +00:00
dependabot-preview[bot]
e836a7b8b2
Build(deps-dev): bump @types/node from 14.6.4 to 14.10.1 ( #5524 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.4 to 14.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-12 12:54:48 +00:00
dependabot-preview[bot]
235447e6cb
Build(deps): bump simple-icons from 3.6.1 to 3.7.0 ( #5523 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/3.6.1...3.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-12 12:43:11 +00:00
dependabot-preview[bot]
ba1d0435c8
Build(deps-dev): bump eslint-plugin-jsdoc from 30.3.1 to 30.4.2 ( #5525 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 30.3.1 to 30.4.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.3.1...v30.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-12 12:00:33 +00:00
Pierre-Yves B
06dff040c6
Rework isCSSColor check ( #5508 )
...
* Rework isCSSColor check
* Expand tests and accept strings with whitespace
* Remove void(0) edge-case test
2020-09-12 12:04:41 +02:00
Caleb Cartwright
e626d64b4e
convert some service classes to static props, run [ansible apm appveyor] ( #5496 )
...
* refactor(ansible): convert to static props
* refactor(apm): convert to static props
* refactor(appveyor): convert to static props
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-09 22:57:47 +00:00
Zoran Luledzija
939d748619
Add [Localizely] badges ( #5472 )
...
* Add Localizely badges for overall and per-language translation progress
* Update route config
* Update services names
* Update service logic according code review suggestions
* Update message for unauthorized access
* Rename service file name
* Remove Accept header
* Update example badges with real parameter values
* Update documentation with security warning
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com >
Co-authored-by: Pierre-Yves B <PyvesDev@gmail.com >
2020-09-09 19:09:04 +02:00
Caleb Cartwright
7e68644587
convert some service classes to static props, run [archlinux aur azuredevops] ( #5500 )
...
* refactor(archlinux): convert to static props
* refactor(aur): convert to static props
* refactor(azuredevops): convert to static props
* tests: fix AzDO Coverage service test
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-08 22:13:31 +00:00
Caleb Cartwright
e9b3a0a921
convert some service classes to static props, run [bitbucket bitrise bountysource] ( #5502 )
...
* refactor(bitbucket): convert to static props
* refactor(bitrise): convert to static props
* refactor(bountysource): convert to static props
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-08 22:03:12 +00:00
Caleb Cartwright
542e2cf407
convert some service classes to static props, run [beerpay bintray bit] ( #5501 )
...
* refactor(beerpay): convert to static props
* refactor(bintray): convert to static props
* refactor(bit): convert to static props
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-08 21:54:52 +00:00
Caleb Cartwright
1027c296ee
convert some service classes to static props, run [bower bstats] ( #5503 )
...
* refactor(bower): convert to static props
* refactor(bstats): convert to static props
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-08 16:45:46 -05:00
Caleb Cartwright
70089bafba
convert some service classes to static props, run [buildkite bundlephobia] ( #5504 )
...
* refactor(bugzilla): convert to static props
* refactor(buildkite): convert to static props
* refactor(bundlephobia): convert to static props
2020-09-08 21:37:40 +00:00
Pierre-Yves B
471f3f4ad1
Use black font when background color is too light ( #5467 )
...
* Use black font when background color is too light
* Tweak dark color
* Extract magic brightness numbers to constants
* Fix snapshot tests
* Switch threshold to 0.69
2020-09-07 19:07:28 +02:00
chris48s
38322e1412
redirect /endpoint with no query params to endpoint docs ( #5137 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-06 17:21:58 +00:00
Cédric Luthi
6e88aee7c8
[Scoop] Add scoop badge service ( #5081 )
...
* [Scoop] Add scoop badge service
* Rename scoop.service.js into scoop-version.service.js
Also rename scoop.tester.js into scoop-version.tester.js
* Cache buckets file
* Fix test
* Improve regex to handle trailing slash
* Switch to static fields
Co-authored-by: PyvesB <PyvesDev@gmail.com >
2020-09-06 19:01:37 +02:00
chris48s
56a303df87
deprecate [ChromeWebStoreRating] badges ( #5495 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-06 16:39:50 +00:00
Ben Ramsey
8082eeb47b
fix(packagist): use default branch as indicated by Packagist ( #5474 )
...
Instead of assuming dev-master for the default branch, check the package
data from Packagist to see which branch is set as the default, and use
it.
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-06 14:08:12 +00:00
Pierre-Yves B
1009491b68
Fix externally hosted [Spiget] test ( #5477 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-06 10:04:48 +00:00
dependabot-preview[bot]
2bc62926a3
Build(deps-dev): bump got from 11.5.2 to 11.6.0 ( #5488 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.5.2 to 11.6.0.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.5.2...v11.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-05 16:27:08 -05:00
dependabot-preview[bot]
3880e22e83
Build(deps-dev): bump @babel/register from 7.10.5 to 7.11.5 ( #5487 )
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.10.5 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-register )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 21:07:30 +00:00
dependabot-preview[bot]
532a4eb665
Build(deps-dev): bump gatsby from 2.24.52 to 2.24.53 ( #5486 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.24.52 to 2.24.53.
- [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.24.52...gatsby@2.24.53 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 20:13:10 +00:00
dependabot-preview[bot]
d043000844
Build(deps-dev): bump @babel/core from 7.11.4 to 7.11.6 ( #5485 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.4 to 7.11.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.6/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 20:05:30 +00:00
dependabot-preview[bot]
4690cd25b0
Build(deps-dev): bump @types/node from 14.6.2 to 14.6.4 ( #5480 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.2 to 14.6.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 18:21:49 +00:00
dependabot-preview[bot]
a613ebd99e
Build(deps-dev): bump styled-components from 5.1.1 to 5.2.0 ( #5483 )
...
Bumps [styled-components](https://github.com/styled-components/styled-components ) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/styled-components/styled-components/releases )
- [Changelog](https://github.com/styled-components/styled-components/blob/master/CHANGELOG.md )
- [Commits](https://github.com/styled-components/styled-components/compare/v5.1.1...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 18:06:29 +00:00
dependabot-preview[bot]
9abfe221a4
Build(deps-dev): bump @babel/polyfill from 7.10.4 to 7.11.5 ( #5479 )
...
Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill ) from 7.10.4 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-polyfill )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 17:57:25 +00:00
Pierre-Yves B
a0178f317c
Deprecate [Codetally] service ( #5478 )
2020-09-05 16:23:37 +02:00
dependabot-preview[bot]
ff08c5d177
Build(deps-dev): bump lint-staged from 10.2.13 to 10.3.0 ( #5492 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.13 to 10.3.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.13...v10.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 14:13:01 +00:00
dependabot-preview[bot]
244c18a572
Build(deps): bump pretty-bytes from 5.4.0 to 5.4.1 ( #5490 )
...
Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases )
- [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v5.4.0...v5.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 14:00:08 +00:00
Thomas Cross
55e1d8f00c
Add [Criterion] badge ( #5471 )
...
* add criterion shield service and tests
* remove error function. replace with const statuses
* use shared const and formatting
* use commonjs/nodejs "module.exports"
* simplify badge generation
* leverage static fields, for newer version of node
* add documentation and contact links
* Update services/criterion/criterion.service.js
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com >
* Update services/criterion/criterion.service.js
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com >
* make criterion prettier
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com >
Co-authored-by: Pierre-Yves B <PyvesDev@gmail.com >
2020-09-05 15:49:43 +02:00
dependabot-preview[bot]
f7ba544a81
Build(deps): bump simple-icons from 3.6.0 to 3.6.1 ( #5489 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/3.6.0...3.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 13:38:24 +00:00
dependabot-preview[bot]
07cf531ab1
Build(deps-dev): bump enzyme-adapter-react-16 from 1.15.3 to 1.15.4 ( #5482 )
...
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16 ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/enzymejs/enzyme/releases )
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.4/packages/enzyme-adapter-react-16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 12:44:34 +00:00
dependabot-preview[bot]
cb5dcd175d
Build(deps-dev): bump eslint-plugin-jsdoc from 30.3.0 to 30.3.1 ( #5484 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 30.3.0 to 30.3.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.3.0...v30.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-05 12:17:33 +00:00
dependabot-preview[bot]
bcffe9133b
Build(deps-dev): bump cypress from 5.0.0 to 5.1.0 ( #5481 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Commits](https://github.com/cypress-io/cypress/compare/v5.0.0...v5.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-05 11:52:56 +00:00
dependabot-preview[bot]
bf98260a4c
Build(deps-dev): bump @types/node from 14.6.0 to 14.6.2 ( #5464 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.0 to 14.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-01 21:28:39 +00:00
dependabot-preview[bot]
a949f31def
Build(deps): bump pretty-bytes from 5.3.0 to 5.4.0 ( #5462 )
...
Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases )
- [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v5.3.0...v5.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-09-01 21:19:30 +00:00
dependabot-preview[bot]
681489d10d
Build(deps-dev): bump lint-staged from 10.2.11 to 10.2.13 ( #5463 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.11 to 10.2.13.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.11...v10.2.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-08-31 13:52:34 +00:00
dependabot-preview[bot]
056e5e5b31
Build(deps-dev): bump eslint-plugin-jsdoc from 30.2.4 to 30.3.0 ( #5461 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 30.2.4 to 30.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.2.4...v30.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-08-31 13:43:01 +00:00
dependabot-preview[bot]
d1d00128f8
Build(deps): bump simple-icons from 3.5.0 to 3.6.0 ( #5465 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/3.5.0...3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-08-31 06:37:52 +00:00
dependabot-preview[bot]
60d92cd5d6
Build(deps-dev): bump prettier from 2.0.5 to 2.1.1; test [pypi] ( #5466 )
...
* Build(deps-dev): bump prettier from 2.0.5 to 2.1.1
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.5 to 2.1.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/2.0.5...2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* update code formatting for new prettier version
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: chris48s <chris.shaw480@gmail.com >
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2020-08-30 16:08:50 +01:00
dependabot-preview[bot]
8c50458285
Build(deps-dev): bump gatsby from 2.24.47 to 2.24.52 ( #5459 )
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.24.47 to 2.24.52.
- [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.24.47...gatsby@2.24.52 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2020-08-30 15:57:38 +01:00
Pierre-Yves B
2c329cdbb3
Update documentation about snapshot tests ( #5468 )
2020-08-29 21:28:27 +02:00
dependabot-preview[bot]
6880bc06f9
Build(deps): bump @sentry/node from 5.21.3 to 5.22.3 ( #5458 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 5.21.3 to 5.22.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.21.3...5.22.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-29 11:39:42 -05:00
Pierre-Yves B
1047fd9c7e
Remove badgerbadgerbadger from related projects and add poser ( #5456 )
2020-08-23 19:08:30 +02:00
dependabot-preview[bot]
a2e132d98f
Build(deps): bump xpath from 0.0.27 to 0.0.29 ( #5452 )
...
Bumps [xpath](https://github.com/goto100/xpath ) from 0.0.27 to 0.0.29.
- [Release notes](https://github.com/goto100/xpath/releases )
- [Commits](https://github.com/goto100/xpath/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-08-23 16:54:00 +00:00