kulshekhar / ts-jest

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.
https://kulshekhar.github.io/ts-jest
MIT License
6.94k stars 452 forks source link

build(deps): Update JamesIves/github-pages-deploy-action action to v4.6.8 #4568

Closed renovate[bot] closed 1 day ago

renovate[bot] commented 1 day ago

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch v4.6.4 -> v4.6.8

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action) ### [`v4.6.8`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.7...v4.6.8) #### What's Changed ##### Bug Fixes ๐Ÿ - fix: :bug: Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - [#​1694](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1694). - fix: Resolved a rare deployment error where the action would complain that `origin/${branch_name} is not a commit and a branch cannot be created from it`. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - [#​1689](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1689). ##### Testing ๐Ÿงช - test: ๐Ÿงช Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (`ie @​v4`). This was done to combat problems raised by [#​1697](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1697). **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8 ### [`v4.6.7`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.6.7) #### What's Changed ##### Bug Fixes ๐Ÿ - fix: resolved an issue where `main.js` was not found in the v4 major tag. ### [`v4.6.6`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.6) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) #### What's Changed ##### Bug Fixes ๐Ÿ - revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later. ### [`v4.6.5`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.4...v4.6.5) #### What's Changed #### What's Changed ##### Bug Fixes ๐Ÿ - fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances. **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

coveralls commented 1 day ago

Pull Request Test Coverage Report for Build 11177835031

Details


Totals Coverage Status
Change from base Build 11177829328: 0.0%
Covered Lines: 4759
Relevant Lines: 4937

๐Ÿ’› - Coveralls