Skip to content

Commit 1d544e3

Browse files
committed
Update dependencies
1 parent 1f6ad4c commit 1d544e3

File tree

3 files changed

+1512
-1072
lines changed

3 files changed

+1512
-1072
lines changed

.eslintrc.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ module.exports = {
88
'sourceType': 'module'
99
},
1010
'plugins': [
11-
'@typescript-eslint'
11+
'@typescript-eslint',
12+
'@stylistic'
1213
],
1314
'rules': {
1415
// '@typescript-eslint/class-name-casing': 'warn', https://github.com/typescript-eslint/typescript-eslint/issues/2077
15-
'@typescript-eslint/member-delimiter-style': [
16+
'@stylistic/member-delimiter-style': [
1617
'warn',
1718
{
1819
'multiline': {
@@ -25,7 +26,7 @@ module.exports = {
2526
}
2627
}
2728
],
28-
'@typescript-eslint/semi': [
29+
'semi': [
2930
'warn',
3031
'always'
3132
],

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -54,56 +54,57 @@
5454
"scripts/updateUID.Dockerfile"
5555
],
5656
"devDependencies": {
57-
"@types/chai": "^4.3.10",
58-
"@types/chalk": "^2.2.0",
57+
"@stylistic/eslint-plugin": "^3.0.1",
58+
"@types/chai": "^5.2.0",
59+
"@types/chalk": "^2.2.4",
5960
"@types/follow-redirects": "^1.14.4",
6061
"@types/js-yaml": "^4.0.9",
61-
"@types/mocha": "^10.0.4",
62+
"@types/mocha": "^10.0.10",
6263
"@types/ncp": "^2.0.8",
63-
"@types/node": "^18.15.3",
64-
"@types/pull-stream": "^3.6.5",
64+
"@types/node": "^18.19.75",
65+
"@types/pull-stream": "^3.6.7",
6566
"@types/recursive-readdir": "^2.2.4",
66-
"@types/semver": "^7.5.5",
67-
"@types/shell-quote": "^1.7.4",
68-
"@types/tar": "^6.1.9",
67+
"@types/semver": "^7.5.8",
68+
"@types/shell-quote": "^1.7.5",
69+
"@types/tar": "^6.1.13",
6970
"@types/text-table": "^0.2.5",
70-
"@types/yargs": "^17.0.31",
71-
"@typescript-eslint/eslint-plugin": "^6.11.0",
71+
"@types/yargs": "^17.0.33",
72+
"@typescript-eslint/eslint-plugin": "^8.26.0",
7273
"@typescript-eslint/experimental-utils": "^5.62.0",
73-
"@typescript-eslint/parser": "^6.11.0",
74-
"chai": "^4.3.10",
74+
"@typescript-eslint/parser": "^8.26.0",
75+
"chai": "^4.5.0",
7576
"copyfiles": "^2.4.1",
76-
"esbuild": "^0.19.5",
77-
"eslint": "^8.53.0",
77+
"esbuild": "^0.25.0",
78+
"eslint": "^8.57.0",
7879
"event-stream": "^4.0.1",
7980
"gulp-eslint": "^6.0.0",
8081
"gulp-filter": "^9.0.1",
81-
"mocha": "^10.2.0",
82+
"mocha": "^11.1.0",
8283
"npm-run-all": "^4.1.5",
8384
"p-all": "^5.0.0",
84-
"rimraf": "^5.0.5",
85-
"ts-node": "^10.9.1",
86-
"typescript": "^5.2.2",
85+
"rimraf": "^5.0.10",
86+
"ts-node": "^10.9.2",
87+
"typescript": "^5.8.2",
8788
"typescript-formatter": "^7.2.2",
8889
"vinyl": "^3.0.0",
8990
"vinyl-fs": "^4.0.0"
9091
},
9192
"dependencies": {
92-
"chalk": "^5.3.0",
93-
"follow-redirects": "^1.15.3",
93+
"chalk": "^5.4.1",
94+
"follow-redirects": "^1.15.9",
9495
"js-yaml": "^4.1.0",
95-
"jsonc-parser": "^3.2.0",
96+
"jsonc-parser": "^3.3.1",
9697
"ncp": "^2.0.0",
9798
"node-pty": "^1.0.0",
98-
"proxy-agent": "^6.3.1",
99+
"proxy-agent": "^6.5.0",
99100
"pull-stream": "^3.7.0",
100101
"recursive-readdir": "^2.2.3",
101-
"semver": "^7.5.4",
102-
"shell-quote": "^1.8.1",
102+
"semver": "^7.7.1",
103+
"shell-quote": "^1.8.2",
103104
"stream-to-pull-stream": "^1.7.3",
104-
"tar": "^6.2.0",
105+
"tar": "^6.2.1",
105106
"text-table": "^0.2.0",
106-
"vscode-uri": "^3.0.8",
107+
"vscode-uri": "^3.1.0",
107108
"yargs": "~17.7.2"
108109
}
109110
}

0 commit comments

Comments
 (0)