Angular Robot
5c50e0b0ef
build: update cross-repo angular dependencies ( #64115 )
...
See associated pull request for more information.
PR Close #64115
2025-09-29 13:51:47 -04:00
Angular Robot
c6809273b0
build: update cross-repo angular dependencies ( #64108 )
...
See associated pull request for more information.
PR Close #64108
2025-09-26 17:42:20 -04:00
Angular Robot
8cf95ceb11
build: update cross-repo angular dependencies ( #64094 )
...
See associated pull request for more information.
PR Close #64094
2025-09-26 12:02:08 -04:00
Angular Robot
7d720d52ec
build: update cross-repo angular dependencies ( #64077 )
...
See associated pull request for more information.
PR Close #64077
2025-09-25 15:38:02 -04:00
Jessica Janiuk
31f2030320
release: cut the v20.3.2 release
2025-09-24 16:22:22 -07:00
Angular Robot
be55f8d5de
build: update cross-repo angular dependencies ( #64021 )
...
See associated pull request for more information.
PR Close #64021
2025-09-24 14:22:20 +00:00
Angular Robot
71955dcf7e
build: update pnpm to v10.17.1 ( #64016 )
...
See associated pull request for more information.
PR Close #64016
2025-09-23 21:41:48 +00:00
Angular Robot
bc2b819e1d
build: update cross-repo angular dependencies ( #64012 )
...
See associated pull request for more information.
PR Close #64012
2025-09-23 19:59:05 +00:00
Angular Robot
2d0761062c
build: update cross-repo angular dependencies ( #63999 )
...
See associated pull request for more information.
PR Close #63999
2025-09-22 22:37:21 +00:00
Angular Robot
fcec9a2233
build: update cross-repo angular dependencies ( #63930 )
...
See associated pull request for more information.
PR Close #63930
2025-09-19 14:40:55 +00:00
Angular Robot
205d5276b0
build: update cross-repo angular dependencies ( #63908 )
...
See associated pull request for more information.
PR Close #63908
2025-09-18 15:00:56 +00:00
Jessica Janiuk
2a15d7856d
release: cut the v20.3.1 release
2025-09-17 13:55:02 -07:00
Angular Robot
669c7c0249
build: update cross-repo angular dependencies ( #63880 )
...
See associated pull request for more information.
PR Close #63880
2025-09-17 20:12:03 +00:00
Angular Robot
79a818bd50
build: update cross-repo angular dependencies ( #63877 )
...
See associated pull request for more information.
Closes #63873 as a pr takeover
PR Close #63877
2025-09-17 17:37:28 +00:00
Alan Agius
bd2caa4eba
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:19 +00:00
Angular Robot
8cd2d8bd4c
build: update cross-repo angular dependencies ( #63865 )
...
See associated pull request for more information.
PR Close #63865
2025-09-17 14:33:30 +00:00
Angular Robot
83dbf0edfa
build: update cross-repo angular dependencies ( #63840 )
...
See associated pull request for more information.
PR Close #63840
2025-09-16 16:49:50 +00:00
Angular Robot
d1919262f3
build: update pnpm to v10.16.1 ( #63794 )
...
See associated pull request for more information.
PR Close #63794
2025-09-15 14:43:32 +00:00
Angular Robot
c8cde0f153
build: update cross-repo angular dependencies ( #63786 )
...
See associated pull request for more information.
PR Close #63786
2025-09-15 14:41:23 +00:00
Angular Robot
9def49211a
build: update pnpm to v10.16.0 ( #63770 )
...
See associated pull request for more information.
PR Close #63770
2025-09-12 17:45:15 +00:00
Angular Robot
15b6e1a8ab
build: update cross-repo angular dependencies ( #63768 )
...
See associated pull request for more information.
PR Close #63768
2025-09-12 17:22:04 +00:00
Angular Robot
f2051e7f72
build: update cross-repo angular dependencies ( #63765 )
...
See associated pull request for more information.
PR Close #63765
2025-09-12 16:47:25 +00:00
Angular Robot
4ee399388e
build: update cross-repo angular dependencies ( #63751 )
...
See associated pull request for more information.
PR Close #63751
2025-09-12 15:07:34 +00:00
Angular Robot
e5de4109e6
build: update cross-repo angular dependencies to v20.2.3 ( #63741 )
...
See associated pull request for more information.
PR Close #63741
2025-09-11 21:36:02 +00:00
Angular Robot
b7bc11098d
build: update cross-repo angular dependencies ( #63722 )
...
See associated pull request for more information.
PR Close #63722
2025-09-11 16:32:28 +00:00
Angular Robot
aaacb15bf1
build: update cross-repo angular dependencies ( #63669 )
...
See associated pull request for more information.
PR Close #63669
2025-09-10 22:18:15 +00:00
Alan Agius
7dde1951d0
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
8266790fb8
build: update cross-repo angular dependencies ( #63707 )
...
See associated pull request for more information.
Closes #63669 as a pr takeover
PR Close #63707
2025-09-10 12:07:55 -07:00
Andrew Scott
9096d45377
release: cut the v20.3.0 release
2025-09-10 08:02:27 -07:00
Andrew Scott
34c5a039d1
release: cut the v20.3.0-rc.0 release
2025-09-10 07:57:03 -07:00
Alan Agius
6117ccee2e
feat(core): introduce BootstrapContext for improved server bootstrapping ( #63636 )
...
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.
(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
PR Close #63636
2025-09-09 10:45:02 -07:00
Andrew Scott
90e798b675
build: prepare exceptional minor branch: 20.3.x
2025-09-09 10:32:55 -07:00
Angular Robot
951701dabb
build: update cross-repo angular dependencies ( #63581 )
...
See associated pull request for more information.
PR Close #63581
2025-09-03 20:56:00 -07:00
Miles Malerba
08d363e2cc
release: cut the v20.2.4 release
2025-09-03 12:36:46 -07:00
Angular Robot
320f1d6537
build: update @angular/ng-dev digest to 435c59b ( #63571 )
...
See associated pull request for more information.
PR Close #63571
2025-09-03 09:51:59 -07:00
Angular Robot
452abfc33c
build: update cross-repo angular dependencies ( #63566 )
...
See associated pull request for more information.
PR Close #63566
2025-09-03 16:33:33 +00:00
Angular Robot
1e47a87fc6
build: update cross-repo angular dependencies ( #63553 )
...
See associated pull request for more information.
PR Close #63553
2025-09-02 11:54:45 -07:00
Angular Robot
bf74c56fe1
build: update pnpm to v10.15.1 ( #63527 )
...
See associated pull request for more information.
PR Close #63527
2025-09-02 17:09:04 +00:00
Angular Robot
8dbeac1341
build: update cross-repo angular dependencies ( #63478 )
...
See associated pull request for more information.
PR Close #63478
2025-08-29 08:53:44 -07:00
Angular Robot
22214593ab
build: update cross-repo angular dependencies ( #63468 )
...
See associated pull request for more information.
PR Close #63468
2025-08-29 12:59:02 +00:00
Jessica Janiuk
64ddde21af
release: cut the v20.2.3 release
2025-08-29 14:33:36 +02:00
Angular Robot
98468c0d7a
build: update cross-repo angular dependencies ( #63444 )
...
See associated pull request for more information.
PR Close #63444
2025-08-28 09:21:54 -07:00
Milo
35dea23580
build: simplify pnpm scripts in package.json ( #63310 )
...
remove unnecessary pnpm prefix for bin scripts from node_modules
PR Close #63310
2025-08-28 08:46:23 -07:00
Matthieu Riegler
421edfe04b
build: update @bazel/ibazel to 0.26.10 ( #63435 )
...
To fix failing devtools tests
PR Close #63435
2025-08-28 10:02:02 +00:00
Angular Robot
ca61366218
build: update cross-repo angular dependencies ( #63396 )
...
See associated pull request for more information.
PR Close #63396
2025-08-27 16:14:31 -07:00
Andrew Kushnir
6e0b66d702
release: cut the v20.2.2 release
2025-08-27 10:53:04 -07:00
Angular Robot
15395a576f
build: update cross-repo angular dependencies ( #63380 )
...
See associated pull request for more information.
PR Close #63380
2025-08-25 16:29:57 -07:00
Angular Robot
454a269254
build: update cross-repo angular dependencies ( #63339 )
...
See associated pull request for more information.
PR Close #63339
2025-08-25 10:50:36 -07:00
Angular Robot
b02042301a
build: update cross-repo angular dependencies ( #63332 )
...
See associated pull request for more information.
PR Close #63332
2025-08-22 11:29:11 -07:00
Angular Robot
040cba0b09
build: update cross-repo angular dependencies ( #63319 )
...
See associated pull request for more information.
PR Close #63319
2025-08-21 14:12:40 -07:00