File tree Expand file tree Collapse file tree 4 files changed +33
-16
lines changed
Expand file tree Collapse file tree 4 files changed +33
-16
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,11 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " daily"
7+ ignore :
8+ # Pinned to the most popular versions
9+ - dependency-name : " @ts-common/fs"
10+ - dependency-name : " @ts-common/iterator"
11+ - dependency-name : " @ts-common/json"
12+ - dependency-name : " @ts-common/json-parser"
13+ - dependency-name : " @ts-common/source-map"
14+ - dependency-name : " @ts-common/string-map"
Original file line number Diff line number Diff line change 55- remove unused dependencies
66 - acorn
77 - kind-of
8+ - pin pre-release dependencies
9+ - ` @ts-common/fs ` to ` 0.2.0 `
10+ - ` @ts-common/iterator ` to ` 0.3.6 `
11+ - ` @ts-common/json ` to ` 0.3.1 `
12+ - ` @ts-common/json-parser ` to ` 0.9.0 `
13+ - ` @ts-common/source-map ` to ` 0.5.0 `
14+ - ` @ts-common/string-map ` to ` 0.3.0 `
15+ - ` json-pointer ` to ` 0.6.2 `
16+ - ` source-map ` to ` 0.7.6 `
817
918## 0.12.1 2025-09-18
1019
Original file line number Diff line number Diff line change 99 "description" : " OpenApi Specification Diff tool" ,
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "@ts-common/fs" : " ^ 0.2.0" ,
13- "@ts-common/iterator" : " ^ 0.3.6" ,
14- "@ts-common/json" : " ^ 0.3.1" ,
15- "@ts-common/json-parser" : " ^ 0.9.0" ,
16- "@ts-common/source-map" : " ^ 0.5.0" ,
17- "@ts-common/string-map" : " ^ 0.3.0" ,
12+ "@ts-common/fs" : " 0.2.0" ,
13+ "@ts-common/iterator" : " 0.3.6" ,
14+ "@ts-common/json" : " 0.3.1" ,
15+ "@ts-common/json-parser" : " 0.9.0" ,
16+ "@ts-common/source-map" : " 0.5.0" ,
17+ "@ts-common/string-map" : " 0.3.0" ,
1818 "autorest" : " ^3.6.1" ,
1919 "js-yaml" : " ^3.13.1" ,
20- "json-pointer" : " ^ 0.6.2" ,
20+ "json-pointer" : " 0.6.2" ,
2121 "json-refs" : " ^3.0.15" ,
2222 "lodash" : " ^4.17.21" ,
2323 "minimist" : " ^1.2.8" ,
2424 "set-value" : " ^4.1.0" ,
25- "source-map" : " ^ 0.7.4 " ,
25+ "source-map" : " 0.7.6 " ,
2626 "tslib" : " ^2.6.3" ,
2727 "winston" : " ^3.13.0" ,
2828 "yargs" : " ^13.2.2" ,
You can’t perform that action at this time.
0 commit comments