chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
JamesIves/github-pages-deploy-action | action | minor |
v4.2.5 -> v4.4.1
|
Release Notes
JamesIves/github-pages-deploy-action
v4.4.1
What's Changed
- The action now fully runs on Node 16. (Thank you @nickmccurdy)
Changelog
- Bump eslint-plugin-jest from 26.5.3 to 26.7.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1177
- Bump @types/node from 18.0.6 to 18.6.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1178
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1186
- Bump eslint-plugin-jest from 26.7.0 to 26.8.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1193
- Bump @types/node from 18.6.3 to 18.7.6 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1195
- Typographical Error by @sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1197
- Typographical Error by @sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1198
- Bump eslint-plugin-jest from 26.8.3 to 26.8.7 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1200
- Bump @types/node from 18.7.6 to 18.7.13 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1202
- Bump typescript from 4.7.4 to 4.8.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1215
- Bump eslint-plugin-jest from 26.8.7 to 27.0.4 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1216
- Bump @types/node from 18.7.13 to 18.7.18 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1219
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1220
- Use Node 16 by @nickmccurdy in https://github.com/JamesIves/github-pages-deploy-action/pull/1221
- Bump @types/node from 18.7.18 to 18.8.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1233
- Bump typescript from 4.8.3 to 4.8.4 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1227
- Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1230
- Bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1232
New Contributors
- @sojinsamuel made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1197
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.1
v4.4.0
What's Changed
- Adding tag option to action by @germa89 in https://github.com/JamesIves/github-pages-deploy-action/pull/1142 - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme.
- fix:
🐛 Fixes an issue where informational messages are throwing errors by in https://github.com/JamesIves/github-pages-deploy-action/pull/1168 - Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1159
- Bump @types/node from 18.0.0 to 18.0.6 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1169
New Contributors
- @germa89 made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1142
❤ ️
Sponsors - Special thanks to @github for their generous sponsorship contributions.
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.0
v4.3.4
Minor Changes
- The
branch
parameter is no longer required. It now defaults togh-pages
. - Linting scripts have been updated to ensure that everything across the repo gets picked up.
- Numerous dependency updates.
New Contributors
- @nickmccurdy made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1155
❤ ️
Sponsors - Special thanks to @github for their generous sponsorship contributions.
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.3.4
v4.3.3
Changes
- Resolves an issue in some workflows that were caused by a recent change to permission handling.
v4.3.2
Changes
- Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run.
v4.3.1
Changes
- Resolves an issue caused by Git 2.36 when running the action within a container.
- The working directory is now added to the
safe.directory
global directory. - Integration tests have been updated so one of the samples run in a Docker container so this gets picked up by integration tests in the future.
- The working directory is now added to the
v4.3.0
Changes
- Implements a new option available behind a flag,
force
. If set tofalse
the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future versionfalse
will be set as the default. Massive thanks to @rossjrw for this feature addition. - Modified the Node version which the action is developed/tested against from
14
to16
.
Minor Changes
- Third-party dependency updates.
- Test coverage improvements.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.