tanliyon / gym-xiangqi

This repo sets up the environment to play Xiang Qi (chinese chess) following the OpenAI Gym framework.
GNU Lesser General Public License v3.0
32 stars 6 forks source link

Bump py-actions/flake8 from 1 to 2 #100

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps py-actions/flake8 from 1 to 2.

Release notes

Sourced from py-actions/flake8's releases.

v2.0.0

CHANGELOG.md is available in the root of the repository

What's Changed

Full Changelog: https://github.com/py-actions/flake8/compare/v1...v2.0.0

v1.2.0

CHANGELOG.md is available in the root of the repository

v1.1.0

CHANGELOG.md is available in the root of the repository

v1.0.1

No release notes provided.

Changelog

Sourced from py-actions/flake8's changelog.

Changelog

v2.0.0

  • Remove cPython 3.6 GitHub Actions test runner support (all platforms)
  • Add cPython 3.10 GitHub Actions test runner support (all platforms)
  • update eslint-plugin-import to ^2.25.3
  • update eslint-plugin-jsx-a11y to ^6.5.1
  • update eslint-plugin-react to ^7.27.1
  • update jest to ^27.4.5

v1.2.0

  • Fix: remove custom error string "ERROR: Action failed during execution with error: " in non-zero exit status code reporting. This was not semantically correct when flake8 raises a non-zero exit code for failed lints
  • add cPython 3.10 interpreter CI testing
  • update @​actions/core dependency to v1.6.0
  • update @​actions/exec dependency to v1.1.0
  • update eslint-plugin-import dependency to v2.25.2
  • update eslint-plugin-prettier dependency to v3.4.1
  • update eslint-plugin-promise depenency to v4.3.1
  • update eslint-plugin-react dependency to v7.26.1
  • update jest dependency to v27.3.1

v1.1.0

  • add cPython 3.9 interpreter CI testing
  • add daily cron schedule CI testing
  • update @​actions/core dependency to v1.2.6
  • update @​zeit/ncc dependency to v0.22.3
  • update eslint-config-airbnb-base dependency to v14.2.1
  • update estlint-plugin-import dependency to v2.22.1
  • update eslint-plugin-jsx-a11y dependency to v6.4.1
  • update eslint-plugin-prettier dependency to v3.1.4
  • update eslint-plugin-react dependency to v7.21.5
  • update jest dependency to v26.6.3

v1.0.1

Auto-updated during Action execution when you use the v1 action tag

  • Fix typo in README documentation description of flake8-version default setting.

v1.0.0

Auto-updated during Action execution when you use the v1 action tag

  • Initial release
Commits
  • 6b71483 Merge pull request #118 from py-actions/release-prep-v2
  • 7743f8d [README.md] update flake8 action version tag to v2 in source examples
  • db262fc v2.0.0
  • 8736f40 Merge pull request #116 from py-actions/dependabot/npm_and_yarn/jest-27.4.5
  • 437c392 build(deps-dev): bump jest from 27.4.3 to 27.4.5
  • 707e01f Merge pull request #117 from py-actions/py-version-updates
  • d0c0925 [gha] remove cPy3.6 testing, remove pypy3 testing on macOS
  • 2c5e84e Merge pull request #114 from py-actions/dependabot/npm_and_yarn/jest-27.4.3
  • ff735a8 build(deps-dev): bump jest from 27.4.2 to 27.4.3
  • 992871a Merge pull request #113 from py-actions/dependabot/npm_and_yarn/jest-27.4.2
  • 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)