Skip to content

Commit 4b4c761

Browse files
VladimirAmiorkovNathanWalker
VladimirAmiorkov
authored andcommitted
chore: update to Angular 9.0.0 RC3
chore: add top plugins to Ivy example chore: add app-wide ngcc.cofnig.js in Ivy example for all included {N} plugins
1 parent eaab8a9 commit 4b4c761

File tree

4 files changed

+269
-45
lines changed

4 files changed

+269
-45
lines changed

Diff for: e2e/ivy-sample/ngcc.config.js

+208-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,211 @@
11
module.exports = {
22
"packages": {
3-
"@nativescript/angular": {
4-
"entryPoints": {
5-
".": {
6-
"override": {
7-
"main": "./index.js",
8-
"typings": "./index.d.ts",
9-
},
10-
"ignoreMissingDependencies": true,
11-
},
12-
}
13-
}
3+
"@nativescript/angular": {
4+
"entryPoints": {
5+
".": {
6+
"override": {
7+
"main": "./index.js",
8+
"typings": "./index.d.ts",
9+
},
10+
"ignoreMissingDependencies": true,
11+
},
12+
}
13+
},
14+
"nativescript-bottom-navigation": {
15+
"entryPoints": {
16+
".": {
17+
"ignoreMissingDependencies": true,
18+
},
19+
"angular": {
20+
"override": {
21+
"main": "./index.js",
22+
"typings": "./index.d.ts",
23+
},
24+
"ignoreMissingDependencies": true,
25+
},
26+
},
27+
},
28+
"nativescript-drop-down": {
29+
"entryPoints": {
30+
".": {
31+
"ignoreMissingDependencies": true,
32+
},
33+
"angular": {
34+
"override": {
35+
"main": "./index.js",
36+
"typings": "./index.d.ts",
37+
},
38+
"ignoreMissingDependencies": true,
39+
},
40+
},
41+
},
42+
"nativescript-grid-view": {
43+
"entryPoints": {
44+
".": {
45+
"ignoreMissingDependencies": true,
46+
},
47+
"angular": {
48+
"override": {
49+
"main": "./index.js",
50+
"typings": "./index.d.ts",
51+
},
52+
"ignoreMissingDependencies": true,
53+
},
54+
},
55+
},
56+
"nativescript-pager": {
57+
"entryPoints": {
58+
".": {
59+
"ignoreMissingDependencies": true,
60+
},
61+
"angular": {
62+
"override": {
63+
"main": "./index.js",
64+
"typings": "./index.d.ts",
65+
},
66+
"ignoreMissingDependencies": true,
67+
},
68+
},
69+
},
70+
"nativescript-socketio": {
71+
"entryPoints": {
72+
".": {
73+
"ignoreMissingDependencies": true,
74+
},
75+
"angular": {
76+
"override": {
77+
"main": "./index.js",
78+
"typings": "./index.d.ts",
79+
},
80+
"ignoreMissingDependencies": true,
81+
},
82+
},
83+
},
84+
"nativescript-ui-autocomplete": {
85+
"entryPoints": {
86+
".": {
87+
"ignoreMissingDependencies": true,
88+
},
89+
"angular": {
90+
"override": {
91+
"main": "./autocomplete-directives.js",
92+
"typings": "./autocomplete-directives.d.ts",
93+
},
94+
"ignoreMissingDependencies": true,
95+
},
96+
},
97+
},
98+
"nativescript-ui-calendar": {
99+
"entryPoints": {
100+
".": {
101+
"ignoreMissingDependencies": true,
102+
},
103+
"angular": {
104+
"override": {
105+
"main": "./calendar-directives.js",
106+
"typings": "./calendar-directives.d.ts",
107+
},
108+
"ignoreMissingDependencies": true,
109+
},
110+
},
111+
},
112+
"nativescript-ui-chart": {
113+
"entryPoints": {
114+
".": {
115+
"ignoreMissingDependencies": true,
116+
},
117+
"angular": {
118+
"override": {
119+
"main": "./chart-directives.js",
120+
"typings": "./chart-directives.d.ts",
121+
},
122+
"ignoreMissingDependencies": true,
123+
},
124+
},
125+
},
126+
"nativescript-ui-dataform": {
127+
"entryPoints": {
128+
".": {
129+
"ignoreMissingDependencies": true,
130+
},
131+
"angular": {
132+
"override": {
133+
"main": "./dataform-directives.js",
134+
"typings": "./dataform-directives.d.ts",
135+
},
136+
"ignoreMissingDependencies": true,
137+
},
138+
},
139+
},
140+
"nativescript-ui-gauge": {
141+
"entryPoints": {
142+
".": {
143+
"ignoreMissingDependencies": true,
144+
},
145+
"angular": {
146+
"override": {
147+
"main": "./gauges-directives.js",
148+
"typings": "./gauges-directives.d.ts",
149+
},
150+
"ignoreMissingDependencies": true,
151+
},
152+
},
153+
},
154+
"nativescript-ui-listview": {
155+
"entryPoints": {
156+
".": {
157+
"ignoreMissingDependencies": true,
158+
},
159+
"angular": {
160+
"override": {
161+
"main": "./listview-directives.js",
162+
"typings": "./listview-directives.d.ts",
163+
},
164+
"ignoreMissingDependencies": true,
165+
},
166+
},
167+
},
168+
"nativescript-ui-sidedrawer": {
169+
"entryPoints": {
170+
".": {
171+
"ignoreMissingDependencies": true,
172+
},
173+
"angular": {
174+
"override": {
175+
"main": "./side-drawer-directives.js",
176+
"typings": "./side-drawer-directives.d.ts",
177+
},
178+
"ignoreMissingDependencies": true,
179+
},
180+
},
181+
},
182+
"kinvey-nativescript-sdk": {
183+
"entryPoints": {
184+
".": {
185+
"ignoreMissingDependencies": true,
186+
},
187+
"lib": {
188+
"angular": {
189+
"override": {
190+
"main": "./kinvey.module.js",
191+
"typings": "./kinvey.module.d.ts",
192+
},
193+
"ignoreMissingDependencies": true,
194+
},
195+
"ignoreMissingDependencies": true,
196+
},
197+
},
198+
},
199+
"nativescript-localize": {
200+
"entryPoints": {
201+
".": {
202+
"override": {
203+
"main": "./localize.module.js",
204+
"typings": "./localize.module.d.ts",
205+
},
206+
"ignoreMissingDependencies": true,
207+
},
208+
}
209+
},
14210
}
15-
}
211+
}

Diff for: e2e/ivy-sample/package.json

+36-8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,44 @@
1212
"license": "SEE LICENSE IN <your-license-filename>",
1313
"repository": "<fill-your-repository-here>",
1414
"dependencies": {
15-
"@angular/animations": "next",
16-
"@angular/common": "next",
17-
"@angular/compiler": "next",
18-
"@angular/core": "next",
19-
"@angular/forms": "next",
20-
"@angular/platform-browser": "next",
21-
"@angular/platform-browser-dynamic": "next",
22-
"@angular/router": "next",
15+
"@angular/animations": "9.0.0-rc.3",
16+
"@angular/common": "9.0.0-rc.3",
17+
"@angular/compiler": "9.0.0-rc.3",
18+
"@angular/core": "9.0.0-rc.3",
19+
"@angular/forms": "9.0.0-rc.3",
20+
"@angular/platform-browser": "9.0.0-rc.3",
21+
"@angular/platform-browser-dynamic": "9.0.0-rc.3",
22+
"@angular/router": "9.0.0-rc.3",
2323
"@nativescript/theme": "~2.2.0",
24+
"kinvey-nativescript-sdk": "~4.2.5",
2425
"nativescript-angular": "file:../../dist/nativescript-angular-compat.tgz",
26+
"nativescript-background-http": "~4.2.1",
27+
"nativescript-bottom-navigation": "~2.0.5",
28+
"nativescript-brightness": "~1.0.1",
29+
"nativescript-camera": "~4.5.0",
30+
"nativescript-cloud": "~1.19.3",
31+
"nativescript-directions": "~1.3.1",
32+
"nativescript-downloader": "~2.1.5",
33+
"nativescript-drop-down": "~5.0.4",
34+
"nativescript-fingerprint-auth": "~7.0.2",
35+
"nativescript-geolocation": "~5.1.0",
36+
"nativescript-grid-view": "~5.1.0",
37+
"nativescript-image-swipe": "~5.0.1",
38+
"nativescript-imagepicker": "~7.1.0",
39+
"nativescript-localize": "~4.2.0",
40+
"nativescript-mapbox": "~4.4.1",
41+
"nativescript-pager": "~11.0.11",
42+
"nativescript-photo-editor": "~1.1.0",
43+
"nativescript-purchase": "~2.0.13",
44+
"nativescript-socketio": "~3.3.1",
45+
"nativescript-telerik-reporting": "~1.0.3",
46+
"nativescript-ui-autocomplete": "~6.0.0",
47+
"nativescript-ui-calendar": "~6.0.0",
48+
"nativescript-ui-chart": "~7.0.0",
49+
"nativescript-ui-dataform": "~6.0.0",
50+
"nativescript-ui-gauge": "~6.0.0",
51+
"nativescript-ui-listview": "~8.0.1",
52+
"nativescript-ui-sidedrawer": "~8.0.0",
2553
"reflect-metadata": "~0.1.12",
2654
"rxjs": "^6.4.0",
2755
"tns-core-modules": "~6.3.0",

Diff for: nativescript-angular-package/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@nativescript/angular": "../dist/nativescript-angular-scoped.tgz"
2727
},
2828
"devDependencies": {
29-
"@angular/animations": "9.0.0-rc.2",
30-
"@angular/common": "9.0.0-rc.2",
31-
"@angular/compiler": "9.0.0-rc.2",
32-
"@angular/compiler-cli": "9.0.0-rc.2",
33-
"@angular/core": "9.0.0-rc.2",
34-
"@angular/forms": "9.0.0-rc.2",
35-
"@angular/platform-browser": "9.0.0-rc.2",
36-
"@angular/platform-browser-dynamic": "9.0.0-rc.2",
37-
"@angular/router": "9.0.0-rc.2",
29+
"@angular/animations": "9.0.0-rc.3",
30+
"@angular/common": "9.0.0-rc.3",
31+
"@angular/compiler": "9.0.0-rc.3",
32+
"@angular/compiler-cli": "9.0.0-rc.3",
33+
"@angular/core": "9.0.0-rc.3",
34+
"@angular/forms": "9.0.0-rc.3",
35+
"@angular/platform-browser": "9.0.0-rc.3",
36+
"@angular/platform-browser-dynamic": "9.0.0-rc.3",
37+
"@angular/router": "9.0.0-rc.3",
3838
"rxjs": "^6.4.0",
3939
"tns-core-modules": "next",
4040
"typescript": "~3.6.4",

Diff for: nativescript-angular/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@
4242
"reflect-metadata": "^0.1.8"
4343
},
4444
"peerDependencies": {
45-
"@angular/platform-browser-dynamic": "9.0.0-rc.2",
46-
"@angular/common": "9.0.0-rc.2",
47-
"@angular/compiler": "9.0.0-rc.2",
48-
"@angular/core": "9.0.0-rc.2",
49-
"@angular/forms": "9.0.0-rc.2",
50-
"@angular/platform-browser": "9.0.0-rc.2",
51-
"@angular/router": "9.0.0-rc.2",
45+
"@angular/platform-browser-dynamic": "9.0.0-rc.3",
46+
"@angular/common": "9.0.0-rc.3",
47+
"@angular/compiler": "9.0.0-rc.3",
48+
"@angular/core": "9.0.0-rc.3",
49+
"@angular/forms": "9.0.0-rc.3",
50+
"@angular/platform-browser": "9.0.0-rc.3",
51+
"@angular/router": "9.0.0-rc.3",
5252
"rxjs": "^6.4.0",
5353
"tns-core-modules": "^6.2.0 || >6.3.0-",
5454
"typescript": "~3.6.4",
5555
"zone.js": "~0.10.2"
5656
},
5757
"devDependencies": {
58-
"@angular/animations": "9.0.0-rc.2",
59-
"@angular/common": "9.0.0-rc.2",
60-
"@angular/compiler": "9.0.0-rc.2",
61-
"@angular/compiler-cli": "9.0.0-rc.2",
62-
"@angular/core": "9.0.0-rc.2",
63-
"@angular/forms": "9.0.0-rc.2",
64-
"@angular/platform-browser": "9.0.0-rc.2",
65-
"@angular/platform-browser-dynamic": "9.0.0-rc.2",
66-
"@angular/router": "9.0.0-rc.2",
58+
"@angular/animations": "9.0.0-rc.3",
59+
"@angular/common": "9.0.0-rc.3",
60+
"@angular/compiler": "9.0.0-rc.3",
61+
"@angular/compiler-cli": "9.0.0-rc.3",
62+
"@angular/core": "9.0.0-rc.3",
63+
"@angular/forms": "9.0.0-rc.3",
64+
"@angular/platform-browser": "9.0.0-rc.3",
65+
"@angular/platform-browser-dynamic": "9.0.0-rc.3",
66+
"@angular/router": "9.0.0-rc.3",
6767
"codelyzer": "^5.1.0",
6868
"conventional-changelog-cli": "^1.3.22",
6969
"rxjs": "^6.4.0",

0 commit comments

Comments
 (0)