fix(@angular-devkit/build-angular): invalid browsers version ranges#22610
fix(@angular-devkit/build-angular): invalid browsers version ranges#22610dgp1130 merged 1 commit intoangular:masterfrom alan-agius4:invalid-version
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