Skip to content

Commit 44c74df

Browse files
renovate-botvikerman
authored andcommitted
build: update @angular/animations to version 9.0.0-next.14
1 parent 31a35ae commit 44c74df

File tree

6 files changed

+78
-78
lines changed

6 files changed

+78
-78
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.13",
86-
"@angular/compiler-cli": "9.0.0-next.13",
85+
"@angular/compiler": "9.0.0-next.14",
86+
"@angular/compiler-cli": "9.0.0-next.14",
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.13",
72+
"@angular/animations": "9.0.0-next.14",
7373
"@angular/cdk": "8.2.3",
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",
74+
"@angular/common": "9.0.0-next.14",
75+
"@angular/compiler": "9.0.0-next.14",
76+
"@angular/compiler-cli": "9.0.0-next.14",
77+
"@angular/core": "9.0.0-next.14",
78+
"@angular/forms": "9.0.0-next.14",
79+
"@angular/localize": "9.0.0-next.14",
8080
"@angular/material": "8.2.3",
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",
81+
"@angular/platform-browser": "9.0.0-next.14",
82+
"@angular/platform-browser-dynamic": "9.0.0-next.14",
83+
"@angular/platform-server": "9.0.0-next.14",
84+
"@angular/router": "9.0.0-next.14",
85+
"@angular/service-worker": "9.0.0-next.14",
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.13",
18-
"@angular/compiler-cli": "9.0.0-next.13",
17+
"@angular/compiler": "9.0.0-next.14",
18+
"@angular/compiler-cli": "9.0.0-next.14",
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.13",
36-
"@angular/compiler-cli": "9.0.0-next.13",
35+
"@angular/compiler": "9.0.0-next.14",
36+
"@angular/compiler-cli": "9.0.0-next.14",
3737
"typescript": "3.6.4",
3838
"webpack": "4.41.2"
3939
}

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
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/platform-server": "github:angular/platform-server-builds#278e7555b936edf9d9292f75e67ba5b233bd285a",
16-
"@angular/router": "github:angular/router-builds#f75458fdef2ef233080332e0a96f4d0cbfad93e9"
5+
"@angular/animations": "github:angular/animations-builds#7b06909c1906f4a371cad19c635fee78dfcd9ff2",
6+
"@angular/common": "github:angular/common-builds#f4185d87ab2515224f600c19e9814d5f5c08cf18",
7+
"@angular/compiler": "github:angular/compiler-builds#91db20e012f28be2cb5096e39f775394d87d4fd4",
8+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f1302d558edc6f304bf5e6f99c62b7f8c27c548c",
9+
"@angular/core": "github:angular/core-builds#7a155512f81366a6a2b36a2155fbe1506616b4ac",
10+
"@angular/forms": "github:angular/forms-builds#0a8d879faa6ee54505e5f6c1420dd6ecf8d58d91",
11+
"@angular/language-service": "github:angular/language-service-builds#768fc2a9a835b0e7145e1122c8810d9120676676",
12+
"@angular/localize": "github:angular/localize-builds#8af38a1e1eadc0e225ab245b6f5280ba1c7c8f31",
13+
"@angular/platform-browser": "github:angular/platform-browser-builds#8738334db6d241df2b97d4050927839f692ba85b",
14+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7a821103d013d983f184ae490317da5df13aa439",
15+
"@angular/platform-server": "github:angular/platform-server-builds#7d2302c278b4a1c287084c5fcf4017f5ff29a538",
16+
"@angular/router": "github:angular/router-builds#213ae9e0a5dc0f0498ca3d6fc3c2cd39c9998243"
1717
}
1818
}

yarn.lock

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

44

5-
"@angular/[email protected].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==
5+
"@angular/[email protected].14":
6+
version "9.0.0-next.14"
7+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.14.tgz#9c967be04f7ed1691df48bf4e517172c7d226559"
8+
integrity sha512-5JDFoXcbS9kJWZTxsFatuYwbsCwBb1kAM8WkrCrANgRxJiJ6JDiOMCL9fFmFq8ihKft4QOpuvGoH6UMkAo3mAQ==
99

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

19-
"@angular/[email protected].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==
19+
"@angular/[email protected].14":
20+
version "9.0.0-next.14"
21+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.14.tgz#a83381e097efc05e173f6b39ba8995e85217ae8a"
22+
integrity sha512-2YfiXyn0vconAT6WDlJH/iIlhdt+/utHnHERE3rEKqL4+xfoGsmRJ0+pm7b729/JlWCykDVxfU4msWvl6EC+pw==
2323

24-
"@angular/[email protected].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==
24+
"@angular/[email protected].14":
25+
version "9.0.0-next.14"
26+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.14.tgz#d455935c191deadaf5b27807b0eb0718b2711ae1"
27+
integrity sha512-5mAnqyMtMwKGMgScJDzNC+VCZXsbOf+/JIoPJFoSgo0J2j4tAQzEUW7Sq2PCdKxQRzz/k5Go8GWEPQeDz0hGRQ==
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/[email protected].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==
40+
"@angular/[email protected].14":
41+
version "9.0.0-next.14"
42+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.14.tgz#d590eee10ac0e8d9cd27400f481f5b4553fa533f"
43+
integrity sha512-6DazT5cunWrGu+035l8IfMRadI5Z6vRe2kZoBF8OS8XldYL3cMZCfpY4WEmmcRRM+41r9QP/FTyAbZFQeMTrog==
4444

45-
"@angular/[email protected].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==
45+
"@angular/[email protected].14":
46+
version "9.0.0-next.14"
47+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.14.tgz#b13f0771e52ea931bb845a1b040b4e83b47ba70f"
48+
integrity sha512-/NZAqgbSCoEehTqlnEVIcPdb4UWISnetbkEai7F4PLvoqey3T1qiTdcuQkVcZAK2ahhC89y1FgUbR1biatHrnA==
4949

50-
"@angular/[email protected].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==
50+
"@angular/[email protected].14":
51+
version "9.0.0-next.14"
52+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.14.tgz#fcb15807d2621e90423eccd59bd5852892d523e0"
53+
integrity sha512-4DpJSU5MCU15Whmcwt+oDOmDUALo1bIagOr0PqhL7ZQqVyuciOGXrQJNMKXvlM0yCZOHlvkDJw/egTmROkfzDg==
5454

55-
"@angular/[email protected].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==
55+
"@angular/[email protected].14":
56+
version "9.0.0-next.14"
57+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-next.14.tgz#c39ff2f5aa7c66de335a426245e7f7bd170edfee"
58+
integrity sha512-ZzjGVaFZwnFL9vVXFwxbcwpK19aKNSbbWAORGozV8c5cTkoc1AxmDS7ZvvDrFmqM15Y1Ju/6GNNQK+skm8Wqgw==
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/[email protected].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==
71+
"@angular/[email protected].14":
72+
version "9.0.0-next.14"
73+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.14.tgz#2c7f6c8374152ec292f48ec57db62763bf5711f9"
74+
integrity sha512-REkbvBOIE4ssmnJI8nOUSvUxm4dVlfqinqgv4sQdV2G8ioJXFtWkqfjAFvR7QU1/Dadaj2Oo+5Yau110V/sbMw==
7575

76-
"@angular/[email protected].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==
76+
"@angular/[email protected].14":
77+
version "9.0.0-next.14"
78+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.14.tgz#b741e583a60bef778f92b285469c2d0d00ab9a7a"
79+
integrity sha512-ZgB9T2hZytqSr7xpYacLgct5WVQ+xKlsrLymK++SffaGKzj0zlkAMj3mVF+12Zec0Ic5NpG8oTIovH+Lk57IuQ==
8080

81-
"@angular/[email protected].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==
81+
"@angular/[email protected].14":
82+
version "9.0.0-next.14"
83+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.14.tgz#887e948f9da265f88378aa4ec8273b22433ec951"
84+
integrity sha512-CnBa+Q13xDkr0zJlqhiShF1ovqpvOQCkMAKCPaGyByMC24nys8wNKhw/El743TREwZQXTWNfXveboSmqDVrGtA==
8585
dependencies:
8686
domino "^2.1.2"
8787
xhr2 "^0.1.4"
8888

89-
"@angular/[email protected].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==
89+
"@angular/[email protected].14":
90+
version "9.0.0-next.14"
91+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.14.tgz#3d19e351d533657887b87d8c5abe74a56806854d"
92+
integrity sha512-Uv8Bre1JXjHUaFf6v1dtfHKPWhQiZdy/v9ZS5yZyPjX8xX0lBHQKu+Uryo9EyXldwNDIcqxi9/y4Vl+PB5d0/g==
9393

94-
"@angular/[email protected].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==
94+
"@angular/[email protected].14":
95+
version "9.0.0-next.14"
96+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.14.tgz#57fd4993c14f3155dfbeb228b871dea1483066e6"
97+
integrity sha512-RAPzRfxIyq6yIOHYk+vdLxe4HuCS4S6o6+P2SnBJIkpf+do05aPbin4tmEr5rK+3wDa7QP1E14NAgCYxF0b1hA==
9898

9999
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
100100
version "7.5.5"

0 commit comments

Comments
 (0)