@schematics/angular 13.2.0-next.0 → 13.2.0-rc.1

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.
@@ -5,14 +5,14 @@
5
5
  "dependencies": {
6
6
  "@types/jasmine": "~3.10.0",
7
7
  "@types/node": "^12.11.1",
8
- "jasmine-core": "~3.10.0",
8
+ "jasmine-core": "~4.0.0",
9
9
  "karma-chrome-launcher": "~3.1.0",
10
10
  "karma-coverage": "~2.1.0",
11
11
  "karma-jasmine-html-reporter": "~1.7.0",
12
12
  "karma-jasmine": "~4.0.0",
13
13
  "karma": "~6.3.0",
14
14
  "ng-packagr": "^13.0.0",
15
- "rxjs": "~7.4.0",
15
+ "rxjs": "~7.5.0",
16
16
  "tslib": "^2.3.0",
17
17
  "typescript": "~4.5.2",
18
18
  "zone.js": "~0.11.4"
@@ -13,7 +13,7 @@ exports.latestVersions = {
13
13
  // but ts_library doesn't support JSON inputs.
14
14
  ...require('./latest-versions/package.json')['dependencies'],
15
15
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
16
- Angular: '~13.0.0',
16
+ Angular: '~13.2.0-rc.0',
17
17
  // Since @angular-devkit/build-angular and @schematics/angular are always
18
18
  // published together from the same monorepo, and they are both
19
19
  // non-experimental, they will always have the same version.
@@ -1,20 +1,18 @@
1
1
  # See http://help.github.com/ignore-files/ for more about ignoring files.
2
2
 
3
- # compiled output
3
+ # Compiled output
4
4
  /dist
5
5
  /tmp
6
6
  /out-tsc
7
- # Only exists if Bazel was run
8
7
  /bazel-out
9
8
 
10
- # dependencies
9
+ # Node
11
10
  /node_modules
12
-
13
- # profiling files
14
- chrome-profiler-events*.json
11
+ npm-debug.log
12
+ yarn-error.log
15
13
 
16
14
  # IDEs and editors
17
- /.idea
15
+ .idea/
18
16
  .project
19
17
  .classpath
20
18
  .c9/
@@ -22,7 +20,7 @@ chrome-profiler-events*.json
22
20
  .settings/
23
21
  *.sublime-workspace
24
22
 
25
- # IDE - VSCode
23
+ # Visual Studio Code
26
24
  .vscode/*
27
25
  !.vscode/settings.json
28
26
  !.vscode/tasks.json
@@ -30,17 +28,15 @@ chrome-profiler-events*.json
30
28
  !.vscode/extensions.json
31
29
  .history/*
32
30
 
33
- # misc
31
+ # Miscellaneous
34
32
  /.angular/cache
35
- /.sass-cache
33
+ .sass-cache/
36
34
  /connect.lock
37
35
  /coverage
38
36
  /libpeerconnection.log
39
- npm-debug.log
40
- yarn-error.log
41
37
  testem.log
42
38
  /typings
43
39
 
44
- # System Files
40
+ # System files
45
41
  .DS_Store
46
42
  Thumbs.db