Describe the bug
angular-oauth2-oidc was released for Angular 10, but package angular-oauth2-oidc-jwks has a dependency warning
Package "angular-oauth2-oidc-jwks" has an incompatible peer dependency to "tslib" (requires "^1.10.0", would install "2.0.0").
To Reproduce
Run the following command with a installed jwks Package in Version ^9.0.0
ng update @angular/cli @angular/core @angular/cdk angular-oauth2-oidc angular-oauth2-oidc-jwks --allow-dirty
Expected behavior
Package angular-oauth2-oidc-jwks for Angular 10 should be available
Thanks for this info. angular-oauth2-oidc-jwks has not been changed, hence you can stick with the current version. I guess to avoid confusion, we should re-deploy it as version 10.x anyway.
Done.
Was version 10.x really deployed? https://www.npmjs.com/package/angular-oauth2-oidc-jwks only shows version 9.0.0
CC @manfredsteyer 鈽濓笍 I think they're right?
@manfredsteyer any update? can you deploy the current version so it is available via npm
@manfredsteyer any update? can you deploy the current version so it is available via npm
@manfredsteyer any chance we get this on npm? it has been some months since it was noticed
Running into this issue as angular 10 is running tslib 2.0.0. npm is throwing a peer dependencie warning that 1.10.0 is required. the repo code looks like its upadted to 10. anything I can do to help get this deployed?
can confirm "angular-oauth2-oidc-jwks": "^9.0.0" - works problem free in angular 10 regardless of the warning
@manfredsteyer any update?
Most helpful comment
CC @manfredsteyer 鈽濓笍 I think they're right?