Joey Perrott
bec21de06a
refactor(@schematics/angular): hard code version of Angular in latest-verisons
...
Update the version of Angular in latest-verions as 13.0.0-next.0 is not on npm.
2021-07-29 14:20:43 +02:00
Alan Agius
c92a381710
refactor(@schematics/angular): improve automatic versions
...
With this change we improve the versions we set in the users project to be less confusing. Previously, for both stable and next versions we set the versions of Angular packages to the below;
```
"@angular/animations": "~12.2.0-"
```
This might be problematic as one might not immediately notice that they might depend on a prerelease. The `-` is short character and can be missed when having a large set of dependencies.
With this can we are more explicate by adding `--next` when it's a prerelease and omit the suffix for stable releases.
2021-07-22 14:42:42 -04:00
Joey Perrott
3772836c1d
refactor(@schematics/angular): automatically determine the version string to match latest Angular
...
Automatically determine the latest compatible Angular Framework version by using `~` matching
for the current minor version of @schematics/angular.
2021-07-21 14:51:24 -07:00
Alan Agius
14df2aaef9
refactor(@schematics/angular): sync schematics dependencies using Renovate
...
With this change we sync workspace and library schematic dependencies using Renovate. We do this to avoid having to keep these in sync by hand.
We could have used TypeScripts' `resolveJsonModule` to make the `latestVersion` object typesafe. But `ts_library` doesn't support JSON inputs.
2021-07-20 18:58:29 +02:00
Joey Perrott
792bdb9f34
release: v12.2.0-next.2
2021-07-14 15:07:54 -07:00
Doug Parker
0c285d3e98
release: v12.2.0-next.1
2021-07-01 09:38:26 -07:00
Alan Agius
7d2ed2a248
build: update ng-packagr to 12.1 stable version
2021-06-27 16:01:13 +02:00
Doug Parker
c666d0b73b
release: v12.2.0-next.0
2021-06-24 16:26:12 -07:00
Doug Parker
e08323b4c1
Revert "release: v12.1.0"
...
This reverts commit d9fc97198da1a76773cc4dc840ec04b5416c22a8.
This should be on the `12.1.x` branch, not `master`.
2021-06-24 16:21:43 -07:00
Doug Parker
d9fc97198d
release: v12.1.0
2021-06-24 16:18:15 -07:00
Alan Agius
4fc33ca0c0
build: update to ng-packagr
to 12.1.0-next.0
2021-06-23 11:51:09 +01:00
Joey Perrott
b150093bbe
release: v12.1.0-next.6
2021-06-17 10:32:40 -07:00
Doug Parker
c9fe66ab79
release: v12.1.0-next.5
2021-06-10 09:38:33 -07:00
Charles Lyding
4251343aee
feat(@schematics/angular): create new projects with TypeScript 4.3
...
With the support of TypeScript 4.3 available in both the framework and the CLI, all new projects will now use TypeScript 4.3 by default.
2021-06-10 17:34:02 +02:00
Doug Parker
8690ed0a35
release: v12.1.0-next.4
2021-06-02 11:52:42 -07:00
Doug Parker
2f295963d7
release: v12.1.0-next.3
2021-05-26 12:05:16 -07:00
Doug Parker
f0dd794f75
Revert "release: v12.1.0-next.3"
...
This reverts commit 8b967fabd95f66fcedb2903cc7a4ffff8a0fd43e.
Needed to update the version in `package.json` but didn't.
2021-05-26 11:50:48 -07:00
Doug Parker
8b967fabd9
release: v12.1.0-next.3
2021-05-26 11:39:21 -07:00
Joey Perrott
1ac3931d3e
release: v12.1.0-next.2
2021-05-19 12:29:28 -07:00
Alan Agius
e992c9a70b
build: update files to be fix eslint header/header failures
2021-05-04 09:59:40 -04:00
Joey Perrott
003854257c
build: migrate all file header to use Google LLC rather than Google Inc
2021-04-27 08:35:22 +02:00
Keen Yee Liau
c3cc50e6b9
refactor(@schematics/angular): read build-angular's version from package.json
...
Now that `@angular-devkit/build-angular` is promoted to stable
(https://github.com/angular/angular-cli/pull/20528 ), it will
always have the same version as `@schematics/angular`.
With this change, there is no need to manually update `DevkitBuildAngular`
field in `latest-versions.ts` anymore.
2021-04-20 09:33:36 -05:00
Alan Agius
e1bb8c4f9a
build: update master version to 12.1.0-next.0
2021-04-19 20:25:36 +02:00
Keen Yee Liau
1a8ed40db8
build: bump version to v12.0.0-rc.0
2021-04-19 19:39:13 +02:00
Keen Yee Liau
c7a7a7591b
release: v12.0.0-next.9
2021-04-14 16:47:18 -07:00
Alan Agius
d7bedb7293
build: promote @angular-devkit/build-angular to stable
2021-04-14 15:50:27 -04:00
Alan Agius
695a01ba02
feat(@schematics/angular): configure new libraries to be published in Ivy partial mode
...
With this change we configure new libraries to be published using Ivy partial compilation instead of the deprecated View Engine rendering engine, we also remove several view engine specific `angularCompilerOptions`.
New libraries can be published using this format, as they are not depend upon by View Engine libraries or application.
2021-04-09 18:40:39 -04:00
Doug Parker
3693153c66
build: bump version to v12.0.0-next.8
2021-04-07 16:14:21 -07:00
Doug Parker
ad60469444
release: v12.0.0-next.8
2021-04-07 12:33:29 -07:00
Joey Perrott
8bd8d1ac8c
build: bump version to v12.0.0-next.8
2021-04-02 11:05:47 -07:00
Joey Perrott
81892614f5
release: v12.0.0-next.7
2021-04-02 09:20:19 -07:00
Keen Yee Liau
81fcfb774f
build: bump version to v12.0.0-next.7
2021-03-24 15:06:09 -04:00
Keen Yee Liau
8b691aef1b
release: v12.0.0-next.6
2021-03-24 11:12:57 -07:00
Keen Yee Liau
90a01968f4
build: determine version to publish from package.json
...
Currently, the version of a release is determined by the git tag.
This PR changes release script to determine the release version from the
`version` property in the root `package.json`.
Release docs have also been updated.
2021-03-24 09:17:24 -04:00
Doug Parker
892adf76a0
release: v12.0.0-next.5
...
The version in `latest-versions.ts` is incremented by 2 because we forgot to update it for the previous release. The correct version is `12.0.0-next.5`.
2021-03-18 11:28:50 -07:00
Doug Parker
4a4ac66623
Revert "release: v12.0.0-next.5"
...
This reverts commit ec36583f35bf450fe6a553addfb91d4964582a5c.
CI is failing due to recent changes to update e2e tests.
2021-03-17 16:46:09 -07:00
Doug Parker
ec36583f35
release: v12.0.0-next.5
...
`latestVersions.ts` is incrementing by 2, because the previous release forgot to update it.
2021-03-17 12:03:19 -07:00
Alan Agius
79856644b4
feat(@angular/cli): support TypeScript 4.2
...
BREAKING CHANGE
Drop support for TypeScript versions prior to 4.2.3
2021-03-17 19:32:01 +01:00
Alan Agius
0199170ec7
refactor(@schematics/angular): remove DevkitBuildNgPackagr
and DevkitBuildWebpack
from latest-versions
2021-03-17 19:06:37 +01:00
Joey Perrott
6469acf052
release: v12.0.0-next.4
2021-03-10 11:34:23 -08:00
Keen Yee Liau
a7b9497b63
release: v12.0.0-next.3
2021-03-03 15:31:18 -08:00
Doug Parker
ed367e0d6f
release: v12.0.0-next.2
2021-02-24 12:02:40 -08:00
Keen Yee Liau
7650eb8dce
release: v12.0.0-next.1
2021-02-17 11:32:35 -08:00
Alan Agius
7d57dd2f3e
feat(@schematics/angular): add migration to use new zone.js entry-points
2021-02-17 12:44:43 -06:00
Alan Agius
789c95949b
build: update angular and ng-packagr packages to version 12
2021-02-11 14:26:41 -05:00
Doug Parker
86b1ca36ac
release: v12.0.0-next.0
...
Second attempt at release with new fixes.
2021-02-11 09:47:59 -08:00
Doug Parker
c2b4dd22f4
Revert "release: v12.0.0-next.0"
...
This reverts commit c5c80c41590abb0e213b4b836db7f6b8f19b7b26. CI issues prevented the release, will try again with fixes included.
2021-02-11 09:47:10 -08:00
Doug Parker
c5c80c4159
release: v12.0.0-next.0
2021-02-10 15:55:31 -08:00
Doug Parker
2afcf298e5
release: v11.2.0-next.0
...
No need to update root `package.json` as it is already version `11.2.0-next.0`.
2021-01-27 12:56:51 -08:00
Keen Yee Liau
bffc0300fc
release: v11.1.0-next.4
2021-01-06 13:31:59 -08:00