Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

build: bump commitlint from 11.0.0 to 12.0.1 #112

Merged
merged 1 commit into from Mar 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2021

Bumps commitlint from 11.0.0 to 12.0.1.

Release notes

Sourced from commitlint's releases.

v12.0.1

Bug Fixes

  • update dependency conventional-commits-parser to v3.2.1 (#2459) (8bcc4f0)
  • load: use Rule | AsyncRule | SyncRule as rule value type in Plugin (#2146) (75b67b8)
  • types: correct chalkColor type (#2420) (ef8bdad)
  • update dependency throat to v6 (#2417) (6f7db1b)

v12.0.0

Bug Fixes

  • remove unnecessary react babel transforms (#2399) (78f02fd)
  • utils: update code to allow it to be executed (#982) (52696d0)
  • update dependency @types/fs-extra to v9.0.2 (#2250) (a10fa0b)
  • update dependency @types/fs-extra to v9.0.5 (#2360) (3266712)
  • update dependency conventional-changelog-angular to v5.0.12 (#2361) (5766b39)
  • update dependency conventional-changelog-conventionalcommits to v4.4.0 (#2115) (bccc9f5)
  • update dependency conventional-changelog-conventionalcommits to v4.5.0 (#2362) (01c78bf)
  • update dependency execa to v4.1.0 (#2251) (b5743dd)
  • update dependency execa to v5 (#2341) (f349df9)
  • update dependency git-raw-commits to v2.0.7 (#2116) (ef969f3)
  • update dependency git-raw-commits to v2.0.8 (#2364) (3371715)
  • update dependency meow to v8 (#2245) (890961b)
  • update dependency meow to v8.1.0 (#2380) (0fbadcf)
  • update dependency pkg-dir to v5 (#2168) (b9d1c84)
  • update dependency semver to v7.3.4 (#2336) (790b61a)
  • update dependency tar-fs to v2.1.1 (#2261) (a04f24f)
  • is-ignored: ignore azure devops messages (#2230) (fe29ce7)
  • update dependency yargs to v16 (204f36d)
  • update dependency yargs to v16.1.0 (#2252) (6478d07)
  • resolve-extends: extends field should be resolved from left to right (#2070) (c0a86f5)

Features

BREAKING CHANGES

  • resolve-extends: The order of the extends resolution is changed from right-to-left to left-to-right
Changelog

Sourced from commitlint's changelog.

12.0.1 (2021-02-23)

Bug Fixes

  • update dependency conventional-commits-parser to v3.2.1 (#2459) (8bcc4f0)
  • load: use Rule | AsyncRule | SyncRule as rule value type in Plugin (#2146) (75b67b8)
  • types: correct chalkColor type (#2420) (ef8bdad)
  • update dependency throat to v6 (#2417) (6f7db1b)

12.0.0 (2021-01-18)

Bug Fixes

  • remove unnecessary react babel transforms (#2399) (78f02fd)
  • utils: update code to allow it to be executed (#982) (52696d0)
  • update dependency @types/fs-extra to v9.0.2 (#2250) (a10fa0b)
  • update dependency @types/fs-extra to v9.0.5 (#2360) (3266712)
  • update dependency conventional-changelog-angular to v5.0.12 (#2361) (5766b39)
  • update dependency conventional-changelog-conventionalcommits to v4.4.0 (#2115) (bccc9f5)
  • update dependency conventional-changelog-conventionalcommits to v4.5.0 (#2362) (01c78bf)
  • update dependency execa to v4.1.0 (#2251) (b5743dd)
  • update dependency execa to v5 (#2341) (f349df9)
  • update dependency git-raw-commits to v2.0.7 (#2116) (ef969f3)
  • update dependency git-raw-commits to v2.0.8 (#2364) (3371715)
  • update dependency meow to v8 (#2245) (890961b)
  • update dependency meow to v8.1.0 (#2380) (0fbadcf)
  • update dependency pkg-dir to v5 (#2168) (b9d1c84)
  • update dependency semver to v7.3.4 (#2336) (790b61a)
  • update dependency tar-fs to v2.1.1 (#2261) (a04f24f)
  • is-ignored: ignore azure devops messages (#2230) (fe29ce7)
  • update dependency yargs to v16 (204f36d)
  • update dependency yargs to v16.1.0 (#2252) (6478d07)
  • resolve-extends: extends field should be resolved from left to right (#2070) (c0a86f5)

Features

BREAKING CHANGES

... (truncated)

Commits

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 Dependency management label Mar 10, 2021
@gimesia
Copy link
Contributor

gimesia commented Mar 10, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/commitlint-12.0.1 branch from b925aa1 to 014bbd5 Compare March 10, 2021 19:47
@gimesia gimesia self-requested a review March 10, 2021 19:52
@gimesia gimesia merged commit a7d5a2f into develop Mar 10, 2021
@gimesia gimesia deleted the dependabot/npm_and_yarn/develop/commitlint-12.0.1 branch March 10, 2021 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependency management
Development

Successfully merging this pull request may close these issues.

None yet

1 participant