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

Update @commitlint deps and config #423

Merged
merged 3 commits into from Apr 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

Bumps @commitlint/cli from 18.6.1 to 19.0.3.

Release notes

Sourced from @​commitlint/cli's releases.

v19.0.3

19.0.3 (2024-02-28)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.0.2...v19.0.3

v19.0.2

19.0.2 (2024-02-28)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.0.1...v19.0.2

v19.0.1

19.0.1 (2024-02-27)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.0.0...v19.0.1

v19.0.0

Full Changelog: conventional-changelog/commitlint@v18.6.2...v19.0.0 19.0.0 (2024-02-27)

Features

Docs

v18.6.2

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

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

19.0.0 (2024-02-27)

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@lukekarrys lukekarrys changed the title deps: bump @commitlint/cli from 18.6.1 to 19.0.3 Update @commitlint deps and config Apr 15, 2024
@lukekarrys
Copy link
Contributor

Taking over this PR from dependabot to update both @commitlint deps (#424 also).

Two config changes:

  • Remove config from subject-case since the rule is turned off. This is just for readability since I was originally trying to test that there were no breaking changes related to the subject-case rule, but it was never being applied.
  • Turn off body-max-line-length rule. Currently many dependabot PRs fail this rule due to the long markdown lines in commit messages.

@lukekarrys lukekarrys merged commit 8906397 into main Apr 15, 2024
17 checks passed
@lukekarrys lukekarrys deleted the dependabot/npm_and_yarn/main/commitlint/cli-19.0.3 branch April 15, 2024 20:19
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
lukekarrys pushed a commit that referenced this pull request Apr 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.21.4](v4.21.3...v4.21.4)
(2024-04-15)

### Bug Fixes

*
[`b8cf803`](b8cf803)
[#430](#430) only use latest
template-oss specific commits in changelog (#430) (@lukekarrys)
*
[`5d806ab`](5d806ab)
[#429](#429) iterate over
releases from env var (#429) (@lukekarrys)
*
[`8906397`](8906397)
[#423](#423) turn of
body-max-line-length commitlint rule (@lukekarrys)

### Dependencies

*
[`0b1c048`](0b1c048)
[#423](#423)
`@commitlint/config-conventional@19.2.2`
*
[`47e9d8d`](47e9d8d)
[#423](#423) bump
@commitlint/cli from 18.6.1 to 19.0.3 (@dependabot[bot])
*
[`41ee083`](41ee083)
[#425](#425) bump undici from
5.28.3 to 6.7.0 (#425) (@dependabot[bot])
*
[`1106838`](1106838)
[#427](#427) `proc-log@4.0.0`
(#427)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

2 participants