Alan Agius
0835bd815f
build: improve dependency management for local packages
...
Refactor .pnpmfile.cjs to use a Set for localAngularPackages for better performance.
Adjust typescript dependency handling in compiler-cli to correctly use devDependencies.
Promote rxjs and zone.js from peer dependencies to regular dependencies for local packages.
These changes streamline dependency resolution and align with pnpm's behavior for workspace dependencies.
2025-11-12 09:34:27 -08:00
Alan Agius
c51b42f1ce
build: remove extra deps
...
Most of these deps are either unused or are in `adev`
2025-11-12 09:34:27 -08:00
Angular Robot
631cf977a8
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-11 11:51:05 -08:00
Alan Agius
74dca6eccd
build: lock file maintenance
...
See associated pull request for more information.
2025-11-11 10:50:09 -08:00
Angular Robot
3b1fbf00da
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-11 10:19:24 -08:00
Angular Robot
e5cc6d55e8
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-10 09:47:41 -08:00
Angular Robot
050c475b51
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-10 08:23:57 -08:00
Angular Robot
47f6f71fc4
build: update dependency marked to v17
...
See associated pull request for more information.
2025-11-10 07:54:08 -08:00
Alan Agius
033ea75b88
build: update rules_angular to latest
...
Update `rules_angular` to latest.
2025-11-07 11:43:24 -08:00
Angular Robot
3cde920ecf
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-07 07:43:44 -08:00
Angular Robot
ff3013c014
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-06 15:28:11 -08:00
Angular Robot
88f55b43ac
build: update cross-repo angular dependencies to v21.0.0-rc.1
...
See associated pull request for more information.
2025-11-06 13:23:44 -08:00
Angular Robot
3085915a7f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-06 11:55:54 -08:00
Andrew Scott
189807ef04
refactor(router): Build out integration with browser Navigation API ( #64905 )
...
This further builds out the Router integration with the platform
Navigation API. Key features in this state include:
* History restoration via direct platform APIs rather than markers left on
`history.state`. This means more guaranteed correctness and less
internal code to compute traversal restorations.
* Ability to observe navigations triggered outside the Router APIs.
Practically speaking, this means some navigations can be performed
through the platform rather than requiring `Router.navigate`. Note
that because the `NavigateEvent` is never intercepted at this point of
the implementation, regular anchor tags cannot be used because they
will still trigger a popstate navigation.
This implementation does _not_ intercept the `NavigateEvent` but future
iterations should. By omitting the interception, we are missing out on
features such as:
* Platform-supported scroll and focus reset
* Holding the navigate event open for the duration of the router
navigation, allowing for a visual loading indicator in the browser
* Support for intercepting navigations from regular anchor tags (e.g.
not `RouterLink`s) and converting those to SPA navigations.
PR Close #64905
2025-11-06 17:42:04 +00:00
Angular Robot
ffda3f97e0
build: update cross-repo angular dependencies to v21.0.0-rc.1
...
See associated pull request for more information.
2025-11-06 09:40:51 -08:00
Miles Malerba
25e13e9f96
build: add a dev-app
...
Adds a dev app that can be used to prototype and debug things while
developing Angular. Use `pnpm dev` to run it.
2025-11-06 09:05:32 -08:00
Angular Robot
8315504d60
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-06 07:47:07 -08:00
Angular Robot
76211bf3cc
build: update dependency @rollup/plugin-commonjs to v29
...
See associated pull request for more information.
2025-11-05 15:19:23 -08:00
Angular Robot
2b71181288
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-05 15:13:37 -08:00
Alan Agius
3ef2edc076
build: update typescript dependency for vscode-ng-language-service
...
Updates the typescript dependency to 5.9.3 in vscode-ng-language-service/package.json
and updates pnpm-lock.yaml accordingly.
2025-11-05 17:02:35 +00:00
Angular Robot
608421b83f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-04 17:50:39 +00:00
Angular Robot
615518d9fd
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-03 21:27:02 +00:00
Angular Robot
5c5353d1e5
build: update cross-repo angular dependencies ( #64795 )
...
See associated pull request for more information.
PR Close #64795
2025-10-30 19:22:04 +00:00
Angular Robot
b0c9c63784
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-29 21:02:34 +00:00
Alan Agius
13c386936b
build: update typescript to 5.9.3
...
The beta version was unused in the pnpmfile.
2025-10-29 10:46:48 +01:00
Angular Robot
5a8aee6edf
build: update all non-major dependencies
...
See associated pull request for more information.
2025-10-29 10:41:22 +01:00
Alan Agius
46d5670688
refactor(docs-infra): switch to use unit-test builder
...
- Deletes the old Karma configuration and test entry point.
- Updates `angular.json` to use the `@angular/build` builders.
- Adjusts test files to align with the new setup.
2025-10-28 20:52:22 +01:00
Angular Robot
6fa818bc37
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-28 20:48:52 +01:00
Angular Robot
3032332da0
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-28 10:26:15 -07:00
Angular Robot
97e5f570fb
build: lock file maintenance
...
See associated pull request for more information.
2025-10-28 10:27:27 +01:00
Angular Robot
9f57ca6e8a
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-27 17:13:16 +01:00
Alan Agius
7a187a3bfd
build: remove unused rollup-plugin-sourcemaps dependency
...
This dependency is not used as we use `rollup-plugin-sourcemaps2` instead.
2025-10-27 13:39:59 +01:00
Angular Robot
ae3a88c5f3
build: update all non-major dependencies
...
See associated pull request for more information.
2025-10-27 09:30:13 +01:00
Angular Robot
7e41d6d44a
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-27 09:28:11 +01:00
Angular Robot
d7e5aeaf0d
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-24 18:48:13 +02:00
Angular Robot
1acc0bcef5
build: update all non-major dependencies to v7.28.5
...
See associated pull request for more information.
2025-10-24 18:47:48 +02:00
Angular Robot
1a0d2daef0
build: update all non-major dependencies
...
See associated pull request for more information.
2025-10-24 15:26:25 +02:00
Angular Robot
b258d01f89
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-24 15:25:32 +02:00
Angular Robot
77ead34cc7
build: update dependency vitest to v4 ( #64635 )
...
See associated pull request for more information.
PR Close #64635
2025-10-24 09:35:52 +02:00
Angular Robot
ccf6721a4d
build: update all non-major dependencies ( #64634 )
...
See associated pull request for more information.
PR Close #64634
2025-10-24 09:35:15 +02:00
Angular Robot
f6d7375026
build: update cross-repo angular dependencies ( #64629 )
...
See associated pull request for more information.
PR Close #64629
2025-10-24 09:32:54 +02:00
Angular Robot
13d8ccc41b
build: update cross-repo angular dependencies ( #64622 )
...
See associated pull request for more information.
PR Close #64622
2025-10-23 18:24:58 +02:00
Angular Robot
6a3e881542
build: update cross-repo angular dependencies ( #64616 )
...
See associated pull request for more information.
PR Close #64616
2025-10-23 16:01:28 +02:00
Angular Robot
3ace778667
build: update cross-repo angular dependencies ( #64609 )
...
See associated pull request for more information.
PR Close #64609
2025-10-23 12:39:17 +02:00
Angular Robot
e944763e12
build: update dependency preact-render-to-string to v6.6.3 ( #64604 )
...
See associated pull request for more information.
PR Close #64604
2025-10-23 12:35:26 +02:00
Angular Robot
f0debd5245
build: update cross-repo angular dependencies ( #64597 )
...
See associated pull request for more information.
PR Close #64597
2025-10-22 21:45:34 +00:00
Angular Robot
893af8b64c
build: update cross-repo angular dependencies ( #64593 )
...
See associated pull request for more information.
PR Close #64593
2025-10-22 20:24:15 +00:00
Angular Robot
99271bbeed
build: update cross-repo angular dependencies ( #64587 )
...
See associated pull request for more information.
PR Close #64587
2025-10-22 15:53:09 +00:00
Angular Robot
9fef846f99
build: update cross-repo angular dependencies ( #64585 )
...
See associated pull request for more information.
PR Close #64585
2025-10-22 15:25:37 +00:00
Angular Robot
5cca9e60b2
build: update cross-repo angular dependencies ( #64582 )
...
See associated pull request for more information.
Closes #64576 as a pr takeover
PR Close #64582
2025-10-22 14:50:04 +00:00