@schematics/angular 19.0.0-next.6 → 19.0.0-next.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "19.0.0-next.6",
3
+ "version": "19.0.0-next.8",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "schematics": "./collection.json",
24
24
  "dependencies": {
25
- "@angular-devkit/core": "19.0.0-next.6",
26
- "@angular-devkit/schematics": "19.0.0-next.6",
25
+ "@angular-devkit/core": "19.0.0-next.8",
26
+ "@angular-devkit/schematics": "19.0.0-next.8",
27
27
  "jsonc-parser": "3.3.1"
28
28
  },
29
- "packageManager": "yarn@4.4.0",
29
+ "packageManager": "yarn@4.5.0",
30
30
  "repository": {
31
31
  "type": "git",
32
32
  "url": "https://github.com/angular/angular-cli.git"
package/server/index.js CHANGED
@@ -178,7 +178,7 @@ function default_1(options) {
178
178
  updateConfigFileBrowserBuilder(options, tsConfigDirectory),
179
179
  ]),
180
180
  addDependencies(options.skipInstall),
181
- (0, utility_1.addRootProvider)(options.project, ({ code, external }) => code `${external('provideClientHydration', '@angular/platform-browser')}()`),
181
+ (0, utility_1.addRootProvider)(options.project, ({ code, external }) => code `${external('provideClientHydration', '@angular/platform-browser')}(${external('withEventReplay', '@angular/platform-browser')}())`),
182
182
  ]);
183
183
  };
184
184
  }
@@ -15,6 +15,6 @@ exports.latestVersions = {
15
15
  ...dependencies,
16
16
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
17
17
  Angular: dependencies['@angular/core'],
18
- DevkitBuildAngular: '^19.0.0-next.6',
19
- AngularSSR: '^19.0.0-next.6',
18
+ DevkitBuildAngular: '^19.0.0-next.8',
19
+ AngularSSR: '^19.0.0-next.8',
20
20
  };
@@ -10,6 +10,7 @@ trim_trailing_whitespace = true
10
10
 
11
11
  [*.ts]
12
12
  quote_type = single
13
+ ij_typescript_use_double_quotes = false
13
14
 
14
15
  [*.md]
15
16
  max_line_length = off