Skip to content

Commit

Permalink
🌱 Update keycloak-js to 26.1.0 (#2182)
Browse files Browse the repository at this point in the history
Related hub PR:  konveyor/tackle2-hub#780

No breaking changes were observed in our implementation, and login flows
remain functional.

---------

Signed-off-by: Ian Bolton <[email protected]>
  • Loading branch information
ibolton336 authored Feb 7, 2025
1 parent 32a3570 commit 671968b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
3 changes: 3 additions & 0 deletions client/config/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const config: JestConfigWithTsJest = {
transform: {
"^.+\\.(js|mjs|ts|mts)x?$": "ts-jest",
},
transformIgnorePatterns: [
"node_modules/(?!(keycloak-js)/)", // Ensure Jest processes keycloak-js
],

// Code to set up the testing framework before each test file in the suite is executed
setupFilesAfterEnv: ["<rootDir>/src/app/test-config/setupTests.ts"],
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"i18next": "^19.8.4",
"i18next-http-backend": "^1.0.22",
"js-yaml": "^4.1.0",
"keycloak-js": "^18.0.1",
"keycloak-js": "^26.1.0",
"radash": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
21 changes: 8 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 671968b

Please sign in to comment.