Skip to content

⬆️ Update commitlint monorepo to v19 (main) (major) #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/config-conventional (source) ^17.8.1 -> ^19.8.1 age adoption passing confidence
@commitlint/format (source) ^17.8.1 -> ^19.8.1 age adoption passing confidence
@commitlint/lint (source) ^17.8.1 -> ^19.8.1 age adoption passing confidence

Release Notes

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
  • 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)

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)

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 4 times, most recently from 0d87370 to dea3ad6 Compare January 18, 2025 00:34
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from dea3ad6 to 53e9208 Compare January 23, 2025 23:46
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from a2ef6f7 to 4ea0bae Compare February 5, 2025 00:51
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch from 4ea0bae to d512e6a Compare February 14, 2025 02:26
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 4 times, most recently from a99f73d to 7cf3608 Compare March 3, 2025 23:12
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently from 9db6e17 to f77f834 Compare March 11, 2025 07:51
@renovate renovate bot force-pushed the renovate/main-major-commitlint-monorepo branch 2 times, most recently 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
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 9c75f7b to 4f36379 Compare July 2, 2025 22:23
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