angular-cli
angular-cli copied to clipboard
CLI tool for Angular
### Command serve ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://togithub.com/angular/animations-builds) | dependencies | digest | `58fee73` -> `b3e0886` | | [@angular/bazel](https://togithub.com/angular/bazel-builds) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | minor | `v4.1.0` -> `v4.2.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | dependencies | patch | [`5.0.11` -> `5.0.12`](https://renovatebot.com/diffs/npm/vite/5.0.11/5.0.12) | | [vite](https://vitejs.dev)...
To reduce the amount of code within the main Vite development server file, the Vite plugin that handles the in-memory output file integration for the Angular build system is now...
### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Is this a bug report or a feature request? - [ ] Bug Report - [X] Feature Request ### Please provide the steps to reproduce the issue [Bug Report...
fix(@angular/cli): update regex to validate the project-name Ensure that the regex used for validating the project-name is updated to address any issues and enhance accuracy. the existing regex for project-name...
fix(@angular-cli): Updated the regex to invalidate the application name with "." in it. As the validation for project name doesn't accept "." in the name and thorows the error: "Data...