v22.1.5
22.1.5
Changed 1
- Traverse AST with iterative post-order walker in i18n inliner
Fixed 7
- Transform fail() to expect.fail() in refactor-jasmine-vitest
- Enforce MCP roots in get_best_practices tool
- Handle errors from isAllowedWorkspacePath in best-practices tool
- Throw on out-of-roots workspace in best-practices tool
- Correct misleading error message for top-level await
- Disable code splitting for unit test builds
- Preserve integrity and crossorigin in autoCsp loader
From angular-cli
@schematics/angular
| Commit | Description |
|---|---|
| fix - ba2b0e4c2 | transform fail() to expect.fail() in refactor-jasmine-vitest |
@angular/cli
| Commit | Description |
|---|---|
| fix - e672271f8 | enforce MCP roots in get_best_practices tool |
| fix - a14916cc4 | handle errors from isAllowedWorkspacePath in best-practices tool |
| fix - d6e1cddff | throw on out-of-roots workspace in best-practices tool |
@angular/build
| Commit | Description |
|---|---|
| fix - cba72902d | correct misleading error message for top-level await |
| fix - b4679998c | disable code splitting for unit test builds |
| fix - ff1d3565e | preserve integrity and crossorigin in autoCsp loader |
| perf - 1fc1fb05c | traverse AST with iterative post-order walker in i18n inliner |