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-dev): bump @commitlint/cli from 7.6.1 to 13.1.0 #9904

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2021

Bumps @commitlint/cli from 7.6.1 to 13.1.0.

Release notes

Sourced from @​commitlint/cli's releases.

v13.1.0

13.1.0 (2021-07-24)

Bug Fixes

  • cz-commitlint: fix minor formatting issues (99d8881)
  • types: adds TargetCaseType[] for CaseRuleConfig (c3bef38)
  • update dependency import-from to v4 (#2629) (5bcb604)
  • cli: remove hard coded comment char with linting COMMIT_EDIT_MSG (#2618) (5badf6d), closes #2351

Features

  • rules: allow body-case to accept an array of cases (5383c9e), closes #2631

v13.0.0

13.0.0 (2021-05-24)

Bug Fixes

Features

BREAKING CHANGES

  • minimum node version is 12

v12.1.4

fix node v10 support

v12.1.3

12.1.3 (2021-05-12)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

13.1.0 (2021-07-24)

Bug Fixes

  • cz-commitlint: fix minor formatting issues (99d8881)
  • types: adds TargetCaseType[] for CaseRuleConfig (c3bef38)
  • update dependency import-from to v4 (#2629) (5bcb604)
  • cli: remove hard coded comment char with linting COMMIT_EDIT_MSG (#2618) (5badf6d), closes #2351

Features

  • rules: allow body-case to accept an array of cases (5383c9e), closes #2631

13.0.0 (2021-05-24)

Bug Fixes

Features

BREAKING CHANGES

  • minimum node version is 12

12.1.3 (2021-05-12)

Bug Fixes

... (truncated)

Commits
  • dfbb8c5 v13.1.0
  • 5f13a06 chore: update dependency @​types/semver to v7.3.8 (#2689)
  • 8187c1c chore: update dependency lint-staged to v11.1.0 (#2686)
  • ef4ffdf chore: update dependency ts-jest to v27.0.4 (#2682)
  • c7a4e95 chore: update dependency eslint-plugin-jest to v24.4.0 (#2683)
  • 99d8881 fix(cz-commitlint): fix minor formatting issues
  • 15d3b9d chore: update dependency eslint-plugin-jest to v24.3.7 (#2681)
  • 5d776d1 chore: update babel monorepo to v7.14.8 (#2680)
  • 026c4f8 chore: update typescript-eslint monorepo to v4.28.4 (#2679)
  • c49a03e chore: update dependency eslint to v7.31.0 (#2678)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by escapedcat, a new releaser for @​commitlint/cli since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 2 times, most recently from 9ad4fdb to 9a338a9 Compare July 30, 2021 11:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 5 times, most recently from dbe8d8c to a78892d Compare August 6, 2021 16:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 2 times, most recently from 6a5f06f to 51e9e28 Compare August 13, 2021 05:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 3 times, most recently from 1b5cd22 to 355eae8 Compare August 20, 2021 11:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 2 times, most recently from 1f26758 to b6fc0ca Compare August 27, 2021 08:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 2 times, most recently from 6620cc5 to 04f8812 Compare September 7, 2021 02:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch 4 times, most recently from 0185a27 to 41e35b1 Compare September 17, 2021 16:25
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 7.6.1 to 13.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](conventional-changelog/commitlint@v7.6.1...v13.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch from 41e35b1 to f591445 Compare September 18, 2021 03:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2021

Superseded by #10398.

@dependabot dependabot bot closed this Oct 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/commitlint/cli-13.1.0 branch October 9, 2021 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants