From 3b468afd874cedd24b57b7f80e0d9589cc43d138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:40:54 +0200 Subject: [PATCH] ci(dependabot): bump aganders3/headless-gui from 1 to 2 (#332) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [aganders3/headless-gui](https://github.com/aganders3/headless-gui) from 1 to 2.
Release notes

Sourced from aganders3/headless-gui's releases.

Version 2.0 is not a major change, but it is technically breaking as the default virtual screen size has changed. If you are not relying heavily on the virtual screen size or bit depth you are probably safe to just update. If you want to update and keep the old default, set xvfb-screen-size: "1024x768x16".

What's Changed

Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v2.0

Version 1.2

What's Changed

New Contributors

Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v1.2

v1.1

What's Changed

New Contributors

Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v1.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aganders3/headless-gui&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_conversion.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_conversion.yml b/.github/workflows/test_conversion.yml index e3ecd005..d6c7bb5d 100644 --- a/.github/workflows/test_conversion.yml +++ b/.github/workflows/test_conversion.yml @@ -61,7 +61,7 @@ jobs: - name: Test Conversion id: test-without-napari - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 continue-on-error: true with: run: npe2 convert ./plugin_repo @@ -73,13 +73,13 @@ jobs: - name: Test Conversion again with napari id: test-with-napari if: ${{ steps.test-without-napari.outcome == 'failure' }} - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: run: npe2 convert ./plugin_repo - name: Test Conversion again with napari if: ${{ steps.test-without-napari.outcome == 'failure' && steps.test-with-napari.outcome == 'failure' }} - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: # try without modifying directory run: npe2 convert -n ${{ matrix.plugin }}