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: bump @commitlint/config-conventional from 15.0.0 to 17.0.2 in /web3.js #25691

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps @commitlint/config-conventional from 15.0.0 to 17.0.2.

Release notes

Sourced from @​commitlint/config-conventional's releases.

v17.0.2

17.0.2 (2022-06-01)

Bug Fixes

  • update dependency conventional-changelog-conventionalcommits to v5 (#3201) (c20fd19)
  • update dependency cosmiconfig-typescript-loader to v2.0.1 (#3202) (9cf4b71)

BREAKING FOR LERNA

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

v17.1.0

17.0.1 (2022-05-25)

Bug Fixes

New Contributors

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

v17.0.0

17.0.0 (2022-05-16)

Bug Fixes

BREAKING CHANGES

New Contributors

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

17.0.2 (2022-06-01)

Bug Fixes

  • update dependency conventional-changelog-conventionalcommits to v5 (#3201) (c20fd19)

17.0.0 (2022-05-16)

BREAKING CHANGES

  • drop node v12 support

  • chore: rename circleci windows job

node version is not defned by the name anyways (i think)

16.2.4 (2022-04-28)

Note: Version bump only for package @​commitlint/config-conventional

16.2.1 (2022-02-13)

Note: Version bump only for package @​commitlint/config-conventional

16.0.0 (2021-12-26)

Note: Version bump only for package @​commitlint/config-conventional

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)

Bumps [@commitlint/config-conventional](https:/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 17.0.2.
- [Release notes](https:/conventional-changelog/commitlint/releases)
- [Changelog](https:/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https:/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/config-conventional)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the automerge Merge this Pull Request automatically once CI passes label Jun 1, 2022
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #25691 (a427f0f) into master (f9f6b94) will decrease coverage by 6.6%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master   #25691       +/-   ##
===========================================
- Coverage    82.0%    75.3%     -6.7%     
===========================================
  Files         655       40      -615     
  Lines      171822     2345   -169477     
  Branches      335      338        +3     
===========================================
- Hits       140972     1768   -139204     
+ Misses      30734      459    -30275     
- Partials      116      118        +2     

@mergify mergify bot merged commit 3ed2e0c into master Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web3.js/commitlint/config-conventional-17.0.2 branch June 1, 2022 10:21
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Jun 29, 2022
…25691)

Bumps [@commitlint/config-conventional](https:/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 17.0.2.
- [Release notes](https:/conventional-changelog/commitlint/releases)
- [Changelog](https:/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https:/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/config-conventional)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Jun 29, 2022
…25691)

Bumps [@commitlint/config-conventional](https:/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 17.0.2.
- [Release notes](https:/conventional-changelog/commitlint/releases)
- [Changelog](https:/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https:/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/config-conventional)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants