build: remove skipLibCheck from AIO examples (#37128)
`skipLibCheck` had to be added to a few AIO examples, because of a breaking change in master. These changes update to a newer version of `angular-in-memory-web-api` that accounts for the breaking change. PR Close #37128
This commit is contained in:
		
							parent
							
								
									901db0e730
								
							
						
					
					
						commit
						05f1df3224
					
				| @ -21,7 +21,7 @@ | |||||||
|     "@angular/platform-browser-dynamic": "~9.1.4", |     "@angular/platform-browser-dynamic": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "angular": "1.7.9", |     "angular": "1.7.9", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "angular-route": "1.7.9", |     "angular-route": "1.7.9", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ | |||||||
|     "@angular/platform-browser": "~9.1.4", |     "@angular/platform-browser": "~9.1.4", | ||||||
|     "@angular/platform-browser-dynamic": "~9.1.4", |     "@angular/platform-browser-dynamic": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|     "zone.js": "~0.10.3" |     "zone.js": "~0.10.3" | ||||||
|  | |||||||
| @ -22,7 +22,7 @@ | |||||||
|     "@angular/platform-browser-dynamic": "~9.1.4", |     "@angular/platform-browser-dynamic": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "@webcomponents/custom-elements": "^1.4.1", |     "@webcomponents/custom-elements": "^1.4.1", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|     "zone.js": "~0.10.3" |     "zone.js": "~0.10.3" | ||||||
|  | |||||||
| @ -23,7 +23,7 @@ | |||||||
|     "@angular/platform-browser": "~9.1.4", |     "@angular/platform-browser": "~9.1.4", | ||||||
|     "@angular/platform-browser-dynamic": "~9.1.4", |     "@angular/platform-browser-dynamic": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|     "zone.js": "~0.10.3" |     "zone.js": "~0.10.3" | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ | |||||||
|     "@angular/platform-browser-dynamic": "~9.1.4", |     "@angular/platform-browser-dynamic": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "@angular/service-worker": "~9.1.4", |     "@angular/service-worker": "~9.1.4", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|     "zone.js": "~0.10.3" |     "zone.js": "~0.10.3" | ||||||
|  | |||||||
| @ -2,9 +2,7 @@ | |||||||
|   "extends": "./tsconfig.json", |   "extends": "./tsconfig.json", | ||||||
|   "compilerOptions": { |   "compilerOptions": { | ||||||
|     "outDir": "../out-tsc/app", |     "outDir": "../out-tsc/app", | ||||||
|     "types": [], |     "types": [] | ||||||
|     // TODO(FW-2145): turn lib checks back on after fixing in-memory-api and investigating impact of ModuleWithProviders |  | ||||||
|     "skipLibCheck": true |  | ||||||
|   }, |   }, | ||||||
|   "files": [ |   "files": [ | ||||||
|     "src/main.ts", |     "src/main.ts", | ||||||
|  | |||||||
| @ -26,7 +26,7 @@ | |||||||
|     "@angular/platform-server": "~9.1.4", |     "@angular/platform-server": "~9.1.4", | ||||||
|     "@angular/router": "~9.1.4", |     "@angular/router": "~9.1.4", | ||||||
|     "@nguniversal/express-engine": "~9.0.1", |     "@nguniversal/express-engine": "~9.0.1", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "express": "^4.15.2", |     "express": "^4.15.2", | ||||||
|     "rxjs": "~6.5.4", |     "rxjs": "~6.5.4", | ||||||
|     "tslib": "^1.10.0", |     "tslib": "^1.10.0", | ||||||
|  | |||||||
| @ -17,9 +17,7 @@ | |||||||
|     "lib": [ |     "lib": [ | ||||||
|       "es2018", |       "es2018", | ||||||
|       "dom" |       "dom" | ||||||
|     ], |     ] | ||||||
|     // TODO(FW-2145): turn lib checks back on after fixing in-memory-api and investigating impact of ModuleWithProviders |  | ||||||
|     "skipLibCheck": true |  | ||||||
|   }, |   }, | ||||||
|   "angularCompilerOptions": { |   "angularCompilerOptions": { | ||||||
|     "enableIvy": false, |     "enableIvy": false, | ||||||
|  | |||||||
| @ -35,7 +35,7 @@ | |||||||
|     "@nguniversal/express-engine": "~9.0.1", |     "@nguniversal/express-engine": "~9.0.1", | ||||||
|     "@webcomponents/custom-elements": "^1.4.1", |     "@webcomponents/custom-elements": "^1.4.1", | ||||||
|     "angular": "1.7.9", |     "angular": "1.7.9", | ||||||
|     "angular-in-memory-web-api": "~0.9.0", |     "angular-in-memory-web-api": "~0.11.0", | ||||||
|     "angular-route": "1.7.9", |     "angular-route": "1.7.9", | ||||||
|     "core-js": "^2.5.4", |     "core-js": "^2.5.4", | ||||||
|     "express": "^4.15.2", |     "express": "^4.15.2", | ||||||
|  | |||||||
| @ -13,9 +13,7 @@ | |||||||
|     "suppressImplicitAnyIndexErrors": true, |     "suppressImplicitAnyIndexErrors": true, | ||||||
|     "typeRoots": [ |     "typeRoots": [ | ||||||
|       "node_modules/@types" |       "node_modules/@types" | ||||||
|     ], |     ] | ||||||
|     // TODO(FW-2145): turn lib checks back on after fixing in-memory-api and investigating impact of ModuleWithProviders |  | ||||||
|     "skipLibCheck": true |  | ||||||
|   }, |   }, | ||||||
|   "include": [ |   "include": [ | ||||||
|     "../../../content/examples/*/e2e-spec.ts" |     "../../../content/examples/*/e2e-spec.ts" | ||||||
|  | |||||||
| @ -1891,10 +1891,10 @@ alphanum-sort@^1.0.0: | |||||||
|   resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" |   resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" | ||||||
|   integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= |   integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= | ||||||
| 
 | 
 | ||||||
| angular-in-memory-web-api@~0.9.0: | angular-in-memory-web-api@~0.11.0: | ||||||
|   version "0.9.0" |   version "0.11.0" | ||||||
|   resolved "https://registry.yarnpkg.com/angular-in-memory-web-api/-/angular-in-memory-web-api-0.9.0.tgz#6c98d9494fadc6b98f54e68376a1998ccfff04bc" |   resolved "https://registry.yarnpkg.com/angular-in-memory-web-api/-/angular-in-memory-web-api-0.11.0.tgz#46e4ad896b36d669f36801fc8cafa7db8278d078" | ||||||
|   integrity sha512-//PiJ5qb1+Yf/N7270ioQqR2laf4/Irjavg+M+WEn8y4At9LUoYgbQ5HVwvM5xUTlVlL0XkbJRLxREcGGNdIEw== |   integrity sha512-QV1qYHm+Zd+wrvlcPLnAcqqGpOmCN1EUj4rRuYHpek8+QqFFdxBNuPZOJCKvU7I97z5QSKHsdc6PNKlpUQr3UA== | ||||||
| 
 | 
 | ||||||
| angular-route@1.7.9: | angular-route@1.7.9: | ||||||
|   version "1.7.9" |   version "1.7.9" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user