-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(@angular-devkit/build-angular): invalid browsers version ranges #22610
Conversation
This change addresses the `Invalid version: "15.2-15.3"` range error. We previously only handled version ranges for `ios_safari`. Now, we handle such versions for all browsers. Closes #22606
@dgp1130 Kindly review and merge. |
We should probably add a test for the changed behavior as well, but that can come in a separate PR, no need to hold up this one for it. |
@alan-agius4 Is this fix published and available to run the builds? |
@srinivasreddyp, the release is ongoing. We have a large number of packages, multiple versions to publish, and a wide variety of end-to-end tests which take some time to run before we can be confident in a release.
|
Thank you for the update, we are on 12. |
v13.2.1 just landed and has the same fix. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This change addresses the
Invalid version: "15.2-15.3"
range error. We previously only handled version ranges forios_safari
. Now, we handle such versions for all browsers.Closes #22606