Alan Agius
9918c81ca9
build: update @angular/ssr and add beasties dependency for adev and dev-app
...
In @angular/ssr 22.2.0-next.7, beasties was made an external dependency rather
than vendored internally. Because hoist: false is configured and preserveSymlinks
is enabled, rules_js does not hoist beasties into adev/node_modules and
dev-app/node_modules.
This commit adds beasties as an explicit dependency for both adev and dev-app
so that it can be resolved during bundling.
2026-09-11 10:40:29 -07:00
Angular Robot
a66fd64cd4
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-09-02 15:52:44 -07:00
Matthieu Riegler
9cf7b44f7c
build: remove explicit strict options
...
Those options are enabled by default, they don't need to be explicit.
2026-08-31 13:17:00 -07:00
Angular Robot
8c26fc74e5
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-08-26 15:37:41 -07:00
Angular Robot
1426f5ecf5
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-08-24 15:53:22 -07:00
Kristiyan Kostadinov
c18261f3fd
build: enable stableTypeOrdering tsconfig flag
...
`stableTypeOrdering` was recently enabled in the internal builds. While there aren't any breakages in Angular, these changes enable it so we can catch potential issues earlier.
2026-08-24 10:27:15 -07:00
Kristiyan Kostadinov
262fba7f7d
build: resolve CI failures
...
Resolves some e2e failures that only happened on CI.
2026-08-14 08:22:34 -07:00
Kristiyan Kostadinov
3d43067e20
build: switch playground away from protractor
...
Reworks the `playground` tests not to depend on Protractor.
2026-08-14 08:22:34 -07:00
Angular Robot
d3d3bc62ea
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-08-13 13:35:29 -07:00
Angular Robot
b95f9e2691
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-08-10 08:57:16 -07:00
Angular Robot
b63b9032b4
build: update all non-major dependencies
...
See associated pull request for more information.
2026-07-30 09:59:54 -07:00
Angular Robot
9e5dc74b67
build: update cross-repo angular dependencies
...
See associated pull request for more information.
Closes #69910 as a pr takeover
2026-07-30 09:41:50 -07:00
Angular Robot
791b0646c8
build: update all non-major dependencies
...
See associated pull request for more information.
2026-07-21 17:17:43 +02:00
Angular Robot
f034c02e67
build: update cross-repo angular dependencies to v22.1.0-next.4
...
See associated pull request for more information.
2026-07-15 14:49:48 -07:00
Angular Robot
8cf7f6ec09
build: update all non-major dependencies
...
See associated pull request for more information.
2026-07-10 10:54:42 -07:00
Angular Robot
4cf5135743
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-07-09 16:04:43 -07:00
Angular Robot
c3e688f102
build: update all non-major dependencies
...
See associated pull request for more information.
2026-07-07 11:04:31 -07:00
Angular Robot
295dad7389
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-06-24 10:48:36 -04:00
Jessica Janiuk
dcc4fe06b9
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-06-11 13:04:18 -07:00
Angular Robot
0a9ff4ea47
build: update all non-major dependencies
...
See associated pull request for more information.
2026-06-09 11:07:34 -07:00
SkyZeroZx
255151a413
fix(http): Rejects non-HTTP(S) URLs in JSONP requests
...
Prevents JSONP requests from using URLs with unsupported protocols
for improved security.
Fixes #68832
2026-06-05 15:09:37 -07:00
Angular Robot
8da119857f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-06-04 11:24:00 -07:00
Angular Robot
30ff589566
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-06-02 12:25:05 +02:00
Angular Robot
5f62a95bab
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-05-29 11:49:44 +02:00
Angular Robot
db59909c06
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-05-27 16:39:56 -07:00
Angular Robot
2864fed214
build: update all non-major dependencies
...
See associated pull request for more information.
2026-05-15 11:38:00 -07:00
Angular Robot
1a7f00f7c0
build: update cross-repo angular dependencies to v22.0.0-rc.0
...
See associated pull request for more information.
2026-05-15 10:40:32 -07:00
Angular Robot
f247ea417a
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-05-12 21:38:32 -07:00
Angular Robot
9dc4e44eea
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-04-30 15:52:21 -07:00
Angular Robot
218e2d0240
build: update cross-repo angular dependencies to v22.0.0-next.6
...
See associated pull request for more information.
2026-04-23 14:13:04 -07:00
Angular Robot
db9f9a8082
build: update all non-major dependencies
...
See associated pull request for more information.
2026-04-09 15:41:19 +03:00
Angular Robot
8633f15613
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-04-09 14:13:51 +03:00
Angular Robot
436c5df488
build: update cross-repo angular dependencies to v22.0.0-next.4
...
See associated pull request for more information.
2026-04-01 18:31:00 +02:00
Angular Robot
34e1d49b75
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-27 14:01:21 +01:00
Matthieu Riegler
eae8f7e30b
feat(core): Set default Component changeDetection strategy to OnPush
...
The default change detection strategy is now OnPush.
BREAKING CHANGE: Component with undefined `changeDetection` property are now `OnPush` by default. Specify `changeDetection: ChangeDetectionStrategy.Eager` to keep the previous behavior.
2026-03-24 16:25:02 -07:00
splincode
13c198ae63
docs: fix typos in ssr-benchmarks README.md
...
Corrected typos in modules/ssr-benchmarks/README.md: mesure→measure, Struture→Structure, render→renders, benckmark→benchmark, capitalized DevTools, and clarified the flame chart instruction.
2026-03-23 10:27:38 -07:00
Matthieu Riegler
f99e7ed20f
refactor(platform-browser): remove Hammer integration
...
The integration was deprecated in v20 and will now be removed.
BREAKING CHANGE: Hammer.js integration has been removed. Use your own implementation.
2026-03-19 16:13:20 -07:00
Angular Robot
c9e6263e0e
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-19 15:04:54 -07:00
Angular Robot
ada150c693
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-13 16:26:41 -06:00
Angular Robot
af40009d42
build: update all non-major dependencies
...
See associated pull request for more information.
2026-03-09 16:25:30 -07:00
Angular Robot
9fe820d335
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-05 11:43:25 -08:00
Alan Agius
6d07890d63
build: update all non-major dependencies
...
See associated pull request for more information.
Closes #67035 as a pr takeover
2026-02-25 08:31:32 -08:00
Angular Robot
8f5214e944
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-02-24 08:59:58 -08:00
Angular Robot
7ac52d8d9b
build: update cross-repo angular dependencies to v21.2.0-rc.1
...
See associated pull request for more information.
2026-02-23 13:38:23 -08:00
Angular Robot
1d761338b9
build: update cross-repo angular dependencies to v21.2.0-rc.0
...
See associated pull request for more information.
2026-02-19 08:53:49 -08:00
SkyZeroZx
5a3cacaaac
build: updates Bazel commands in ssr-benchmarks to use pnpm for consistency
2026-02-18 08:49:22 -08:00
Angular Robot
084f7dc08d
build: update cross-repo angular dependencies
...
See associated pull request for more information.
Closes #66795 as a pr takeover
2026-02-17 12:40:20 -08:00
Kristiyan Kostadinov
81cabc1477
feat(core): add support for TypeScript 6
...
Updates the project to support TypeScript 6 and accounts for some of the breakages.
2026-02-17 08:40:38 -08:00
Angular Robot
11767cabe4
build: update Jasmine to 6.0.0
...
Jasmine enables `forbidDuplicateNames: true` by default. So we also need to desambiguate duplicate spec names.
2026-02-09 12:15:57 -08:00
Angular Robot
15c71fba43
build: update all non-major dependencies
...
See associated pull request for more information.
2026-02-06 09:44:52 -08:00