This PR contains the following updates:
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
Compare Source
Bug Fixes
Compare Source
Performance Improvements
- use
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)
19.7.1 (2025年02月02日)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024年12月15日)
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Features
19.4.1 (2024年08月28日)
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Features
Compare Source
Note: Version bump only for package @commitlint/cli
19.2.2 (2024年04月14日)
Note: Version bump only for package @commitlint/cli
19.2.1 (2024年03月19日)
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Features
- cli: introduce new --last flag, to stop recommending HEAD~1 (#3916) (99f4f3f)
Compare Source
Note: Version bump only for package @commitlint/cli
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/cli
19.0.2 (2024年02月28日)
Note: Version bump only for package @commitlint/cli
19.0.1 (2024年02月27日)
Bug Fixes
- drop
resolve-from
, resolve-global
and import-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Bug Fixes
- drop
resolve-from
, resolve-global
and import-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938
Compare Source
Reverts
- Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
-
migrate to pure ESM
-
feat: migrate to pure ESM
-
chore: update snapshot
-
fix: load parserPreset
with another await
-
test: migrate to vitest
-
test: remove no replacement --runInBand
test-ci script
-
chore: fix code reviews
-
refactor(load): rewrite resolve logic
-
fix(config-nx-scopes): fix syntax error
-
feat(resolve-extends): add resolveFrom and loadParserPreset
-
feat(load): use resolveFrom and loadParserPreset from resolve-extends
-
test: include only @commitlint/* packages src in coverage
-
test: explicit import vitest utilities
-
test: remove @jest/globals from dependencies
-
fix(resolve-extends): resolveFrom
output should be platform aware
-
test: restore NO_COLOR to test script
-
chore: fix linting issues
-
fix: should use fileURLToPath instead of pathname for Windows compatibility
-
Apply suggestions from code review
-
fix: should reuse cli
instead call yargs()
-
feat(cli): set terminalWidth as wrap to avoid work break on help
-
Update .eslintrc.cjs
-
feat: migrate @commitlint/config-conventional to pure ESM
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Features
- cli: print-config now can be configured to print a json in stdout (#3863) (6381a2d), closes #3819
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/cli
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/cli
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/cli
18.4.1 (2023年11月12日)
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
Note: Version bump only for package @commitlint/cli
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Performance Improvements
- use
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)
19.7.1 (2025年02月02日)
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.4.1 (2024年08月28日)
Note: Version bump only for package @commitlint/config-conventional
19.2.2 (2024年04月14日)
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Reverts
- Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
-
migrate to pure ESM
-
feat: migrate to pure ESM
-
chore: update snapshot
-
fix: load parserPreset
with another await
-
test: migrate to vitest
-
test: remove no replacement --runInBand
test-ci script
-
chore: fix code reviews
-
refactor(load): rewrite resolve logic
-
fix(config-nx-scopes): fix syntax error
-
feat(resolve-extends): add resolveFrom and loadParserPreset
-
feat(load): use resolveFrom and loadParserPreset from resolve-extends
-
test: include only @commitlint/* packages src in coverage
-
test: explicit import vitest utilities
-
test: remove @jest/globals from dependencies
-
fix(resolve-extends): resolveFrom
output should be platform aware
-
test: restore NO_COLOR to test script
-
chore: fix linting issues
-
fix: should use fileURLToPath instead of pathname for Windows compatibility
-
Apply suggestions from code review
-
fix: should reuse cli
instead call yargs()
-
feat(cli): set terminalWidth as wrap to avoid work break on help
-
Update .eslintrc.cjs
-
feat: migrate @commitlint/config-conventional to pure ESM
18.6.3 (2024年03月11日)
Bug Fixes
18.6.2 (2024年02月14日)
Bug Fixes
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Features
Compare Source
Note: Version bump only for package @commitlint/config-conventional
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/config-conventional
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/config-conventional
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
Note: Version bump only for package @commitlint/config-conventional
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/config-conventional
conventional-changelog/commitlint (@commitlint/cz-commitlint)
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
19.6.1 (2024年12月15日)
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Bug Fixes
Features
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/cz-commitlint
19.0.2 (2024年02月28日)
Note: Version bump only for package @commitlint/cz-commitlint
19.0.1 (2024年02月27日)
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Reverts
- Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
-
migrate to pure ESM
-
feat: migrate to pure ESM
-
chore: update snapshot
-
fix: load parserPreset
with another await
-
test: migrate to vitest
-
test: remove no replacement --runInBand
test-ci script
-
chore: fix code reviews
-
refactor(load): rewrite resolve logic
-
fix(config-nx-scopes): fix syntax error
-
feat(resolve-extends): add resolveFrom and loadParserPreset
-
feat(load): use resolveFrom and loadParserPreset from resolve-extends
-
test: include only @commitlint/* packages src in coverage
-
test: explicit import vitest utilities
-
test: remove @jest/globals from dependencies
-
fix(resolve-extends): resolveFrom
output should be platform aware
-
test: restore NO_COLOR to test script
-
chore: fix linting issues
-
fix: should use fileURLToPath instead of pathname for Windows compatibility
-
Apply suggestions from code review
-
fix: should reuse cli
instead call yargs()
-
feat(cli): set terminalWidth as wrap to avoid work break on help
-
Update .eslintrc.cjs
-
feat: migrate @commitlint/config-conventional to pure ESM
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.1 (2023年11月12日)
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/cz-commitlint
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^17.0.0
->^19.0.0
^17.0.0
->^19.0.0
^17.0.0
->^19.0.0
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1
Compare Source
Bug Fixes
v19.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025年02月02日)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024年12月15日)
Note: Version bump only for package @commitlint/cli
v19.7.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v19.5.0
Compare Source
Features
19.4.1 (2024年08月28日)
Note: Version bump only for package @commitlint/cli
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.4.0
Compare Source
Features
v19.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
19.2.2 (2024年04月14日)
Note: Version bump only for package @commitlint/cli
19.2.1 (2024年03月19日)
Note: Version bump only for package @commitlint/cli
v19.2.2
Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.0
Compare Source
Features
v19.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/cli
19.0.2 (2024年02月28日)
Note: Version bump only for package @commitlint/cli
19.0.1 (2024年02月27日)
Bug Fixes
resolve-from
,resolve-global
andimport-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.3
Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.2
Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.1
Compare Source
Bug Fixes
resolve-from
,resolve-global
andimport-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.0
Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPreset
with anotherawait
test: migrate to vitest
test: remove no replacement
--runInBand
test-ci scriptchore: fix code reviews
refactor(load): rewrite resolve logic
fix(config-nx-scopes): fix syntax error
feat(resolve-extends): add resolveFrom and loadParserPreset
feat(load): use resolveFrom and loadParserPreset from resolve-extends
test: include only @commitlint/* packages src in coverage
test: explicit import vitest utilities
test: remove @jest/globals from dependencies
fix(resolve-extends):
resolveFrom
output should be platform awaretest: restore NO_COLOR to test script
chore: fix linting issues
fix: should use fileURLToPath instead of pathname for Windows compatibility
Apply suggestions from code review
fix: should reuse
cli
instead callyargs()
feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/cli
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v18.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0
Compare Source
Features
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/cli
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/cli
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/cli
18.4.1 (2023年11月12日)
Note: Version bump only for package @commitlint/cli
v18.4.4
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.2.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.0.0
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025年02月02日)
Note: Version bump only for package @commitlint/config-conventional
v19.7.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.4.1 (2024年08月28日)
Note: Version bump only for package @commitlint/config-conventional
19.2.2 (2024年04月14日)
Note: Version bump only for package @commitlint/config-conventional
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.2.2
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.1.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/config-conventional
v19.0.3
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.0.0
Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPreset
with anotherawait
test: migrate to vitest
test: remove no replacement
--runInBand
test-ci scriptchore: fix code reviews
refactor(load): rewrite resolve logic
fix(config-nx-scopes): fix syntax error
feat(resolve-extends): add resolveFrom and loadParserPreset
feat(load): use resolveFrom and loadParserPreset from resolve-extends
test: include only @commitlint/* packages src in coverage
test: explicit import vitest utilities
test: remove @jest/globals from dependencies
fix(resolve-extends):
resolveFrom
output should be platform awaretest: restore NO_COLOR to test script
chore: fix linting issues
fix: should use fileURLToPath instead of pathname for Windows compatibility
Apply suggestions from code review
fix: should reuse
cli
instead callyargs()
feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
18.6.3 (2024年03月11日)
Bug Fixes
wrapper.mjs
(#3966) (c2c3c7c), closes #395818.6.2 (2024年02月14日)
Bug Fixes
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/config-conventional
v18.6.3
Compare Source
Bug Fixes
wrapper.mjs
(#3966) (c2c3c7c), closes #3958v18.6.2
Compare Source
Bug Fixes
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.6.0
Compare Source
Features
v18.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/config-conventional
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/config-conventional
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/config-conventional
v18.4.4
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.1.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.0.0
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/config-conventional
conventional-changelog/commitlint (@commitlint/cz-commitlint)
v19.8.1
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.8.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
19.6.1 (2024年12月15日)
Note: Version bump only for package @commitlint/cz-commitlint
v19.6.1
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.5.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.4.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.2.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.1.0
Compare Source
Bug Fixes
Features
19.0.3 (2024年02月28日)
Note: Version bump only for package @commitlint/cz-commitlint
19.0.2 (2024年02月28日)
Note: Version bump only for package @commitlint/cz-commitlint
19.0.1 (2024年02月27日)
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.3
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.2
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.1
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.0
Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPreset
with anotherawait
test: migrate to vitest
test: remove no replacement
--runInBand
test-ci scriptchore: fix code reviews
refactor(load): rewrite resolve logic
fix(config-nx-scopes): fix syntax error
feat(resolve-extends): add resolveFrom and loadParserPreset
feat(load): use resolveFrom and loadParserPreset from resolve-extends
test: include only @commitlint/* packages src in coverage
test: explicit import vitest utilities
test: remove @jest/globals from dependencies
fix(resolve-extends):
resolveFrom
output should be platform awaretest: restore NO_COLOR to test script
chore: fix linting issues
fix: should use fileURLToPath instead of pathname for Windows compatibility
Apply suggestions from code review
fix: should reuse
cli
instead callyargs()
feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
18.6.1 (2024年02月13日)
Note: Version bump only for package @commitlint/cz-commitlint
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.6.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.5.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
18.4.4 (2024年01月04日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.3 (2023年11月21日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.2 (2023年11月16日)
Note: Version bump only for package @commitlint/cz-commitlint
18.4.1 (2023年11月12日)
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.4
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.1
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.2.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.1.0
Compare Source
Note: Version bump only for package @commitlint/cz-commitlint
v18.0.0
Compare Source
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 (2023年10月20日)
Note: Version bump only for package @commitlint/cz-commitlint
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.