MarsRoverFirmware
MarsRoverFirmware copied to clipboard
Bump py-actions/py-dependency-install from 3 to 4
Bumps py-actions/py-dependency-install from 3 to 4.
Release notes
Sourced from py-actions/py-dependency-install's releases.
v4
No release notes provided.
v4.0.0
CHANGELOG.md is available in the root of the repository
What's Changed
- Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 by
@dependabotin py-actions/py-dependency-install#116- Bump eslint-config-prettier from 4.3.0 to 6.15.0 by
@dependabotin py-actions/py-dependency-install#114- Bump prettier from 1.19.1 to 2.5.1 by
@dependabotin py-actions/py-dependency-install#120- Bump eslint-plugin-react-hooks from 1.7.0 to 4.3.0 by
@dependabotin py-actions/py-dependency-install#119- Bump eslint-plugin-html from 5.0.5 to 6.2.0 by
@dependabotin py-actions/py-dependency-install#118- Bump eslint-plugin-promise from 4.3.1 to 6.0.0 by
@dependabotin py-actions/py-dependency-install#121- Bump eslint-plugin-react from 7.27.1 to 7.28.0 by
@dependabotin py-actions/py-dependency-install#123- Bump eslint-plugin-import from 2.25.3 to 2.25.4 by
@dependabotin py-actions/py-dependency-install#125- Bump jest from 27.4.5 to 27.4.7 by
@dependabotin py-actions/py-dependency-install#127- Bump jest from 27.4.7 to 27.5.0 by
@dependabotin py-actions/py-dependency-install#131- Bump jest from 27.5.0 to 27.5.1 by
@dependabotin py-actions/py-dependency-install#132- Bump
@actions/execfrom 1.1.0 to 1.1.1 by@dependabotin py-actions/py-dependency-install#139- Bump prettier from 2.5.1 to 2.6.0 by
@dependabotin py-actions/py-dependency-install#138- Bump prettier from 2.6.0 to 2.6.1 by
@dependabotin py-actions/py-dependency-install#140- Bump minimist from 1.2.5 to 1.2.6 by
@dependabotin py-actions/py-dependency-install#141- Bump eslint-plugin-react from 7.28.0 to 7.29.4 by
@dependabotin py-actions/py-dependency-install#137- Bump eslint-plugin-react-hooks from 4.3.0 to 4.4.0 by
@dependabotin py-actions/py-dependency-install#142- Bump ansi-regex from 3.0.0 to 3.0.1 by
@dependabotin py-actions/py-dependency-install#143- Bump prettier from 2.6.1 to 2.6.2 by
@dependabotin py-actions/py-dependency-install#144- Bump eslint-plugin-import from 2.25.4 to 2.26.0 by
@dependabotin py-actions/py-dependency-install#145- Bump
@actions/corefrom 1.6.0 to 1.7.0 by@dependabotin py-actions/py-dependency-install#147- Bump jest from 27.5.1 to 28.0.0 by
@dependabotin py-actions/py-dependency-install#146- Bump jest from 28.0.0 to 28.0.1 by
@dependabotin py-actions/py-dependency-install#148- Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 by
@dependabotin py-actions/py-dependency-install#150- Bump jest from 28.0.1 to 28.0.2 by
@dependabotin py-actions/py-dependency-install#149- Bump jest from 28.0.2 to 28.0.3 by
@dependabotin py-actions/py-dependency-install#151- Bump
@actions/corefrom 1.7.0 to 1.8.0 by@dependabotin py-actions/py-dependency-install#153- Bump jest from 28.0.3 to 28.1.0 by
@dependabotin py-actions/py-dependency-install#152- Bump
@actions/corefrom 1.8.0 to 1.8.2 by@dependabotin py-actions/py-dependency-install#154- Bump eslint-plugin-react from 7.29.4 to 7.30.0 by
@dependabotin py-actions/py-dependency-install#155- Bump jest from 28.1.0 to 28.1.1 by
@dependabotin py-actions/py-dependency-install#156- Bump prettier from 2.6.2 to 2.7.0 by
@dependabotin py-actions/py-dependency-install#157- Bump
@actions/corefrom 1.8.2 to 1.9.0 by@dependabotin py-actions/py-dependency-install#159- Bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 by
@dependabotin py-actions/py-dependency-install#158- Bump prettier from 2.7.0 to 2.7.1 by
@dependabotin py-actions/py-dependency-install#160- Bump eslint-plugin-jsx-a11y from 6.5.1 to 6.6.0 by
@dependabotin py-actions/py-dependency-install#162- Bump eslint-plugin-react from 7.30.0 to 7.30.1 by
@dependabotin py-actions/py-dependency-install#161- Bump jest from 28.1.1 to 28.1.3 by
@dependabotin py-actions/py-dependency-install#164- Bump eslint-plugin-html from 6.2.0 to 7.0.0 by
@dependabotin py-actions/py-dependency-install#165- Bump eslint-plugin-jsx-a11y from 6.6.0 to 6.6.1 by
@dependabotin py-actions/py-dependency-install#166- Bump eslint-plugin-html from 7.0.0 to 7.1.0 by
@dependabotin py-actions/py-dependency-install#167
... (truncated)
Changelog
Sourced from py-actions/py-dependency-install's changelog.
Changelog
v4.0.0
- update the GitHub Action to use node 16 environment from node 12 environment (addresses GitHub Actions node 12 deprecation warnings)
- add cPython 3.11.x interpreter support
- drop cPython 3.7.x interpreter support (may work, no longer tested)
- update CodeQL configuration
- dependency updates
v3.0.0
- add cPython 3.10.x interpreter support
- drop cPython 3.6.x interpreter support
- remove pypy3 interpreter CI tests (appears to be a bug in the actions/setup-python pypy3 install pipeline at the moment)
- update eslint-plugin-import to ^2.25.3
- update eslint-plugin-jsx-a11y to ^6.5.1
- update eslint-plugin-prettier to ^3.4.1
- update eslint-plugin-promise to ^4.3.1
- update eslint-plugin-react to ^7.27.1
- update jest to ^27.4.5
v2.1.0
- add cPython 3.9 interpreter CI testing
- add daily cron schedule CI testing
- update
@actions/coredependency to v1.2.6- update
@zeit/nccdependency to v0.22.3- update eslint-config-airbnb-base dependency to v14.2.1
- update eslint-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
v2.0.2
- add Quick Start section at the front of the docs
- expand documentation examples
- fix documentation of defaults in Action yaml file
- add cross-platform CI testing
v2.0.1
- expand documentation with examples of non-default
requirements.txtfile paths and optional install toggle definitions in the Action configurationv2.0.0
- install/upgrade wheel by default (with option to toggle off)
- install/upgrade setuptools by default (with option to toggle off)
... (truncated)
Commits
9c419aa[README.md] updates for v4.0.0845eb6b[CHANGELOG.md] v4.0.01295787Merge pull request #193 from py-actions/dependency-updates2c36d3fMerge pull request #194 from py-actions/chrissimpkins-patch-171dd8b7Add codeql.ymlb748a9abump GHA dependency versions, update to node 16 env63ac438remove old CodeQL confige083742[action.yml] bump to node 16446fd4fupdate dist source908fcfebump package dependencies- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)