Skip to content

fix(deps): update rhdh orchestrator dependencies (minor)#1355

Merged
kim-tsao merged 1 commit intomainfrom
renovate/rhdh-orchestrator-dependencies-(minor)
Nov 4, 2025
Merged

fix(deps): update rhdh orchestrator dependencies (minor)#1355
kim-tsao merged 1 commit intomainfrom
renovate/rhdh-orchestrator-dependencies-(minor)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@openapitools/openapi-generator-cli 2.22.0 -> 2.25.0 age confidence
@playwright/test (source) 1.54.2 -> 1.56.1 age confidence
@red-hat-developer-hub/backstage-plugin-theme (source) ^0.9.0 -> ^0.10.0 age confidence

Release Notes

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.25.0

Compare Source

Features
  • release: trigger a release (2a8a011)

v2.24.0

Compare Source

Features

v2.23.4

Compare Source

Bug Fixes

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Bug Fixes

v2.23.1

Compare Source

Bug Fixes

v2.23.0

Compare Source

Features
microsoft/playwright (@​playwright/test)

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Compare Source

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

### Generate agent files for each agentic loop
### Visual Studio Code
npx playwright init-agents --loop=vscode

### Claude Code
npx playwright init-agents --loop=claude

### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time

Breaking Changes

Miscellaneous

  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

Compare Source

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
redhat-developer/rhdh-plugins (@​red-hat-developer-hub/backstage-plugin-theme)

v0.10.1

Compare Source

Patch Changes
  • fe339e6: Release all themes and test packages together to resolve build issues

v0.10.0

Compare Source

Minor Changes
  • 37b8b27: Backstage version bump to v1.42.5

v0.9.1

Compare Source

Patch Changes
  • 8e33ca2: Use id instead of class to select components due to differences in classNames in production

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot added dependencies Pull requests that update a dependency file orchestrator team/orchestrator labels Aug 24, 2025
@renovate renovate Bot requested a review from batzionb as a code owner August 24, 2025 00:32
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2025
@rhdh-gh-app
Copy link
Copy Markdown

rhdh-gh-app Bot commented Aug 24, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/orchestrator/packages/app none v0.0.3
@red-hat-developer-hub/backstage-plugin-orchestrator-common workspaces/orchestrator/plugins/orchestrator-common patch v3.2.0
@red-hat-developer-hub/backstage-plugin-orchestrator workspaces/orchestrator/plugins/orchestrator patch v5.2.1

@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch 9 times, most recently from 4789d70 to ed72270 Compare August 25, 2025 14:35
@renovate renovate Bot changed the title chore(deps): update dependency @playwright/test to v1.55.0 chore(deps): update rhdh orchestrator dependencies (minor) Aug 25, 2025
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from ed72270 to cfe65e1 Compare August 25, 2025 14:36
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from cfe65e1 to c367778 Compare August 26, 2025 05:54
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c367778 to b7bc8bc Compare August 26, 2025 05:55
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from b7bc8bc to 6bae97c Compare August 26, 2025 20:45
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 6bae97c to 13cf4fa Compare August 26, 2025 20:45
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 13cf4fa to a5d4286 Compare August 27, 2025 18:22
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from a5d4286 to 06b2742 Compare August 27, 2025 18:23
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 06b2742 to 810f70c Compare August 27, 2025 21:04
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 810f70c to 6909583 Compare August 27, 2025 21:04
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 6909583 to 51bb609 Compare August 28, 2025 11:44
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 381970d to abe7615 Compare September 1, 2025 11:11
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from abe7615 to 5cc198f Compare September 2, 2025 23:10
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 5cc198f to 497c4e4 Compare September 2, 2025 23:10
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 497c4e4 to fb7a976 Compare September 2, 2025 23:16
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from fb7a976 to 534ba99 Compare September 2, 2025 23:16
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 534ba99 to 78156c2 Compare September 3, 2025 17:05
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 78156c2 to 6f909d7 Compare September 3, 2025 17:05
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 6f909d7 to 4765f75 Compare September 3, 2025 20:44
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 4765f75 to 9185837 Compare September 3, 2025 20:44
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 9185837 to c19dbd4 Compare September 4, 2025 07:05
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c19dbd4 to 880d7e2 Compare September 4, 2025 07:05
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 880d7e2 to c3b52b7 Compare September 4, 2025 15:57
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c3b52b7 to ee6da21 Compare September 4, 2025 15:57
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from ee6da21 to b090671 Compare September 4, 2025 16:53
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from b090671 to 12481a6 Compare September 4, 2025 16:54
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 12481a6 to 3e52b4c Compare September 4, 2025 17:01
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 3e52b4c to 1fc3be8 Compare September 4, 2025 17:02
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 1fc3be8 to f7e0bea Compare September 4, 2025 17:12
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from f7e0bea to a44bb28 Compare September 4, 2025 17:12
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from a44bb28 to d4e02a0 Compare September 4, 2025 19:10
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from d4e02a0 to 4743882 Compare September 4, 2025 19:10
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 4743882 to 0c04e62 Compare September 5, 2025 09:30
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 0c04e62 to c2e755f Compare September 5, 2025 09:30
@renovate renovate Bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c2e755f to 965ce8b Compare September 7, 2025 17:13
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 965ce8b to e43fc4d Compare September 7, 2025 17:13
@sonarqubecloud
Copy link
Copy Markdown

Please retry analysis of this Pull-Request directly on SonarQube Cloud

1 similar comment
@sonarqubecloud
Copy link
Copy Markdown

Please retry analysis of this Pull-Request directly on SonarQube Cloud

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Nov 4, 2025

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 orchestrator team/orchestrator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants