Skip to content

chore(deps): update commitlint monorepo to v21 - #43

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

chore(deps): update commitlint monorepo to v21#43
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-commitlint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v21.2.2

Compare Source

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

v21.2.1

Compare Source

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

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)

v21.1.0

Compare Source

Features

21.0.2 (2026-05-29)

Bug Fixes

21.0.1 (2026-05-12)

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

v21.0.2

Compare Source

Bug Fixes

v21.0.1

Compare Source

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

v21.0.0

Compare Source

BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

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

20.5.2 (2026-04-25)

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

v20.5.3

Compare Source

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

v20.5.2

Compare Source

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

v20.5.0

Compare Source

Bug Fixes

20.4.4 (2026-03-12)

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

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

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

20.4.1 (2026-02-02)

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

v20.4.4

Compare Source

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

v20.4.3

Compare Source

Bug Fixes

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

v13.1.0

Compare Source

Bug Fixes

v13.0.0

Compare Source

BREAKING CHANGES
  • minimum node version is 12

12.1.3 (2021-05-12)

Bug Fixes

12.1.2 (2021-04-29)

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

12.1.1 (2021-04-02)

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

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

v21.2.2

Compare Source

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

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-change

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "every weekend"
  • 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 force-pushed the renovate/major-commitlint-monorepo branch from 999edc6 to 86cd7e3 Compare October 18, 2021 17:42
@renovate renovate Bot changed the title chore(deps): update commitlint monorepo to v13 (major) chore(deps): update commitlint monorepo (major) Oct 18, 2021
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 86cd7e3 to eb49c55 Compare March 7, 2022 12:30
@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 eb49c55 to 8756a39 Compare March 26, 2022 12:22
@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 8756a39 to 0546666 Compare May 15, 2022 22:40
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 0546666 to 404a400 Compare June 18, 2022 15:33
@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 404a400 to b443dc8 Compare September 25, 2022 13:28
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from b443dc8 to 82defb2 Compare November 20, 2022 15:59
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 4940935 to 4af4a8c Compare March 28, 2023 10:23
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 4af4a8c to 5e01b06 Compare April 17, 2023 10:30
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from d020b58 to 2745a9d Compare May 30, 2023 08:17
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 2745a9d to 39af301 Compare June 24, 2023 09:12
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 39af301 to b36f168 Compare July 19, 2023 08:07
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 798116d to bd99411 Compare August 10, 2023 07:34
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from bd99411 to f892b27 Compare September 28, 2023 19:05
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 1080dda to 73f5bc6 Compare October 20, 2023 12:55
@renovate renovate Bot changed the title chore(deps): update commitlint monorepo to v17 (major) chore(deps): update commitlint monorepo to v18 (major) Oct 20, 2023
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 42524e8 to 20fe81b Compare October 26, 2023 09:07
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 90f738a to 7c81094 Compare November 16, 2023 07:09
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from b51dd96 to 76a8e20 Compare April 14, 2024 11:15
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 76a8e20 to 973987b Compare April 23, 2024 04:03
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 973987b to e63ce45 Compare August 7, 2024 12:33
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 0fe703e to 5a4f74e Compare August 28, 2024 10:11
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 5a4f74e to 696fab3 Compare September 11, 2024 11:34
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 696fab3 to 39e6217 Compare November 19, 2024 11:08
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 39e6217 to c01c8cf Compare December 15, 2024 18:19
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from c01c8cf to c5e9376 Compare February 2, 2025 17:01
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from c5e9376 to 5ff8a63 Compare March 7, 2025 18:35
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 5ff8a63 to cc17b74 Compare May 8, 2025 07:02
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from cc17b74 to 4722511 Compare August 10, 2025 14:15
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 4722511 to 88fd057 Compare August 19, 2025 16:42
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 88fd057 to eb8b2af Compare August 31, 2025 11:28
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from eb8b2af to 26edd45 Compare September 25, 2025 13:08
@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 26edd45 to 188e4f5 Compare September 30, 2025 15:32
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 188e4f5 to 80fc730 Compare October 21, 2025 09:13
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 80fc730 to 04f2f60 Compare November 10, 2025 18:33
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 04f2f60 to fec2b34 Compare November 18, 2025 22:38
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from fec2b34 to e8c123d Compare December 5, 2025 07:00
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from e8c123d to 76d20c8 Compare January 1, 2026 13:11
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 76d20c8 to ba99b20 Compare January 8, 2026 16:36
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from c15f9b6 to db7ea81 Compare February 2, 2026 13:37
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from eb78950 to 64e0d15 Compare February 17, 2026 16:58
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 64e0d15 to 9d7c140 Compare February 19, 2026 10:41
@renovate
renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 9d7c140 to 1bd3b5c Compare March 3, 2026 20:35
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