Skip to content

chore(deps): update commitlint monorepo to v20 (major)#284

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-commitlint-monorepo
Open

chore(deps): update commitlint monorepo to v20 (major)#284
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-commitlint-monorepo

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 1, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 13.1.020.4.2 age confidence
@commitlint/config-conventional (source) 13.1.020.4.2 age confidence
@commitlint/prompt (source) 13.1.020.4.2 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

v19.8.1

Compare Source

Bug Fixes

v19.8.0

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

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
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

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
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.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
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

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

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

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.5.1 (2023-03-28)

Note: Version bump only for package @​commitlint/cli

v17.5.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.5.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/cli

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/cli

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/cli

17.4.1 (2023-01-09)

Note: Version bump only for package @​commitlint/cli

v17.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.0

Compare Source

Bug Fixes

v17.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.2.0

Compare Source

Features

17.1.2 (2022-08-29)

Note: Version bump only for package @​commitlint/cli

17.1.1 (2022-08-27)

Note: Version bump only for package @​commitlint/cli

v17.1.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.1.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.1.0

Compare Source

Features

17.0.3 (2022-06-25)

Note: Version bump only for package @​commitlint/cli

17.0.2 (2022-06-01)

Note: Version bump only for package @​commitlint/cli

17.0.1 (2022-05-25)

Bug Fixes

v17.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.0.1

Compare Source

Bug Fixes

v17.0.0

Compare Source

BREAKING CHANGES
  • drop node v12 support

  • chore: rename circleci windows job

node version is not defned by the name anyways (i think)

v16.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

16.2.4 (2022-04-28)

Note: Version bump only for package @​commitlint/cli

16.2.3 (2022-03-16)

Note: Version bump only for package @​commitlint/cli

16.2.1 (2022-02-13)

Note: Version bump only for package @​commitlint/cli

v16.2.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.2.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

16.0.3 (2022-01-19)

Note: Version bump only for package @​commitlint/cli

16.0.2 (2022-01-09)

Note: Version bump only for package @​commitlint/cli

16.0.1 (2021-12-28)

Note: Version bump only for package @​commitlint/cli

v16.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.0.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v16.0.0

Compare Source

Features

v15.0.0

Compare Source

Features

v14.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v14.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

13.2.1 (2021-10-09)

Note: Version bump only for package @​commitlint/cli

v13.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v13.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

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

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
  • 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
  • config-conventional: use default export (#​3911) ([bc48408](ht

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Nov 1, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.93%. Comparing base (be2a8d4) to head (1438ca7).

Current head 1438ca7 differs from pull request most recent head 564e244

Please upload reports for the commit 564e244 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #284   +/-   ##
=======================================
  Coverage   65.93%   65.93%           
=======================================
  Files           2        2           
  Lines          91       91           
  Branches       25       25           
=======================================
  Hits           60       60           
  Misses         26       26           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 1f169ca to 27b25fc Compare November 9, 2021 03:23
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 27b25fc to f31516b Compare November 17, 2021 08:44
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v14 (major) chore(deps): update commitlint monorepo to v15 (major) Nov 17, 2021
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from f31516b to 453f50c Compare December 10, 2021 03:49
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 453f50c to d779301 Compare December 26, 2021 08:07
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v15 (major) chore(deps): update commitlint monorepo to v16 (major) Dec 26, 2021
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from d779301 to 7633df5 Compare December 28, 2021 08:03
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v16 (major) chore(deps): update commitlint monorepo (major) Dec 28, 2021
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 7633df5 to ddc0963 Compare January 9, 2022 09:48
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 261a6ee to 828b568 Compare January 20, 2022 09:51
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 828b568 to d128b3e Compare March 7, 2022 15:48
@renovate renovate bot changed the title chore(deps): update commitlint monorepo (major) chore(deps): update commitlint monorepo to v16 (major) Mar 7, 2022
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from d128b3e to e84a7c7 Compare March 26, 2022 12:03
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v16 (major) chore(deps): update commitlint monorepo (major) Mar 26, 2022
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from e84a7c7 to 1438ca7 Compare May 15, 2022 23:15
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 1438ca7 to 487b71c Compare June 18, 2022 13:37
@renovate renovate bot changed the title chore(deps): update commitlint monorepo (major) chore(deps): update commitlint monorepo to v17 (major) Jun 18, 2022
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 487b71c to 50bd830 Compare September 25, 2022 15:43
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 50bd830 to b66c09c Compare November 20, 2022 09:42
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 7a376df to 1f96922 Compare March 26, 2023 17:11
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 1f96922 to 0049e50 Compare March 31, 2023 09:22
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 0049e50 to 1d8a81e Compare April 17, 2023 10:05
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 69006e3 to 599f88f Compare June 2, 2023 17:29
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 599f88f to 0a4906e Compare June 27, 2023 09:24
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 0a4906e to 203771c Compare July 22, 2023 07:59
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 203771c to 740f64c Compare August 12, 2023 10:55
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from cd86f14 to e20b172 Compare August 31, 2024 10:00
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from e20b172 to a9ebc61 Compare September 14, 2024 09:02
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from a9ebc61 to 78bf337 Compare November 22, 2024 13:47
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 78bf337 to 3175f89 Compare December 18, 2024 16:10
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 3175f89 to ed0d30f Compare January 8, 2025 14:15
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from ed0d30f to 7627896 Compare February 5, 2025 14:29
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 7627896 to 2e44553 Compare March 10, 2025 15:04
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 2e44553 to 04de716 Compare May 11, 2025 06:57
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 04de716 to 74c5e7e Compare August 10, 2025 14:41
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 74c5e7e to 6dff2bc Compare August 19, 2025 19:40
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 6dff2bc to b125f7b Compare August 31, 2025 11:15
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from fdb8911 to 6eb320c Compare September 28, 2025 16:41
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v19 (major) chore(deps): update commitlint monorepo to v20 (major) Sep 28, 2025
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 6eb320c to 47c3279 Compare October 3, 2025 14:06
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 47c3279 to 2ffbb84 Compare October 21, 2025 11:49
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 2ffbb84 to 4ad2f8b Compare November 10, 2025 15:52
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 4ad2f8b to 45fc6f2 Compare November 18, 2025 22:52
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 45fc6f2 to b6d2dfb Compare December 8, 2025 08:34
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 1def89f to 34e7e7e Compare January 4, 2026 10:35
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from cfbf4ea to 11cf7fb Compare January 11, 2026 16:30
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from caab240 to fd002e8 Compare February 5, 2026 15:30
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 0967d06 to 896d378 Compare February 17, 2026 14:10
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 896d378 to 4e62b46 Compare February 22, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants