kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

chore(deps): Bump crate-ci/typos from 1.5.0 to 1.6.0 #86

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps crate-ci/typos from 1.5.0 to 1.6.0.

Release notes

Sourced from crate-ci/typos's releases.

v1.6.0

[1.6.0] - 2022-04-06

Fixes

  • Treat go.mod as go-lang source like we do manifests for other languages
  • Treat go.sum as a lock file, ignoring it by default
Changelog

Sourced from crate-ci/typos's changelog.

[1.6.0] - 2022-04-06

Fixes

  • Treat go.mod as go-lang source like we do manifests for other languages
  • Treat go.sum as a lock file, ignoring it by default
Commits
  • 3e802f8 chore: Release
  • b0aab67 docs: Update changelog
  • faad85a Merge pull request #459 from epage/go
  • bead488 fix(config): Set file types for go.mod/go.sum
  • e3a1397 chore: Remove duplicate lock entry
  • b2b016f Merge pull request #455 from crate-ci/dependabot/cargo/yansi-0.5.1
  • 8c5dbc0 Merge pull request #453 from crate-ci/dependabot/cargo/log-0.4.16
  • d7de93c Merge pull request #452 from crate-ci/dependabot/cargo/anyhow-1.0.56
  • 07cc0cd Merge pull request #456 from crate-ci/dependabot/cargo/regex-1.5.5
  • 6bc9b8e chore(deps): Bump yansi from 0.5.0 to 0.5.1
  • Additional commits viewable in compare view


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (b010842) into main (656b34f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files           9        9           
  Lines        1363     1363           
=======================================
  Hits         1258     1258           
  Misses        105      105           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 656b34f...b010842. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #90.