Erik Jan de Wit
2c51b67b24
use group instead of name ( #21475 )
...
fixes : #21438
2023-07-11 13:05:31 +02:00
Jon Koops
70f293bca1
Only run the pre-commit hooks when Husky is installed ( #21587 )
2023-07-11 10:41:41 +00:00
dependabot[bot]
82b1f2bb5a
Bump vite from 4.4.1 to 4.4.2 in /js ( #21533 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.1 to 4.4.2.
- [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/v4.4.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2023-07-10 14:04:56 +02:00
dependabot[bot]
907cc5372c
Bump vite-plugin-dts from 3.1.0 to 3.2.0 in /js ( #21531 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: vite-plugin-dts
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>
2023-07-10 14:04:28 +02:00
Patrick Jennings
399a23bd56
Find an appropriate key based on the given KID and JWA ( #21160 )
...
* keycloak-20847 Find an appropriate key based on the given KID and JWA. Prefers matching on both inputs but will match on partials if found. Or return the first key if a match is not found.
Mark Key as fallback if it is the singular client certificate to be used for signed JWT authentication.
* Update js/apps/admin-ui/public/locales/en/clients.json
Co-authored-by: Marek Posolda <mposolda@gmail.com>
* Updating boolean variable name based on suggestions by Marek.
* Adding integration test specifically for the JWT parameters for regression #20847 .
---------
Co-authored-by: Marek Posolda <mposolda@gmail.com>
2023-07-10 13:28:55 +02:00
Erik Jan de Wit
561bd65b4a
convert form will flatten the value ( #21478 )
...
fixes : #21234
2023-07-10 09:55:07 +02:00
dependabot[bot]
6db1786318
Bump monaco-editor from 0.34.1 to 0.40.0 in /js ( #21532 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.34.1 to 0.40.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.34.1...v0.40.0 )
---
updated-dependencies:
- dependency-name: monaco-editor
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>
2023-07-09 15:10:47 +02:00
dependabot[bot]
df4d84de1d
Bump @types/node from 20.4.0 to 20.4.1 in /js ( #21530 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.4.0 to 20.4.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>
2023-07-09 15:09:40 +02:00
Erik Jan de Wit
f06d7f8eb6
Add initial test for the resources tab ( #21334 )
2023-07-07 14:34:54 +00:00
Fouad Almalki
92589a0cdf
Add Arabic translation for selectALocale
( #21501 )
2023-07-07 14:06:26 +02:00
Tirth Bharatiya
b8d1a9427f
Prevent email settings from being erased when changing realm settings ( #21388 )
...
Closes #19746
2023-07-07 09:48:20 +00:00
dependabot[bot]
04c5ebc759
Bump rollup from 3.26.1 to 3.26.2 in /js ( #21507 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.26.1 to 3.26.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.26.1...v3.26.2 )
---
updated-dependencies:
- dependency-name: rollup
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>
2023-07-07 09:32:19 +00:00
dependabot[bot]
62988ca55b
Bump vitest from 0.32.4 to 0.33.0 in /js ( #21506 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 0.32.4 to 0.33.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
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>
2023-07-07 09:31:47 +00:00
dependabot[bot]
bae96b7b24
Bump cypress from 12.16.0 to 12.17.0 in /js ( #21504 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 12.16.0 to 12.17.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/v12.16.0...v12.17.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>
2023-07-07 11:02:39 +02:00
dependabot[bot]
5788a4ab5a
Bump i18next from 23.2.7 to 23.2.8 in /js ( #21505 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.2.7 to 23.2.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.2.7...v23.2.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>
2023-07-07 11:02:14 +02:00
dependabot[bot]
02c1140c1c
Bump vite from 4.4.0 to 4.4.1 in /js ( #21508 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.0 to 4.4.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/v4.4.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2023-07-07 11:01:09 +02:00
Erik Jan de Wit
a230a4588a
renamed to SelectControlOption
2023-07-06 11:14:39 -03:00
Erik Jan de Wit
ac135dbfdc
renamed to SelectOption
2023-07-06 11:14:39 -03:00
Erik Jan de Wit
359ece98f9
PR review
2023-07-06 11:14:39 -03:00
Erik Jan de Wit
95d5fae3b3
Update js/apps/account-ui/src/api/methods.ts
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-07-06 11:14:39 -03:00
Erik Jan de Wit
c0c1de19de
Update js/apps/account-ui/src/personal-info/LocaleSelector.tsx
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-07-06 11:14:39 -03:00
Erik Jan de Wit
2f5040f565
added locale selector for account console
...
fixes : #20941
2023-07-06 11:14:39 -03:00
Pedro Igor
c3c544b907
Wrong message for sync actions on LDAP role mapper
...
Closes #21491
2023-07-06 10:06:49 -03:00
dependabot[bot]
b48d43a6b7
Bump @types/node from 20.3.3 to 20.4.0 in /js ( #21484 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.3.3 to 20.4.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>
2023-07-06 11:27:24 +00:00
dependabot[bot]
cf184a9a7b
Bump vite-plugin-dts from 3.0.3 to 3.1.0 in /js ( #21486 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v3.0.3...v3.1.0 )
---
updated-dependencies:
- dependency-name: vite-plugin-dts
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>
2023-07-06 10:26:44 +00:00
dependabot[bot]
60b98f515d
Bump vite from 4.3.9 to 4.4.0 in /js ( #21485 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.3.9 to 4.4.0.
- [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@4.4.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2023-07-06 10:26:25 +00:00
dependabot[bot]
9ef54ad4ad
Bump typescript from 5.1.3 to 5.1.6 in /js ( #21375 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
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>
2023-07-06 09:55:31 +00:00
Dmitry Mazurov
af73a4f8da
Remove typo from deleteSession()
( #21466 )
2023-07-06 09:54:29 +00:00
dependabot[bot]
1a7b4cb1ce
Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.61.0 in /js ( #21443 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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>
2023-07-05 15:16:24 +00:00
dependabot[bot]
0ebe889d1e
Bump i18next from 23.2.6 to 23.2.7 in /js ( #21459 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.2.6 to 23.2.7.
- [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.2.6...v23.2.7 )
---
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>
2023-07-05 14:27:04 +00:00
dependabot[bot]
5c41fce503
Bump vite-plugin-dts from 3.0.2 to 3.0.3 in /js ( #21405 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: vite-plugin-dts
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>
2023-07-05 14:26:48 +00:00
dependabot[bot]
f1cec34562
Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /js ( #21461 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.60.1 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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>
2023-07-05 14:26:34 +00:00
dependabot[bot]
487def1347
Bump rollup from 3.25.2 to 3.26.1 in /js ( #21460 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.25.2 to 3.26.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.25.2...v3.26.1 )
---
updated-dependencies:
- dependency-name: rollup
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>
2023-07-05 14:26:17 +00:00
Thomas Darimont
637fa741b0
Align naming of OTP policy window setting with actual semantics ( #20469 ) ( #21316 )
...
Closes #20469
2023-07-04 12:41:21 +02:00
dependabot[bot]
5fea7affd1
Bump vitest from 0.32.2 to 0.32.4 in /js ( #21404 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 0.32.2 to 0.32.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.4/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>
2023-07-03 18:15:22 +02:00
Jon Koops
0e441b9fb8
Properly handle execeptions thrown by Promises in the usePromise()
hook ( #21408 )
2023-07-03 15:43:08 +02:00
Fouad Almalki
51873d6176
Add missing Arabic messages ( #21372 )
2023-07-03 08:51:39 -04:00
dependabot[bot]
4b96e483b2
Bump tar-fs from 3.0.3 to 3.0.4 in /js ( #21403 )
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 3.0.3 to 3.0.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.3...v3.0.4 )
---
updated-dependencies:
- dependency-name: tar-fs
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>
2023-07-03 12:46:40 +00:00
Alexander Makarenko
22fe316b3f
Throw an exception if init()
is called more than once ( #20722 )
...
Closes #12745
2023-07-03 12:38:49 +00:00
dependabot[bot]
a31352aa18
Bump @types/node from 20.3.1 to 20.3.3 in /js ( #21384 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.3.1 to 20.3.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>
2023-07-03 12:14:27 +00:00
dependabot[bot]
6d4b74b52b
Bump tslib from 2.5.3 to 2.6.0 in /js ( #21380 )
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0 )
---
updated-dependencies:
- dependency-name: tslib
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>
2023-07-03 12:09:29 +00:00
dependabot[bot]
8c12d3904f
Bump @rollup/plugin-typescript from 11.1.1 to 11.1.2 in /js ( #21382 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 11.1.1 to 11.1.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.2/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
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>
2023-07-03 13:13:25 +02:00
dependabot[bot]
47a95dbef7
Bump eslint from 8.43.0 to 8.44.0 in /js ( #21378 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.43.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.44.0 )
---
updated-dependencies:
- dependency-name: eslint
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>
2023-07-03 13:11:27 +02:00
dependabot[bot]
383d5f20d0
Bump lint-staged from 13.2.2 to 13.2.3 in /js ( #21376 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.2.2 to 13.2.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.2...v13.2.3 )
---
updated-dependencies:
- dependency-name: lint-staged
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>
2023-07-03 13:09:34 +02:00
dependabot[bot]
10ae2fd02f
Bump vite-plugin-dts from 2.3.0 to 3.0.2 in /js ( #21373 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 2.3.0 to 3.0.2.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v2.3.0...v3.0.2 )
---
updated-dependencies:
- dependency-name: vite-plugin-dts
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>
2023-07-03 13:07:42 +02:00
dependabot[bot]
d0b8c3dc92
Bump i18next from 23.2.3 to 23.2.6 in /js ( #21374 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.2.3 to 23.2.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.2.3...v23.2.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>
2023-07-03 13:03:53 +02:00
Erik Jan de Wit
587c9d9470
unregister fields on mapper type switch ( #21361 )
...
fixes : #21358
2023-07-03 12:22:19 +02:00
Stan Silvert
8eb631b9d9
Allow Client->ClientScopes tab w/ view-clients ( #21331 )
...
Fixes #21120
2023-07-03 12:21:42 +02:00
Stijn Last
91e543f415
Improve error messages when testing LDAP connection ( #21013 )
...
Closes #15434
2023-07-01 19:45:49 +02:00
agagancarczyk
0fc4d6120b
Fixed minor accessibility violations for Users ( #21353 )
...
* fixed a11y violations for Users
* fixed a11y violation on User Consents tab
* fixed a11y violation on User Consents tab
---------
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2023-06-30 18:24:35 +01:00