Skip to content

chore(deps): update orhun/git-cliff-action action to v4.5.1 #73

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Type Update Change
orhun/git-cliff-action action minor v4.4.2 -> v4.5.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

orhun/git-cliff-action (orhun/git-cliff-action)

v4.5.1

Compare Source

[4.5.1] - 2025-07-28

🐛 Bug Fixes
run
  • Properly pass arguments as an array (#​56)

v4.5.0

Compare Source

[4.5.0] - 2025-07-27

🐛 Bug Fixes
action
  • Use --context flag before args (#​50)
args
  • Allow setting the output via --output argument (#​53)
install
  • Install in temp path instead of user working dir (#​51)
⚙️ Miscellaneous Tasks
version
  • Update git-cliff to 2.10.0

See https://git-cliff.org/blog/2.10.0

New Contributors

Full Changelog: orhun/git-cliff-action@v4...v4.5.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Jul 27, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
300 2 298 13
View the top 2 failed test(s) by shortest run time
tests.aignostics.application.gui_test::test_gui_index
Stack Traces | 4.07s run time
There were unexpected ERROR logs.
tests.aignostics.qupath.gui_test::test_gui_qupath_install
Stack Traces | 145s run time
args = ()
kwargs = {'runner': <typer.testing.CliRunner object at 0x7f72476e8a70>, 'silent_logging': None, 'user': <nicegui.testing.user.User object at 0x7f7245428910>}

    async def wrapped_test(*args, **kwargs):
        with Client.auto_index_client:
>           return await original_test(*args, **kwargs)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

..../test-3-13/lib/python3.13.../nicegui/testing/user_plugin.py:29: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
.../aignostics/qupath/gui_test.py:63: in test_gui_qupath_install
    await user.should_see("Launchpad is healthy")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <nicegui.testing.user.User object at 0x7f7245428910>
target = 'Launchpad is healthy'

    async def should_see(self,
                         target: Union[str, Type[T], None] = None,
                         *,
                         kind: Optional[Type[T]] = None,
                         marker: Union[str, List[str], None] = None,
                         content: Union[str, List[str], None] = None,
                         retries: int = 3,
                         ) -> None:
        """Assert that the page contains an element fulfilling certain filter rules.
    
        Note that there is no scrolling in the user simulation -- the entire page is always *visible*.
        Due to asynchronous execution, sometimes the expected elements only appear after a short delay.
    
        By default `should_see` makes three attempts to find the element before failing.
        This can be adjusted with the `retries` parameter.
        """
        for _ in range(retries):
            with self._client:
                if self.notify.contains(target) or self._gather_elements(target, kind, marker, content):
                    return
                await asyncio.sleep(0.1)
>       raise AssertionError('expected to see at least one ' + self._build_error_message(target, kind, marker, content))
E       AssertionError: expected to see at least one element with marker=Launchpad is healthy or content=Launchpad is healthy on the page:
E       q-layout
E        Header [model-value=True, elevated=True, add_scroll_padding=True]
E         Link [href=/, target=_self]
E          Image [src=/assets/logo.png]
E          Tooltip [text=Go to start page]
E         Space
E         Label [text=QuPath Extension]
E         Space
E         DarkMode
E         Button [icon=dark_mode, visible=False]
E         RefreshableContainer
E          Spinner [size=1em, thickness=5.0, flat=True]
E         Button [icon=folder_special, flat=True]
E          Tooltip [text=Open data directory...]
E         Button [icon=menu, flat=True]
E          Tooltip [text=Open menu]
E        q-page-container
E         q-page
E          div
E           Colors [primary=#1C1242, secondary=#B9B1DF, accent=#111B1E, dark=#1d1d1d1d, dark_page=#12121212, positive=#0CA57B, negative=#D4313C, info=#261C8D, warning=#FFCC00, customColors={'brand_white': '#EF...]
E           DarkMode
E           Timer
E           Timer
E           QueryElement [selector=body, classes=['bg-aignostics-ligh...]
E           Markdown [content=...]
E           Row
E            Column
E             Card
E              Label [text=QuPath 0.6.0-rc5 is...]
E              LinearProgress [size=4px, instant-feedback=True, visible=False]
E              Row
E               Button [markers=BUTTON_QUPATH_LAUNCH, label=Open, icon=visibility]
E               Space
E               Button [markers=BUTTON_QUPATH_INSTALL, label=Reinstall, icon=install_desktop]
E               Button [markers=BUTTON_QUPATH_INSTALL, label=Uninstall, icon=extension_off]
E             Markdown [content=...]
E            Space
E            Column
E             Row
E              Space
E              Html [content=<dotlottie-player sr...]
E              Space
E        RightDrawer [model-value=True, side=right]
E         Column
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=biotech]
E            ItemSection
E             Label [text=Run Applications]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=image]
E            ItemSection
E             Label [text=Download Datasets]
E          Space
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=visibility]
E            ItemSection
E             Label [text=QuPath Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=difference]
E            ItemSection
E             Label [text=Marimo Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=cloud]
E            ItemSection
E             Label [text=Manage Cloud Bucket]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             RefreshableContainer
E              Icon [name=settings]
E            ItemSection
E             Label [text=Info and Settings]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=domain]
E            ItemSection
E             Link [markers=LINK_PLATFORM, text=Go to Console, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=local_library]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Read The Docs, href=https://aignostics.r..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=help]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Get Support, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=check_circle]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Check Platform Statu..., href=https://status.aigno..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=handshake]
E            ItemSection
E             Link [markers=LINK_ATTRIBUTIONS, text=Attributions, href=https://aignostics.r..., target=_blank]
E        Footer [model-value=True]
E         Row
E          RefreshableContainer
E           Link [href=/system, target=_self]
E            Row
E             Tooltip [text=Check Launchpad Stat...]
E             Icon [name=error]
E             Label [text=Launchpad is unhealt...]
E          Row
E           Html [content=<iframe id="betterst...]
E           Tooltip [text=Check Platform Statu...]
E          Space
E          Row
E           Html [content=#x1F52C<a style="color: bl...]
E           Tooltip [text=Visit GitHub reposit...]

..../test-3-13/lib/python3.13.../nicegui/testing/user.py:141: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot changed the title chore(deps): update orhun/git-cliff-action action to v4.5.0 chore(deps): update orhun/git-cliff-action action to v4.5.1 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/orhun-git-cliff-action-4.x branch from aea5707 to 9d7fc57 Compare July 28, 2025 08:03
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants