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

fix(deps): update commitlint monorepo to v19 (major) #246

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/lint (source) 17.8.1 -> 19.6.0 age adoption passing confidence
@commitlint/load (source) 17.8.1 -> 19.6.1 age adoption passing confidence
@commitlint/types (source) 17.8.1 -> 19.5.0 age adoption passing confidence

Release Notes

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

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

v19.6.1

Compare Source

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

v19.5.0

Compare Source

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

v19.4.0

Compare Source

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

v19.2.0

Compare Source

Features
  • load: update cosmiconfig to v9 to add support for package.yaml config (#​3976) (94eab40)

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

19.0.2 (2024-02-28)

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

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

v19.0.2

Compare Source

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

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

v18.6.1

Compare Source

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

v18.6.0

Compare Source

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

v18.5.0

Compare Source

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

18.4.4 (2024-01-04)

Bug Fixes

18.4.3 (2023-11-21)

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

18.4.2 (2023-11-16)

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

18.4.1 (2023-11-12)

Bug Fixes

v18.4.4

Compare Source

Bug Fixes

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.1

Compare Source

Bug Fixes

v18.4.0

Compare Source

Features
  • bump cosmiconfig version and conditionally support mjs config (#​3747) (a2b65fc)

v18.2.0

Compare Source

Features

v18.1.0

Compare Source

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

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

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

v19.5.0

Compare Source

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

19.0.3 (2024-02-28)

Bug Fixes

v19.0.3

Compare Source

Bug Fixes

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

v18.6.1

Compare Source

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

v18.6.0

Compare Source

Features

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

v18.4.4

Compare Source

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

v18.4.3

Compare Source

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

v18.4.0

Compare Source

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

v18.1.0

Compare Source

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

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

17.4.4 (2023-02-17)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/major-commitlint-monorepo branch 7 times, most recently from 6e71aeb to 52cb9a7 Compare September 1, 2024 02:14
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 52cb9a7 to 784e2c7 Compare September 11, 2024 08:42
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from 784e2c7 to ef1be98 Compare November 19, 2024 13:10
@renovate renovate bot force-pushed the renovate/major-commitlint-monorepo branch from ef1be98 to 0f0ca9e Compare December 15, 2024 19:06
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