Skip to content

Commit e55b99b

Browse files
renovate[bot]rchl
andauthored
chore(deps): update devdependency commander to v12 (typescript-language-server#870)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rafal Chlodnicki <[email protected]>
1 parent 185c3a8 commit e55b99b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/which": "^3.0.3",
5252
"@typescript-eslint/eslint-plugin": "^6.18.1",
5353
"@typescript-eslint/parser": "^6.18.1",
54-
"commander": "^11.1.0",
54+
"commander": "^12.0.0",
5555
"concurrently": "^8.2.2",
5656
"cross-env": "^7.0.3",
5757
"deepmerge": "^4.3.1",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"include": [
33
"src/**/*.ts",
44
"rollup.config.ts",
5+
"vitest.config.ts",
56
],
67
"compilerOptions": {
78
"allowJs": true,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -833,10 +833,10 @@ color-name@~1.1.4:
833833
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
834834
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
835835

836-
commander@^11.1.0:
837-
version "11.1.0"
838-
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
839-
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
836+
commander@^12.0.0:
837+
version "12.0.0"
838+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
839+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
840840

841841
commander@^2.20.0:
842842
version "2.20.3"

0 commit comments

Comments
 (0)