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

Bump chess.js from 1.0.0-beta.6 to 1.0.0-beta.7 #1130

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2023

Bumps chess.js from 1.0.0-beta.6 to 1.0.0-beta.7.

Release notes

Sourced from chess.js's releases.

v1.0.0-beta.7

Breaking Changes

These two changes only impact users that retain PGN headers when calling .clear or .load.

  • clear(true) should now be written as clear({ preserveHeader: true })
  • load(myFen, true) should now be written as load(myFen, { preserveHeader: true })

Enhancements

  • Add check for invalid pawn placement in validateFen (@​Manukyanq - #412)
  • Update castling rights and en passant square in .put() (@​gavin-lb - 55181a90)
  • Add skipValidation option to .load (@​jhlywa - e2ff91c7)

Bug Fixes

  • Fix README shield links (@​JamJomJim - #416)
  • Fix three-fold repetition to only return true if the immediate position has been repeated 3 times (@​gavin-lb - #144)
  • Update internal king cache when overwriting the king via put() (@​Manukyanq #426)
  • Always clear Setup and FEN when calling .clear() (@​jhlywa - be03fe0)
Commits
  • f39e627 1.0.0-beta.7
  • e2ff91c Add skipValidation option to .load()
  • 5e20d86 Tweak README
  • be03fe0 Always clear Setup and FEN when calling .clear()
  • 4160ef2 Add tests for preserveHeaders
  • 8d2c6d0 Rename keepHeaders to preserveHeaders
  • acbdfac Move trimFen out of class definition
  • 01c551f Add access modifiers for private members
  • 7d33da9 Formatting
  • cd75718 Add check script to package.json
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [chess.js](https://github.com/jhlywa/chess.js) from 1.0.0-beta.6 to 1.0.0-beta.7.
- [Release notes](https://github.com/jhlywa/chess.js/releases)
- [Commits](jhlywa/chess.js@v1.0.0-beta.6...v1.0.0-beta.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2023
Copy link

netlify bot commented Dec 26, 2023

Deploy Preview for harmonious-stardust-e06cab ready!

Name Link
🔨 Latest commit 32418b4
🔍 Latest deploy log https://app.netlify.com/sites/harmonious-stardust-e06cab/deploys/658a6e3672a65b00081a8ff7
😎 Deploy Preview https://deploy-preview-1130--harmonious-stardust-e06cab.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot closed this Feb 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/chess.js-1.0.0-beta.7 branch February 11, 2024 00:55
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