Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 18.6.1 -> 20.2.0 age confidence
@commitlint/config-angular (source) 18.6.1 -> 20.2.0 age confidence

Release Notes

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

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

v20.2.0

Compare Source

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

v20.0.0

Compare Source

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

19.8.1 (2025-05-08)

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

v19.8.1

Compare Source

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

v19.8.0

Compare Source

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

19.7.1 (2025-02-02)

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

v19.7.1

Compare Source

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

v19.7.0

Compare Source

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

v19.6.0

Compare Source

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

v19.3.0

Compare Source

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

19.2.2 (2024-04-14)

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

v19.2.2

Compare Source

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

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

v19.0.3

Compare Source

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

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/config-angular


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) in timezone Europe/Warsaw, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 27, 2024
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 5463f51 to ba149a2 Compare February 28, 2024 12:44
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from 6eea49b to cefd05a Compare March 19, 2024 05:20
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from cefd05a to 373579a Compare March 25, 2024 03:28
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 373579a to 6e9e566 Compare April 14, 2024 11:38
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 6e9e566 to 455a99e Compare April 23, 2024 03:49
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 455a99e to d2db124 Compare May 6, 2024 00:07
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from d2db124 to 33a1716 Compare May 13, 2024 02:23
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from a20e6d5 to eef393d Compare May 27, 2024 08:04
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from f790264 to 5cbf063 Compare July 1, 2024 04:50
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from d85f9d6 to 5adc9b7 Compare July 22, 2024 01:44
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 5adc9b7 to f7bd5b1 Compare July 29, 2024 03:01
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 64c52f2 to 62cef63 Compare August 7, 2024 11:01
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 5d1fd35 to a3f52ca Compare August 28, 2024 09:46
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from a3f52ca to 86c5663 Compare September 3, 2024 09:17
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 86c5663 to 9d6cea9 Compare September 11, 2024 10:19
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 9d6cea9 to e97c502 Compare October 30, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from bd34e38 to afab080 Compare November 19, 2024 14:45
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 6998af3 to 0aa0b60 Compare December 16, 2024 03:17
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 51872be to 1885df5 Compare December 23, 2024 06:18
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from f9178d6 to 1052243 Compare January 6, 2025 02:27
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 1052243 to 94d0181 Compare January 23, 2025 17:39
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 05cce4e to f86f217 Compare February 3, 2025 16:29
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from f86f217 to cab2b18 Compare February 10, 2025 05:54
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from cab2b18 to 395646d Compare March 7, 2025 18:47
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from bc9c974 to c7234bb Compare May 8, 2025 05:48
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from f0ce729 to 03df3c1 Compare May 19, 2025 09:09
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 03df3c1 to 04c90f4 Compare June 23, 2025 06:48
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 7b00b88 to 5d2d54d Compare August 11, 2025 01:21
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 5d2d54d to 6decbf5 Compare August 18, 2025 00:40
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 6decbf5 to c5504bb Compare August 31, 2025 09:43
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from c5504bb to a5ccebb Compare September 25, 2025 21:01
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v19 (major) chore(deps): update commitlint monorepo to v20 (major) Sep 25, 2025
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from a5ccebb to 4ef5853 Compare September 30, 2025 15:03
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 4ef5853 to 2d08b56 Compare October 21, 2025 14:05
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 2d08b56 to f749503 Compare November 11, 2025 01:31
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from f749503 to 1095cca Compare November 19, 2025 00:27
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 1095cca to 21b0916 Compare December 5, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant