Skip to content

fix(deps): bump chess.js from 0.10.2 to 0.13.3 #7

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps chess.js from 0.10.2 to 0.13.3.

Release notes

Sourced from chess.js's releases.

v0.13.3

Bug Fixes

Changes

v0.13.2

Bug Fixes

  • [PGN] Ignore extraneous whitespace in PGN header (@​jhlywa - 24d1c86ecdad7a545e65e4bdf48f7f6e29fcc61e)
  • [PGN] Allow FEN header without a SetUp header in sloppy PGN parser (@​jhlywa - 35e3fbfbafce1295e386ccc160ddf368278f4ad8)

v0.13.1

Bug Fixes

  • [PGN] Ensure the strict parser always runs before sloppy parser (@​jhlywa - 62914d6335d69aa143789da69dc112b7)
  • [API] Fix .ascii() function (@​jhlywa - 450c7f1f51b46428495ca107354448a89378a10c)

v0.13.0

Enhancements

v0.12.1

Bug Fixes

  • [PGN] Fix duplication of last move when loading PGN containing trailing comments without a game termination marker (@​jhlywa - 321a25e866b06caef306268f856d4bf639b05742)
  • [PGN] Fix PGN export that included unnecessary move disambiguators (@​SyntaxBlitz - 1814427cd637a4de9ead30b0977973abad33808e)

0.12.0

Enhancements

  • [SAN] Improve performance of SAN move parser by inferring the piece the user is moving (in both .move() and .load_pgn()) and restricting move generation to those piece types. This change resulted in a 50% performance improvement as measured through the unit tests. (@​ejezisek - #275)

0.11.0

Enhancements

  • [PGN] Add support for PGN comments (new API: .set_comment(comment), .get_comment(), .get_comments(), .delete_comment(), .delete_comments()) (@​jtwires - jhlywa/chess.js#235)

Bug Fixes

0.10.3

Enhancements

  • Added .board() function to return a 2D representation of the board (@​jhlywa - f2a9baa6d)
  • Revamped documentation for .load_pgn() function (@​svangordon - #149)
  • The minified version of the source code has been removed from version control.

... (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 Pull requests that update a dependency file label Jul 11, 2022
@dependabot dependabot bot requested a review from MaCleodWalker July 11, 2022 17:08
Bumps [chess.js](https://github.com/jhlywa/chess.js) from 0.10.2 to 0.13.3.
- [Release notes](https://github.com/jhlywa/chess.js/releases)
- [Commits](jhlywa/chess.js@v0.10.2...v0.13.3)

---
updated-dependencies:
- dependency-name: chess.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/chess.js-0.13.3 branch from ce1a99b to 88b25c9 Compare July 11, 2022 17:10
@MaCleodWalker MaCleodWalker merged commit 3d38571 into master Jul 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/chess.js-0.13.3 branch July 11, 2022 17:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant