Skip to content

Commit

Permalink
feat(node 6): drop support for node 6 (#1517)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for Node 6 has been dropped. Node 8 or higher is now required.
  • Loading branch information
simondel authored and nicojs committed May 3, 2019
1 parent 3e15787 commit 801d7cd
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 33 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
install: npm install
node_js:
- 'node'
- '6'
before_install:
- if [[ `npm -v` = 3* ]]; then npm i -g npm@5; fi
- '8'
before_script:
- npm ls
sudo: 'false'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lerna-publish": "lerna version --conventional-commits --yes --git-remote gh-publish --force-publish && lerna publish from-git --yes"
},
"engines": {
"node": ">=6",
"node": ">=8",
"npm": ">=5"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/api#readme",
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {
"mutation-testing-report-schema": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
13 changes: 0 additions & 13 deletions packages/core/.travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"mutation testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">= 6"
"node": ">= 8"
},
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker.git"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"contributors": [],
"engines": {
"node": ">=6"
"node": ">=8"
}
}
2 changes: 1 addition & 1 deletion packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker.git"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.io/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mutator-specification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/javascript-mutator#readme",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"stryker",
Expand Down

0 comments on commit 801d7cd

Please sign in to comment.