ngcc-validation
                                
                                 ngcc-validation copied to clipboard
                                
                                    ngcc-validation copied to clipboard
                            
                            
                            
                        build(deps): update dependency keycloak-angular to v13 (latest)
This PR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| keycloak-angular | dependencies | major | 10.0.1->13.0.0 | 
Release Notes
mauriciovigolo/keycloak-angular
v13.0.0
Features ✨
- Add support for Angular 15
- Support for keycloak-js 20.
v12.2.0
Features ✨
- Add support for Keycloak 20.
v12.1.0
Features ✨
- Add support for Keycloak 19.
v12.0.0
Features ✨
- Add support for Angular 14 (#411)
- Support for keycloak-js 18.
Breaking changes 💥
- keycloak-js has two dependencies (base64-js and js-sha256) that generate warnings when building the app with Angular 14. As follows:
Warning: /.../oss/keycloak-angular/example/node_modules/keycloak-js/dist/keycloak.mjs depends on 'base64-js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: /.../oss/keycloak-angular/example/node_modules/keycloak-js/dist/keycloak.mjs depends on 'js-sha256'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
To solve this issue, both dependencies need to be updated to be ESM, and after, the keycloak-js library needs to update to the recent versions. Temporary, please follow the instructions of https://angular.io/guide/build#configuring-commonjs-dependencies.
v11.0.0
Features ✨
- Add support for Angular 14 (#411)
- Keep the support of keycloak-js from version 10 to 17.
Breaking changes 💥
- keycloak-js has two dependencies (base64-js and js-sha256) that generate warnings when the building the app with Angular 14. As follows:
Warning: /.../oss/keycloak-angular/example/node_modules/keycloak-js/dist/keycloak.mjs depends on 'base64-js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: /.../oss/keycloak-angular/example/node_modules/keycloak-js/dist/keycloak.mjs depends on 'js-sha256'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
To solve this issue, both dependencies need to be updated to be ESM and after, the keycloak-js library needs to update to the recent versions. Temporary, please follow the instructions of https://angular.io/guide/build#configuring-commonjs-dependencies.
v10.0.2
Bug fixes ✨
- Solve issue #414
Configuration
📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.