Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 #1111

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Release notes

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

v4.6.8

What's Changed

Bug Fixes 🐝

  • fix: 🐛 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: JamesIves/github-pages-deploy-action@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: JamesIves/github-pages-deploy-action@v4...v4.6.5

Commits
  • 881db53 Merge branch 'dev' into releases/v4
  • 4e28ec4 Update version.yml
  • c14d126 Update integration.yml
  • 91f72e3 Deploy Production Code for Commit 77b5e666121b2aa90cd82b593a978636cd94833d 🚀
  • 77b5e66 Merge branch 'dev' into releases/v4
  • ad7c547 Squashed commit of the following:
  • 0c6bce4 Deploy Production Code for Commit fb1eb73a4857aded8a8a637780df667aa47fc011 🚀
  • fb1eb73 Merge branch 'dev' into releases/v4
  • ff20230 fix: resolve 'origin/gh-pages' is not a commit and a branch cannot be created...
  • b06fcc8 fix: make the temp branch an orphan
  • 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 <dependency name> 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)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 30, 2024
Copy link

relativeci bot commented Sep 30, 2024

imagelightbox-jquery

#151 Bundle Size — 1.07KiB (0%).

7eb1e85(current) vs f55e551 master#146(baseline)

Bundle metrics  no changes
                 Current
#151
     Baseline
#146
No change  Initial JS 1.07KiB 1.07KiB
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 1 1
No change  Assets 1 1
No change  Modules 1 1
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 0 0
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#151
     Baseline
#146
No change  JS 1.07KiB 1.07KiB

Bundle analysis reportBranch dependabot/github_actions/JamesI...Project dashboard


Generated by RelativeCIDocumentationReport issue

Copy link

relativeci bot commented Sep 30, 2024

imagelightbox-native

#775 Bundle Size — 10.94KiB (0%).

7eb1e85(current) vs f55e551 master#770(baseline)

Bundle metrics  no changes
                 Current
#775
     Baseline
#770
No change  Initial JS 10.94KiB 10.94KiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 0% 100%
No change  Chunks 1 1
No change  Assets 1 1
No change  Modules 23 23
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 0 0
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#775
     Baseline
#770
No change  JS 10.94KiB 10.94KiB

Bundle analysis reportBranch dependabot/github_actions/JamesI...Project dashboard


Generated by RelativeCIDocumentationReport issue

@github-actions github-actions bot merged commit 086954c into master Sep 30, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.8 branch September 30, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant