Command
build
Is this a regression?
The previous version in which this bug was not present was
14
Description
After updating to Angular v15, my build broke this issue related to the support of Safari TP versions, and It was accidentally introduced in a0f9db8.
Minimal Reproduction
Add unreleased versions to the .browserslistrc file and npm run build
Exception or Error
An unhandled exception occurred: Transform failed with 1 error:
error: Invalid version: "tp.0"
See "/private/var/folders/_1/g7z1fzm54sb_wrdyk00s32580000gn/T/ng-SQbgG6/angular-errors.log" for further details
### Your Environment
```text
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 15.1.3
Node: 16.17.0
Package Manager: npm 8.15.0
OS: darwin arm64
Angular: undefined
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1501.3 (cli-only)
@angular-devkit/core 15.1.3 (cli-only)
@angular-devkit/schematics 15.1.3 (cli-only)
@schematics/angular 15.1.3 (cli-only)
Anything else relevant?
I sent PR #24640 to fix it.
Command
build
Is this a regression?
The previous version in which this bug was not present was
14
Description
After updating to Angular v15, my build broke this issue related to the support of Safari TP versions, and It was accidentally introduced in a0f9db8.
Minimal Reproduction
Add
unreleased versionsto the.browserslistrcfile andnpm run buildException or Error
Anything else relevant?
I sent PR #24640 to fix it.