File tree Expand file tree Collapse file tree 11 files changed +2198
-6113
lines changed Expand file tree Collapse file tree 11 files changed +2198
-6113
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ packages/schematics/src/application/schema.json
12
12
packages /schematics /src /workspace /schema.json
13
13
14
14
/.nx /cache
15
- /.nx /workspace-data
15
+ /.nx /workspace-data
16
+
17
+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 41
41
"release" : {
42
42
"projects" : [" packages/*" , " !nx-plugin" ],
43
43
"version" : {
44
- "conventionalCommits" : true
44
+ "conventionalCommits" : true ,
45
+ "generatorOptions" : {
46
+ "preserveLocalDependencyProtocols" : true
47
+ }
45
48
},
46
49
"changelog" : {
47
50
"workspaceChangelog" : {
Original file line number Diff line number Diff line change 23
23
"typescript-eslint" : " ^8.0.0"
24
24
},
25
25
"dependencies" : {
26
- "@angular-eslint/builder" : " 18.3.0 " ,
27
- "@angular-eslint/eslint-plugin" : " 18.3.0 " ,
28
- "@angular-eslint/eslint-plugin-template" : " 18.3.0 " ,
29
- "@angular-eslint/schematics" : " 18.3.0 " ,
30
- "@angular-eslint/template-parser" : " 18.3.0 "
26
+ "@angular-eslint/builder" : " workspace:* " ,
27
+ "@angular-eslint/eslint-plugin" : " workspace:* " ,
28
+ "@angular-eslint/eslint-plugin-template" : " workspace:* " ,
29
+ "@angular-eslint/schematics" : " workspace:* " ,
30
+ "@angular-eslint/template-parser" : " workspace:* "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 18
18
" LICENSE"
19
19
],
20
20
"dependencies" : {
21
- "@angular-eslint/bundled-angular-compiler" : " 18.3.0 " ,
22
- "@angular-eslint/utils" : " 18.3.0 " ,
21
+ "@angular-eslint/bundled-angular-compiler" : " workspace:* " ,
22
+ "@angular-eslint/utils" : " workspace:* " ,
23
23
"aria-query" : " 5.3.0" ,
24
24
"axobject-query" : " 4.1.0"
25
25
},
26
26
"devDependencies" : {
27
- "@angular-eslint/template-parser" : " 18.3.0 " ,
28
- "@angular-eslint/test-utils" : " 18.3.0 " ,
27
+ "@angular-eslint/template-parser" : " workspace:* " ,
28
+ "@angular-eslint/test-utils" : " workspace:* " ,
29
29
"@types/aria-query" : " 5.0.4"
30
30
},
31
31
"peerDependencies" : {
Original file line number Diff line number Diff line change 18
18
" LICENSE"
19
19
],
20
20
"dependencies" : {
21
- "@angular-eslint/bundled-angular-compiler" : " 18.3.0 " ,
22
- "@angular-eslint/utils" : " 18.3.0 "
21
+ "@angular-eslint/bundled-angular-compiler" : " workspace:* " ,
22
+ "@angular-eslint/utils" : " workspace:* "
23
23
},
24
24
"devDependencies" : {
25
- "@angular-eslint/test-utils" : " 18.3.0 "
25
+ "@angular-eslint/test-utils" : " workspace:* "
26
26
},
27
27
"peerDependencies" : {
28
28
"@typescript-eslint/utils" : " ^7.11.0 || ^8.0.0" ,
Original file line number Diff line number Diff line change 36
36
"save" : " devDependencies"
37
37
},
38
38
"dependencies" : {
39
- "@angular-eslint/eslint-plugin" : " 18.3.0 " ,
40
- "@angular-eslint/eslint-plugin-template" : " 18.3.0 " ,
39
+ "@angular-eslint/eslint-plugin" : " workspace:* " ,
40
+ "@angular-eslint/eslint-plugin-template" : " workspace:* " ,
41
41
"ignore" : " 5.3.2" ,
42
42
"semver" : " 7.6.3" ,
43
43
"strip-json-comments" : " 3.1.1"
Original file line number Diff line number Diff line change 18
18
" LICENSE"
19
19
],
20
20
"dependencies" : {
21
- "@angular-eslint/bundled-angular-compiler" : " 18.3.0 " ,
21
+ "@angular-eslint/bundled-angular-compiler" : " workspace:* " ,
22
22
"eslint-scope" : " ^8.0.2"
23
23
},
24
24
"peerDependencies" : {
Original file line number Diff line number Diff line change 17
17
" LICENSE"
18
18
],
19
19
"peerDependencies" : {
20
- "@angular-eslint/template-parser" : " 18.3.0 " ,
20
+ "@angular-eslint/template-parser" : " workspace:* " ,
21
21
"@typescript-eslint/parser" : " ^7.11.0 || ^8.0.0" ,
22
22
"@typescript-eslint/rule-tester" : " ^7.11.0 || ^8.0.0" ,
23
23
"@typescript-eslint/utils" : " ^7.11.0 || ^8.0.0" ,
Original file line number Diff line number Diff line change 22
22
"typescript" : " *"
23
23
},
24
24
"dependencies" : {
25
- "@angular-eslint/bundled-angular-compiler" : " 18.3.0 "
25
+ "@angular-eslint/bundled-angular-compiler" : " workspace:* "
26
26
},
27
27
"gitHead" : " e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
28
28
}
You can’t perform that action at this time.
0 commit comments