Skip to content

Commit

Permalink
feat: update keycloak v25
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed Jun 17, 2024
1 parent 4045770 commit 8348085
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities]
[![npm version][npm-version-badge]][npm]
[![npm][npm-badge]][npm]
[![Discord][discord-badge]][discord]
<!-- prettier-ignore-end -->

> Easy Keycloak setup for Angular applications.
Expand Down Expand Up @@ -52,7 +51,7 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: |:-----------:| :--------------: | :-----------------: |
| 16.x | 18 - 24 | 14.x.x | New Features / Bugs |
| 16.x | 18 - 25 | 14.x.x | New Features / Bugs |
| 15.x | 18 - 21 | 13.x.x | Bugs |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
Expand Down Expand Up @@ -257,8 +256,8 @@ keycloakService.keycloakEvents$.subscribe({
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

<!-- prettier-ignore -->
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/https://github.com/jonkoops)<br />|
| :---: | :---: |
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/jonkoops)<br />|
| :---: |:--------------------------------------------------------------------------------------------------------------------------------------------------------:|

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand All @@ -280,6 +279,4 @@ document.
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
[npm]: https://www.npmjs.com/package/keycloak-angular
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
[discord]: https://discord.gg/mmzEhYXXDG
<!-- prettier-ignore-end -->
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "14.3.0",
"version": "14.4.0",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand Down Expand Up @@ -62,7 +62,7 @@
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"keycloak-js": "^24.0.1",
"keycloak-js": "^25.0.0",
"ng-packagr": "^16.0.0",
"prettier": "^2.8.8",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
keycloak:
image: quay.io/keycloak/keycloak:24.0.1
image: quay.io/keycloak/keycloak:25.0.0
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "14.3.0",
"version": "14.4.0",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular/common": "^16",
"@angular/core": "^16",
"@angular/router": "^16",
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22|| ^23 || ^24"
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22|| ^23 || ^24 || ^25"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit 8348085

Please sign in to comment.