@schematics/angular 11.0.2 → 11.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,12 @@ module.exports = function (config) {
13
13
  require('@angular-devkit/build-angular/plugins/karma')
14
14
  ],
15
15
  client: {
16
+ jasmine: {
17
+ // you can add configuration options for Jasmine here
18
+ // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
19
+ // for example, you can disable the random execution with `random: false`
20
+ // or set a specific seed with `seed: 4321`
21
+ },
16
22
  clearContext: false // leave Jasmine Spec Runner output visible in browser
17
23
  },
18
24
  jasmineHtmlReporter: {
@@ -13,6 +13,12 @@ module.exports = function (config) {
13
13
  require('@angular-devkit/build-angular/plugins/karma')
14
14
  ],
15
15
  client: {
16
+ jasmine: {
17
+ // you can add configuration options for Jasmine here
18
+ // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
19
+ // for example, you can disable the random execution with `random: false`
20
+ // or set a specific seed with `seed: 4321`
21
+ },
16
22
  clearContext: false // leave Jasmine Spec Runner output visible in browser
17
23
  },
18
24
  jasmineHtmlReporter: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "11.0.2",
3
+ "version": "11.0.3",
4
4
  "description": "Schematics specific to Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "schematics": "./collection.json",
16
16
  "dependencies": {
17
- "@angular-devkit/core": "11.0.2",
18
- "@angular-devkit/schematics": "11.0.2",
17
+ "@angular-devkit/core": "11.0.3",
18
+ "@angular-devkit/schematics": "11.0.3",
19
19
  "jsonc-parser": "2.3.1"
20
20
  },
21
21
  "repository": {
@@ -32,11 +32,5 @@
32
32
  "bugs": {
33
33
  "url": "https://github.com/angular/angular-cli/issues"
34
34
  },
35
- "homepage": "https://github.com/angular/angular-cli",
36
- "husky": {
37
- "hooks": {
38
- "commit-msg": "yarn -s ng-dev commit-message pre-commit-validate --file-env-variable HUSKY_GIT_PARAMS",
39
- "prepare-commit-msg": "yarn -s ng-dev commit-message restore-commit-message-draft --file-env-variable HUSKY_GIT_PARAMS"
40
- }
41
- }
35
+ "homepage": "https://github.com/angular/angular-cli"
42
36
  }
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.latestVersions = void 0;
11
11
  exports.latestVersions = {
12
12
  // These versions should be kept up to date with latest Angular peer dependencies.
13
- Angular: '~11.0.1',
13
+ Angular: '~11.0.3',
14
14
  RxJs: '~6.6.0',
15
15
  ZoneJs: '~0.10.2',
16
16
  TypeScript: '~4.0.2',
@@ -19,8 +19,8 @@ exports.latestVersions = {
19
19
  // For our e2e tests, these versions must match the latest tag present on the branch.
20
20
  // During RC periods they will not match the latest RC until there's a new git tag, and
21
21
  // should not be updated.
22
- DevkitBuildAngular: '~0.1100.2',
23
- DevkitBuildNgPackagr: '~0.1100.2',
24
- DevkitBuildWebpack: '~0.1100.2',
22
+ DevkitBuildAngular: '~0.1100.3',
23
+ DevkitBuildNgPackagr: '~0.1100.3',
24
+ DevkitBuildWebpack: '~0.1100.3',
25
25
  ngPackagr: '^11.0.0',
26
26
  };