Alan Agius
64e28ccf81
build: update cross-repo angular dependencies ( #64073 )
...
See associated pull request for more information.
Closes #64043 as a pr takeover
PR Close #64073
2025-09-25 10:26:19 -04:00
Jessica Janiuk
0e8e7bac6c
release: cut the v21.0.0-next.5 release
2025-09-24 16:27:20 -07:00
Joey Perrott
863c7eaafe
build: migrate vscode extension into repo ( #63924 )
...
Migrate the vscode extension for angular into this repository.
PR Close #63924
2025-09-24 20:24:32 +00:00
Angular Robot
1b7f17b015
build: update all non-major dependencies ( #64018 )
...
See associated pull request for more information.
PR Close #64018
2025-09-24 14:23:17 +00:00
Angular Robot
19b87864fa
build: update cross-repo angular dependencies ( #64020 )
...
See associated pull request for more information.
PR Close #64020
2025-09-24 14:21:50 +00:00
Angular Robot
f36a5049b5
build: update pnpm to v10.17.1 ( #64015 )
...
See associated pull request for more information.
PR Close #64015
2025-09-23 21:40:03 +00:00
Angular Robot
4230442b5c
build: update cross-repo angular dependencies ( #64011 )
...
See associated pull request for more information.
PR Close #64011
2025-09-23 19:58:36 +00:00
Angular Robot
304d91f784
build: update cross-repo angular dependencies ( #63998 )
...
See associated pull request for more information.
PR Close #63998
2025-09-22 22:36:50 +00:00
Angular Robot
6165a9f00b
build: update all non-major dependencies ( #63964 )
...
See associated pull request for more information.
PR Close #63964
2025-09-22 14:24:32 +00:00
Angular Robot
5a0225d9f9
build: update all non-major dependencies ( #63928 )
...
See associated pull request for more information.
PR Close #63928
2025-09-19 17:00:49 +00:00
Angular Robot
4328ea8cfb
build: update cross-repo angular dependencies ( #63929 )
...
See associated pull request for more information.
PR Close #63929
2025-09-19 14:40:22 +00:00
Angular Robot
2951e85e99
build: update cross-repo angular dependencies ( #63917 )
...
See associated pull request for more information.
PR Close #63917
2025-09-18 16:02:17 +00:00
Angular Robot
5c74339dfc
build: update cross-repo angular dependencies ( #63902 )
...
See associated pull request for more information.
Closes #63890 as a pr takeover
PR Close #63902
2025-09-18 14:39:51 +00:00
Jessica Janiuk
b018c9a481
release: cut the v21.0.0-next.4 release
2025-09-17 14:13:22 -07:00
Alan Agius
420af0bcc0
build: update pnpm to v10.17.0 ( #63870 )
...
pnpm v10.17.0 adds support for wildcards in 'minimumReleaseAgeExclude'. This simplifies the configuration by allowing the use of '@angular-devkit/*' and '@angular/*' instead of listing each package individually.
PR Close #63870
2025-09-17 16:04:18 +00:00
Angular Robot
5fa2c05f60
build: update cross-repo angular dependencies ( #63864 )
...
See associated pull request for more information.
PR Close #63864
2025-09-17 14:32:27 +00:00
Angular Robot
7fcae0a914
build: update cross-repo angular dependencies ( #63839 )
...
See associated pull request for more information.
PR Close #63839
2025-09-16 16:49:21 +00:00
Angular Robot
8952674621
build: update dependency jsdom to v27 ( #63780 )
...
See associated pull request for more information.
PR Close #63780
2025-09-15 15:28:37 +00:00
Angular Robot
71b3591e31
build: update cross-repo angular dependencies ( #63785 )
...
See associated pull request for more information.
PR Close #63785
2025-09-15 15:23:02 +00:00
Angular Robot
2327c3b31c
build: update pnpm to v10.16.1 ( #63793 )
...
See associated pull request for more information.
PR Close #63793
2025-09-15 14:43:04 +00:00
Angular Robot
f2bc4b5955
build: update all non-major dependencies ( #63779 )
...
See associated pull request for more information.
PR Close #63779
2025-09-15 14:39:22 +00:00
Angular Robot
bd2a84b885
build: update pnpm to v10.16.0 ( #63769 )
...
See associated pull request for more information.
PR Close #63769
2025-09-12 17:44:46 +00:00
Angular Robot
284fc7d753
build: update cross-repo angular dependencies ( #63767 )
...
See associated pull request for more information.
PR Close #63767
2025-09-12 17:21:24 +00:00
Angular Robot
09730ba09f
build: update cross-repo angular dependencies ( #63764 )
...
See associated pull request for more information.
PR Close #63764
2025-09-12 16:46:50 +00:00
Angular Robot
32751cce7d
build: update cross-repo angular dependencies ( #63750 )
...
See associated pull request for more information.
PR Close #63750
2025-09-12 15:07:04 +00:00
Angular Robot
334f489775
build: update cross-repo angular dependencies to v21.0.0-next.3 ( #63742 )
...
See associated pull request for more information.
PR Close #63742
2025-09-11 21:18:30 +00:00
Angular Robot
19c2f9c49b
build: update cross-repo angular dependencies ( #63721 )
...
See associated pull request for more information.
PR Close #63721
2025-09-11 16:37:46 +00:00
Angular Robot
a8fae2aae0
build: update all non-major dependencies ( #63715 )
...
See associated pull request for more information.
PR Close #63715
2025-09-11 15:41:55 +00:00
Angular Robot
6e773374fb
build: update cross-repo angular dependencies ( #63708 )
...
See associated pull request for more information.
PR Close #63708
2025-09-10 22:17:45 +00:00
Alan Agius
1590663e7d
build: introduce and document pnpm run devtools:release command ( #63599 )
...
This commit introduces a new `pnpm run devtools:release` command to streamline the Angular DevTools release process.
The command automates the entire release workflow, including checking for new commits, updating version numbers, creating a release commit, and guiding the user through the publishing steps for both Chrome and Firefox extensions.
The `devtools/docs/release.md` documentation has been updated to reflect the use of this new command, providing a single entry point for the release process.
A new script `devtools/tools/release.mts` has been added to implement the release logic, and `package.json` has been updated to include the new script.
PR Close #63599
2025-09-10 22:11:44 +00:00
Alan Agius
f642fcf145
build: update cross-repo angular dependencies ( #63706 )
...
See associated pull request for more information.
Closes #63685 as a pr takeover
PR Close #63706
2025-09-10 12:10:15 -07:00
Alan Agius
4c3cc02bad
build: update @angular/ng-dev to latest SHA ( #63700 )
...
Attempt to fix LTS release.
PR Close #63700
2025-09-10 11:14:23 -07:00
Alan Agius
9487dc650c
build: update @angular/ng-dev to latest SHA ( #63696 )
...
Attempt to fix LTS release.
PR Close #63696
2025-09-10 10:30:34 -07:00
Joey Perrott
48fee39af7
build: update @angular/ng-dev to latest SHA ( #63695 )
...
Attempt to fix LTS release.
PR Close #63695
2025-09-10 10:09:55 -07:00
Alan Agius
4f69e035b0
build: update @angular/ng-dev to latest SHA ( #63693 )
...
Attempt to fix LTS release.
PR Close #63693
2025-09-10 09:04:51 -07:00
Andrew Scott
687b30121f
release: cut the v21.0.0-next.3 release
2025-09-10 08:12:26 -07:00
Angular Robot
7569da13b7
build: update all non-major dependencies ( #63661 )
...
See associated pull request for more information.
Closes #63504 as a pr takeover
PR Close #63661
2025-09-10 07:11:54 -07:00
Angular Robot
0c64a06ea2
build: update cross-repo angular dependencies ( #63570 )
...
See associated pull request for more information.
PR Close #63570
2025-09-09 16:37:28 -07:00
Alan Agius
28926ba92c
feat(core): introduce BootstrapContext for improved server bootstrapping ( #63562 )
...
This commit introduces a number of changes to the server bootstrapping process to make it more robust and less error-prone, especially for concurrent requests.
Previously, the server rendering process relied on a module-level global platform injector. This could lead to issues in server-side rendering environments where multiple requests are processed concurrently, as they could inadvertently share or overwrite the global injector state.
The new approach introduces a `BootstrapContext` that is passed to the `bootstrapApplication` function. This context provides a platform reference that is scoped to the individual request, ensuring that each server-side render has an isolated platform injector. This prevents state leakage between concurrent requests and makes the overall process more reliable.
BREAKING CHANGE:
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
```ts
const bootstrap = () => bootstrapApplication(AppComponent, config);
```
After:
```ts
const bootstrap = (context: BootstrapContext) =>
bootstrapApplication(AppComponent, config, context);
```
A schematic is provided to automatically update `main.server.ts` files to pass the `BootstrapContext` to the `bootstrapApplication` call.
In addition, `getPlatform()` and `destroyPlatform()` will now return `null` and be a no-op respectively when running in a server environment.
PR Close #63562
2025-09-09 10:57:09 -07:00
Alan Agius
af55552284
build: update @types/node to version ^20.18.8 ( #63611 )
...
Version 18 is quite old and no longer supported.
PR Close #63611
2025-09-05 13:48:16 -07:00
Alan Agius
0b47781c31
build: remove patch for @angular/build ( #63601 )
...
This is no longer needed.
PR Close #63601
2025-09-04 15:24:38 -07:00
Miles Malerba
835aad7994
release: cut the v21.0.0-next.2 release
2025-09-03 12:45:26 -07:00
Angular Robot
19c84ca111
build: update cross-repo angular dependencies ( #63565 )
...
See associated pull request for more information.
PR Close #63565
2025-09-03 16:33:05 +00:00
Angular Robot
1e6d311180
build: update cross-repo angular dependencies ( #63548 )
...
See associated pull request for more information.
PR Close #63548
2025-09-02 17:07:44 +00:00
Matthieu Riegler
7aa9350dc7
build: use cldr typings ( #63519 )
...
This replaces an `any`.
PR Close #63519
2025-09-02 16:50:34 +00:00
Angular Robot
61c155ee0a
build: update pnpm to v10.15.1 ( #63526 )
...
See associated pull request for more information.
PR Close #63526
2025-09-02 16:39:46 +00:00
Angular Robot
78b2279609
build: update cross-repo angular dependencies ( #63477 )
...
See associated pull request for more information.
PR Close #63477
2025-08-29 08:53:15 -07:00
Angular Robot
fd2a72ec4f
build: update cross-repo angular dependencies ( #63467 )
...
See associated pull request for more information.
PR Close #63467
2025-08-29 12:58:34 +00:00
Angular Robot
1a26fd3c92
build: update all non-major dependencies ( #63412 )
...
See associated pull request for more information.
PR Close #63412
2025-08-28 18:54:12 +00:00
Angular Robot
c9b215bb5c
build: update cross-repo angular dependencies ( #63443 )
...
See associated pull request for more information.
PR Close #63443
2025-08-28 09:54:27 -07:00