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.
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.
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.
fix: resolved an issue where main.js was not found in the v4 major tag.
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
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.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the github-actions-all group with 5 updates:
16.0.0
17.0.0
1.23.6
1.24.6
1.4.7
1.4.8
4.6.3
4.6.8
6.1.0
7.0.5
Updates
DavidAnson/markdownlint-cli2-action
from 16.0.0 to 17.0.0Commits
db43aef
Update to version 17.0.0.c0decc5
Bump@stylistic/eslint-plugin
from 2.7.2 to 2.8.0dd2171b
Bump eslint from 9.9.1 to 9.10.085b2286
Bump@eslint/js
from 9.9.1 to 9.10.095aa6ed
Freshen generated index.js file.476aead
Bump markdownlint-cli2 from 0.13.0 to 0.14.0da0291d
Freshen generated index.js file.235535b
Add@stylistic/eslint-plugin
to ESLint configuration.2038498
Bump eslint from 9.9.0 to 9.9.1ea9d2c1
Bump@eslint/js
from 9.9.0 to 9.9.1Updates
crate-ci/typos
from 1.23.6 to 1.24.6Release notes
Sourced from crate-ci/typos's releases.
... (truncated)
Changelog
Sourced from crate-ci/typos's changelog.
Commits
8e6a428
chore: Releasecab7c3c
docs: Update changelogc4a6592
Merge pull request #1100 from epage/invertad3538f
refactor(cli): Switch from Overrides to Gitignored9b55f9
fix(cli): Allow negative expressions in extend-exclude777cf42
refactor(cli): Be explicit in overrides0e8148f
test(cli): Show inverted extend-exclude behavior945d407
chore: Releasee972e95
docs: Update changelogfcfade4
Merge pull request #1095 from zyf722/actions-windowsUpdates
rossjrw/pr-preview-action
from 1.4.7 to 1.4.8Release notes
Sourced from rossjrw/pr-preview-action's releases.
Commits
430e3df
Hardcode this action's URL to github.come50528e
Merge pull request #83 from fulfillmenttools/main4dd0125
Merge branch 'rossjrw:main' into main8ddc97b
docs: add force:false to full exampleUpdates
JamesIves/github-pages-deploy-action
from 4.6.3 to 4.6.8Release notes
Sourced from JamesIves/github-pages-deploy-action's releases.
... (truncated)
Commits
881db53
Merge branch 'dev' into releases/v44e28ec4
Update version.ymlc14d126
Update integration.yml91f72e3
Deploy Production Code for Commit 77b5e666121b2aa90cd82b593a978636cd94833d 🚀77b5e66
Merge branch 'dev' into releases/v4ad7c547
Squashed commit of the following:0c6bce4
Deploy Production Code for Commit fb1eb73a4857aded8a8a637780df667aa47fc011 🚀fb1eb73
Merge branch 'dev' into releases/v4ff20230
fix: resolve 'origin/gh-pages' is not a commit and a branch cannot be created...b06fcc8
fix: make the temp branch an orphanUpdates
peter-evans/create-pull-request
from 6.1.0 to 7.0.5Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
5e91468
fix: support symlinks when commit signing (#3359)2f38cd2
fix: support submodules when commit signing (#3354)7a8aeac
build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)d39d596
build(deps-dev): bump@types/jest
from 29.5.12 to 29.5.13 (#3343)f6f978f
docs: correct suggestion for bot setup (#3342)6cd32fd
fix: disable abbreviated commit shas in diff (#3337)d121e62
fix: disable diff detection for renames and copies (#3330)f4d66f4
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)488c869
build(deps-dev): bump@types/node
from 18.19.48 to 18.19.50 (#3320)5354f85
docs: update readmeDependabot 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