Skip to content

Update RHDH X2a Dependencies (minor)#2791

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rhdh-x2a-dependencies-(minor)
Open

Update RHDH X2a Dependencies (minor)#2791
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rhdh-x2a-dependencies-(minor)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 16, 2026

This PR contains the following updates:

Package Change Age Confidence
@backstage-community/plugin-rbac-backend (source) 7.6.27.12.3 age confidence
@playwright/test (source) 1.58.21.59.1 age confidence

Release Notes

backstage/community-plugins (@​backstage-community/plugin-rbac-backend)

v7.12.3

Compare Source

Patch Changes
  • fb2a770: Made postgres username and password optional in casbin adapter factory to support passwordless authentication

v7.12.2

Compare Source

Patch Changes
  • 39272f8: Updated dependency csv-parse to ^6.0.0.
  • 70e6333: Updated dependency @dagrejs/graphlib to ^4.0.0.
  • a559dfb: Updated dependency @types/node to 22.19.17.
  • 8846adf: Updated dependency qs to 6.15.1.

v7.12.1

Compare Source

Patch Changes
  • 40e44bb: Updated dependency qs to 6.14.2.

v7.12.0

Compare Source

Minor Changes
  • 8993474: Backstage version bump to v1.49.2
Patch Changes

v7.11.0

Compare Source

Minor Changes
  • 50e194d: Add support for a default role and permissions for authenticated users in RBAC backend

    • Introduced a new defaultRole and basicPermissions configuration options to assign a default role to all authenticated users.

      permission:
        rbac:
      +   defaultPermissions:
      +     defaultRole: role:default/my-default-role
      +     basicPermissions:
      +       - permission: catalog.entity.read
      +         action: read
    • Updated the RBAC permission policy to include the default role in user roles if not already present.

Patch Changes

v7.10.0

Compare Source

Minor Changes
  • 133eae6: Add support for loading conditional permissions from a remote provider (fix #​6412)
Patch Changes

v7.9.1

Compare Source

Patch Changes

v7.9.0

Compare Source

Minor Changes
  • da170a1: Add support for group reference in superUsers list, using direct membership only
Patch Changes
  • 8a6b81c: Updated dependency @types/supertest to ^7.0.0.

v7.8.0

Compare Source

Minor Changes
  • 843bbe2: Backstage version bump to v1.48.4
Patch Changes

v7.7.2

Compare Source

Patch Changes
  • 8c7bddb: Added NFS support
  • af998b7: Updated dependency supertest to 7.2.2.

v7.7.1

Compare Source

Patch Changes
  • b133c9d: Updated dependency @types/supertest to ^6.0.0.
  • 497d5c6: Updated dependency @types/node to 22.19.11.
  • 9c7ae87: Fix - stop error on upgrade v1.47.x - allow all plugins in the arry to show

v7.7.0

Compare Source

Minor Changes
  • e6dbf70: Backstage version bump to v1.47.2
Patch Changes
microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 requested a review from mareklibra as a code owner April 16, 2026 09:46
@renovate renovate Bot added dependencies Pull requests that update a dependency file team/rhdh labels Apr 16, 2026
@renovate renovate Bot requested a review from elai-shalev as a code owner April 16, 2026 09:46
@renovate renovate Bot added the x2a label Apr 16, 2026
@renovate renovate Bot requested a review from eloycoto as a code owner April 16, 2026 09:46
@renovate renovate Bot added dependencies Pull requests that update a dependency file team/rhdh x2a labels Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/rhdh-x2a-dependencies-(minor) branch 4 times, most recently from 87e1106 to e793dfb Compare April 16, 2026 14:42
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.59.1 chore(deps): update dependency @playwright/test to v1.59.1 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/rhdh-x2a-dependencies-(minor) branch 15 times, most recently from d259287 to 46b6c08 Compare April 17, 2026 21:08
@renovate renovate Bot force-pushed the renovate/rhdh-x2a-dependencies-(minor) branch 20 times, most recently from 175aa37 to 8ff6ec7 Compare April 23, 2026 14:49
@renovate renovate Bot force-pushed the renovate/rhdh-x2a-dependencies-(minor) branch 4 times, most recently from baf9418 to a5bad3f Compare April 24, 2026 02:50
@rhdh-gh-app
Copy link
Copy Markdown

rhdh-gh-app Bot commented Apr 28, 2026

Changed Packages

Package Name Package Path Changeset Bump Current Version
backend workspaces/x2a/packages/backend none v0.0.0

Copy link
Copy Markdown
Member

@mareklibra mareklibra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far we must preserve RHDH 1.9 (Backstage 1.45.3) compatibility


The @playwright/test bump to 1.59.1 is fine.


The @backstage-community/plugin-rbac-backend should stay at 7.6.2 (or whichever version is compatible with Backstage 1.45.3).

The rbac-backend 7.12.3 code runs against @backstage/backend-defaults@0.13.2 and @backstage/backend-plugin-api@1.5.0. This is almost certain to cause runtime errors.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.95%. Comparing base (fc38238) to head (345da10).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2791      +/-   ##
==========================================
+ Coverage   57.28%   60.95%   +3.67%     
==========================================
  Files        2067     2067              
  Lines       63528    63913     +385     
  Branches    16583    16583              
==========================================
+ Hits        36390    38958    +2568     
+ Misses      26704    24738    -1966     
+ Partials      434      217     -217     
Flag Coverage Δ *Carryforward flag
adoption-insights 83.58% <ø> (ø) Carriedforward from fc38238
ai-integrations 70.03% <ø> (ø) Carriedforward from fc38238
app-defaults 69.60% <ø> (ø) Carriedforward from fc38238
augment 69.36% <ø> (ø) Carriedforward from fc38238
bulk-import 72.44% <ø> (ø) Carriedforward from fc38238
cost-management 16.49% <ø> (ø) Carriedforward from fc38238
dcm 32.85% <ø> (ø) Carriedforward from fc38238
extensions 61.71% <ø> (ø) Carriedforward from fc38238
global-floating-action-button 73.75% <ø> (ø) Carriedforward from fc38238
global-header 61.68% <ø> (ø) Carriedforward from fc38238
homepage 50.92% <ø> (ø) Carriedforward from fc38238
konflux 91.01% <ø> (ø) Carriedforward from fc38238
lightspeed 69.92% <ø> (ø) Carriedforward from fc38238
mcp-integrations 81.59% <ø> (ø) Carriedforward from fc38238
orchestrator 34.80% <ø> (ø) Carriedforward from fc38238
quickstart 62.64% <ø> (ø) Carriedforward from fc38238
sandbox 79.56% <ø> (ø) Carriedforward from fc38238
scorecard 83.61% <ø> (ø) Carriedforward from fc38238
theme 64.54% <ø> (ø) Carriedforward from fc38238
translations 8.49% <ø> (ø) Carriedforward from fc38238
x2a 82.09% <ø> (+64.80%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.


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 fc38238...345da10. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

sonarqubecloud Bot commented May 7, 2026

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 team/rhdh workspace/x2a

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants