dependabot[bot]
65f4ea9c8c
Bump vitest from 2.1.3 to 2.1.4 ( #34422 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.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>
2024-10-29 12:04:55 +01:00
dependabot[bot]
b947d201bd
Bump @patternfly/react-icons from 5.4.0 to 5.4.2 ( #34421 )
...
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) from 5.4.0 to 5.4.2.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.4.0...@patternfly/react-icons@5.4.2 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
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-10-29 12:03:04 +01:00
dependabot[bot]
204fa8b68e
Bump i18next from 23.16.3 to 23.16.4 ( #34378 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.3 to 23.16.4.
- [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.3...v23.16.4 )
---
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-10-29 12:02:10 +01:00
dependabot[bot]
dcf1cb50fc
Bump @patternfly/react-core from 5.4.2 to 5.4.8 ( #34419 )
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 5.4.2 to 5.4.8.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.2...@patternfly/react-core@5.4.8 )
---
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-10-28 22:31:25 +00:00
dependabot[bot]
a4cbd77043
Bump @types/chai from 5.0.0 to 5.0.1 ( #34417 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: "@types/chai"
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-10-28 22:07:45 +00:00
dependabot[bot]
743e372a44
Bump @types/node from 22.7.9 to 22.8.2 ( #34413 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.9 to 22.8.2.
- [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-10-28 22:06:32 +00:00
dependabot[bot]
9a7189d9f7
Bump @patternfly/react-styles from 5.4.0 to 5.4.1 ( #34170 )
...
Bumps @patternfly/react-styles from 5.4.0 to 5.4.1.
---
updated-dependencies:
- dependency-name: "@patternfly/react-styles"
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-10-25 15:19:07 +00:00
Erik Jan de Wit
b57b0bec88
focus input on first click ( #34283 )
...
fixes : #34054
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:26:44 -04:00
Erik Jan de Wit
2f64f43266
required can have a value that is a boolean when used with controls ( #34251 )
...
* required is a boolean when used with controls
fixes : #33614
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* simplified rules declaration
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* added missing messages
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* use value when it's present
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:24:09 -04:00
Erik Jan de Wit
624817bdc1
also call onToggle on open changed ( #33813 )
...
fixes : #31415
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:21:56 -04:00
dependabot[bot]
ca6a1bfebf
Bump i18next from 23.16.2 to 23.16.3 ( #34325 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.2 to 23.16.3.
- [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.2...v23.16.3 )
---
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-10-25 09:48:06 +02:00
dependabot[bot]
deb2353ecd
Bump chai from 5.1.1 to 5.1.2 ( #34279 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: chai
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-10-25 01:21:10 +00:00
dependabot[bot]
69ecd0e5fb
Bump vite from 5.4.9 to 5.4.10 ( #34277 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/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>
2024-10-24 12:43:14 +02:00
dependabot[bot]
5a2f11c2ee
Bump @types/react from 18.3.11 to 18.3.12 ( #34280 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.11 to 18.3.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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-10-24 12:41:26 +02:00
dependabot[bot]
e1520deb72
Bump @types/node from 22.7.7 to 22.7.9 ( #34243 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.7 to 22.7.9.
- [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-10-23 13:29:59 +02:00
Dami
cef0231bf0
Add descriptive error to updateToken()
( #34113 )
...
Closes #13852
Signed-off-by: Dami <74161050+adropofliquid@users.noreply.github.com>
2024-10-23 11:07:33 +00:00
dependabot[bot]
d900397d6f
Bump @patternfly/react-core from 5.4.1 to 5.4.2 ( #34175 )
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.1...@patternfly/react-core@5.4.2 )
---
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-10-23 10:02:53 +00:00
dependabot[bot]
bd4d7524d9
Bump vite-plugin-dts from 4.2.4 to 4.3.0 ( #34223 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 4.2.4 to 4.3.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/v4.2.4...v4.3.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>
2024-10-23 11:49:51 +02:00
Erik Jan de Wit
3728bc6c72
Keep the selection over page bounds ( #33337 )
...
see: https://github.com/keycloak/keycloak/issues/30976#issuecomment-2367086750
relates: #30976
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 11:39:21 +02:00
Erik Jan de Wit
34f090143c
reset error in error dialog ( #34203 )
...
fixes : #33968
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-22 19:27:55 +02:00
Gilvan Filho
c4005d29f0
add linear strategy to brute force
...
closes #25917
Signed-off-by: Gilvan Filho <gilvan.sfilho@gmail.com>
2024-10-22 10:33:22 -03:00
dependabot[bot]
2f27dc91e0
Bump react-i18next from 15.0.3 to 15.1.0 ( #34173 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.0.3 to 15.1.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.0.3...v15.1.0 )
---
updated-dependencies:
- dependency-name: react-i18next
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-10-22 10:56:59 +02:00
dependabot[bot]
fe5b915e8a
Bump @patternfly/react-table from 5.4.1 to 5.4.8 ( #34169 )
...
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 5.4.1 to 5.4.8.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.1...@patternfly/react-table@5.4.8 )
---
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-10-22 10:56:28 +02:00
Jon Koops
43a59afc00
Only use cookie detection iframe for non-OIDC configurations ( #34139 )
...
Closes #20287
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-21 11:37:44 +00:00
dependabot[bot]
6c65ad83fb
Bump react-hook-form from 7.53.0 to 7.53.1 ( #34121 )
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.53.0 to 7.53.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.53.0...v7.53.1 )
---
updated-dependencies:
- dependency-name: react-hook-form
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-10-20 18:15:49 +02:00
dependabot[bot]
2fa9a4b366
Bump @types/node from 22.7.6 to 22.7.7 ( #34125 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.6 to 22.7.7.
- [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-10-20 17:21:28 +02:00
dependabot[bot]
138f15c120
Bump i18next from 23.16.0 to 23.16.2 ( #34120 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.0 to 23.16.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/v23.16.0...v23.16.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-10-20 15:13:05 +00:00
Jon Koops
12e427cd85
Clear local storage when quota exceeded ( #34109 )
...
Closes #19101
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-19 18:49:02 +02:00
Jon Koops
7657e71be1
Automatically retrieve configuration for authorization
...
Closes #14562
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-18 14:03:36 +02:00
Jon Koops
31ce14a400
Clear all entries stored in local storage ( #34056 )
...
Closes #15635
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-17 17:23:40 +00:00
dependabot[bot]
631e47c3c1
Bump @types/node from 22.7.5 to 22.7.6 ( #34022 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.5 to 22.7.6.
- [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-10-17 12:20:33 +02:00
Thomas Möller
586ef7d726
Fix link to Keycloak JS documentation ( #33845 )
...
Closes #33844
Signed-off-by: tomaThomas <tomathomas@mailbox.org>
2024-10-15 16:03:04 +00:00
Jon Koops
228c21a7a0
Allow Keycloak JS to be initialized without passing options ( #33950 )
...
Closes #8935
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-15 17:46:15 +02:00
dependabot[bot]
5010a559b6
Bump vitest from 2.1.2 to 2.1.3 ( #33897 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/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-10-15 08:27:44 +00:00
dependabot[bot]
73b76fa4c2
Bump vite from 5.4.8 to 5.4.9 ( #33896 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.9/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>
2024-10-14 13:23:06 +00:00
dependabot[bot]
7085927fd0
Bump i18next from 23.15.2 to 23.16.0 ( #33866 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.15.2 to 23.16.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.15.2...v23.16.0 )
---
updated-dependencies:
- dependency-name: i18next
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-10-14 13:14:21 +00:00
dependabot[bot]
c879a64a17
Bump react-i18next from 15.0.2 to 15.0.3 ( #33868 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.0.2 to 15.0.3.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.0.2...v15.0.3 )
---
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-10-14 11:11:23 +00:00
dependabot[bot]
85194707bd
Bump @types/react-dom from 18.3.0 to 18.3.1 ( #33869 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.3.0 to 18.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
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-10-14 10:25:40 +00:00
dependabot[bot]
735fd9473a
Bump vite-plugin-dts from 4.2.3 to 4.2.4 ( #33871 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 4.2.3 to 4.2.4.
- [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/v4.2.3...v4.2.4 )
---
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>
2024-10-14 10:06:01 +00:00
Erik Jan de Wit
1ca56e6dd9
only show the placeholder when the field isn't readonly ( #32975 )
...
fixes : #32657
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-11 09:36:47 +02:00
dependabot[bot]
d7d96c90f9
Bump @types/node from 22.7.2 to 22.7.5 ( #33667 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.2 to 22.7.5.
- [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-10-08 12:56:46 +02:00
dependabot[bot]
e8dfc06f5c
Bump @types/mocha from 10.0.8 to 10.0.9 ( #33668 )
...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 10.0.8 to 10.0.9.
- [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-10-08 12:21:31 +02:00
Jon Koops
c3a74fa411
Ensure createRegisterUrl()
calls are await
ed internally ( #33650 )
...
Closes #33645
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-07 16:43:49 +00:00
dependabot[bot]
0a1f28c5fc
Bump vitest from 2.1.1 to 2.1.2 ( #33501 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/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-10-07 11:45:54 +02:00
dependabot[bot]
7ab95385ac
Bump i18next from 23.15.1 to 23.15.2 ( #33621 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.15.1 to 23.15.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/v23.15.1...v23.15.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-10-07 11:44:45 +02:00
Erik Jan de Wit
57dc5a1481
reset error so when doing a new request, error could be gone ( #32974 )
...
fixes : #32847
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-04 14:52:47 +02:00
Jon Koops
05e8b932c3
Add dark mode support to welcome theme and unify approach ( #32495 )
...
Closes #26178
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-04 08:27:37 -04:00
Jon Koops
b475f936d5
Use crypto.randomUUID()
to generate UUIDs for Keycloak JS ( #33518 )
...
Closes #33515
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-03 12:07:57 -03:00
Jon Koops
aacdf80664
Add shim for Web Crypto API to admin and account console ( #33480 )
...
Closes #33330
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-03 10:51:23 +00:00
dependabot[bot]
de151e6a03
Bump @types/react from 18.3.9 to 18.3.11 ( #33504 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.9 to 18.3.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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-10-03 09:05:14 +02:00