Skip to content

Commit 362cf5e

Browse files
renovate-botvikerman
authored andcommitted
build: update @angular/animations to version 9.0.0-next.13
1 parent 8ffb755 commit 362cf5e

File tree

6 files changed

+78
-83
lines changed

6 files changed

+78
-83
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"typescript": "3.6.4"
8383
},
8484
"devDependencies": {
85-
"@angular/compiler": "9.0.0-next.12",
86-
"@angular/compiler-cli": "9.0.0-next.12",
85+
"@angular/compiler": "9.0.0-next.13",
86+
"@angular/compiler-cli": "9.0.0-next.13",
8787
"@bazel/bazel": "1.0.0",
8888
"@bazel/buildifier": "0.29.0",
8989
"@bazel/jasmine": "0.39.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@
6969
"worker-plugin": "3.2.0"
7070
},
7171
"devDependencies": {
72-
"@angular/animations": "9.0.0-next.12",
72+
"@angular/animations": "9.0.0-next.13",
7373
"@angular/cdk": "8.2.3",
74-
"@angular/common": "9.0.0-next.12",
75-
"@angular/compiler": "9.0.0-next.12",
76-
"@angular/compiler-cli": "9.0.0-next.12",
77-
"@angular/core": "9.0.0-next.12",
78-
"@angular/forms": "9.0.0-next.12",
79-
"@angular/localize": "9.0.0-next.12",
74+
"@angular/common": "9.0.0-next.13",
75+
"@angular/compiler": "9.0.0-next.13",
76+
"@angular/compiler-cli": "9.0.0-next.13",
77+
"@angular/core": "9.0.0-next.13",
78+
"@angular/forms": "9.0.0-next.13",
79+
"@angular/localize": "9.0.0-next.13",
8080
"@angular/material": "8.2.3",
81-
"@angular/platform-browser": "9.0.0-next.12",
82-
"@angular/platform-browser-dynamic": "9.0.0-next.12",
83-
"@angular/platform-server": "9.0.0-next.12",
84-
"@angular/router": "9.0.0-next.12",
85-
"@angular/service-worker": "9.0.0-next.12",
81+
"@angular/platform-browser": "9.0.0-next.13",
82+
"@angular/platform-browser-dynamic": "9.0.0-next.13",
83+
"@angular/platform-server": "9.0.0-next.13",
84+
"@angular/router": "9.0.0-next.13",
85+
"@angular/service-worker": "9.0.0-next.13",
8686
"codelyzer": "^5.0.0",
8787
"bootstrap": "^4.0.0",
8888
"font-awesome": "^4.7.0",

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ng-packagr": "^9.0.0-rc.0"
1515
},
1616
"devDependencies": {
17-
"@angular/compiler": "9.0.0-next.12",
18-
"@angular/compiler-cli": "9.0.0-next.12",
17+
"@angular/compiler": "9.0.0-next.13",
18+
"@angular/compiler-cli": "9.0.0-next.13",
1919
"@angular-devkit/core": "0.0.0",
2020
"ng-packagr": "~9.0.0-rc.0",
2121
"tslib": "^1.10.0"

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"webpack": "^4.0.0"
3333
},
3434
"devDependencies": {
35-
"@angular/compiler": "9.0.0-next.12",
36-
"@angular/compiler-cli": "9.0.0-next.12",
35+
"@angular/compiler": "9.0.0-next.13",
36+
"@angular/compiler-cli": "9.0.0-next.13",
3737
"typescript": "3.6.4",
3838
"webpack": "4.41.2"
3939
}

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#a4845a95e1da64a94901e9d7c0532d75c4592b2a",
6-
"@angular/common": "github:angular/common-builds#48de3a939d1a2603f946d63387b8b7e1db981017",
7-
"@angular/compiler": "github:angular/compiler-builds#8550378f61803b32eb80513f505d0ccd883cb4fb",
8-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a9e7866f4c1fd29c90d766ac615181545dc996b6",
9-
"@angular/core": "github:angular/core-builds#bbff63b26e8c8cad59d08bc913969c914bd59a31",
10-
"@angular/forms": "github:angular/forms-builds#643bbc2ff93e927322dbaef7f0f4a560c7b34472",
11-
"@angular/language-service": "github:angular/language-service-builds#aca17f9cde00e2c78e083e9fd4683e7c018194ee",
12-
"@angular/localize": "github:angular/localize-builds#ccc3fcd68cfc3e61fd9e0d2138e1174c6c5b028a",
13-
"@angular/platform-browser": "github:angular/platform-browser-builds#3c131ffea86f51624c6174575e0ed45fe7ea60c7",
14-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d622dda35d9371b8ae18351f2fe6e5416909c8e3",
15-
"@angular/router": "github:angular/router-builds#1b1c6945d60b81182ca84b18c5d52ac44d645d96"
5+
"@angular/animations": "github:angular/animations-builds#f9e18882896dfc7bfdfe988c9705e87b2049c13b",
6+
"@angular/common": "github:angular/common-builds#527a63df7a6d6cdc647a8983e95e55a5f5375ed8",
7+
"@angular/compiler": "github:angular/compiler-builds#e958caec4b2983de90084eea98d14ab0aabcf6aa",
8+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#da9b52d0648234f6af32b9dc007b81bd211b8b7c",
9+
"@angular/core": "github:angular/core-builds#c409b908bea40b83cff6cde113ad76298a144fd2",
10+
"@angular/forms": "github:angular/forms-builds#852f003739638909543e40413237b1aa2c62bc1b",
11+
"@angular/language-service": "github:angular/language-service-builds#894c903a305945da6d14a1e3c1de8ecc683e42d5",
12+
"@angular/localize": "github:angular/localize-builds#33c7636c27a4f147607cf5a9dbf8cc1f7235da99",
13+
"@angular/platform-browser": "github:angular/platform-browser-builds#ce1e659ca1354adb43047933dcd4197cbd96174f",
14+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d8664790dc89a1d30cf18788479cd5ccb1fb5ee6",
15+
"@angular/router": "github:angular/router-builds#f75458fdef2ef233080332e0a96f4d0cbfad93e9"
1616
}
1717
}

yarn.lock

Lines changed: 49 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@angular/animations@9.0.0-next.12":
6-
version "9.0.0-next.12"
7-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.12.tgz#80319c1cd8ff0a4c8980daa64ff480440da0624a"
8-
integrity sha512-XMQVf5BSD26I+gEOswUIVpFf7hAJthAnLPG/j3gNKFUm3eoDlXOkQg8I+bCAW/1Dr8oXDTmiSXbMQPOinfdP+w==
5+
"@angular/animations@9.0.0-next.13":
6+
version "9.0.0-next.13"
7+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.13.tgz#51c080e8874a0d43214463878cc4b274e8efae0c"
8+
integrity sha512-PLay+vkMpKJB6SNblnuN7RlLdLsdxF2WApTGpLB6yu8OeNYTjXuve20SHOiYkbffgr1qZMXx/mxDcg4AGV60qw==
99

1010
"@angular/cdk@8.2.3":
1111
version "8.2.3"
@@ -16,15 +16,15 @@
1616
optionalDependencies:
1717
parse5 "^5.0.0"
1818

19-
"@angular/common@9.0.0-next.12":
20-
version "9.0.0-next.12"
21-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.12.tgz#1bc0f1e90918ab9094388d06608b78d6e8b7c648"
22-
integrity sha512-jDvnd+cN58GyGw2Kr2Rc++iPP9NIgIfPR7nb2XWlURwP22z+jGbLjIhtvA+TVpBRV/uya7xH9qti8ttc7a5rqg==
19+
"@angular/common@9.0.0-next.13":
20+
version "9.0.0-next.13"
21+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.13.tgz#c902c409d066fabc829a3a10e1e2aeb1a13c03bf"
22+
integrity sha512-vViVtqxF7dzYPd+Prs30oUrviQHhp3WIJlbki+aH77CcB66LNl5OvaFzLmnpT6ILpuvJ4GYJIgCi4fcoqC8BNQ==
2323

24-
"@angular/compiler-cli@9.0.0-next.12":
25-
version "9.0.0-next.12"
26-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.12.tgz#e0e647f9cb736db640ef957bced1d3175bd52a74"
27-
integrity sha512-XY43SFkb5f+WrSlFetNmqObtILSVC5st2JORanVc//1LWp8Mdfqe3s57sUEVsJWfhnFk2VKNnHVP+efwl6jA5g==
24+
"@angular/compiler-cli@9.0.0-next.13":
25+
version "9.0.0-next.13"
26+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.13.tgz#6c6790165b8ab8c58ecbf4b4bfb95724b23d827c"
27+
integrity sha512-djo983DwKzVBbePWCqlRqs3dvoprE5p/px6c/jwIDp4dxAjBc7YQtJc3jrjuejIUZXBHL2SgzcCBxf16OVRO/w==
2828
dependencies:
2929
canonical-path "1.0.0"
3030
chokidar "^2.1.1"
@@ -37,25 +37,25 @@
3737
source-map "^0.6.1"
3838
yargs "13.1.0"
3939

40-
"@angular/compiler@9.0.0-next.12":
41-
version "9.0.0-next.12"
42-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.12.tgz#e4e56fc5a45816da832f8df3cfc0e24e019086a5"
43-
integrity sha512-mMpsuq8jD50kKZixYRqhoIl9hNRlkrsUeGWLW0NJlVCErH89B4jhF1w2tGG4WbRvFPyaw+NfuvcGFViGXwjpMw==
40+
"@angular/compiler@9.0.0-next.13":
41+
version "9.0.0-next.13"
42+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.13.tgz#01613ea39bda122fc40fdf99f26bb36876eef6de"
43+
integrity sha512-ZyfL3a5wf71E/ZVTVynt3uakQLw+Do0Zy2rXJJ1K42w0E6F/RH5dMcr2mc/VnSpeYKE9JvVqTKVA7xgQ0CN+mw==
4444

45-
"@angular/core@9.0.0-next.12":
46-
version "9.0.0-next.12"
47-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.12.tgz#4eb12f50feda8ea3cb342ee456403a547afb5c2f"
48-
integrity sha512-+QZqp7uVVLKoTgZ4yM8haX56D2Zo3Za4mSFhFtci3CacfGxzf3lxS57IcjWJUOplbA2DaCv5nPYbQTBh5zKKFQ==
45+
"@angular/core@9.0.0-next.13":
46+
version "9.0.0-next.13"
47+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.13.tgz#172194fb4a5f71dca71d0725a22553abaf26d40b"
48+
integrity sha512-qilnSavpL7boJ2cCd0tVtdDaAZm4jGPeX8OHX2DiaD1anXzJckizCoEcyirAyMCf04lOS6ekA8ccWatN1ueLMg==
4949

50-
"@angular/forms@9.0.0-next.12":
51-
version "9.0.0-next.12"
52-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.12.tgz#3cd7dc2cb79ac19a59e644340746094bd752815a"
53-
integrity sha512-sVKIXAJZWckANltsVEeW0YXwl4LPu6MQlZqLyOq0HVCZiWuCBmHB4Y56uFXWFCO7lwqTu5cJPvdA3vuRhobnTQ==
50+
"@angular/forms@9.0.0-next.13":
51+
version "9.0.0-next.13"
52+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.13.tgz#0055daebbb58dc3afa3d38853859c7b9145c11c1"
53+
integrity sha512-/mNYmKUC/7eb9OEZ+wGxaINiPz9vp+s2xDs4b/mbYfKmCTtZZiUj9aujSVlzwSMu81/zq+vu2JgqSQuAh1dlxA==
5454

55-
"@angular/localize@9.0.0-next.12":
56-
version "9.0.0-next.12"
57-
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-next.12.tgz#da06ba36335b859faefc50734e1af8a536c9d602"
58-
integrity sha512-TWhViKeyygm51KyFCiOaRw8lhW3ouHbL/NcFUQyf195GplCpTOJftWj2PF22JQuFk1dyC0OKv8vIa46bxPkPlw==
55+
"@angular/localize@9.0.0-next.13":
56+
version "9.0.0-next.13"
57+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-next.13.tgz#94a0002c535bc1a211c75f96a03245a3c0d07cac"
58+
integrity sha512-AVbLYQeKz95St99jTXBITMCxUzEOwBfwW9ckVZtA9jO7lYzPmCXEYdbRVcmJkrCPDt39cE2qjNQbYCvcpbvVEw==
5959
dependencies:
6060
"@babel/core" "^7.5.5"
6161
glob "7.1.2"
@@ -68,33 +68,33 @@
6868
dependencies:
6969
tslib "^1.7.1"
7070

71-
"@angular/platform-browser-dynamic@9.0.0-next.12":
72-
version "9.0.0-next.12"
73-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.12.tgz#8ba9555be9afcb884cb0767e48793f75e3b2cb39"
74-
integrity sha512-BcGd8ooMQ+mS/UZmQUDHc5jxDiZs3U/YveK+auVtyOBLkaiRUVv5SAifKRN1N0SKNecFoIg+qXwbO1TKDRgZmA==
71+
"@angular/platform-browser-dynamic@9.0.0-next.13":
72+
version "9.0.0-next.13"
73+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.13.tgz#ca6f6465b41da2de767d37b69ec697c3c9c6580c"
74+
integrity sha512-S2hVWYnN8PqaB3q9O360WgbrnJAuZ5uDpDvIv9rIydPx9W10yjiYJfCvYvPpFZwwyPyDYGwP/+XKw2Y7UXJZ7A==
7575

76-
"@angular/platform-browser@9.0.0-next.12":
77-
version "9.0.0-next.12"
78-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.12.tgz#244fdb3063624ecc760999fe4e4a5b8f96d83a33"
79-
integrity sha512-Ad1SQ1OHUp+8MD2XOQ3iKb0BF8KTj55Bg73hgDcMz7zRx2E2lTdCUYhcLV8acLfGEe7jwaqExD3wPOBFdT4AeA==
76+
"@angular/platform-browser@9.0.0-next.13":
77+
version "9.0.0-next.13"
78+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.13.tgz#f2419a72c5b729ea3be879ac0909a1ce9bda0cdb"
79+
integrity sha512-dBkX60pKmJDQFWgZrnPle2cUWbIemaYYWE+sB5PZux9Ci9B88Ldy5+x3HSzIaK5d10vk0wtdDf1NnRdD5xRNCw==
8080

81-
"@angular/platform-server@9.0.0-next.12":
82-
version "9.0.0-next.12"
83-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.12.tgz#83204fddaeba89faf1c2ffdbdc4b23679af72cba"
84-
integrity sha512-mWu+CKlFQxz3crUfbk9bbUCeQMen2DEMyBUJZ/0CnVVdfbCbc6yF9rzD6zD8m+cKFIMwRkGGYXfiABDOHSwnsA==
81+
"@angular/platform-server@9.0.0-next.13":
82+
version "9.0.0-next.13"
83+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.13.tgz#a40b51d9f37c5a497cfd9a0b10158de2f2b731ce"
84+
integrity sha512-SAZjJ+v0KyDNMQlxnMyyOVltPwUbK20PvvB0bC8qRwuPIqK29EI2lF9MtKIrECVz/KLqfYwiFuVVt4GrzavXfA==
8585
dependencies:
8686
domino "^2.1.2"
8787
xhr2 "^0.1.4"
8888

89-
"@angular/router@9.0.0-next.12":
90-
version "9.0.0-next.12"
91-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.12.tgz#f3cfe7995a31817086ad014b720f8b8255584039"
92-
integrity sha512-0ko2VuSMjgY023SXLBhPUqfVqluTpOiBGU81nljcifUbduIvSAWyyBvX7wcNILQ50WtHqT67xXZEnaNUbxBAog==
89+
"@angular/router@9.0.0-next.13":
90+
version "9.0.0-next.13"
91+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.13.tgz#fbee3c0afdb816b43bf356a60a8a5c00056a8d92"
92+
integrity sha512-elF3EUadvGvoLuKThLdDZOyTfTNXdjzsrpsjg6xyqOf55LUVF7rZqFgvTKU6TNlgGLtasNVqnMte4EX7jugFxg==
9393

94-
"@angular/service-worker@9.0.0-next.12":
95-
version "9.0.0-next.12"
96-
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.12.tgz#3a75638327773d9dabfc312371af86a4855acfcd"
97-
integrity sha512-sS06WAA63yMIdwE38WjqMvvaFgFKcthqgnU8K2i79rqRO68hm3BqVIoM2erHr+fbJ03fByr5BJZAr2HS5dRitQ==
94+
"@angular/service-worker@9.0.0-next.13":
95+
version "9.0.0-next.13"
96+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.13.tgz#13bd416fe8a40f6752ed9032a51762bff3ec767f"
97+
integrity sha512-EuSLRIiSubsCxVBjlDVrM3fK+2IMQS35mtk08ccpoca3MOaVJ1C1vmq9zH7eq2oeQ+C1Qi6o78rD9E06DGjMyw==
9898

9999
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
100100
version "7.5.5"
@@ -2639,7 +2639,7 @@ camelcase@^5.0.0, camelcase@^5.3.1:
26392639
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
26402640
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
26412641

2642-
caniuse-lite@1.0.30001004:
2642+
caniuse-lite@1.0.30001004, caniuse-lite@^1.0.30001004:
26432643
version "1.0.30001004"
26442644
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001004.tgz#d879b73981b255488316da946c39327d8c00a586"
26452645
integrity sha512-3nfOR4O8Wa2RWoYfJkMtwRVOsK96TQ+eq57wd0iKaEWl8dwG4hKZ/g0MVBfCvysFvMLi9fQGR/DvozMdkEPl3g==
@@ -2649,11 +2649,6 @@ caniuse-lite@^1.0.30000999:
26492649
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001002.tgz#ba999a737b1abd5bf0fd47efe43a09b9cadbe9b0"
26502650
integrity sha512-pRuxPE8wdrWmVPKcDmJJiGBxr6lFJq4ivdSeo9FTmGj5Rb8NX3Mby2pARG57MXF15hYAhZ0nHV5XxT2ig4bz3g==
26512651

2652-
caniuse-lite@^1.0.30001004:
2653-
version "1.0.30001004"
2654-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001004.tgz#d879b73981b255488316da946c39327d8c00a586"
2655-
integrity sha512-3nfOR4O8Wa2RWoYfJkMtwRVOsK96TQ+eq57wd0iKaEWl8dwG4hKZ/g0MVBfCvysFvMLi9fQGR/DvozMdkEPl3g==
2656-
26572652
canonical-path@1.0.0:
26582653
version "1.0.0"
26592654
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"

0 commit comments

Comments
 (0)