Angular Robot
8a6cc39aec
build: update all non-major dependencies ( #63256 )
...
See associated pull request for more information.
PR Close #63256
2025-08-20 08:21:30 +00:00
Angular Robot
b7f2a8b180
build: update cross-repo angular dependencies ( #63243 )
...
See associated pull request for more information.
PR Close #63243
2025-08-19 15:57:06 +00:00
Julien Zapata Duque
72ae1064fe
docs: use correct closing quote in input and model import usage notes ( #63237 )
...
PR Close #63237
2025-08-19 12:33:22 +00:00
Angular Robot
942517966b
build: update dependency shiki to v3.10.0 ( #63235 )
...
See associated pull request for more information.
PR Close #63235
2025-08-19 11:15:29 +00:00
Shuaib Hasan Akib
6712456847
refactor(core): update NG0303 error message ( #63222 )
...
Ensure consistency in error message wording by aligning the NG0303
error with other Angular error strings. This improves clarity and
maintains a uniform developer experience
PR Close #63222
2025-08-19 08:25:49 +00:00
Angular Robot
101f072b74
build: update dependency mermaid to v11.10.0 ( #63234 )
...
See associated pull request for more information.
PR Close #63234
2025-08-19 08:21:55 +00:00
Angular Robot
44b94b1564
docs: update Angular CLI help ( #63225 )
...
Updated Angular CLI help contents.
PR Close #63225
2025-08-19 08:21:25 +00:00
Angular Robot
d5a337dee1
build: update github/codeql-action action to v3.29.10 ( #63230 )
...
See associated pull request for more information.
PR Close #63230
2025-08-19 08:05:06 +00:00
Angular Robot
f7de67ba75
build: update dependency preact to v10.27.1 ( #63229 )
...
See associated pull request for more information.
PR Close #63229
2025-08-19 08:03:39 +00:00
Avetik Harutyunyan
f50fa15fa3
docs: fix typo in SSR section ( #63224 )
...
PR Close #63224
2025-08-19 08:01:27 +00:00
Matthieu Riegler
78f3d849ba
docs: update version compatiblity. ( #63223 )
...
TS 5.9 support landed with #62939
PR Close #63223
2025-08-19 08:00:54 +00:00
Paweł Kawula
c4faee4722
docs: fixed mismatch between supported node versions ( #63218 )
...
node versions listed here https://angular.dev/reference/versions
and minimal listed in installation.md are different
PR Close #63218
2025-08-19 07:59:21 +00:00
Matthieu Riegler
9b539a18ba
docs(docs-infra): lift circular imports ( #63186 )
...
This commit also adds adev on the cyclic import check.
PR Close #63186
2025-08-19 07:58:45 +00:00
Jessica Janiuk
cab3adfdd1
fix(compiler): fixes animation event host bindings not firing ( #63217 )
...
Host bindings for `(animate.enter)` and `(animate.leave)` were not firing properly. This fixes the compiler ingest to make sure they do fire.
fixes : #63199
PR Close #63217
2025-08-18 15:56:49 +00:00
AleksanderBodurri
5115050928
fix(devtools): DOM traversal bug ( #62719 )
...
Previously, Angular devtools would mistakenly traverse the same DOM elements multiple times while doing traversal for the component tree explorer. This error case would occur when more than 1 Angular application root component was present on the same page and in distinct DOM branches.
Some example cases that did work previously:
```html
<app-root>
...
</app-root>
```
```html
<app-root>
...
<app-root-2></app-root-2>
...
</app-root>
```
An example of where it would enter the irregular behaviour
```html
<app-root>
...
</app-root>
<app-root-2>
...
</app-root-2>
```
Now, we properly ignore duplicate DOM paths when looking for application and non-application root component to begin the Angular DevTools component discovery logic.
PR Close #62719
2025-08-18 15:43:09 +00:00
Angular Robot
d0cf624305
build: update cross-repo angular dependencies ( #63220 )
...
See associated pull request for more information.
PR Close #63220
2025-08-18 15:21:24 +00:00
Joey Perrott
1aa0a8800c
build: update the failure message with the correct command ( #63219 )
...
Update the failure message for compliance tests to use the correct command for updating the goldens
PR Close #63219
2025-08-18 15:08:56 +00:00
Jessica Janiuk
a7cfb42c03
fix(core): ensure animate events do not have duplicate elements ( #63216 )
...
This applies the same fix that fixed the class version to the event binding version. It prevents duplicate elements from being on screen when animations have been toggled too fast.
fixes : #63127
PR Close #63216
2025-08-18 12:42:16 +00:00
Paul Gschwendtner
6c8d000016
ci: mark myself as unavailable during OOO ( #63214 )
...
Marks myself as unavailable during OOO to not block reviews :)
PR Close #63214
2025-08-18 12:53:19 +02:00
Alan Agius
494385cac0
fix(docs-infra): allow wrapping of types-and-default CLI options ( #63211 )
...
This change fixes an issue where long lists of enum values would display on a single line, running off the screen, especially on mobile devices.
PR Close #63211
2025-08-18 12:52:03 +02:00
Alan Agius
2c34e37df9
fix(docs-infra): add spacing between Alias and Value ( #63211 )
...
Prior to this change there was noi spacing between the Alias and Value
PR Close #63211
2025-08-18 12:52:03 +02:00
Alan Agius
1714e9ea0e
fix(docs-infra): display value type in CLI pages ( #63211 )
...
The value type was not being displayed when a value had an enum, which was misleading. This change ensures the value type is always shown, so users know whether to expect a single value or an array of values.
PR Close #63211
2025-08-18 12:52:03 +02:00
Angular Robot
032017174e
build: lock file maintenance ( #63209 )
...
See associated pull request for more information.
PR Close #63209
2025-08-18 12:50:49 +02:00
Walter Breakell
ddee59f58c
docs: fix grammatical mistake in installation guide ( #63202 )
...
PR Close #63202
2025-08-18 12:50:00 +02:00
cexbrayat
e9b2fe7ce5
refactor(core): improve animation instruction robustness and maintainability ( #63163 )
...
This commit extracts helper functions to reduce code duplication across animation instructions and adds early return when animations are disabled.
PR Close #63163
2025-08-18 12:49:17 +02:00
Matthieu Riegler
ab067a3d2e
docs(docs-infra): remove @adev/constant path ( #63213 )
...
PR Close #63213
2025-08-18 10:06:23 +02:00
Alan Agius
856c5f02c5
build: remove extra comma in JSON ( #63212 )
...
This fixes CI which is currently broken.
PR Close #63212
2025-08-18 09:44:00 +02:00
Matthieu Riegler
ff01e33d69
docs: revert remove of build-and-link ( #63187 )
...
This works again since angular/dev-infra#2922 landed
PR Close #63187
2025-08-18 09:14:36 +02:00
Angular Robot
a4e27e9a03
build: update cross-repo angular dependencies ( #63190 )
...
See associated pull request for more information.
PR Close #63190
2025-08-18 09:13:52 +02:00
Angular Robot
f54fdc5f76
docs: update Angular CLI help ( #63194 )
...
Updated Angular CLI help contents.
PR Close #63194
2025-08-18 09:10:25 +02:00
Gerome Grignon
e6029bcf2c
docs(): remove double parenthesis ( #63196 )
...
PR Close #63196
2025-08-18 09:09:50 +02:00
Shuaib Hasan Akib
4787eced1b
docs(docs-infra): add paths for constants and missing link ( #63197 )
...
PR Close #63197
2025-08-18 09:08:59 +02:00
Angular Robot
cdafe8b01e
build: update all non-major dependencies ( #63203 )
...
See associated pull request for more information.
PR Close #63203
2025-08-18 09:08:22 +02:00
Alan Agius
d0d6079f54
refactor: remove version 20 migrations ( #63207 )
...
This commit remove the non optional migrations for version 20 as these have already been executed.
PR Close #63207
2025-08-18 09:06:51 +02:00
Shuaib Hasan Akib
3f88fbdfa7
docs(docs-infra): replace deprecated router method ( #63183 )
...
PR Close #63183
2025-08-15 13:50:57 +02:00
Angular Robot
abfd7783b0
build: update dependency @codemirror/language to v6.11.3 ( #63184 )
...
See associated pull request for more information.
PR Close #63184
2025-08-15 13:50:17 +02:00
Shuaib Hasan Akib
6f91972ae4
docs(docs-infra): replace Input by signal one ( #63169 )
...
PR Close #63169
2025-08-15 13:42:39 +02:00
Cheng-Hsuan Tsai
0f17623398
docs(docs-infra): add dark mode to example preview ( #63171 )
...
PR Close #63171
2025-08-15 13:41:08 +02:00
cexbrayat
d3a0c2559a
docs: add --yes option to mcp commands ( #63173 )
...
This makes it consistent with the message output by the CLI in v20.2 (see https://github.com/angular/angular-cli/commit/8b4de57af1 )
PR Close #63173
2025-08-15 12:32:28 +02:00
Angular Robot
9a59f7613c
build: update all non-major dependencies ( #63181 )
...
See associated pull request for more information.
PR Close #63181
2025-08-15 12:31:24 +02:00
Angular Robot
47b09f8f18
build: update cross-repo angular dependencies ( #63178 )
...
See associated pull request for more information.
PR Close #63178
2025-08-15 11:40:20 +02:00
Kristiyan Kostadinov
5b3933f1ae
fix(compiler): error when ng-content fallback has translated children ( #63156 )
...
Fixes that the pipeline wasn't processing the fallback content of `ng-content` for i18n which resulted in a compiler error further down the line.
Fixes #63065 .
PR Close #63156
2025-08-15 09:47:17 +02:00
Kristiyan Kostadinov
9ac638548f
fix(compiler): incorrect source span for expression AST inside template attribute ( #63175 )
...
Similar fix as #63082 , but for template attributes. The root cause is the same where we should be using `fullStart` instead of `start` in order to account for whitespaces being skipped.
Fixes #63157 .
PR Close #63175
2025-08-15 09:44:35 +02:00
Alan Agius
e7a3452852
build: bump @angular/ssr to 20.2.0-rc.1 ( #63176 )
...
This contains the fix for the router `lastSuccessfulNavigation` breaking change
https://github.com/angular/angular-cli/pull/30923
PR Close #63176
2025-08-15 09:44:00 +02:00
Alan Agius
fa40feee1d
Revert "ci: redirect adev to index.csr.html ( #63168 )" ( #63177 )
...
This reverts commit 5129daed1b .
PR Close #63177
2025-08-15 09:43:14 +02:00
Matthieu Riegler
5129daed1b
ci: redirect adev to index.csr.html ( #63168 )
...
The build doesn't produce an `index.html`
PR Close #63168
2025-08-14 21:15:47 +00:00
Angular Robot
d733c69ce9
build: update all non-major dependencies ( #62935 )
...
See associated pull request for more information.
PR Close #62935
2025-08-14 22:09:29 +02:00
Charles Lyding
9c0ad1b434
docs: update MCP server documentation for 20.2 ( #63141 )
...
This commit updates the MCP server documentation with the following changes:
- Updates the description of the `ng mcp` command behavior.
- Adds a configuration example for the Gemini CLI.
- Adds a new section for command options, including `--read-only` and `--local-only`.
- Alphabetizes the IDE configuration sections for better readability.
- Alphabetizes the "Available Tools" table.
PR Close #63141
2025-08-14 22:07:55 +02:00
Angular Robot
fad3d8e3a5
build: update cross-repo angular dependencies ( #63149 )
...
See associated pull request for more information.
PR Close #63149
2025-08-14 22:05:48 +02:00
Cheng-Hsuan Tsai
b9a134b8eb
docs(docs-infra): fix codeblock styles ( #63153 )
...
PR Close #63153
2025-08-14 22:04:39 +02:00