Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: drop support for node 8 #1999

Merged
merged 2 commits into from Jul 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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`
escapedcat marked this conversation as resolved.
Show resolved Hide resolved
- 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