From 4afd9990e161f329f11f8981978c9338ae0d28d2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 9 Sep 2019 21:36:55 +0000 Subject: [PATCH] 19cefbd8a ci: group babel packages renovate group name --- application/index.js | 2 +- migrations/migration-collection.json | 5 +++++ package.json | 6 +++--- .../__name@dasherize__.service.spec.ts.template | 2 +- uniqueId | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/application/index.js b/application/index.js index b499eed43..f53c7bfcf 100644 --- a/application/index.js +++ b/application/index.js @@ -113,7 +113,7 @@ function addAppToWorkspaceFile(options, appDir) { } schematics['@schematics/angular:component'] = componentSchematicsOptions; } - if (options.skipTests === true) { + if (options.skipTests || options.minimal) { ['class', 'component', 'directive', 'guard', 'module', 'pipe', 'service'].forEach((type) => { if (!(`@schematics/angular:${type}` in schematics)) { schematics[`@schematics/angular:${type}`] = {}; diff --git a/migrations/migration-collection.json b/migrations/migration-collection.json index f2f7a02f7..d25c71ddc 100644 --- a/migrations/migration-collection.json +++ b/migrations/migration-collection.json @@ -44,6 +44,11 @@ "version": "9.0.0-beta.0", "factory": "./update-9", "description": "Update an Angular CLI project to version 9." + }, + "migration-10": { + "version": "9.0.0-next.6", + "factory": "./update-8/#updateLazyModulePaths", + "description": "Update lazy loading syntax to use dynamic imports." } } } diff --git a/package.json b/package.json index ba576e198..099908ea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "9.0.0-next.3+2.366e51b", + "version": "9.0.0-next.3+6.19cefbd", "description": "Schematics specific to Angular", "keywords": [ "angular", @@ -14,8 +14,8 @@ ], "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#366e51be0", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#366e51be0" + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#19cefbd8a", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#19cefbd8a" }, "repository": { "type": "git", diff --git a/service/files/__name@dasherize@if-flat__/__name@dasherize__.service.spec.ts.template b/service/files/__name@dasherize@if-flat__/__name@dasherize__.service.spec.ts.template index 9f6d10c31..2c7ab1d2b 100644 --- a/service/files/__name@dasherize@if-flat__/__name@dasherize__.service.spec.ts.template +++ b/service/files/__name@dasherize@if-flat__/__name@dasherize__.service.spec.ts.template @@ -7,7 +7,7 @@ describe('<%= classify(name) %>Service', () => { beforeEach(() => { TestBed.configureTestingModule({}); - service = TestBed.get(<%= classify(name) %>Service); + service = TestBed.inject(<%= classify(name) %>Service); }); it('should be created', () => { diff --git a/uniqueId b/uniqueId index 0c413074b..6356847c9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 09 2019 21:35:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 09 2019 21:36:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file