Skip to content

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

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 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@janus-idp/cli (source) 3.2.0 -> 3.6.1 age confidence
@mui/icons-material (source) 5.17.1 -> 5.18.0 age confidence
@mui/material (source) 5.17.1 -> 5.18.0 age confidence
@mui/styles (source) 5.17.1 -> 5.18.0 age confidence
@playwright/test (source) 1.53.2 -> 1.54.1 age confidence

Release Notes

janus-idp/backstage-plugins (@​janus-idp/cli)

v3.6.1

Compare Source

Patch Changes
  • 701b93c: This change updates the CLI to cater for the way modules are handled by require in node v20.19.0, which fixes an error that can be thrown by the CLI when an es6 or typescript module is picked up by require.

v3.6.0

Compare Source

Minor Changes
  • cd7aa9e: The janus-cli now can use buildah as a container tool.

v3.5.0

Compare Source

Minor Changes
  • 049f200: This change removes the embed-as-code method of exporting from export-dynamic-plugin and the associated --no-embed-as-dependencies flag. This change also removes the forked code required to support this exporting method as well as the associated rollup dependencies.

v3.4.2

Compare Source

Patch Changes
  • 611e23a: Fix wrong role retrieval which could break the metadata command behavior.
  • 611e23a: Check backstage the support-versions field value during export, and fix it if possible while emitting a warning.

v3.4.1

Compare Source

Patch Changes
  • a3e8716: Prepare for better compatibility with the upstream dynamic plugins support, by generating the config schema for backend plugins in both dist/configSchema.json (for backward compatibility with RHDH) and dist/.config-schema.json for consistency and compatibility with upstream.
  • 2559fd7: This change fixes package-dynamic-plugin to transform any organization identifier into a flat file path when packaging dynamic plugins.

v3.4.0

Compare Source

Minor Changes
  • b25ecb4: Bump packages/cli to 3.4.0 in main branch, in prep for release of 1.6.0
Patch Changes
  • f694a76: This change updates the package-dynamic-plugins command to use the exported plugin package name rather than deriving a package name from the base plugin package and package role. This change also ensures the exported plugin metadata is taken from the exported package instead of the original package. This change will potentially affect the final directory name of exported plugins.

v3.3.1

Compare Source

Patch Changes
  • 4af162c: This change ensures the CLI properly updates any manually added resolutions a plugin has with the embedded version. This fixes cases where a plugin may be using resolutions for finer grained version control on packages the CLI would embed, such as native dependencies.

v3.3.0

Compare Source

Minor Changes
  • 9983dd8: Bump packages/cli to 3.3.0 in main branch, in prep for release of 1.5.0
Patch Changes
  • 0123a8d: Fix Yarn v1 incompatibility in the export-dynamic-plugin command
mui/material-ui (@​mui/icons-material)

v5.18.0

Compare Source

A big thanks to the 2 contributors who made this release possible.

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers.
To learn more, check out the CSS layers documentation.

@mui/[email protected]
@mui/[email protected]
Docs

All contributors of this release in alphabetical order: @​oliviertassinari, @​siriwatknp

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

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 the dependencies Pull requests that update a dependency file label Jul 10, 2025
@renovate renovate bot requested a review from batzionb as a code owner July 10, 2025 10:53
@renovate renovate bot added dependencies Pull requests that update a dependency file orchestrator team/orchestrator labels Jul 10, 2025
@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Jul 10, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/orchestrator/packages/app none v0.0.3
custom-authentication-provider-module-backend workspaces/orchestrator/plugins/custom-authentication-provider-module-backend none v0.0.1
custom-authentication-provider-module workspaces/orchestrator/plugins/custom-authentication-provider-module none v0.0.1
@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets workspaces/orchestrator/plugins/orchestrator-form-widgets patch v0.2.8

@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch 6 times, most recently from 0cf66ce to e402cfd Compare July 11, 2025 04:13
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from e402cfd to 87a3dcf Compare July 11, 2025 04:13
@renovate renovate bot changed the title chore(deps): update dependency @janus-idp/cli to v3.6.1 fix(deps): update rhdh orchestrator dependencies (minor) Jul 11, 2025
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 87a3dcf to a72404e Compare July 11, 2025 11:49
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from a72404e to b8a2fdd Compare July 11, 2025 11:50
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from b8a2fdd to cfe989d Compare July 11, 2025 12:50
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from cfe989d to 1ae509b Compare July 11, 2025 12:50
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 1ae509b to 6de9bfe Compare July 11, 2025 15:13
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 6de9bfe to a536720 Compare July 11, 2025 15:13
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from a536720 to 797e0b1 Compare July 11, 2025 16:07
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 797e0b1 to 4f621ed Compare July 11, 2025 16:08
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 4f621ed to b1f9aaa Compare July 11, 2025 16:25
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from b1f9aaa to 848d939 Compare July 11, 2025 16:27
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 848d939 to c3de2c6 Compare July 11, 2025 19:16
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c3de2c6 to 924a452 Compare July 11, 2025 19:16
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 9019d27 to dc9c494 Compare July 15, 2025 14:59
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from dc9c494 to 7a901ea Compare July 15, 2025 15:23
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 7a901ea to 7f53482 Compare July 15, 2025 15:23
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 7f53482 to d0d707f Compare July 15, 2025 19:33
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from d0d707f to 78e2977 Compare July 15, 2025 19:34
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 78e2977 to 8baf6dc Compare July 16, 2025 07:21
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 8baf6dc to 7221d3a Compare July 16, 2025 07:21
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 7221d3a to 534626a Compare July 16, 2025 07:28
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 534626a to 36fb865 Compare July 16, 2025 07:28
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 36fb865 to c5cb9ee Compare July 16, 2025 09:31
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from c5cb9ee to 592e7ba Compare July 16, 2025 09:31
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 592e7ba to 7b40aab Compare July 16, 2025 12:22
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 7b40aab to afdcbe6 Compare July 16, 2025 12:27
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from afdcbe6 to 135f5cd Compare July 16, 2025 12:31
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 135f5cd to 1920fb7 Compare July 16, 2025 12:32
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 1920fb7 to 71ff5b5 Compare July 16, 2025 12:47
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 71ff5b5 to d1e3ded Compare July 16, 2025 12:47
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from d1e3ded to 65f7dc7 Compare July 16, 2025 12:55
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 65f7dc7 to 761131b Compare July 16, 2025 12:56
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 761131b to e1eb1ec Compare July 16, 2025 13:03
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from e1eb1ec to 471ed6b Compare July 16, 2025 13:04
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 471ed6b to 2bcac0e Compare July 16, 2025 13:44
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 2bcac0e to b72f45e Compare July 16, 2025 13:47
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from b72f45e to 138cb74 Compare July 16, 2025 14:02
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 138cb74 to e8b82b2 Compare July 16, 2025 14:18
@renovate renovate bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from e8b82b2 to 3b01961 Compare July 16, 2025 16:12
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-orchestrator-dependencies-(minor) branch from 3b01961 to 7cd6f7c Compare July 16, 2025 16:15
Copy link

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.

1 participant