JiaLiPassion
f8956adb73
build: update zone.js version to 0.11.3 ( #39317 )
...
Update the version of `zone.js` from 0.10.3 to 0.11.3 inside
Angular repo.
PR Close #39317
2020-11-12 13:51:29 -08:00
George Kalpakas
6138bc2774
build(docs-infra): upgrade cli command docs sources to 0defb1136 ( #39575 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](3552504ac...0defb1136
):
**Modified**
- help/build.json
- help/test.json
PR Close #39575
2020-11-05 07:58:02 -08:00
George Kalpakas
2f05f14e6b
build(docs-infra): upgrade cli command docs sources to 3552504ac ( #39561 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](bf9a92299...3552504ac
):
**Modified**
- help/generate.json
- help/new.json
PR Close #39561
2020-11-04 10:53:35 -08:00
George Kalpakas
cf48d508af
build(docs-infra): upgrade `firebase-tools` to v8.14.1 ( #39470 )
...
This commit upgrades `firebase-tools` (used to deploy angular.io to
Firebase hosting) to the latest version. This gives us access to the
latest fixes/improvements and also new features, such as
[version cloning][1].
[1]:
https://firebase.google.com/docs/hosting/manage-hosting-resources#cli-commands-cloning
PR Close #39470
2020-11-02 07:57:51 -08:00
George Kalpakas
5143d52d2b
build(docs-infra): switch `deploy-to-firebase.sh` script to JS ( #39470 )
...
This commit switches the `deploy-to-firebase.sh` script, that we use for
deploying angular.io to production, from Bash to JavaScript. This makes
the script easier to maintain.
For the same reasons, it also switches the `deploy-to-firebase.test.sh`
script, that we use for testing the `deploy-to-firebase` script, from
Bash to JavaScript (using jasmine as the test runner).
Finally, this commit also updates ShellJS to the latest version to get
better error messages (including the actual error) when `exec()` fails.
NOTE: Before switching the test script to JS, I verified that the new
`deploy-to-firebase.js` script passed the tests with the old
`deploy-to-firebase.test.sh` script.
PR Close #39470
2020-11-02 07:57:51 -08:00
George Kalpakas
246d50e934
build(docs-infra): upgrade cli command docs sources to bf9a92299 ( #39465 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](241058c1e...bf9a92299
):
**Modified**
- help/build.json
PR Close #39465
2020-10-28 11:04:56 -07:00
George Kalpakas
2b09f5b2ce
build(docs-infra): upgrade cli command docs sources to 241058c1e ( #39406 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](34648b0cd...241058c1e
):
**Modified**
- help/generate.json
PR Close #39406
2020-10-26 10:51:10 -07:00
George Kalpakas
05f87be033
build(docs-infra): upgrade cli command docs sources to 34648b0cd ( #39379 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](9d53eac1b...34648b0cd
):
**Modified**
- help/update.json
**Renamed**
- help/extract-i18n.json
PR Close #39379
2020-10-22 13:48:28 -07:00
George Kalpakas
d33eaa64a2
build(docs-infra): upgrade cli command docs sources to 9d53eac1b ( #39359 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](e53ced024...9d53eac1b
):
**Modified**
- help/build.json
- help/generate.json
- help/serve.json
- help/update.json
- help/xi18n.json
PR Close #39359
2020-10-21 08:26:27 -07:00
George Kalpakas
25e14327ea
build(docs-infra): upgrade cli command docs sources to e53ced024 ( #39338 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](04ae7cbf5...e53ced024
):
**Modified**
- help/deploy.json
PR Close #39338
2020-10-20 08:49:08 -07:00
George Kalpakas
a93b7fd674
build(docs-infra): upgrade cli command docs sources to 04ae7cbf5 ( #39318 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](06ad10668...04ae7cbf5
):
**Modified**
- help/generate.json
- help/new.json
PR Close #39318
2020-10-19 08:08:01 -07:00
Pete Bacon Darwin
34b74cecb6
build(docs-infra): add a tool to create new examples ( #39283 )
...
This tool can be run from anywhere in the aio folder as:
```sh
yarn create-example <example-name>
```
It will create some basic scaffold files to get the example started.
After creation the developer should then use `yarn boilerplate:add`
or similar to ensure that the example can be run and tested.
You can optionally provide an absolute path to a pre-existing CLI
project and it will copy over appropriate files (ignoring boilerplate)
to the newly created example.
```sh
yarn create-example <example-name> /path/to/other/cli/project
```
Fixes #39275
PR Close #39283
2020-10-16 08:14:38 -07:00
George Kalpakas
f9f3c54c9a
build(docs-infra): upgrade cli command docs sources to 06ad10668 ( #39288 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](d807b8240...06ad10668
):
**Modified**
- help/generate.json
PR Close #39288
2020-10-15 14:16:23 -07:00
George Kalpakas
e930b0cd19
build(docs-infra): support passing args to `ng serve` via `serve-and-sync` ( #39201 )
...
When working on the docs, it is helpful to run a local instance of the
angular.io app and run scripts that watch both the docs contents and the
app build artifacts to automatically update the running instance on
changes. Typically, this is achieved via the `start` and `docs-watch`
npm scripts. As a convenience, one can run the `serve-and-sync` script,
which runs both in one terminal.
Previously, it was not possible to pass arguments to `ng nerve` (which
is what the `start` script runs under the hood) when running it via
`serve-and-sync`.
This commit adds support for passing any arguments passed to
`serve-and-sync` through to the `start` script. This can be useful for
things like specifying a custom host or port.
PR Close #39201
2020-10-12 08:27:00 -07:00
George Kalpakas
62945efab7
build(docs-infra): upgrade cli command docs sources to d807b8240 ( #39214 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](7208ef964...d807b8240
):
**Modified**
- help/new.json
PR Close #39214
2020-10-12 08:26:36 -07:00
George Kalpakas
9f3388e491
build(docs-infra): upgrade cli command docs sources to 7208ef964 ( #39181 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](65fb6788d...7208ef964
):
**Modified**
- help/generate.json
- help/new.json
PR Close #39181
2020-10-09 10:02:02 -07:00
Bjarki
ca4ef61c06
build: bump Chromium to next stable version: 84.0.4147 ( #39179 )
...
Bump Chrome to the next stable release (84.0.4147) by following the
instructions in dev-infra/browsers/README.md.
With Chrome 86 about to be released as stable, the current local version
(Chrome 83) is starting to lag behind. It also contains a bug that
blocks Angular unit and integration tests from using Trusted Types.
PR Close #39179
2020-10-09 07:53:11 -07:00
George Kalpakas
6205ed0fcc
build(docs-infra): upgrade cli command docs sources to 65fb6788d ( #39078 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](e526da605...65fb6788d
):
**Modified**
- help/generate.json
- help/new.json
PR Close #39078
2020-10-01 11:32:57 -07:00
George Kalpakas
8e3710349d
build(docs-infra): upgrade cli command docs sources to e526da605 ( #39059 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](568d34cdb...e526da605
):
**Modified**
- help/test.json
PR Close #39059
2020-09-30 12:47:39 -07:00
George Kalpakas
e8084ff906
build(docs-infra): upgrade cli command docs sources to 568d34cdb ( #39045 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](bc6369c68...568d34cdb
):
**Modified**
- help/xi18n.json
PR Close #39045
2020-09-30 09:33:35 -04:00
George Kalpakas
e2997ed5ee
build(docs-infra): update TypeScript and other deps to align with latest CLI ( #39017 )
...
This commit updates TypeScript and other dependencies used in angular.io
to more closely align with new apps created with the latest Angular CLI.
It also updates `tsconfig.json`, re-ordering some properties around and
introducing some more checks (again to more closely match new CLI apps).
NOTE:
I skipped updating RxJS from 6.5.4 to 6.6.3, because it increased the
main bundle by ~500B.
NOTE:
`tslint.json` will be updated in a subsequent PR, because it requires
more extensive changes.
PR Close #39017
2020-09-28 16:28:04 -04:00
George Kalpakas
bf010b9a07
build(docs-infra): update @angular/material to 10.2.2 ( #39017 )
...
This commit updates the version of Angular Components used in angular.io
to version 10.2.2.
NOTE:
The actual size increase for the main bundle in ViewEngine mode is 1.3KB
(because the actual size before this commit was 430423B, not 430008B as
seen in `aio-payloads.json`).
PR Close #39017
2020-09-28 16:28:04 -04:00
George Kalpakas
387fd89b3f
build(docs-infra): update @angular/* to 10.1.3 ( #39017 )
...
This commit updates the version of Angular framework used in angular.io
to version 10.1.3.
NOTE:
The actual size decrease for the main bundle is 3KB (because the actual
size before this commit was 451226B, not 450952B as seen in
`aio-payloads.json`).
PR Close #39017
2020-09-28 16:28:04 -04:00
George Kalpakas
e991fee6bf
build(docs-infra): update @angular/cli to 10.1.3 ( #39017 )
...
This commit updates the version of Angular CLI used in angular.io to
version 10.1.3.
PR Close #39017
2020-09-28 16:28:04 -04:00
George Kalpakas
0dd859757a
build(docs-infra): upgrade cli command docs sources to bc6369c68 ( #38973 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](800ba9271...bc6369c68
):
**Modified**
- help/build.json
- help/serve.json
PR Close #38973
2020-09-25 14:33:10 -04:00
George Kalpakas
354138eba9
build(docs-infra): upgrade cli command docs sources to 800ba9271 ( #38827 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](32391604b...800ba9271
):
**Modified**
- help/build.json
- help/serve.json
PR Close #38827
2020-09-14 08:33:39 -07:00
George Kalpakas
c142b071eb
build: upgrade cli command docs sources to 32391604b ( #38652 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](ef770f1cb...32391604b
):
**Modified**
- help/build.json
- help/generate.json
PR Close #38652
2020-09-01 09:03:25 -07:00
George Kalpakas
4ee5e730ab
build: upgrade cli command docs sources to ef770f1cb ( #38546 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](b0b27361d...ef770f1cb
):
**Modified**
- help/build.json
- help/generate.json
- help/test.json
- help/xi18n.json
PR Close #38546
2020-08-20 09:32:11 -07:00
George Kalpakas
dd09fb5348
build(docs-infra): upgrade cli command docs sources to b0b27361d ( #38182 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in
[commit range](b76099083...b0b27361d
):
**Modified**
- help/update.json
PR Close #38182
2020-07-23 11:06:17 -07:00
Sonu Kapoor
6ea2d1e20e
build(docs-infra): upgrade lighthouse to 6.1.0 ( #37899 )
...
To take advantage of lazy loaded images `img[loading=lazy]`, this commit
upgrades lighthouse to version 6.1.0.
Closes #35965
PR Close #37899
2020-07-15 12:38:07 -07:00
George Kalpakas
0a3dbc1e8a
build(docs-infra): update @angular/cli to 10.0.1 ( #37898 )
...
This commit updates the version of Angular CLI used in angular.io to
version 10.0.1. It also reverts some changes (namely commits 38dfbc775f
and eee2fd22e0
) which were made due to an older bug that is fixed in
the latest version. See #37688 for more details.
Fixes #37699
PR Close #37898
2020-07-08 16:02:46 -07:00
George Kalpakas
13ef5d6c7d
build(docs-infra): update @angular/material to 10.0.1 ( #37898 )
...
This commit updates the version of Angular Components used in angular.io
to version 10.0.1. It also updates the angular.io app to adapt to
breaking changes.
PR Close #37898
2020-07-08 16:02:46 -07:00
George Kalpakas
54373cc895
build(docs-infra): update @angular/core to 10.0.2 ( #37898 )
...
This commit updates the version of Angular framework used in angular.io
to version 10.0.2. It also features a commit message with a 100+ chars
long body.
PR Close #37898
2020-07-08 16:02:46 -07:00
Pete Bacon Darwin
e84539f809
build(docs-infra): update to latest dgeni-packages ( #37793 )
...
This update of dgeni-packages to 0.28.4 fixes the
rendering of type initializers for classes and interfaces.
Closes #37694
PR Close #37793
2020-06-29 15:01:14 -07:00
Alan Agius
5dba3bf1fd
build: update CLI packages to the latest RC version for v10 ( #37456 )
...
With this change we update the Angular CLI repo and aio packages to the latest RC version for version 10.
PR Close #37456
2020-06-11 12:05:33 -07:00
George Kalpakas
3a116179b1
build(docs-infra): upgrade cli command docs sources to b76099083 ( #37471 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](89dbc2caa...b76099083
):
**Modified**
- help/generate.json
PR Close #37471
2020-06-08 09:33:52 -07:00
Greg Magolan
d887ba85ad
build: update to latest stable Chromium 83.0.4103 in both rules_webtesting and puppeteer ( #37427 )
...
Also added in detailed instructions of the process to determine the URLs corresponding to Chromium version desired
PR Close #37427
2020-06-08 09:16:40 -07:00
George Kalpakas
87b1aeac0f
build(docs-infra): upgrade cli command docs sources to 89dbc2caa ( #37243 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](200a21f8a...89dbc2caa
):
**Modified**
- help/generate.json
PR Close #37243
2020-05-21 17:16:05 -04:00
George Kalpakas
b754ab298a
build(docs-infra): upgrade cli command docs sources to 200a21f8a ( #37200 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](dbde51375...200a21f8a
):
**Modified**
- help/build.json
PR Close #37200
2020-05-19 10:10:29 -07:00
George Kalpakas
593e07bd21
build(docs-infra): upgrade cli command docs sources to dbde51375 ( #37154 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](15edb0231...dbde51375
):
**Modified**
- help/e2e.json
PR Close #37154
2020-05-18 10:28:44 -07:00
George Kalpakas
df71c7c617
build(docs-infra): upgrade cli command docs sources to 15edb0231 ( #37005 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](b7d7ee9bd...15edb0231
):
**Modified**
- help/generate.json
- help/new.json
**Removed**
- help/get.json
- help/set.json
##
Relevant changes in [commit range](440275c34...15edb0231
) since PR #36981 :
**Removed**
- help/get.json
- help/set.json
##
Closes #36950
Closes #36981
PR Close #37005
2020-05-08 14:40:50 -07:00
George Kalpakas
63a28d6805
build(docs-infra): upgrade cli command docs sources to b7d7ee9bd ( #36933 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](c1cf42fd4...b7d7ee9bd
):
**Modified**
- help/deploy.json
- help/generate.json
- help/new.json
PR Close #36933
2020-05-05 12:06:17 -07:00
George Kalpakas
03198de73a
build(docs-infra): update TypeScript to 3.8 ( #36145 )
...
Update TypeScript for angular.io to the latest stable version: 3.8.3
Jira issue: [FW-1970](https://angular-team.atlassian.net/browse/FW-1970 )
PR Close #36145
2020-05-05 11:50:30 -07:00
George Kalpakas
bb0e57eccb
build(docs-infra): update @angular/material to 9.2.2 ( #36145 )
...
This commit updates the Angular Material packages (`@angular/cdk` and
`@angular/material`) to latest versions.
PR Close #36145
2020-05-05 11:50:30 -07:00
George Kalpakas
a468f11c7c
build(docs-infra): update @angular/cli to 10.0.0-next.3 ( #36145 )
...
Update the Angular CLI and Angular framework packages to latest `@next`
versions. Also, update the app to look more closely to how a newly
generated app with the latest CLI would look like.
PR Close #36145
2020-05-05 11:50:29 -07:00
George Kalpakas
7c8c41353b
build(docs-infra): upgrade cli command docs sources to c1cf42fd4 ( #36832 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](9459c8519...c1cf42fd4
):
**Modified**
- help/build.json
- help/serve.json
- help/test.json
PR Close #36832
2020-04-28 11:52:52 -07:00
George Kalpakas
b34fb04cbf
build(docs-infra): upgrade cli command docs sources to 9459c8519 ( #36808 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](730657c86...9459c8519
):
**Modified**
- help/analytics.json
PR Close #36808
2020-04-27 12:11:18 -07:00
George Kalpakas
bcd31cb857
build(docs-infra): upgrade cli command docs sources to 730657c86 ( #36790 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](56c648827...730657c86
):
**Modified**
- help/build.json
- help/generate.json
PR Close #36790
2020-04-24 09:03:56 -07:00
Joey Perrott
b010849102
build: update to latest version of yarn ( #36464 )
...
PR Close #36464
2020-04-14 12:47:30 -07:00
George Kalpakas
aece3669e5
build(docs-infra): switch docs examples to Ivy ( #36143 )
...
The docs examples are switched to Ivy. On CI, the tests are run with
both Ivy and ViewEngine.
Partially addresses:
[FW-1609](https://angular-team.atlassian.net/browse/FW-1609 )
PR Close #36143
2020-04-06 15:31:07 -07:00