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) #230

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.8.1 -> ^19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) ^17.8.1 -> ^19.2.2 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

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

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

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

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


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.

@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from b509153 to 348d893 Compare October 22, 2023 07:44
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.78%. Comparing base (ecd2070) to head (e17be31).

❗ Current head e17be31 differs from pull request most recent head 4ca8dc1. Consider uploading reports for the commit 4ca8dc1 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #230   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files           8        8           
  Lines        1944     1944           
  Branches      257      285   +28     
=======================================
  Hits         1901     1901           
+ Misses         43       31   -12     
- Partials        0       12   +12     

☔ 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 5 times, most recently from d32f4b6 to 37c97f4 Compare October 29, 2023 10:44
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from fa4455a to b34d285 Compare November 10, 2023 06:47
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 1227cc4 to 84ed4bf Compare November 16, 2023 07:31
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from b8810d5 to 2f2ceae Compare November 21, 2023 04:00
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 08099c8 to fed2295 Compare November 26, 2023 06:45
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 5744c91 to 269c912 Compare December 10, 2023 04:09
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from da93503 to c0321c9 Compare December 17, 2023 04:31
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from c6d876f to b6b7cf5 Compare December 17, 2023 10:48
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 6fccf26 to 08bfb4f Compare February 25, 2024 03:48
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 08bfb4f to ab98ca9 Compare February 27, 2024 12:38
@renovate renovate bot changed the title chore(deps): update commitlint monorepo to v18 (major) chore(deps): update commitlint monorepo to v19 (major) Feb 27, 2024
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from 03cd309 to 3893273 Compare March 3, 2024 06:27
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from 8854d80 to 98354d6 Compare March 17, 2024 04:17
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from 815a5e9 to f3e1f50 Compare March 24, 2024 18:20
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from f3e1f50 to 0b52a7c Compare March 31, 2024 03:43
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from cf96243 to cdfac3f Compare April 7, 2024 07:00
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 2b9e364 to 89c830c Compare April 21, 2024 04:03
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from cb27df9 to e17be31 Compare April 27, 2024 21:25
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from e17be31 to 4ca8dc1 Compare April 27, 2024 21:31
@RealShadowNova RealShadowNova merged commit dfe19de into main Apr 27, 2024
7 checks passed
@RealShadowNova RealShadowNova deleted the renovate/major-commitlint-monorepo branch April 27, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant