@angular-eslint/schematics 18.4.2-alpha.1 → 19.0.0-alpha.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.
@@ -118,6 +118,15 @@
118
118
  "default": false,
119
119
  "x-user-analytics": "ep.ng_ssr"
120
120
  },
121
+ "serverRouting": {
122
+ "description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview).",
123
+ "type": "boolean"
124
+ },
125
+ "experimentalZoneless": {
126
+ "description": "Create an application that does not utilize zone.js.",
127
+ "type": "boolean",
128
+ "default": false
129
+ },
121
130
  "setParserOptionsProject": {
122
131
  "type": "boolean",
123
132
  "description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/schematics",
3
- "version": "18.4.2-alpha.1",
3
+ "version": "19.0.0-alpha.1",
4
4
  "description": "Angular Schematics for angular-eslint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -39,16 +39,16 @@
39
39
  "ignore": "6.0.2",
40
40
  "semver": "7.6.3",
41
41
  "strip-json-comments": "3.1.1",
42
- "@angular-eslint/eslint-plugin": "18.4.2-alpha.1",
43
- "@angular-eslint/eslint-plugin-template": "18.4.2-alpha.1"
42
+ "@angular-eslint/eslint-plugin-template": "19.0.0-alpha.1",
43
+ "@angular-eslint/eslint-plugin": "19.0.0-alpha.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@typescript-eslint/utils": "8.15.0",
47
47
  "eslint": "9.15.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@angular-devkit/core": ">= 18.0.0 < 19.0.0",
51
- "@angular-devkit/schematics": ">= 18.0.0 < 19.0.0"
50
+ "@angular-devkit/core": ">= 19.0.0 < 20.0.0",
51
+ "@angular-devkit/schematics": ">= 19.0.0 < 20.0.0"
52
52
  },
53
53
  "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
54
54
  }