Paul Gschwendtner
d7fa04fd98
build: update dev-infra build tooling to leverage recent ESM changes ( #48521 )
...
Update dev-infra's build-tooling since multiple ESM changes have
landed there. e.g. not relying on `require.main === module` for API
bundling. This will allow us to also execute all dev-infra rules
in ESM because we plan on applying our ESM patching to `ts_library`
(which would also affect build-tooling then).
PR Close #48521
2022-12-19 19:50:42 +00:00
Angular Robot
d7038475ed
build: update eslint dependencies to v5.46.1 ( #48464 )
...
See associated pull request for more information.
PR Close #48464
2022-12-13 13:25:00 -08:00
Angular Robot
04d77f5cf5
build: update cross-repo angular dependencies ( #48405 )
...
See associated pull request for more information.
PR Close #48405
2022-12-09 11:26:14 -08:00
Alan Agius
d07241dd12
build: update cross-repo angular dependencies ( #48409 )
...
See associated pull request for more information.
Closes : #48339
(cherry picked from commit 31742210a38b3e01e25cfa9c4e13f6f0e13bf1dd)
PR Close #48409
2022-12-09 11:00:58 -08:00
Angular Robot
bbaa850482
build: update dependency fs-extra to v11 ( #48261 )
...
See associated pull request for more information.
PR Close #48261
2022-12-09 09:54:16 -08:00
Angular Robot
4311aa70f7
build: update cross-repo angular dependencies ( #48388 )
...
See associated pull request for more information.
PR Close #48388
2022-12-08 12:29:37 -08:00
Angular Robot
7c4e9ce5c0
build: update cross-repo angular dependencies ( #47882 )
...
See associated pull request for more information.
PR Close #47882
2022-12-06 12:48:11 -08:00
Angular Robot
126573d76b
build: update all non-major dependencies ( #48372 )
...
See associated pull request for more information.
PR Close #48372
2022-12-06 11:06:39 -08:00
Angular Robot
d6b34cf253
build: update eslint dependencies to v5.45.1 ( #48223 )
...
See associated pull request for more information.
PR Close #48223
2022-12-06 10:52:15 -08:00
Paul Gschwendtner
eb43ed25eb
build: do not use --config=release when building AIO for development ( #48329 )
...
When building AIO using `yarn build` the `--config=release` is added.
This was done as part of the Bazel migration to make sure the footer
shows a Git revision via Bazel stamping.
This does not provide enough benefits, compared to the downside of
reduced caching. Bazel will discard the analysis cache when the stamp
configuration changes.
This may happen easily when you work in framework where
`--config=release` is not used. Then when starting work in AIO: the
config changes and the cache is discarded. This may even mean that
existing framework package build artifacts may be discarded when an
AIO local build is started.
Co-authored-by: Joey Perrott <josephperrott@gmail.com>
PR Close #48329
2022-12-02 09:47:42 -08:00
Angular Robot
b935255ef9
build: update all non-major dependencies ( #48271 )
...
See associated pull request for more information.
PR Close #48271
2022-11-30 09:29:26 -08:00
Angular Robot
208f52209b
build: update eslint dependencies ( #48216 )
...
See associated pull request for more information.
PR Close #48216
2022-11-29 12:29:46 -08:00
Alan Agius
5f7f2d8673
build: remove codelyzer from aio dependencies ( #48216 )
...
This package is no longer used.
PR Close #48216
2022-11-29 12:29:46 -08:00
Alan Agius
612eaca3c5
build: update cross-repo dependencies to latest stable version ( #48216 )
...
With this change we update the cross-repo dependencies to the latest stable version
PR Close #48216
2022-11-29 12:29:46 -08:00
Derek Cormier
12db492233
build(bazel): fix pwa test metrics
...
Prior to the AIO bazel migration, the pwa test script only tested the
pwa metric. A bug was introduced where the score target was used for all
metrics, causing the AIO deploy test to fail.
2022-11-23 14:57:32 -07:00
Angular Robot
a5c4e3d578
build: update bazel setup to v5.7.1 ( #47884 )
...
See associated pull request for more information.
PR Close #47884
2022-11-23 10:53:00 -08:00
Alan Agius
76e861f8de
build: update safevalues to 0.4.2 ( #48153 )
...
This contains a fix which enabled the ESM version of the package to be consumed.
See: https://github.com/angular/angular/issues/48171#issuecomment-1324728758
PR Close #48153
2022-11-23 09:35:41 -08:00
Bob Watson
cc472191a9
docs: update AIO code to v15 ( #48153 )
...
PR Close #48153
2022-11-23 09:35:41 -08:00
Derek Cormier
6948f0f0f3
build(bazel): fix AIO deployment script ( #48188 )
...
Don't run the script under Bazel, except for the tests. Configure a
Bazel flag to select the AIO build configuration.
PR Close #48188
2022-11-23 14:00:03 +00:00
Derek Cormier
6cc3256018
build(bazel): fix linking of local angular packages
...
Npm angular deps were transitively being included, confusing the
rules_nodejs linker.
2022-11-22 13:51:16 -07:00
Derek Cormier
a079720de1
build(bazel): fix remote cache missses on Windows and OSX
...
Caused by chromium debug logs in @angular/build-tooling.
2022-11-22 13:51:16 -07:00
Derek Cormier
837d2a7a45
build(bazel): remove unused AIO package.json scripts
...
No longer needed after the migration
2022-11-22 13:51:16 -07:00
Derek Cormier
92d18bbac0
build(bazel): use workspace status command for AIO version stamping
...
Fixes a bug where the navigation map did not have the correct SHAs.
2022-11-22 13:51:16 -07:00
Derek Cormier
f37dd0fc96
build(bazel): create AIO example playgrounds for manual testing
...
After the bazel migration, AIO examples are no longer fully formed in
the source tree.
2022-11-22 13:51:16 -07:00
Derek Cormier
ffea372105
build(bazel): update documentation for docs authors
...
Where possible, preseve the original yarn commands.
2022-11-22 13:51:16 -07:00
Derek Cormier
c777fa7e22
build(bazel): fix a11y and pwa tests on Windows
...
Needed to use absoulte paths and fix a separator.
2022-11-22 13:51:16 -07:00
Derek Cormier
7bcefdcc63
build(bazel): selectively enable network access for some aio targets
...
By default network access is disabled for actions on ci.
2022-11-22 13:51:16 -07:00
Derek Cormier
b4c40c5d55
build(bazel): merge aio/tools/defaults.bzl and tools/defaults.bzl
...
Detect the correct workspace for the source maps dep.
2022-11-22 13:51:16 -07:00
Derek Cormier
8420a293b3
build(bazel): restore filtering for example e2e tests
...
Added a wrapper script that performs bazel queries, filters, then runs
the tests.
2022-11-22 13:51:16 -07:00
Derek Cormier
3dba677763
build(bazel): adjust aio opensearch substitution with bazel paths
...
Now points to the bazel dist folder.
2022-11-22 13:51:16 -07:00
Derek Cormier
1aeb8aa85c
build(bazel): run firebase deployment tests under bazel
...
The deployment is still run from a yarn script.
2022-11-22 13:51:16 -07:00
Derek Cormier
e1cc2e14b4
build(bazel): test aio pwa score under bazel
...
Refactored the a11y score tests to share the pattern of running an http
server alongside a test script.
2022-11-22 13:51:16 -07:00
Derek Cormier
9752d2d72b
build(bazel): run aio a11y tests under bazel
...
Wrap existsing scripts under bazel and write a new script
to spin up an http server on an unused port.
2022-11-22 13:51:16 -07:00
Derek Cormier
67a3dcc115
build(bazel): post-rebase fixes for aio bazel build
...
Updated cli source snapshot and had to fix up lockfile.
2022-11-22 13:51:16 -07:00
Derek Cormier
3288868217
build(bazel): run aio firebase redirect tests under bazel
...
Adjust to run under ci.
2022-11-22 13:51:16 -07:00
Derek Cormier
7fd6f04df1
build(bazel): run aio systemjs example e2es concurrently
...
These had to be run with the 'exclusive' tag under bazel due to
hardcoded ports.
2022-11-22 13:51:16 -07:00
Derek Cormier
8775a745ad
build(bazel): fix some aio linting errors
...
Surfaced by modifying ci to include aio targets
2022-11-22 13:51:16 -07:00
Derek Cormier
50dee93f35
build(bazel): add aio targets to ci
...
This is a first pass. There is more work to do on package.json, adding
more test targets under bazel, and revising documentation.
2022-11-22 13:51:16 -07:00
Derek Cormier
bc1e93d639
build(bazel): refactor aio example e2es to fix windows performance
...
Use the same config flag to enable local vs npm deps as aio.
2022-11-22 13:51:16 -07:00
Derek Cormier
9a27c4cb50
build(bazel): incrementally build aio example zips and live examples
...
The existing scripts were amended to work on one example at a time
2022-11-22 13:51:16 -07:00
Derek Cormier
c5acfb2b33
build(bazel): run aio app tests with bazel-provided chromium
...
Similar to the e2e protractor tests
2022-11-22 13:51:16 -07:00
Derek Cormier
b5ebe9ae6e
build(bazel): run aio application e2e tests under bazel
...
Includes a postinstall fix for puppeteer so that chromium
can be run with protractor on osx under bazel
2022-11-22 13:51:16 -07:00
Derek Cormier
8678550a94
build(bazel): create targets for aio docs tests
...
This replaces the docs-test npm script
2022-11-22 13:51:16 -07:00
Derek Cormier
655427f9b8
build(bazel): add a bazel aio serve target
...
This works with ibazel but is not highly incremental
2022-11-22 13:51:16 -07:00
Derek Cormier
431c562815
build(bazel): add bazel targets for aio doc generation
...
This is an incremental step to produce dgeni output with bazel. The
generated outputs are not yet used by other targets.
2022-11-22 13:51:16 -07:00
George Kalpakas
79bd0f1e96
build(docs-infra): upgrade cli command docs sources to 6ccbc6b4c ( #48076 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](23b229e89...6ccbc6b4c ):
**Modified**
- help/build.json
- help/generate.json
##
Relevant changes in
[commit range](22d1977c5...6ccbc6b4c ) since PR #48018 :
**Modified**
- help/build.json
##
Closes #48018
PR Close #48076
2022-11-17 09:32:06 -08:00
George Kalpakas
ef0a27fabe
build(docs-infra): upgrade cli command docs sources to 23b229e89 ( #47869 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](46cb32b90...23b229e89 ):
**Modified**
- help/analytics.json
- help/config.json
PR Close #47869
2022-10-26 17:33:12 +02:00
Angular Robot
e1bf693d9f
build: update cross-repo angular dependencies ( #47692 )
...
See associated pull request for more information.
PR Close #47692
2022-10-24 14:44:25 +02:00
Paul Gschwendtner
cddae0741b
build: update cross angular deps and lock dependencies ( #47717 )
...
Renovate no longer updated the dependencies because they were expanded
to a range. Ranges did not satisfy the `@next` tag anymore- so Renovate
did was not able to update.
This fixes the dependencies by locking them- and also updates the
versions according to our Renovate config.
PR Close #47717
2022-10-17 12:11:25 +02:00
George Kalpakas
6bcde0e20a
build(docs-infra): upgrade cli command docs sources to 46cb32b90 ( #47703 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](77c70052e...46cb32b90 ):
**Modified**
- help/generate.json
PR Close #47703
2022-10-10 20:04:56 +00:00