Skip to content
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

chore(deps): update commitlint monorepo to v19 (major) #1402

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.6.1 -> 19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) 18.6.3 -> 19.2.2 age adoption passing confidence
@commitlint/prompt (source) 18.6.1 -> 19.3.1 age adoption passing confidence

Release Notes

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

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-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.2 (2024-02-14)

Bug Fixes

18.6.1 (2024-02-13)

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

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

v19.3.1

Compare Source

Bug Fixes
  • prompt: prompt does not respect [body-leading-blank] setting (#​4066) (3f1f44d)

v19.3.0

Compare Source

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

19.2.2 (2024-04-14)

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

v19.2.2

Compare Source

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

v19.2.0

Compare Source

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

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

19.0.2 (2024-02-28)

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

19.0.1 (2024-02-27)

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

v19.0.3

Compare Source

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

v19.0.2

Compare Source

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

v19.0.1

Compare Source

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

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


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 has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (2284343) to head (0231c80).
Report is 6 commits behind head on master.

❗ Current head 0231c80 differs from pull request most recent head 373ca2b. Consider uploading reports for the commit 373ca2b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1402   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files          18       18           
  Lines         288      288           
  Branches       59       59           
=======================================
  Hits          283      283           
  Misses          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 25aefa8 to d381b0d Compare March 1, 2024 18:07
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from d381b0d to d7eda01 Compare March 2, 2024 09:14
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from d7eda01 to 5bbfa35 Compare March 2, 2024 13:40
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 5bbfa35 to c1ec3a8 Compare March 2, 2024 13:42
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from c1ec3a8 to b944d6d Compare March 14, 2024 06:50
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from b944d6d to 36b0825 Compare March 15, 2024 07:27
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 36b0825 to 8233d2d Compare March 18, 2024 04:55
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 8233d2d to 3ce4911 Compare March 18, 2024 23:23
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 3ce4911 to 16e7cf6 Compare March 22, 2024 03:04
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 16e7cf6 to c00fc18 Compare March 22, 2024 12:23
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from c00fc18 to a8fb250 Compare March 23, 2024 14:01
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from a8fb250 to 0231c80 Compare April 6, 2024 17:34
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 0231c80 to ed9fe1a Compare April 17, 2024 08:39
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from ed9fe1a to de20946 Compare April 26, 2024 03:58
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from de20946 to 373ca2b Compare May 16, 2024 13:07
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.

None yet

0 participants