Ethaks / FVTT-Quench

Harden your Foundry module or system code with end-to-end UI tests directly within Foundry. Powered by Mocha and Chai.
https://ethaks.github.io/FVTT-Quench/index.html
GNU General Public License v3.0
28 stars 1 forks source link

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.9 #576

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.9.

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.6.9

What's Changed

Dependencies ๐Ÿค–

  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9

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.
  • 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.

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8

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

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.

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5

Commits
  • 62fec3a Deploy Production Code for Commit 22a67fe04db392cf0d0389db3c6255007d3c990e ๐Ÿš€
  • 22a67fe Merge branch 'dev' into releases/v4
  • bbb99d2 chore(deps): update dependencies (#1732)
  • c1a0a35 Deploying to dev from @ JamesIves/github-pages-deploy-action@6a8a7d7510756d38...
  • 6a8a7d7 Deploying to dev from @ JamesIves/github-pages-deploy-action@42468f8ad8f6ca9c...
  • 42468f8 build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#1710)
  • 1adc62d Release 4.6.8 ๐Ÿ“ฃ
  • 881db53 Merge branch 'dev' into releases/v4
  • 4e28ec4 Update version.yml
  • c14d126 Update integration.yml
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)