Skip to content

Commit 82c7fda

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/yargs-18.0.0
2 parents 79db57f + 7c61ce7 commit 82c7fda

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ updates:
1717

1818
# locked to ^15.4.1, since newer majors include breaking changes that may impact us
1919
- dependency-name: "yargs"
20+
21+
# devDependencies
22+
23+
# Locked to "^20.0.0" to align with our minimum node version in package.json/engines
24+
- dependency-name: "@types/node"

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
- bump dependency `js-yaml` from `^3.13.0` to `^4.1.0`
66
- bump dependency `yargs` from `^13.2.2` to `^15.4.1`
7-
- remove unused dependencies
8-
- acorn
9-
- kind-of
10-
- minimist
11-
- set-value
12-
- yargs-parser
137
- pin pre-release dependencies
148
- `@ts-common/fs` to `0.2.0`
159
- `@ts-common/iterator` to `0.3.6`
@@ -19,6 +13,12 @@
1913
- `@ts-common/string-map` to `0.3.0`
2014
- `json-pointer` to `0.6.2`
2115
- `source-map` to `0.7.6`
16+
- remove unused dependencies
17+
- `acorn`
18+
- `kind-of`
19+
- `minimist`
20+
- `set-value`
21+
- `yargs-parser`
2222

2323
## 0.12.1 2025-09-18
2424

0 commit comments

Comments
 (0)