@angular-eslint/schematics 19.6.1-alpha.0 → 20.0.0-alpha.0
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,12 +118,9 @@
|
|
|
118
118
|
"default": false,
|
|
119
119
|
"x-user-analytics": "ep.ng_ssr"
|
|
120
120
|
},
|
|
121
|
-
"
|
|
122
|
-
"description": "Set up a server application using the Server Routing and App Engine APIs (Developer Preview).",
|
|
123
|
-
"type": "boolean"
|
|
124
|
-
},
|
|
125
|
-
"experimentalZoneless": {
|
|
121
|
+
"zoneless": {
|
|
126
122
|
"description": "Generate an application that does not use `zone.js`.",
|
|
123
|
+
"x-prompt": "Do you want to create a 'zoneless' application without zone.js (Developer Preview)?",
|
|
127
124
|
"type": "boolean",
|
|
128
125
|
"default": false
|
|
129
126
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/schematics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0-alpha.0",
|
|
4
4
|
"description": "Angular Schematics for angular-eslint",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"save": "devDependencies"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@angular-devkit/core": "
|
|
40
|
-
"@angular-devkit/schematics": "
|
|
39
|
+
"@angular-devkit/core": "20.0.0-rc.3",
|
|
40
|
+
"@angular-devkit/schematics": "20.0.0-rc.3",
|
|
41
41
|
"ignore": "7.0.4",
|
|
42
42
|
"semver": "7.7.2",
|
|
43
43
|
"strip-json-comments": "3.1.1",
|
|
44
|
-
"@angular-eslint/eslint-plugin": "
|
|
45
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
44
|
+
"@angular-eslint/eslint-plugin": "20.0.0-alpha.0",
|
|
45
|
+
"@angular-eslint/eslint-plugin-template": "20.0.0-alpha.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@typescript-eslint/utils": "8.32.1",
|