fix(deps): update rhdh lightspeed dependencies (minor)#3440
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update rhdh lightspeed dependencies (minor)#3440renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Changed Packages
|
2e02bf7 to
5064d20
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
5064d20 to
d89f32a
Compare
d89f32a to
383fde8
Compare
383fde8 to
1a541cb
Compare
1a541cb to
73790d4
Compare
73790d4 to
8380dba
Compare
8380dba to
ca64056
Compare
ca64056 to
0b547af
Compare
0b547af to
620792d
Compare
620792d to
ad199cf
Compare
ad199cf to
a65608d
Compare
a65608d to
df85f49
Compare
df85f49 to
7c3cff4
Compare
7c3cff4 to
fe983bd
Compare
fe983bd to
4b680ea
Compare
519b395 to
1481648
Compare
1481648 to
26aeb70
Compare
26aeb70 to
ba9248c
Compare
ba9248c to
5f4f9ea
Compare
5f4f9ea to
ec609c7
Compare
ec609c7 to
0e672a7
Compare
0e672a7 to
d465a7a
Compare
d465a7a to
c0d5407
Compare
c0d5407 to
3929825
Compare
3929825 to
2c70af3
Compare
2c70af3 to
a6d145b
Compare
a6d145b to
fc5c5ee
Compare
fc5c5ee to
fb22859
Compare
fb22859 to
83a50ae
Compare
83a50ae to
950fac6
Compare
950fac6 to
5f8ce56
Compare
5f8ce56 to
eb1de55
Compare
eb1de55 to
29f6df6
Compare
29f6df6 to
ccd5544
Compare
ccd5544 to
3875785
Compare
3875785 to
5cf2032
Compare
5cf2032 to
d16943e
Compare
d16943e to
25284e9
Compare
25284e9 to
544b5bf
Compare
544b5bf to
43d902f
Compare
43d902f to
641e8fd
Compare
641e8fd to
ea0fa6d
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ea0fa6d to
9982379
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
7.12.4→7.13.06.4.3→6.5.11.60.0→1.61.0^0.12.0→^0.14.00.13.0→0.15.0^0.6.0→^0.7.0^0.5.0→^0.7.02.12.10→2.14.6Release Notes
backstage/community-plugins (@backstage-community/plugin-rbac-backend)
v7.13.0Compare Source
Minor Changes
6a916a1: Backstage version bump to v1.50.4Patch Changes
6a916a1]v7.12.5Compare Source
Patch Changes
39a3942: Hardens RBAC policy handling to prevent Casbin CSV poisoning and improve error visibility.Key fixes:
permissionvalues containing"before persistence (prevents known CSV parse failures).loadPolicyfailures after audit logging so mutation/read paths surface the root cause instead of secondary errors.400/404where appropriate).Compatibility notes:
permissionvalues with embedded"are now rejected.permissionMappingmust list distinct Backstage permission actions (no duplicates); at most one entry per supported action (create,read,update,delete,use).permission.rbac.validation.conditionalPolicies.maxConditionDepthpermission.rbac.validation.conditionalPolicies.maxConditionNodeCountpermission.rbac.validation.conditionalPolicies.maxCriteriaItemspermission.rbac.validation.conditionalPoliciesFile.maxBytespermission.rbac.validation.conditionalPoliciesFile.maxDocumentsOperational note:
patternfly/patternfly-react (@patternfly/react-core)
v6.5.1Compare Source
v6.5.0Compare Source
What's Changed
New Contributors
Full Changelog: patternfly/patternfly-react@v6.4.0...v6.5.0
microsoft/playwright (@playwright/test)
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-theme)
v0.14.7Compare Source
Patch Changes
4d80582: fix(RHDHBUGS-2291): use&.Mui-selectedsyntax for MuiBottomNavigationAction to resolve CSS specificity console warningv0.14.5Compare Source
Patch Changes
82cc47d: Fixed the background color of myGroup sidebar submenu in light themev0.14.4Compare Source
Patch Changes
5148408: Migrated to Jest 30 as required by @backstage/cli 0.36.0.v0.14.3Compare Source
Patch Changes
54b7c9e: style the active sidebar nav link (a[aria-current="page"]) so selected colors match the resolved navigation shellv0.14.2Compare Source
Patch Changes
ee1def6: Align the navigation sidebar with mergedpalette.navigationandrhdh.generalcolors, including submenu rows and selected/activeBackstageSidebarItemstates. Addrhdh.general.pageInsetBackgroundColorso the page inset shell can use its own color (defaults match the previous app bar fill; falls back toappBarBackgroundColorwhen unset). Main content area remains onmainSectionBackgroundColor.v0.14.1Compare Source
Patch Changes
8d1eee2: Add missing font css reference so that the Red Hat font is used again.v0.14.0Compare Source
Minor Changes
0b7c442: Add and export RHDH logo components as LogoFull and LogoIcon0b7c442: Backstage version bump to v1.49.2v0.13.0Compare Source
Minor Changes
9476d25: Added NFS support.v0.12.3Compare Source
v0.12.2Compare Source
[
v0.12.1](Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.