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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps JamesIves/github-pages-deploy-action from 4.2.5 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: JamesIves/github-pages-deploy-action@v4...v4.6.9

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

v4.6.4

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
JamesIves/github-pages-deploy-action [>= 4.5.a, < 4.6]

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.2.5 to 4.6.9.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.2.5...v4.6.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 18, 2024
@dependabot dependabot bot requested review from a team, m-zagorski, yamilmedina, borichellow, ohassine and mathias-niboulies and removed request for a team November 18, 2024 13:49
Copy link
Contributor

github-actions bot commented Nov 19, 2024

Test Results

3 288 tests  ±0   3 181 ✅ ±0   4m 56s ⏱️ -23s
  561 suites ±0     107 💤 ±0 
  561 files   ±0       0 ❌ ±0 

Results for commit 16bae9b. ± Comparison against base commit 78c1bbf.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 19, 2024

@datadog-wireapp
Copy link

datadog-wireapp bot commented Nov 19, 2024

Datadog Report

Branch report: dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.9
Commit report: e234e5a
Test service: kalium-jvm

✅ 0 Failed, 3181 Passed, 107 Skipped, 2m 13.46s Total Time
❄️ 1 New Flaky

New Flaky Tests (1)

  • givenUserWhenHandlingTextMessagesThenProcessShouldSucceed - PocIntegrationTest - Last Failure

    Expand for error
     kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 1m, the test coroutine is not completing, there were active child jobs: ["coroutine#189":StandaloneCoroutine{Active}@19bd78fd]
     
     kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 1m, the test coroutine is not completing, there were active child jobs: ["coroutine#189":StandaloneCoroutine{Active}@19bd78fd]
     	at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$2$1.invoke(TestBuilders.kt:351)
     	at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$2$1.invoke(TestBuilders.kt:335)
     	at app//kotlinx.coroutines.InvokeOnCancelling.invoke(JobSupport.kt:1428)
     	at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1473)
     	at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:796)
     	at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:756)
     	at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:672)
     ...
    

Copy link

sonarcloud bot commented Nov 19, 2024

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.01%. Comparing base (78c1bbf) to head (16bae9b).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3110      +/-   ##
===========================================
- Coverage    54.02%   54.01%   -0.01%     
===========================================
  Files         1232     1232              
  Lines        35979    35979              
  Branches      3646     3646              
===========================================
- Hits         19437    19434       -3     
- Misses       15140    15143       +3     
  Partials      1402     1402              

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78c1bbf...16bae9b. Read the comment docs.

---- 🚨 Try these New Features:

@yamilmedina yamilmedina added this pull request to the merge queue Nov 22, 2024
Merged via the queue into develop with commit 10cfb4b Nov 22, 2024
22 checks passed
@yamilmedina yamilmedina deleted the dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.9 branch November 22, 2024 08:49
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 👕 size: XS type: chore 🧹
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants