Skip to content

Commit da18937

Browse files
author
Simon Mollweide
committed
fix(security): update dependencies
BREAKING CHANGE: Drop node 6 and 8 support
1 parent 3d0d82c commit da18937

File tree

48 files changed

+9397
-8574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9397
-8574
lines changed

.contributebuddy/config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
},
3131
{
3232
"path": "/docs/technology-stack.md"
33-
},
34-
{
35-
"path": "/docs/release.md"
3633
}
3734
],
3835
"links": [

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ cache:
55
notifications:
66
email: true
77
node_js:
8-
- '8'
9-
- '6'
8+
- '12'
9+
- '15'
1010
before_script:
1111
- npm prune
1212
script:
1313
- npm run lint
1414
- npm run test
1515
- npm run build
16-
after_success:
17-
- npm run report-coverage
18-
- npm run semantic-release
16+

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Also the `.contributebuddy` directory will be added.
2323
Contribute buddy collect all readme files in the project and split them into sections and topics by using the `h1` and `h2` headlines. These sections and topics will be displayed in the cli before start (and after install) if you didn't read them before and nothing had changed. The reading history will be stored in your filesystem (user directory).
2424

2525
## Shields
26-
[![coverage status](https://coveralls.io/repos/github/smollweide/contribute-buddy/badge.svg?branch=master)](https://coveralls.io/github/smollweide/contribute-buddy?branch=master)
2726
[![npm](https://img.shields.io/npm/v/contribute-buddy.svg)](http://npm.im/contribute-buddy)
2827
[![downloads](https://img.shields.io/npm/dm/contribute-buddy.svg)](https://npm-stat.com/charts.html?package=contribute-buddy)
2928
[![MIT License](https://img.shields.io/npm/l/contribute-buddy.svg)](http://opensource.org/licenses/MIT)

docs/code-guidelines.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ We using [prettier](https://github.com/prettier/prettier) for code formatting. Y
1212
## Unit Tests
1313
We using [jest](https://github.com/facebook/jest) for unit testing and the coverage should be higher than 90%.
1414
The coverage will be reported and checked before commit.
15-
16-
## Commit style
17-
We using [commitizen](https://github.com/commitizen/cz-cli) for commit styles. Please run `npm run commit` to commit your changes. Also the commit messages are used to build a clean and helpful changelog. Because of this please use well written commit messages.

docs/release.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)