Angular Robot
cb97cf86d2
build: update cross-repo angular dependencies ( #62247 )
...
See associated pull request for more information.
PR Close #62247
2025-06-24 16:25:37 +00:00
Kristiyan Kostadinov
8ce6ca90be
build: update ng-dev ( #62227 )
...
Updates `ng-dev` in order to get the latest features.
PR Close #62227
2025-06-24 09:15:52 +02:00
Angular Robot
fec2ee1796
build: update cross-repo angular dependencies ( #62162 )
...
See associated pull request for more information.
PR Close #62162
2025-06-20 14:42:48 -07:00
Angular Robot
f8a90c9eaa
build: update dependency rollup to v4.44.0 ( #62144 )
...
See associated pull request for more information.
PR Close #62144
2025-06-20 12:08:17 -07:00
Angular Robot
0cd6f363ca
build: update cross-repo angular dependencies ( #62079 )
...
See associated pull request for more information.
PR Close #62079
2025-06-19 10:12:19 +02:00
Pawel Kozlowski
085e29fb23
release: cut the v20.1.0-next.2 release
2025-06-18 19:48:44 +02:00
Angular Robot
1fcf67cb17
build: update cross-repo angular dependencies ( #62006 )
...
See associated pull request for more information.
PR Close #62006
2025-06-12 15:55:19 +02:00
Doug Parker
38f8705aab
docs: adds --jobs 4 to Firefox release flags ( #62015 )
...
This seems to be helpful for Mozilla reviewers to reproduce the build without encountering Bazel errors like:
```
Server terminated abruptly (error code: 14, error message: 'Socket closed', log file: '/home/parallels/.cache/bazel/_bazel_parallels/ae710c6507eb251f9511ac4228641059/server/jvm.out')
```
`--local_ram_resources` is also useful, but I'm not sure what to set it to by default or how necessary it is, so let's just start with `--jobs 4` for now. The 4 is arbitrary as I don't have insight into how many jobs are actually appropriate, but we can go with this for now and tweak the number later if it still causes issues.
PR Close #62015
2025-06-12 13:48:39 +02:00
Pawel Kozlowski
8611630eb9
release: cut the v20.1.0-next.1 release
2025-06-11 15:34:06 +02:00
Angular Robot
7eca66e200
build: update cross-repo angular dependencies ( #61942 )
...
See associated pull request for more information.
PR Close #61942
2025-06-11 11:33:58 +02:00
Angular Robot
ce7f2e3b43
build: update all non-major dependencies ( #61953 )
...
See associated pull request for more information.
PR Close #61953
2025-06-11 10:40:16 +02:00
Angular Robot
295d44348d
build: update dependency typescript to v5.8.3 ( #61957 )
...
See associated pull request for more information.
PR Close #61957
2025-06-10 17:25:37 -07:00
Joey Perrott
cd3bbdbad6
build: add zone.js as an npm based dependency ( #61947 )
...
Add zone.js as an npm based dependency
PR Close #61947
2025-06-06 15:20:11 -07:00
Angular Robot
78c417ace1
build: update cross-repo angular dependencies ( #61910 )
...
See associated pull request for more information.
PR Close #61910
2025-06-06 10:30:47 +02:00
Angular Robot
e90bfc509c
build: update cross-repo angular dependencies to ^20.1.0-next ( #61880 )
...
See associated pull request for more information.
PR Close #61880
2025-06-05 14:08:33 +02:00
Paul Gschwendtner
d86d11d4c1
build: introduce NodeJS loader for rules_js Node execution ( #61865 )
...
For the `rules_js` migration, we are facing the problem where
our current Angular code is shipped as ESM, but we aren't fully
there yet with fully compliant strict ESM during development.
That is because we lack explicit import extensions, and it's also a
different story how this would work in Google3, if we were to add them.
In addition, we cross-import from our packages using npm module names.
This works well for TS, for ESBuild because those can respect path
mappings— but at runtime, when executing native `jasmine_test`'s— such
mappings aren't respected. The options here are:
- avoid module imports in the repo (impossible; undesired)
- use pre-bundling of all NodeJS execution involving npm package code
(slower, extra build action cost)
- wire up a simple NodeJS loader (supported via official APIs) to simply
account for our cases (preferred and similar to what we experimented
with for the last year(s); and worked well)
This commit implements the last option and allows for an easy migration
to `rules_js`, and also is pretty reasonable. Long-term we can resolve
the extension problem if we e.g. migrate to real explicit extensions + a
proper TS module resolution like e.g. `nodenext`.
PR Close #61865
2025-06-05 12:04:51 +02:00
Angular Robot
ab5b7df073
build: update all non-major dependencies ( #61700 )
...
See associated pull request for more information.
PR Close #61700
2025-06-05 10:14:17 +02:00
Angular Robot
b6b73a552c
build: update cross-repo angular dependencies ( #61854 )
...
See associated pull request for more information.
PR Close #61854
2025-06-04 11:21:43 -04:00
AleksanderBodurri
3a9a70de08
refactor(compiler-cli): implement transform to determine debugName from signal functions ( #57348 )
...
Implements a compiler transform that attempts to statically analyze variable names and apply them to usages of signal functions like signal, computed, effect, etc.
PR Close #57348
2025-06-03 20:34:12 -04:00
Angular Robot
23ad649908
build: update cross-repo angular dependencies ( #61703 )
...
See associated pull request for more information.
PR Close #61703
2025-06-03 10:34:03 -04:00
Angular Robot
667a600607
build: update dependency yargs to v18 ( #61767 )
...
See associated pull request for more information.
PR Close #61767
2025-06-03 07:34:08 -04:00
Sumit Arora
582fedd726
refactor(devtools): fixing PR comments and adding unit tests ( #59999 )
...
- Update code to fix PR comments and cleanup code
- Add unit tests for the new code
PR Close #59999
2025-05-30 09:48:12 -04:00
Angular Robot
99bcd34b7f
build: update all non-major dependencies ( #61666 )
...
See associated pull request for more information.
PR Close #61666
2025-05-26 11:12:51 +00:00
Angular Robot
3e70d64b20
build: update cross-repo angular dependencies ( #61587 )
...
See associated pull request for more information.
PR Close #61587
2025-05-26 10:23:42 +00:00
Angular Robot
127bad774a
build: update cross-repo angular dependencies ( #61576 )
...
See associated pull request for more information.
PR Close #61576
2025-05-21 15:00:22 +00:00
Angular Robot
a2fdb497bc
build: update cross-repo angular dependencies ( #61561 )
...
See associated pull request for more information.
PR Close #61561
2025-05-21 11:55:44 +00:00
Milo
33715b098a
refactor(devtools): add dagre-d3-es ( #61538 )
...
add dagre-d3-es for use by the signals graph pane. Additionally, add a
patch so that html labels display correctly within d3-zoom
PR Close #61538
2025-05-21 09:56:40 +00:00
Angular Robot
bb220c0d31
build: update cross-repo angular dependencies ( #61530 )
...
See associated pull request for more information.
PR Close #61530
2025-05-20 17:45:02 +00:00
Angular Robot
83d004fc6a
build: update dependency undici to v7 ( #61522 )
...
See associated pull request for more information.
PR Close #61522
2025-05-20 16:51:03 +00:00
Alan Agius
8f65223bd8
fix(core): update min Node.js support to 20.19, 22.12, and 24.0 ( #61499 )
...
This is to match the versions of the Angular CLI.
See: https://github.com/angular/angular-cli/pull/30349
PR Close #61499
2025-05-20 14:15:13 +00:00
Angular Robot
6ba9adc797
build: update cross-repo angular dependencies ( #61508 )
...
See associated pull request for more information.
PR Close #61508
2025-05-20 13:42:02 +00:00
Angular Robot
a62d3e72ce
build: update dependency @octokit/graphql to v9 ( #61503 )
...
See associated pull request for more information.
PR Close #61503
2025-05-20 12:28:18 +00:00
Angular Robot
fb0f5aaa76
build: update cross-repo angular dependencies ( #61506 )
...
See associated pull request for more information.
PR Close #61506
2025-05-20 12:00:51 +00:00
Angular Robot
c3e26907c9
build: update cross-repo angular dependencies ( #61502 )
...
See associated pull request for more information.
PR Close #61502
2025-05-20 11:07:56 +00:00
Angular Robot
233d001457
build: update dependency conventional-changelog to v7 ( #61489 )
...
See associated pull request for more information.
PR Close #61489
2025-05-20 10:03:54 +00:00
Joey Perrott
8ef41f3e14
build: migrate adev to use ng_project ( #61319 )
...
Move all of adev to use ng_project instead of ng_module
PR Close #61319
2025-05-20 08:48:29 +00:00
Angular Robot
a6b8b2ccd4
build: update cross-repo angular dependencies ( #61464 )
...
See associated pull request for more information.
PR Close #61464
2025-05-19 12:04:34 +00:00
Angular Robot
24ae05f3f8
build: update all non-major dependencies ( #61458 )
...
See associated pull request for more information.
PR Close #61458
2025-05-19 09:53:46 +00:00
Alan Agius
cf8c853523
build: remove @types/diff ( #61447 )
...
The latest diff package includes the TS types.
PR Close #61447
2025-05-19 09:17:47 +00:00
Angular Robot
7ac3643a14
build: update cross-repo angular dependencies ( #61435 )
...
See associated pull request for more information.
PR Close #61435
2025-05-19 08:05:40 +00:00
Angular Robot
c335dcd04c
build: update cross-repo angular dependencies ( #61415 )
...
See associated pull request for more information.
Closes #61400 as a pr takeover
PR Close #61415
2025-05-16 14:30:35 +00:00
Paul Gschwendtner
dce497806a
build: update dev-infra for latest RBE changes ( #61408 )
...
Updates dev-infra for the latest RBE changes.
PR Close #61408
2025-05-16 13:25:34 +00:00
Angular Robot
d59ed604b5
build: update all non-major dependencies ( #61168 )
...
See associated pull request for more information.
PR Close #61168
2025-05-16 09:33:25 +00:00
Angular Robot
743c7cf5d2
build: update cross-repo angular dependencies ( #61339 )
...
See associated pull request for more information.
PR Close #61339
2025-05-16 08:45:13 +00:00
Angular Robot
ee0d9bd1cd
build: update dependency diff to v8 ( #61386 )
...
See associated pull request for more information.
PR Close #61386
2025-05-16 07:30:47 +00:00
Alan Agius
31abc9dbb0
build: remove resolution for @angular/core ( #61360 )
...
This causes running `pnpm import` directly to fail
```
Scope: all 4 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
. | WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7
. | WARN deprecated gulp-conventional-changelog@5.0.0
. | WARN deprecated angular@1.5.11
. | WARN deprecated angular@1.6.10
. | WARN deprecated angular@1.7.9
. | WARN deprecated angular@1.8.3
. | WARN deprecated protractor@7.0.0
. | WARN deprecated tslint@6.1.3
Progress: resolved 177, reused 1, downloaded 0, added 0
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: /tmp/renovate/cache/others/pnpm-store/v3
Virtual store is at: node_modules/.pnpm
Progress: resolved 323, reused 2, downloaded 1, added 0
Progress: resolved 833, reused 2, downloaded 1, added 0
Progress: resolved 1565, reused 2, downloaded 1, added 0
Progress: resolved 2264, reused 2, downloaded 1, added 0
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @angular/compiler@0.0.0-PLACEHOLDER
This error happened while installing a direct dependency of /tmp/renovate/repos/github/angular/angular
The latest release of @angular/compiler is "19.2.10".
Other releases are:
* v4-lts: 4.4.7
* v5-lts: 5.2.11
* v6-lts: 6.1.10
* v7-lts: 7.2.15
* v8-lts: 8.2.14
* v9-lts: 9.1.13
* v10-lts: 10.2.5
* v11-lts: 11.2.14
* v12-lts: 12.2.17
* v14-lts: 14.3.0
* v13-lts: 13.4.0
* v15-lts: 15.2.10
* v16-lts: 16.2.12
* v17-lts: 17.3.12
* v18-lts: 18.2.13
* next: 20.0.0-rc.0
If you need the full list of all 906 published versions run "$ pnpm view @angular/compiler versions".
```
PR Close #61360
2025-05-15 09:11:54 +02:00
Angular Robot
895b67146e
build: update dependency @bazel/runfiles to v6 ( #61322 )
...
See associated pull request for more information.
PR Close #61322
2025-05-14 08:55:25 -07:00
Paul Gschwendtner
8e78b4e438
build: add script to diff packages and ensure no unexpected changes ( #61275 )
...
Adds a script to diff snapshot packages to allow for easy verification
that no unexpected changes were made.
PR Close #61275
2025-05-14 12:01:52 +00:00
Alan Agius
a7b58e3c5a
build: update dependency @rollup/plugin-node-resolve to v16 ( #61326 )
...
See associated pull request for more information.
Closes #61323 as a pr takeover
PR Close #61326
2025-05-14 11:18:15 +00:00
Angular Robot
0fc0d67146
build: update cross-repo angular dependencies ( #61286 )
...
See associated pull request for more information.
PR Close #61286
2025-05-14 10:43:35 +00:00