Skip to content

Commit

Permalink
refactor!: drop support for node 8 (#1999)
Browse files Browse the repository at this point in the history
* refactor!: drop support for node 8

BREAKING CHANGE: remove node 8 from circle-ci checks

also remove node 13 because we do not support experimental versions

* docs: update node v10 to latest LTS 10 version

Co-authored-by: Cedric van Putten <me@bycedric.com>

Co-authored-by: Cedric van Putten <me@bycedric.com>
  • Loading branch information
escapedcat and byCedric committed Jul 14, 2020
1 parent 29c814a commit 751f39f
Show file tree
Hide file tree
Showing 35 changed files with 34 additions and 46 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Expand Up @@ -76,11 +76,6 @@ commands:
- build
- test
jobs:
v8:
docker:
- image: node:8
steps:
- run-tests
v10:
docker:
- image: node:10
Expand All @@ -91,11 +86,6 @@ jobs:
- image: node:12
steps:
- run-all
v13:
docker:
- image: node:13
steps:
- run-all
v14:
docker:
- image: node:14
Expand All @@ -109,9 +99,7 @@ jobs:
workflows:
node:
jobs:
- v8
- v10
- v12
- v13
- v14
- windows-v12
2 changes: 1 addition & 1 deletion @alias/commitlint-config-angular/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"dependencies": {
"@commitlint/config-angular": "^9.1.2"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-lerna-scopes/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^9.1.2"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-patternplate/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"dependencies": {
"@commitlint/config-patternplate": "^9.1.2"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -15,7 +15,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular-type-enum/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"devDependencies": {
"@commitlint/utils": "^9.1.2"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"devDependencies": {
"@commitlint/utils": "^9.1.2"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/package.json
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"devDependencies": {
"@commitlint/lint": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -29,7 +29,7 @@
"lerna": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"dependencies": {
"import-from": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-patternplate/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"dependencies": {
"@commitlint/config-angular": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/message/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"devDependencies": {
"@commitlint/test": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/top-level/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Expand Up @@ -24,7 +24,7 @@
]
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/types/package.json
Expand Up @@ -11,7 +11,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/babel-preset-commitlint/package.json
Expand Up @@ -8,7 +8,7 @@
"index.js"
],
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test-environment/package.json
Expand Up @@ -9,7 +9,7 @@
"lib/"
],
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test/package.json
Expand Up @@ -9,7 +9,7 @@
"lib/"
],
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -16,7 +16,7 @@
"pkg": "node pkg-check.js --skip-main"
},
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -175,7 +175,7 @@ is room and need for improvement. The items on the roadmap should enhance `commi

## Version Support

- Node.js [LTS](https://github.com/nodejs/LTS#lts-schedule) `>= 8`
- Node.js [LTS](https://github.com/nodejs/LTS#lts-schedule) `>= 10.21.0`
- git `>= 2.13.2`

## Related projects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"@packages/*"
],
"engines": {
"node": ">=v8.17.0"
"node": ">=v10.21.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 751f39f

Please sign in to comment.