2187 Commits

Author SHA1 Message Date
Jon Koops
faf36dd2f0
Move root PNPM workspace to js directory (#35456)
Closes #35455

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-11-29 17:20:32 +01:00
Jon Koops
89f7d73486
Upgrade tooling to Node.js version 22 (#35137)
Closes #35136

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-11-29 13:48:28 +01:00
dependabot[bot]
8222dfca8b
Bump vite from 5.4.11 to 6.0.1 (#35380)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.0.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 10:16:28 +00:00
dependabot[bot]
e5342e3cc4
Bump typescript from 5.6.3 to 5.7.2 (#35271)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 10:27:58 +01:00
dependabot[bot]
924053935c
Bump @types/node from 22.10.0 to 22.10.1 (#35442)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.0 to 22.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 08:55:16 +01:00
Jon Koops
7f0983a48c
Move themes PNPM build into js directory (#35413)
Closes #35411

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-11-29 08:37:26 +01:00
Erik Jan de Wit
94fa14b868
another try to stabilize the test (#35182)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

#34751
2024-11-28 15:37:12 +00:00
Erik Jan de Wit
a3f85ec2a0
added missing components to the bundle (#35312)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-28 15:34:56 +00:00
Erik Jan de Wit
0805de8d6f
stabilize the realm test for firefox wait until code editor is loaded (#35330)
related: #34821

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-28 15:29:10 +00:00
Erik Jan de Wit
f5d515aeb4
removed inRealm and fixed stabilization (#35337)
fixes: #35219

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-28 15:28:17 +00:00
Stan Silvert
c5d9750490
Fix help text for role policy. (#35423)
Fixes #35273

Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-11-28 15:19:24 +00:00
Nagy Vilmos
12fe39c9d6
Fix Hungarian translations
Closes #35414

- change a few capitalizations and word order to sound more natural
  - add the translation for `selectALocale`, which was added in #21398

Signed-off-by: Vilmos Nagy <me@vnagy.eu>
2024-11-28 14:51:05 +00:00
Anton Siuvaev
19f22b5283
Fix incorrect placeholders in message files
* Fix incorrect placeholders in message files

Only fixed those placeholders, that were not the same as in
`messages_en.properties` file. Did not replace differentiating numeric placeholders with single/double
curly braces (i.e. `{1}` instead of `{{1}}` in `en` file)

Closes #35340

Signed-off-by: Anton Siuvaev <anton@siuvaev.ru>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Anton Siuvaev <anton.siuvaev@xgroup.cy>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-11-28 13:25:41 +00:00
dependabot[bot]
e8c993ce55
Bump vitest from 2.1.5 to 2.1.6 (#35379)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 11:55:19 +00:00
dependabot[bot]
1077dcd7ca
Bump @vitejs/plugin-react-swc from 3.7.1 to 3.7.2 (#35378)
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 11:54:34 +00:00
dependabot[bot]
7e19ae47a4
Bump @types/node from 22.9.4 to 22.10.0 (#35381)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.4 to 22.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 11:39:46 +01:00
dependabot[bot]
55e6b93e5e
Bump react-i18next from 15.1.1 to 15.1.2 (#35383)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.1 to 15.1.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v15.1.1...v15.1.2)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 11:39:01 +01:00
Agnieszka Gancarczyk
fda6dde44f
Revert top level await config (#35345)
Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
2024-11-27 18:37:00 +01:00
dependabot[bot]
b20cfbbfa5
Bump lightningcss from 1.28.1 to 1.28.2 (#35304)
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits/v1.28.2)

---
updated-dependencies:
- dependency-name: lightningcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 11:22:54 +00:00
dependabot[bot]
97b8707d5d
Bump @types/node from 22.9.3 to 22.9.4 (#35305)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.3 to 22.9.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 11:40:56 +01:00
dependabot[bot]
47139fca59
Bump i18next from 24.0.0 to 24.0.2 (#35306)
Bumps [i18next](https://github.com/i18next/i18next) from 24.0.0 to 24.0.2.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v24.0.0...v24.0.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 11:40:29 +01:00
Erik Jan de Wit
6bf7dadb05
use master realm to fetch realm names list (#35128)
* use master realm to fetch realm names list

fixes: #34356
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* use display name when we can

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-25 13:41:12 -05:00
dependabot[bot]
1955ce8d22
Bump i18next from 23.16.8 to 24.0.0 (#35267)
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 24.0.0.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.16.8...v24.0.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 11:16:51 +01:00
dependabot[bot]
0284a29077
Bump @types/node from 22.9.1 to 22.9.3 (#35269)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.1 to 22.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 11:15:54 +01:00
rmartinc
b0b247f1f1 Passivate imported keys if the associate certificate is expired
Closes #34973

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-11-25 09:40:59 +01:00
dependabot[bot]
db8cdc1dec
Bump i18next from 23.16.6 to 23.16.8 (#35166)
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.6 to 23.16.8.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.16.6...v23.16.8)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 13:25:56 +01:00
dependabot[bot]
a7e5a9f755
Bump i18next-http-backend from 2.7.0 to 3.0.1 (#35200)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.7.0 to 3.0.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.7.0...v3.0.1)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 16:09:17 +00:00
dependabot[bot]
196a4f6c8c
Bump cypress-split from 1.24.5 to 1.24.6 (#35199)
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.24.5 to 1.24.6.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.24.5...v1.24.6)

---
updated-dependencies:
- dependency-name: cypress-split
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 16:07:35 +00:00
Erik Jan de Wit
0ea77e6480
build is broken because i18next-http-backend uses to level await (#35190)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-21 13:53:03 +00:00
dependabot[bot]
e7031f1715
Bump @patternfly/react-table from 5.4.10 to 5.4.11 (#35168)
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.10...@patternfly/react-table@5.4.11)

---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 11:25:21 +00:00
dependabot[bot]
2f273ae427
Bump @types/mocha from 10.0.9 to 10.0.10 (#35169)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.9 to 10.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 11:47:42 +01:00
dependabot[bot]
8d58124a70
Bump @patternfly/react-code-editor from 5.4.12 to 5.4.13 (#35167)
Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.12...@patternfly/react-code-editor@5.4.13)

---
updated-dependencies:
- dependency-name: "@patternfly/react-code-editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 10:23:03 +00:00
dependabot[bot]
b0a5ba5dd9
Bump i18next-http-backend from 2.6.2 to 2.7.0 (#35165)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.6.2 to 2.7.0.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 11:05:48 +01:00
dependabot[bot]
93328ecba3
Bump @patternfly/react-core from 5.4.9 to 5.4.10 (#35164)
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.9...@patternfly/react-core@5.4.10)

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 10:54:09 +01:00
Erik Jan de Wit
0ca8fcee44
sort event types (#35072)
fixes: #34811

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-20 17:20:13 +01:00
Agnieszka Gancarczyk
ae7765e17b
Removed obsololete a11y tests (#35139)
Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
2024-11-20 15:06:08 +00:00
Erik Jan de Wit
8095cca8ad
remove double scrollbar fix (#35031)
* remove double scrollbar fix

fixes: #34968
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* fix double scrollbar

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-20 09:19:40 -05:00
dependabot[bot]
aaade6caab
Bump i18next from 23.16.5 to 23.16.6 (#35122)
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.5 to 23.16.6.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.16.5...v23.16.6)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:04:31 +00:00
dependabot[bot]
49bc243c98
Bump @patternfly/react-core from 5.4.8 to 5.4.9 (#35120)
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.8 to 5.4.9.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.8...@patternfly/react-core@5.4.9)

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:00:38 +00:00
dependabot[bot]
c51959836c
Bump @types/node from 22.9.0 to 22.9.1 (#35121)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:18:53 +01:00
dependabot[bot]
597dae8e23
Bump cypress from 13.15.2 to 13.16.0 (#35119)
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.16.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.15.2...v13.16.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:18:38 +01:00
dependabot[bot]
c42151db4e
Bump @patternfly/react-code-editor from 5.4.11 to 5.4.12 (#35118)
Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.11...@patternfly/react-code-editor@5.4.12)

---
updated-dependencies:
- dependency-name: "@patternfly/react-code-editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:18:23 +01:00
dependabot[bot]
f428dadabe
Bump @patternfly/react-table from 5.4.9 to 5.4.10 (#35117)
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.9...@patternfly/react-table@5.4.10)

---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:18:08 +01:00
Agnieszka Gancarczyk
3d3ce28b9a
Fixed a11y issue (#35111)
Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
2024-11-20 09:08:54 +00:00
Agnieszka Gancarczyk
2c17cc96aa
Fixed the wrapping issue (#35105)
Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
2024-11-20 09:07:00 +00:00
Pedro Igor
0d32d03c58 Fowarding scopes when initializing the JS adapter
Closes #35060

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-11-19 20:53:37 -03:00
Erik Jan de Wit
805681c6e9
documented how to skip the build of the frontend (#34897)
fixes: #34393

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-19 08:17:09 -05:00
Erik Jan de Wit
c19c3c80cc
use user and client from form when on the events section (#35098)
fixes: #35048

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-11-19 14:13:18 +01:00
vramik
440e81c8b9 Add a realm-level setting to enable FGAP to a realm
Closes #34920

Signed-off-by: vramik <vramik@redhat.com>
2024-11-19 09:59:34 -03:00
Erik Jan de Wit
49462c939d
trying to make general test switch less flaky (#34993)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

#34751
2024-11-19 07:58:41 -05:00