diff --git a/@alias/commitlint-config-angular/CHANGELOG.md b/@alias/commitlint-config-angular/CHANGELOG.md index 0999eea976..3211b4c1b3 100644 --- a/@alias/commitlint-config-angular/CHANGELOG.md +++ b/@alias/commitlint-config-angular/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package commitlint-config-angular diff --git a/@alias/commitlint-config-angular/package.json b/@alias/commitlint-config-angular/package.json index 809dfbd672..6991676073 100644 --- a/@alias/commitlint-config-angular/package.json +++ b/@alias/commitlint-config-angular/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-angular", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -30,10 +30,10 @@ "node": ">=v18" }, "dependencies": { - "@commitlint/config-angular": "^17.8.1" + "@commitlint/config-angular": "^18.0.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@alias/commitlint-config-lerna-scopes/CHANGELOG.md b/@alias/commitlint-config-lerna-scopes/CHANGELOG.md index 679cdc063a..f430eb1e51 100644 --- a/@alias/commitlint-config-lerna-scopes/CHANGELOG.md +++ b/@alias/commitlint-config-lerna-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package commitlint-config-lerna-scopes diff --git a/@alias/commitlint-config-lerna-scopes/package.json b/@alias/commitlint-config-lerna-scopes/package.json index 4229d913fb..5d8bc68def 100644 --- a/@alias/commitlint-config-lerna-scopes/package.json +++ b/@alias/commitlint-config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-lerna-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" @@ -30,10 +30,10 @@ "node": ">=v18" }, "dependencies": { - "@commitlint/config-lerna-scopes": "^17.8.1" + "@commitlint/config-lerna-scopes": "^18.0.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@alias/commitlint-config-nx-scopes/CHANGELOG.md b/@alias/commitlint-config-nx-scopes/CHANGELOG.md index c3c174f076..86cc624a79 100644 --- a/@alias/commitlint-config-nx-scopes/CHANGELOG.md +++ b/@alias/commitlint-config-nx-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package commitlint-config-nx-scopes diff --git a/@alias/commitlint-config-nx-scopes/package.json b/@alias/commitlint-config-nx-scopes/package.json index 3133ebde66..549dad6282 100644 --- a/@alias/commitlint-config-nx-scopes/package.json +++ b/@alias/commitlint-config-nx-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-nx-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing nx project names as scopes", "files": [ "index.js" @@ -30,10 +30,10 @@ "node": ">=v18" }, "dependencies": { - "@commitlint/config-nx-scopes": "^17.8.1" + "@commitlint/config-nx-scopes": "^18.0.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@alias/commitlint-config-patternplate/CHANGELOG.md b/@alias/commitlint-config-patternplate/CHANGELOG.md index 61aefa05df..5e9cd9d8e2 100644 --- a/@alias/commitlint-config-patternplate/CHANGELOG.md +++ b/@alias/commitlint-config-patternplate/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package commitlint-config-patternplate diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json index 4cb3bf900d..c275345d06 100644 --- a/@alias/commitlint-config-patternplate/package.json +++ b/@alias/commitlint-config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-patternplate", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -30,10 +30,10 @@ "node": ">=v18" }, "dependencies": { - "@commitlint/config-patternplate": "^17.8.1" + "@commitlint/config-patternplate": "^18.0.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@alias/commitlint/CHANGELOG.md b/@alias/commitlint/CHANGELOG.md index 9eac376590..5a3d2c45ee 100644 --- a/@alias/commitlint/CHANGELOG.md +++ b/@alias/commitlint/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package commitlint diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index 8429ec6aed..f8eadafba3 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "files": [ "cli.js" @@ -35,12 +35,12 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^17.8.1", - "@commitlint/types": "^17.8.1" + "@commitlint/cli": "^18.0.0", + "@commitlint/types": "^18.0.0" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md index 1b720ffa32..3916e9c7f4 100644 --- a/@commitlint/cli/CHANGELOG.md +++ b/@commitlint/cli/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/cli diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 8edfefe443..602e5b69db 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "files": [ "index.js", @@ -37,8 +37,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "@types/lodash.isfunction": "^3.0.8", "@types/lodash.merge": "^4.6.8", "@types/node": "^18.11.9", @@ -47,11 +47,11 @@ "lodash.merge": "^4.6.2" }, "dependencies": { - "@commitlint/format": "^17.8.1", - "@commitlint/lint": "^17.8.1", - "@commitlint/load": "^17.8.1", - "@commitlint/read": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/format": "^18.0.0", + "@commitlint/lint": "^18.0.0", + "@commitlint/load": "^18.0.0", + "@commitlint/read": "^18.0.0", + "@commitlint/types": "^18.0.0", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", diff --git a/@commitlint/config-angular-type-enum/CHANGELOG.md b/@commitlint/config-angular-type-enum/CHANGELOG.md index 4ce8894841..a8ee732b69 100644 --- a/@commitlint/config-angular-type-enum/CHANGELOG.md +++ b/@commitlint/config-angular-type-enum/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-angular-type-enum diff --git a/@commitlint/config-angular-type-enum/package.json b/@commitlint/config-angular-type-enum/package.json index 14f24c2c00..aa51d9c9ab 100644 --- a/@commitlint/config-angular-type-enum/package.json +++ b/@commitlint/config-angular-type-enum/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular-type-enum", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing the angular commit convention types", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/config-angular/CHANGELOG.md b/@commitlint/config-angular/CHANGELOG.md index 24b83e4654..89540a2a7c 100644 --- a/@commitlint/config-angular/CHANGELOG.md +++ b/@commitlint/config-angular/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-angular diff --git a/@commitlint/config-angular/package.json b/@commitlint/config-angular/package.json index 28a9d774fb..8d70f6c8e8 100644 --- a/@commitlint/config-angular/package.json +++ b/@commitlint/config-angular/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -30,11 +30,11 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/lint": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/lint": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/config-angular-type-enum": "^17.8.1" + "@commitlint/config-angular-type-enum": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index af822b8d69..2d6c812d4a 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-conventional diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index 43bacc2801..c494334436 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" @@ -33,8 +33,8 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/lint": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/lint": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/@commitlint/config-lerna-scopes/CHANGELOG.md b/@commitlint/config-lerna-scopes/CHANGELOG.md index 73be65c797..83840d88fe 100644 --- a/@commitlint/config-lerna-scopes/CHANGELOG.md +++ b/@commitlint/config-lerna-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-lerna-scopes diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index a2a61578f4..4754dc1834 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-lerna-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing lerna package and workspace names as scopes", "files": [ "index.js" @@ -44,8 +44,8 @@ "semver": "7.5.4" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/config-nx-scopes/CHANGELOG.md b/@commitlint/config-nx-scopes/CHANGELOG.md index e05d435791..96dd9d5b57 100644 --- a/@commitlint/config-nx-scopes/CHANGELOG.md +++ b/@commitlint/config-nx-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-nx-scopes diff --git a/@commitlint/config-nx-scopes/package.json b/@commitlint/config-nx-scopes/package.json index efdc0a4809..01815b8bfc 100644 --- a/@commitlint/config-nx-scopes/package.json +++ b/@commitlint/config-nx-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-nx-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing nx project names as scopes", "files": [ "index.js" @@ -38,8 +38,8 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/config-patternplate/CHANGELOG.md b/@commitlint/config-patternplate/CHANGELOG.md index 4c6c103a0b..af85fcd579 100644 --- a/@commitlint/config-patternplate/CHANGELOG.md +++ b/@commitlint/config-patternplate/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-patternplate diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index cd29a4f36a..912489f104 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-patternplate", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -30,12 +30,12 @@ "node": ">=v18" }, "dependencies": { - "@commitlint/config-angular": "^17.8.1", + "@commitlint/config-angular": "^18.0.0", "glob": "^8.0.3", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@commitlint/utils": "^17.8.1", + "@commitlint/utils": "^18.0.0", "@types/lodash.merge": "^4.6.8" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" diff --git a/@commitlint/config-pnpm-scopes/CHANGELOG.md b/@commitlint/config-pnpm-scopes/CHANGELOG.md index 84689244b7..64dce953b1 100644 --- a/@commitlint/config-pnpm-scopes/CHANGELOG.md +++ b/@commitlint/config-pnpm-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-pnpm-scopes diff --git a/@commitlint/config-pnpm-scopes/package.json b/@commitlint/config-pnpm-scopes/package.json index 13ecc4ed72..c9fccd4d29 100644 --- a/@commitlint/config-pnpm-scopes/package.json +++ b/@commitlint/config-pnpm-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-pnpm-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing pnpm workspaces names as scopes", "files": [ "index.js" @@ -35,7 +35,7 @@ "read-yaml-file": "^2.1.0" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" } } diff --git a/@commitlint/config-rush-scopes/CHANGELOG.md b/@commitlint/config-rush-scopes/CHANGELOG.md index e0ca4776db..2d728b03fd 100644 --- a/@commitlint/config-rush-scopes/CHANGELOG.md +++ b/@commitlint/config-rush-scopes/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-rush-scopes diff --git a/@commitlint/config-rush-scopes/package.json b/@commitlint/config-rush-scopes/package.json index e28c2a2e46..2ee74f7c62 100644 --- a/@commitlint/config-rush-scopes/package.json +++ b/@commitlint/config-rush-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-rush-scopes", - "version": "17.8.1", + "version": "18.0.0", "description": "Shareable commitlint config enforcing rush package and workspace names as scopes", "files": [ "index.js" @@ -36,7 +36,7 @@ "jsonc": "^2.0.0" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" } } diff --git a/@commitlint/config-validator/CHANGELOG.md b/@commitlint/config-validator/CHANGELOG.md index 205f2f822b..d0a37c25e6 100644 --- a/@commitlint/config-validator/CHANGELOG.md +++ b/@commitlint/config-validator/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/config-validator diff --git a/@commitlint/config-validator/package.json b/@commitlint/config-validator/package.json index a2adacf5f9..b819c9c0e4 100644 --- a/@commitlint/config-validator/package.json +++ b/@commitlint/config-validator/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-validator", - "version": "17.8.1", + "version": "18.0.0", "description": "config validator for commitlint.config.js", "main": "lib/validate.js", "types": "lib/validate.d.ts", @@ -35,10 +35,10 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/types": "^17.8.1", + "@commitlint/types": "^18.0.0", "ajv": "^8.11.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md index 78b57ea5b3..ea306ac86a 100644 --- a/@commitlint/core/CHANGELOG.md +++ b/@commitlint/core/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/core diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 6b2453530d..1e6b140927 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/core.js", "types": "lib/core.d.ts", @@ -35,13 +35,13 @@ }, "license": "MIT", "dependencies": { - "@commitlint/format": "^17.8.1", - "@commitlint/lint": "^17.8.1", - "@commitlint/load": "^17.8.1", - "@commitlint/read": "^17.8.1" + "@commitlint/format": "^18.0.0", + "@commitlint/lint": "^18.0.0", + "@commitlint/load": "^18.0.0", + "@commitlint/read": "^18.0.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/cz-commitlint/CHANGELOG.md b/@commitlint/cz-commitlint/CHANGELOG.md index 0d6711d52d..e10cec13f9 100644 --- a/@commitlint/cz-commitlint/CHANGELOG.md +++ b/@commitlint/cz-commitlint/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/cz-commitlint diff --git a/@commitlint/cz-commitlint/package.json b/@commitlint/cz-commitlint/package.json index adfc785d13..c63f25ecc7 100644 --- a/@commitlint/cz-commitlint/package.json +++ b/@commitlint/cz-commitlint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cz-commitlint", - "version": "17.8.1", + "version": "18.0.0", "description": "Commitizen adapter using the commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -37,9 +37,9 @@ } }, "dependencies": { - "@commitlint/ensure": "^17.8.1", - "@commitlint/load": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/ensure": "^18.0.0", + "@commitlint/load": "^18.0.0", + "@commitlint/types": "^18.0.0", "chalk": "^4.1.0", "lodash.isplainobject": "^4.0.6", "word-wrap": "^1.2.5" diff --git a/@commitlint/ensure/CHANGELOG.md b/@commitlint/ensure/CHANGELOG.md index 82b09aac3f..606236a29b 100644 --- a/@commitlint/ensure/CHANGELOG.md +++ b/@commitlint/ensure/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/ensure diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index 44ea4aeb6b..a5944b6d3e 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/ensure", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1", + "@commitlint/utils": "^18.0.0", "@types/lodash.camelcase": "^4.3.8", "@types/lodash.kebabcase": "^4.1.8", "@types/lodash.snakecase": "^4.1.8", @@ -44,7 +44,7 @@ "glob": "^8.0.3" }, "dependencies": { - "@commitlint/types": "^17.8.1", + "@commitlint/types": "^18.0.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", diff --git a/@commitlint/execute-rule/CHANGELOG.md b/@commitlint/execute-rule/CHANGELOG.md index f70138c951..44cb947eed 100644 --- a/@commitlint/execute-rule/CHANGELOG.md +++ b/@commitlint/execute-rule/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/execute-rule diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index cd563e8f07..2c2b17af05 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/execute-rule", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/format/CHANGELOG.md b/@commitlint/format/CHANGELOG.md index 3e08e78d9c..a78b8b3564 100644 --- a/@commitlint/format/CHANGELOG.md +++ b/@commitlint/format/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/format diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index e193b8f585..cc0805de2e 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/format", - "version": "17.8.1", + "version": "18.0.0", "description": "Format commitlint reports", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,10 +35,10 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/types": "^17.8.1", + "@commitlint/types": "^18.0.0", "chalk": "^4.1.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" diff --git a/@commitlint/is-ignored/CHANGELOG.md b/@commitlint/is-ignored/CHANGELOG.md index 3c9b50fd49..7a63e5a290 100644 --- a/@commitlint/is-ignored/CHANGELOG.md +++ b/@commitlint/is-ignored/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/is-ignored diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 1666b5ecf9..53115f7152 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/is-ignored", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,13 +35,13 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^17.8.1", - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/parse": "^18.0.0", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "@types/semver": "7.5.4" }, "dependencies": { - "@commitlint/types": "^17.8.1", + "@commitlint/types": "^18.0.0", "semver": "7.5.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/lint/CHANGELOG.md b/@commitlint/lint/CHANGELOG.md index f17bc3ad2a..9fc2117470 100644 --- a/@commitlint/lint/CHANGELOG.md +++ b/@commitlint/lint/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/lint diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 62e2622ced..e961daa585 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint a string against commitlint rules", "main": "lib/lint.js", "types": "lib/lint.d.ts", @@ -35,14 +35,14 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/is-ignored": "^17.8.1", - "@commitlint/parse": "^17.8.1", - "@commitlint/rules": "^17.8.1", - "@commitlint/types": "^17.8.1" + "@commitlint/is-ignored": "^18.0.0", + "@commitlint/parse": "^18.0.0", + "@commitlint/rules": "^18.0.0", + "@commitlint/types": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/load/CHANGELOG.md b/@commitlint/load/CHANGELOG.md index 51f05c8240..36976b3c23 100644 --- a/@commitlint/load/CHANGELOG.md +++ b/@commitlint/load/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/load diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 93a56a15c4..db8c3bf719 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/load", - "version": "17.8.1", + "version": "18.0.0", "description": "Load shared commitlint configuration", "main": "lib/load.js", "types": "lib/load.d.ts", @@ -35,8 +35,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "@types/lodash.isplainobject": "^4.0.8", "@types/lodash.merge": "^4.6.8", "@types/lodash.uniq": "^4.5.8", @@ -44,10 +44,10 @@ "execa": "^5.0.0" }, "dependencies": { - "@commitlint/config-validator": "^17.8.1", - "@commitlint/execute-rule": "^17.8.1", - "@commitlint/resolve-extends": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/config-validator": "^18.0.0", + "@commitlint/execute-rule": "^18.0.0", + "@commitlint/resolve-extends": "^18.0.0", + "@commitlint/types": "^18.0.0", "@types/node": "^18.11.9", "chalk": "^4.1.0", "cosmiconfig": "^8.0.0", diff --git a/@commitlint/message/CHANGELOG.md b/@commitlint/message/CHANGELOG.md index 156d17e93c..c0acef0144 100644 --- a/@commitlint/message/CHANGELOG.md +++ b/@commitlint/message/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/message diff --git a/@commitlint/message/package.json b/@commitlint/message/package.json index 0221839e43..7c26319282 100644 --- a/@commitlint/message/package.json +++ b/@commitlint/message/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/message", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,8 +35,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/parse/CHANGELOG.md b/@commitlint/parse/CHANGELOG.md index b7b330e970..51379d0e84 100644 --- a/@commitlint/parse/CHANGELOG.md +++ b/@commitlint/parse/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/parse diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 8807b70a30..937c1c11f8 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/parse", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,11 +35,11 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/types": "^17.8.1", + "@commitlint/types": "^18.0.0", "conventional-changelog-angular": "^6.0.0", "conventional-commits-parser": "^5.0.0" }, diff --git a/@commitlint/prompt-cli/CHANGELOG.md b/@commitlint/prompt-cli/CHANGELOG.md index a710bad33c..35a068dc31 100644 --- a/@commitlint/prompt-cli/CHANGELOG.md +++ b/@commitlint/prompt-cli/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/prompt-cli diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index 975f2cf1cd..3f48c3e7f1 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "17.8.1", + "version": "18.0.0", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" @@ -32,11 +32,11 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/prompt": "^17.8.1", + "@commitlint/prompt": "^18.0.0", "execa": "^5.0.0", "inquirer": "^6.5.2" }, diff --git a/@commitlint/prompt/CHANGELOG.md b/@commitlint/prompt/CHANGELOG.md index b9a08d346c..75ebdd7ce6 100644 --- a/@commitlint/prompt/CHANGELOG.md +++ b/@commitlint/prompt/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/prompt diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 3f0c7c8cad..cbd326bdd3 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "17.8.1", + "version": "18.0.0", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -37,17 +37,17 @@ "node": ">=v18" }, "devDependencies": { - "@commitlint/config-angular": "^17.8.1", + "@commitlint/config-angular": "^18.0.0", "@commitlint/types": "^14.0.0", - "@commitlint/utils": "^17.8.1", + "@commitlint/utils": "^18.0.0", "@types/inquirer": "^6.5.0", "commitizen": "^4.2.4", "inquirer": "^6.5.2" }, "dependencies": { - "@commitlint/ensure": "^17.8.1", - "@commitlint/load": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/ensure": "^18.0.0", + "@commitlint/load": "^18.0.0", + "@commitlint/types": "^18.0.0", "chalk": "^4.1.0", "inquirer": "^6.5.2" }, diff --git a/@commitlint/read/CHANGELOG.md b/@commitlint/read/CHANGELOG.md index 1c8046859c..26f1b74975 100644 --- a/@commitlint/read/CHANGELOG.md +++ b/@commitlint/read/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/read diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 0122a6548a..1ef0b05789 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/read", - "version": "17.8.1", + "version": "18.0.0", "description": "Read commit messages from a specified range or last edit", "main": "lib/read.js", "types": "lib/read.d.ts", @@ -35,16 +35,16 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "@types/fs-extra": "^11.0.3", "@types/git-raw-commits": "^2.0.3", "@types/minimist": "^1.2.4", "execa": "^5.0.0" }, "dependencies": { - "@commitlint/top-level": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/top-level": "^18.0.0", + "@commitlint/types": "^18.0.0", "fs-extra": "^11.0.0", "git-raw-commits": "^2.0.11", "minimist": "^1.2.6" diff --git a/@commitlint/resolve-extends/CHANGELOG.md b/@commitlint/resolve-extends/CHANGELOG.md index fc715f9e8c..b9ed881600 100644 --- a/@commitlint/resolve-extends/CHANGELOG.md +++ b/@commitlint/resolve-extends/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/resolve-extends diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index 0f4ece6e6b..60ebbdb036 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/resolve-extends", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,12 +35,12 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1", + "@commitlint/utils": "^18.0.0", "@types/lodash.mergewith": "^4.6.8" }, "dependencies": { - "@commitlint/config-validator": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/config-validator": "^18.0.0", + "@commitlint/types": "^18.0.0", "import-fresh": "^3.0.0", "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0", diff --git a/@commitlint/rules/CHANGELOG.md b/@commitlint/rules/CHANGELOG.md index 22c226600c..8c9c1d0a16 100644 --- a/@commitlint/rules/CHANGELOG.md +++ b/@commitlint/rules/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/rules diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 3f3915f8d9..c0a614b155 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,17 +35,17 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^17.8.1", - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1", + "@commitlint/parse": "^18.0.0", + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0", "conventional-changelog-angular": "6.0.0", "glob": "^8.0.3" }, "dependencies": { - "@commitlint/ensure": "^17.8.1", - "@commitlint/message": "^17.8.1", - "@commitlint/to-lines": "^17.8.1", - "@commitlint/types": "^17.8.1", + "@commitlint/ensure": "^18.0.0", + "@commitlint/message": "^18.0.0", + "@commitlint/to-lines": "^18.0.0", + "@commitlint/types": "^18.0.0", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/to-lines/CHANGELOG.md b/@commitlint/to-lines/CHANGELOG.md index ac3164d327..2b5004c5fd 100644 --- a/@commitlint/to-lines/CHANGELOG.md +++ b/@commitlint/to-lines/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/to-lines diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index e345e67780..f51a69093d 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/to-lines", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/top-level/CHANGELOG.md b/@commitlint/top-level/CHANGELOG.md index f9725c5726..b0a263a35d 100644 --- a/@commitlint/top-level/CHANGELOG.md +++ b/@commitlint/top-level/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/top-level diff --git a/@commitlint/top-level/package.json b/@commitlint/top-level/package.json index 7eba4195a1..3f1fc5d850 100644 --- a/@commitlint/top-level/package.json +++ b/@commitlint/top-level/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/top-level", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "dependencies": { "find-up": "^5.0.0" diff --git a/@commitlint/travis-cli/CHANGELOG.md b/@commitlint/travis-cli/CHANGELOG.md index cf32c16327..73dbda4061 100644 --- a/@commitlint/travis-cli/CHANGELOG.md +++ b/@commitlint/travis-cli/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/travis-cli diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 73dfddef48..1e4ce6345a 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "17.8.1", + "version": "18.0.0", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/", @@ -36,11 +36,11 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^17.8.1", - "@commitlint/utils": "^17.8.1" + "@commitlint/test": "^18.0.0", + "@commitlint/utils": "^18.0.0" }, "dependencies": { - "@commitlint/cli": "^17.8.1", + "@commitlint/cli": "^18.0.0", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/types/CHANGELOG.md b/@commitlint/types/CHANGELOG.md index ecd61c8b3d..83d6b9b90b 100644 --- a/@commitlint/types/CHANGELOG.md +++ b/@commitlint/types/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/types diff --git a/@commitlint/types/package.json b/@commitlint/types/package.json index b160b2e9b3..deda2fa4a2 100644 --- a/@commitlint/types/package.json +++ b/@commitlint/types/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/types", - "version": "17.8.1", + "version": "18.0.0", "description": "Shared types for commitlint packages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -31,7 +31,7 @@ "chalk": "^4.1.0" }, "devDependencies": { - "@commitlint/utils": "^17.8.1" + "@commitlint/utils": "^18.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@packages/test-environment/CHANGELOG.md b/@packages/test-environment/CHANGELOG.md index a4727416ff..68fd0996e2 100644 --- a/@packages/test-environment/CHANGELOG.md +++ b/@packages/test-environment/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/test-environment diff --git a/@packages/test-environment/package.json b/@packages/test-environment/package.json index 85e7d7aac4..55f60934fa 100644 --- a/@packages/test-environment/package.json +++ b/@packages/test-environment/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/test-environment", - "version": "17.8.1", + "version": "18.0.0", "description": "test environment for @commitlint", "private": true, "main": "lib/test-environment.js", diff --git a/@packages/test/CHANGELOG.md b/@packages/test/CHANGELOG.md index fa65180b1d..1f3b4b4eba 100644 --- a/@packages/test/CHANGELOG.md +++ b/@packages/test/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/test diff --git a/@packages/test/package.json b/@packages/test/package.json index 7021fd46d0..e7a539ff50 100644 --- a/@packages/test/package.json +++ b/@packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/test", - "version": "17.8.1", + "version": "18.0.0", "description": "test utilities for @commitlint", "private": true, "main": "lib/index.js", diff --git a/@packages/utils/CHANGELOG.md b/@packages/utils/CHANGELOG.md index 11b0083e7e..e6b8a45b90 100644 --- a/@packages/utils/CHANGELOG.md +++ b/@packages/utils/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/utils diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 8264c11b2d..9191d97beb 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/utils", - "version": "17.8.1", + "version": "18.0.0", "description": "Development utilities for @commitlint", "private": true, "files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ac00c2c5..3c290b506d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20) + + +* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644) + + +### BREAKING CHANGES + +* drop node v14 and v16 support + +* chore: remove unused types + +* docs: prepare node update and new release + +* chore!: minimum TS version v5 +* drop TS v4 support + +* ci: remove node v14/16 checks + +* chore: adjust node types to minimal supported version + +* chore!: further major versions of other deps +* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom, + +* docs: simplify releases and remove roadmap + + + + + ## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20) **Note:** Version bump only for package @commitlint/root diff --git a/lerna.json b/lerna.json index f72b8a0c75..4e24a790d8 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "4", "npmClient": "yarn", "useWorkspaces": true, - "version": "17.8.1" + "version": "18.0.0" }