Closed jandeu closed 8 months ago
There is already opened PR https://github.com/sweetalert2/ngx-sweetalert2/pull/252
Will this get merged any time soon?
Any news on this issue? @limonte @toverux @zenflow
Any news?
My company will stop using sweetalert because of the horrible repo-/ code-management. Every major angular-version we had to wait for weeks for an update, which mostly involved changing one digit to match the current angular-version...
Until the PR is merged, we can workaround this error by adding the following override to package.json
:
"overrides": {
"@sweetalert2/ngx-sweetalert2": {
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
}
I hope this helps.
:tada: This issue is solved in version 12.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Please update dependencies to support Angular 17