Alan Agius
cfe2f1d600
ci: force new yarn-lock file to invalidate cache ( #51652 )
...
This commit update the lock file to force a new `node_modules` cache as this causes the patch to fail due to GitHub caching and at present, there is also no way to provide a key to invalidate the cache.
PR Close #51652
2023-09-06 16:37:26 +00:00
Joey Perrott
e804075740
build: update @angular/ng-dev ( #51658 )
...
Update version of @angular/ng-dev
PR Close #51658
2023-09-05 17:40:32 +00:00
Angular Robot
690c8325cd
build: lock file maintenance ( #51628 )
...
See associated pull request for more information.
PR Close #51628
2023-09-01 20:44:06 +00:00
Angular Robot
bb47f81063
build: update dependency gulp-conventional-changelog to v4 ( #51607 )
...
See associated pull request for more information.
PR Close #51607
2023-09-01 14:16:23 +00:00
Kristiyan Kostadinov
bf9663847d
build: update type TypeScript 5.2 final ( #51503 )
...
Bumps up the repo to the stable version of TypeScript 5.2.
PR Close #51503
2023-08-28 17:02:30 +00:00
Kristiyan Kostadinov
9cc52b9b85
feat(core): support TypeScript 5.2 ( #51334 )
...
Updates the project to support TypeScript 5.2.
PR Close #51334
2023-08-18 07:55:16 -07:00
Paul Gschwendtner
552ea77854
refactor(compiler-cli): drop tsickle code paths ( #50602 )
...
`tsickle` is not used in any code paths in 3P and we can remove
this complexity. The `tsickle` npm package has not been released
in a while and we are risking breakages with e.g. future TypeScript
versions.
Note that the `ng_module` rule was updated to not emit through
tsickle at all. The tsickle in 1P is done directly by `tsc_wrapped`
and our code path in `compiler-cli` is not needed at all.
PR Close #50602
2023-08-17 10:23:49 -07:00
Angular Robot
464b458ef8
build: update all non-major dependencies ( #51161 )
...
See associated pull request for more information.
PR Close #51161
2023-08-10 16:28:18 -07:00
Joey Perrott
91ea1bade6
build: update @angular/ng-dev ( #51253 )
...
Update @angular/dev to the latest version
PR Close #51253
2023-08-08 13:58:04 -07:00
Angular Robot
27d43a4a7f
build: lock file maintenance ( #51134 )
...
See associated pull request for more information.
PR Close #51134
2023-07-24 08:12:51 -07:00
Angular Robot
189d60198a
build: update cross-repo angular dependencies ( #51132 )
...
See associated pull request for more information.
PR Close #51132
2023-07-21 16:42:35 +00:00
Angular Robot
528fea7da1
build: update cross-repo angular dependencies ( #51127 )
...
See associated pull request for more information.
PR Close #51127
2023-07-21 14:12:58 +00:00
Angular Robot
d2e08a60f2
build: update dependency @types/convert-source-map to v2 ( #51085 )
...
See associated pull request for more information.
PR Close #51085
2023-07-20 19:56:54 +00:00
Matthieu Riegler
7092b21a11
build: Upgrade firebase-tools and puppeteer to fix transitive dependency vulnerability. ( #51114 )
...
`vm2` was pulled by `firebase-tools` < 12.4.5 and `puppeteer` < 20.8.2.
Fixes #51080
PR Close #51114
2023-07-20 19:55:52 +00:00
Angular Robot
3ef81958db
build: update dependency @types/systemjs to v6 ( #51088 )
...
See associated pull request for more information.
PR Close #51088
2023-07-19 14:37:01 +00:00
Angular Robot
dd43615202
build: update all non-major dependencies ( #50994 )
...
See associated pull request for more information.
PR Close #50994
2023-07-18 21:01:44 +00:00
Angular Robot
8f1bbd73ae
build: update dependency prettier to v3 ( #50945 )
...
See associated pull request for more information.
PR Close #50945
2023-07-13 09:38:14 -07:00
Angular Robot
4782336fe4
build: update cross-repo angular dependencies ( #50881 )
...
See associated pull request for more information.
PR Close #50881
2023-06-30 11:43:29 -07:00
Angular Robot
4dcce63665
build: update all non-major dependencies ( #50879 )
...
See associated pull request for more information.
PR Close #50879
2023-06-30 11:41:51 -07:00
Angular Robot
a5bd5ddbaa
build: lock file maintenance ( #50877 )
...
See associated pull request for more information.
PR Close #50877
2023-06-28 13:33:22 -07:00
Angular Robot
77f0a2209a
build: update all non-major dependencies ( #50826 )
...
See associated pull request for more information.
PR Close #50826
2023-06-27 15:58:35 -07:00
Angular Robot
bb617f580c
build: update babel dependencies ( #50509 )
...
See associated pull request for more information.
PR Close #50509
2023-06-21 11:44:59 -07:00
Paul Gschwendtner
8cffdf36f7
build: update angular dev-infra and chromium ( #50772 )
...
Updates Angular dev-infra and Chromium. Fixed up version of
https://github.com/angular/angular/pull/50111
PR Close #50772
2023-06-20 17:20:49 +02:00
Paul Gschwendtner
ac13b65074
ci: fix benchmark compare to work with fork pull requests ( #50758 )
...
The checkout action always assumes the main repository, but
the branch name/SHA of the pull request will be from a fork.
We fix this by using an updated action that exposes the branch
repo owner and name, so that we can check out the actual PR
branch/SHA.
PR Close #50758
2023-06-19 10:40:30 +00:00
Paul Gschwendtner
bb52edee31
build: create script to run benchmarks and perform comparisons ( #50745 )
...
This commit creates a new script that solves the following use-cases:
- Running benchmarks. It's not trivial to figure out the benchmark
target names, and it's also easy to mess up the right Bazel flags.
- Performing comparisons. When e.g. working on a runtime senstive
change, it should be trivial to run benchmarks between the current
working stage, and a base revision (e.g. `main`).
The script takes care of both these use-cases and comes with a
prompt-based command line tool experience.
The script will also be used by a future GitHub action that can run
comparisons triggered via GitHub PR comment (by trusted team members).
PR Close #50745
2023-06-18 19:32:34 +00:00
Joey Perrott
9588b11e5b
build: update angular dev-infra packages ( #50732 )
...
Update the @angular/ng-dev and @angular/build-tooling packages
PR Close #50732
2023-06-16 10:51:10 +02:00
Joey Perrott
6e65a8e7ff
build: update yarn ( #50732 )
...
update yarn to the latest version
PR Close #50732
2023-06-16 10:51:09 +02:00
Angular Robot
ad82f3ab47
build: update all non-major dependencies ( #50583 )
...
See associated pull request for more information.
PR Close #50583
2023-06-13 12:45:12 +02:00
Angular Robot
17dec5bbe7
build: lock file maintenance ( #50532 )
...
See associated pull request for more information.
PR Close #50532
2023-06-13 11:46:07 +02:00
Kevin Gay
d5a8ff39b9
build: Update Glob to fast-glob to remove Inflight due to memory leak ( #50632 )
...
Update Glob to fast-glob to remove the dependence of Inflight that contains a memory leak
Signed-off-by: Kevin Gay <5970002+GayKevin@users.noreply.github.com >
PR Close #50632
2023-06-12 15:33:47 +02:00
Angular Robot
3044822fc2
build: update dependency gulp-conventional-changelog to v3 ( #50598 )
...
See associated pull request for more information.
PR Close #50598
2023-06-07 12:46:15 -07:00
Kristiyan Kostadinov
cf15c290f0
build: update to TypeScript 5.1 final ( #50548 )
...
Bumps us up to the final version of TypeScript 5.1 which dropped overnight.
PR Close #50548
2023-06-02 14:06:46 -07:00
Angular Robot
ad3197e96a
build: update all non-major dependencies ( #50417 )
...
See associated pull request for more information.
PR Close #50417
2023-05-30 13:01:50 -07:00
Angular Robot
04553b9016
build: update dependency https-proxy-agent to v7 ( #50456 )
...
See associated pull request for more information.
PR Close #50456
2023-05-25 14:40:05 +00:00
Jessica Janiuk
6ced5c8779
Revert "build: update babel dependencies to v7.21.9 ( #50416 )" ( #50433 )
...
This reverts commit 3c093d767e .
PR Close #50433
2023-05-23 18:28:32 +00:00
Angular Robot
3c093d767e
build: update babel dependencies to v7.21.9 ( #50416 )
...
See associated pull request for more information.
PR Close #50416
2023-05-23 14:11:38 +00:00
Angular Robot
3239160ec9
build: update babel dependencies ( #48273 )
...
See associated pull request for more information.
PR Close #48273
2023-05-19 14:19:19 +00:00
Angular Robot
c69ef4ef3b
build: update all non-major dependencies ( #50316 )
...
See associated pull request for more information.
PR Close #50316
2023-05-17 08:13:12 -07:00
Greg Magolan
5a9059be38
build: share Saucelabs browsers between karma test targets using background Saucelabs daemon and custom karma launcher ( #49200 )
...
This upgrades the Saucelabs Bazel step on CI to use the more efficient Saucelabs daemon
PR Close #49200
2023-05-15 09:21:46 -07:00
Angular Robot
85b4941be1
build: update all non-major dependencies ( #50217 )
...
See associated pull request for more information.
PR Close #50217
2023-05-12 12:56:25 -07:00
Angular Robot
16866596d5
build: update dependency @rollup/plugin-commonjs to v25 ( #50264 )
...
See associated pull request for more information.
PR Close #50264
2023-05-12 10:15:11 -07:00
Angular Robot
f2926b19e8
build: lock file maintenance ( #49879 )
...
See associated pull request for more information.
PR Close #49879
2023-05-11 14:27:01 -07:00
Angular Robot
8ce99f5a0d
build: update dependency firebase-tools to v12 ( #50223 )
...
See associated pull request for more information.
PR Close #50223
2023-05-10 14:36:00 -07:00
Matthieu Riegler
8e821ca41e
refactor(elements): remove unnecessary polyfill deps ( #50115 )
...
`webcomponents/custom-elements` and `document-register-element` are unnecessary now that we support only evergreen browsers.
PR Close #50115
2023-05-10 14:32:36 -07:00
Alan Agius
cd5946bccd
build: lock file maintenance ( #50227 )
...
See associated pull request for more information.
(cherry picked from commit d5f92bdd64 )
PR Close #50227
2023-05-10 11:32:43 -07:00
Kristiyan Kostadinov
69dadd2502
feat(core): support TypeScript 5.1 ( #50156 )
...
Updates the project to support building with TypeScript 5.1.
PR Close #50156
2023-05-09 14:44:30 -07:00
Angular Robot
84a2e7db55
build: lock file maintenance ( #49914 )
...
See associated pull request for more information.
PR Close #49914
2023-05-09 14:38:45 -07:00
Angular Robot
33669449c1
build: update dependency https-proxy-agent to v6 ( #50152 )
...
See associated pull request for more information.
PR Close #50152
2023-05-08 14:36:54 -07:00
Matthieu Riegler
e60b3d45b9
build: remove unused deps ( #50116 )
...
* All `@types` package removed have typings in their package.
* brotli is unused
* tmp is unused
* vlq is unused
PR Close #50116
2023-05-08 14:33:20 -07:00
Angular Robot
2f360d51c9
build: update all non-major dependencies ( #50100 )
...
See associated pull request for more information.
PR Close #50100
2023-05-03 10:37:56 +02:00