George Kalpakas
36cbfb1771
build(compiler-cli): upgrade chokidar to latest version
...
This is a backport of 745c9c5ca to 6.1.x.
Related to #28771 .
2019-02-28 18:54:13 +02:00
George Kalpakas
1f06b6c99b
build: upgrade @types/jasminewd2 to 2.0.4 ( #26432 )
...
This commit also removes the extra jasminewd2 typings, since the
changes have been merged in the official typings with
DefinitelyTyped/DefinitelyTyped#28957 .
2018-10-13 21:09:41 -07:00
Jason Aden
c9488b5432
release: cut the v6.1.10 release
2018-10-10 11:23:23 -07:00
Kara Erickson
acffa22a35
release: cut the v6.1.9 release
2018-09-26 12:02:03 -07:00
Ben Lesh
3988ebf432
release: cut the v6.1.8 release
2018-09-19 14:07:10 -07:00
Alex Eagle
af785f9e91
ci: enforce formatting of .bzl files ( #23544 )
...
These are now enforced in google3 so we want to match, so that PRs don't get held up when we sync
PR Close #23544
2018-09-18 14:40:59 -07:00
George Kalpakas
ef4b5c7e59
build: update conventional-changelog and simplify changelog gulp task ( #25838 )
...
The version prefix issue has been fixed with
conventional-changelog/conventional-changelog#179.
PR Close #25838
2018-09-18 13:23:00 -07:00
Alex Eagle
f707f545aa
build: update to Node 10 ( #25822 )
...
PR Close #25822
2018-09-06 14:58:30 -07:00
Greg Magolan
b404d47b16
build(bazel): fix bazel types reference directive resolves ( #25774 )
...
PR Close #25774
2018-09-06 14:56:53 -07:00
Misko Hevery
815d1ffa19
release: cut the v6.1.7 release
2018-09-05 20:49:37 -07:00
Matias Niemelä
4a8d56a820
release: cut the v6.1.6 release
2018-08-29 15:38:51 -07:00
Matias Niemelä
7f8d6c1066
release: cut the v6.1.5 release
2018-08-28 21:39:18 -07:00
Jason Aden
8de57c9887
release: cut the v6.1.4 release
2018-08-22 15:05:02 -07:00
Ben Lesh
ea83445149
release: cut the v6.1.3 release
2018-08-15 14:28:58 -07:00
Kara Erickson
3beb7116af
release: cut the v6.1.2 release
2018-08-08 11:00:23 -07:00
Igor Minar
58698d7806
release: cut the v6.1.1 release
2018-08-02 14:02:59 -07:00
George Kalpakas
3a601382e6
test(upgrade): run tests against AngularJS v1.7.x as well ( #25231 )
...
PR Close #25231
2018-08-01 14:10:21 -07:00
George Kalpakas
fa59748e00
build: make postinstall script compatible with Windows ( #25232 )
...
PR Close #25232
2018-07-31 13:17:55 -07:00
Greg Magolan
9d5b34e1e7
build(bazel): add comment for patch-types work-around ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
Greg Magolan
8743a9bfd6
build(bazel): use bazel managed node_modules for downstream angular from source build support ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
Victor Berchet
48d7205873
release: cut the v6.1.0 release
2018-07-25 14:23:40 -07:00
Matias Niemelä
f9669e50ff
release: cut the v6.1.0-rc.3 release
...
Note that RC1 and RC2 glitched out midway during the npm release.
Therefore there is only one commit
2018-07-19 15:45:06 -07:00
Miško Hevery
a14f25c338
release: cut the v6.1.0-rc.0 release
2018-07-12 09:08:20 -07:00
George Kalpakas
d571a51739
build: upgrade karma and related dependencies ( #19904 )
...
PR Close #19904
2018-07-06 13:48:02 -07:00
George Kalpakas
86b1cc7313
build: upgrade jasmine to 3.1.0 ( #19904 )
...
PR Close #19904
2018-07-06 13:48:02 -07:00
George Kalpakas
787c54736c
test: run unit tests in random order ( #19904 )
...
PR Close #19904
2018-07-06 13:48:02 -07:00
George Kalpakas
c0e2dba07b
build: upgrade jasmine to 2.99.x and fix tests ( #19904 )
...
PR Close #19904
2018-07-06 13:48:02 -07:00
George Kalpakas
00c110b055
build: upgrade jasmine (and related typings) to latest version ( #19904 )
...
With these changes, the types are a little stricter now and also not
compatible with Protractor's jasmine-like syntax. So, we have to also
use `@types/jasminewd2` for e2e tests (but not for non-e2e tests).
I also had to "augment" `@types/jasminewd2`, because the latest
typings from [DefinitelyTyped][1] do not reflect the fact that the
`jasminewd2` version (v2.1.0) currently used by Protractor supports
passing a `done` callback to a spec.
[1]: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/566e0394859fdc1dc893658ccec6b06372d56a91/types/jasminewd2/index.d.ts#L9-L15
Fixes #23952
Closes #24733
PR Close #19904
2018-07-06 13:48:02 -07:00
Igor Minar
e3064d5432
feat: typescript 2.9 support ( #24652 )
...
PR Close #24652
2018-07-03 13:32:06 -07:00
Jason Aden
c57b491778
release: cut the v6.1.0-beta.3 release
2018-06-27 18:12:36 -07:00
Olivier Combe
39c8baea31
fix(common): use correct ICU plural for locale mk ( #24659 )
...
PR Close #24659
2018-06-27 15:03:34 -07:00
George Kalpakas
7d1f9c8a7c
build: upgrade AngularJS typings ( #24583 )
...
Previously, we were using [@types/angularjs][1], which is deprecated and
outdated (hasn't been updated for over two years). This PR switches to
[@types/angular][2], which is regularly updated (based on the
definitions on [DefinitelyTyped][3]).
[1]: https://www.npmjs.com/package/@types/angularjs
[2]: https://www.npmjs.com/package/@types/angular
[3]: https://github.com/DefinitelyTyped/DefinitelyTyped
PR Close #24583
2018-06-25 09:30:46 -07:00
Miško Hevery
def354de16
release: cut the v6.1.0-beta.2 release
2018-06-20 16:37:10 -07:00
Miško Hevery
3ccb4490a4
release: cut the v6.1.0-beta.1 release
2018-06-13 16:08:29 -07:00
Victor Berchet
9dd647b087
release: cut the v6.1.0-beta.0 release
2018-06-06 13:15:33 -07:00
Victor Berchet
47814b4cdf
release: cut the v6.0.4 release
2018-06-06 12:04:16 -07:00
Alan Agius
f69ac670ee
feat(compiler-cli): update tsickle to 0.29.x ( #24233 )
...
PR Close #24233
2018-06-01 08:35:14 -07:00
Matias Niemelä
13cb75da8b
release: cut the v6.0.3 release
2018-05-22 16:43:05 -07:00
Lucas Sloan
5cf82f8f3f
build: upgrade to TypeScript 2.8 ( #23782 )
...
PR Close #23782
2018-05-15 15:31:12 -07:00
Alex Rickabaugh
e5e5c24d48
release: cut the v6.0.2 release
2018-05-15 12:48:21 -07:00
Igor Minar
5e307d5ba7
release: cut the v6.0.1 release
2018-05-10 22:42:40 -07:00
Igor Minar
61265b42ef
release: cut the v6.0.0 release
2018-05-03 12:44:30 -07:00
Igor Minar
6601d0f7ba
build: update to rxjs@6.0.0 ( #23679 )
...
PR Close #23679
2018-05-03 10:53:39 -07:00
Igor Minar
9ebf0c8e5e
release: cut the v6.0.0-rc.6 release
2018-05-01 10:22:36 -07:00
Igor Minar
a851ba3781
build: update to rxjs@6.0.0-uncanny-rc.7 ( #23234 )
...
PR Close #23234
2018-04-17 14:09:02 -07:00
Igor Minar
7b63f861c6
release: cut the 6.0.0-rc.5
2018-04-14 02:59:02 -07:00
Rob Wormald
0e10e731dc
build: fix buildifier path ( #23350 )
...
PR Close #23350
2018-04-13 00:50:04 -07:00
Igor Minar
77c4b82938
release: cut the 6.0.0-rc.4 release
2018-04-12 00:35:10 -07:00
Andrew Seguin
37d2cb4553
feat(elements): add schematics ( #23298 )
...
PR Close #23298
2018-04-11 18:13:30 -07:00
Olivier Combe
ce40e85cbb
refactor(common): update CLDR data to v33.0.0 ( #23265 )
...
PR Close #23265
2018-04-11 15:34:46 -07:00