Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

This PR contains the following updates:

Package Change Age Confidence
@commitlint/config-conventional (source) ^17.8.1 -> ^20.0.0 age confidence
@commitlint/format (source) ^17.8.1 -> ^20.0.0 age confidence
@commitlint/lint (source) ^17.8.1 -> ^20.0.0 age confidence

Release Notes

conventional-changelog/commitlint (@​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

18.6.1 (2024-02-13)

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

v18.6.3

Compare Source

Bug Fixes

v18.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/format)

v20.0.0

Compare Source

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

19.8.1 (2025-05-08)

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

v19.8.1

Compare Source

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

v19.8.0

Compare Source

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

v19.5.0

Compare Source

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

v19.3.0

Compare Source

Features
  • format: print full commit message for valid commits if -V (#​4026) (a7bbc49)

19.0.3 (2024-02-28)

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

v19.0.3

Compare Source

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

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/format

v18.6.1

Compare Source

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

v18.6.0

Compare Source

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

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

v18.4.4

Compare Source

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

v18.4.3

Compare Source

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

v18.4.0

Compare Source

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

v18.1.0

Compare Source

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

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/format

17.4.4 (2023-02-17)

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

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

v20.0.0

Compare Source

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

19.8.1 (2025-05-08)

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

v19.8.1

Compare Source

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

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/lint

v19.7.1

Compare Source

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

v19.6.0

Compare Source

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

v19.4.1

Compare Source

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

v19.2.2

Compare Source

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

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

v19.0.3

Compare Source

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

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/lint

v18.6.1

Compare Source

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

v18.6.0

Compare Source

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

v18.5.0

Compare Source

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

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

18.4.2 (2023-11-16)

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

v18.4.4

Compare Source

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

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.0

Compare Source

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

v18.1.0

Compare Source

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

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/lint


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the 📦deps label Oct 21, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 3 times, most recently from 66002b4 to 2e19571 Compare October 26, 2023 00:18
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 3 times, most recently from 4f0a66b to 5625cf3 Compare November 8, 2023 00:09
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 20b00a2 to 0f37e8e Compare November 16, 2023 07:55
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 6 times, most recently from b16deb9 to 7d36abd Compare November 24, 2023 01:28
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 5 times, most recently from cc8bb4d to 54d8a72 Compare December 3, 2023 23:48
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 54d8a72 to 8eb5827 Compare December 8, 2023 00:05
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from aa0abad to 287f647 Compare December 16, 2023 03:56
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from d8e2584 to a659989 Compare January 4, 2024 15:16
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 0dece97 to b988169 Compare January 9, 2024 23:10
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 83a2bde to d2d6ea4 Compare January 17, 2024 00:51
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from bf7c775 to 007dd7b Compare March 28, 2025 01:41
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 007dd7b to 85c406d Compare April 8, 2025 04:15
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 85c406d to e06d6a2 Compare April 29, 2025 22:51
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 3642d11 to f6477ed Compare May 11, 2025 16:09
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 7b321f6 to bd3d336 Compare May 25, 2025 04:07
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 0339a70 to 319e437 Compare June 1, 2025 11:27
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 319e437 to fc40cd2 Compare June 11, 2025 22:28
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 3 times, most recently from 0ca399a to 9c75f7b Compare July 1, 2025 02:02
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 9c75f7b to 4f36379 Compare July 2, 2025 22:23
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 4f36379 to 86a93db Compare July 15, 2025 22:16
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from c3b1be8 to 7cb23d7 Compare July 29, 2025 22:42
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from bd913a4 to fa8a982 Compare August 9, 2025 05:28
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 705ff77 to c182136 Compare August 17, 2025 14:12
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 0eb0966 to bc704be Compare September 9, 2025 02:07
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 0f392f8 to 46fe8a7 Compare September 19, 2025 20:51
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 46fe8a7 to 9719c81 Compare September 25, 2025 14:14
@renovate renovate bot changed the title ⬆️ Update commitlint monorepo to v19 (main) (major) ⬆️ Update commitlint monorepo to v20 (main) (major) Sep 25, 2025
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 9719c81 to 2e16515 Compare October 3, 2025 01:03
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 2e16515 to 7a0d099 Compare October 12, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant