File tree Expand file tree Collapse file tree 7 files changed +15
-453
lines changed Expand file tree Collapse file tree 7 files changed +15
-453
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ts_library(
55 srcs = glob (["**/*.ts" ]),
66 visibility = ["//ng-dev:__subpackages__" ],
77 deps = [
8- "//ng-dev/misc/validate-licenses" ,
98 "//ng-dev/release/build" ,
109 "//ng-dev/release/config" ,
1110 "//ng-dev/utils" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {Argv} from 'yargs';
99
1010import { BuildAndLinkCommandModule } from './build-and-link/cli.js' ;
1111import { UpdateYarnCommandModule } from './update-yarn/cli.js' ;
12- import { ValidateLicensesModule } from './validate-licenses/cli.js' ;
1312import { GeneratedFilesModule } from './generated-files/cli.js' ;
1413
1514/** Build the parser for the misc commands. */
@@ -19,6 +18,5 @@ export function buildMiscParser(localYargs: Argv) {
1918 . strict ( )
2019 . command ( BuildAndLinkCommandModule )
2120 . command ( UpdateYarnCommandModule )
22- . command ( ValidateLicensesModule )
2321 . command ( GeneratedFilesModule ) ;
2422}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 101101 "@types/git-raw-commits" : " ^2.0.0" ,
102102 "@types/jasmine" : " 5.1.5" ,
103103 "@types/jsdom" : " ^21.0.0" ,
104- "@types/license-checker" : " ^25.0.3" ,
105104 "@types/opener" : " ^1.4.0" ,
106105 "@types/semver" : " ^7.3.6" ,
107- "@types/spdx-satisfies" : " ^0.1.0" ,
108106 "@types/supports-color" : " ^8.1.1" ,
109107 "@types/wait-on" : " ^5.3.1" ,
110108 "@types/which" : " ^3.0.0" ,
137135 "karma-jasmine-html-reporter" : " ~2.1.0" ,
138136 "karma-requirejs" : " ^1.1.0" ,
139137 "karma-sourcemap-loader" : " ^0.4.0" ,
140- "license-checker" : " ^25.0.1" ,
141138 "minimatch" : " ^10.0.0" ,
142139 "multimatch" : " ^7.0.0" ,
143140 "nock" : " beta" ,
146143 "requirejs" : " ^2.3.6" ,
147144 "rxjs" : " ^7.4.0" ,
148145 "semver" : " ^7.5.4" ,
149- "spdx-satisfies" : " ^5.0.1" ,
150146 "stylelint" : " ^16.0.0" ,
151147 "supports-color" : " 10.0.0" ,
152148 "terser" : " 5.37.0" ,
You can’t perform that action at this time.
0 commit comments