Skip to content

Commit e5025de

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6271)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 38759cf commit e5025de

File tree

5 files changed

+269
-432
lines changed

5 files changed

+269
-432
lines changed

integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"csv-stringify": "^6.5.1",
3535
"jest-diff": "^29.7.0",
3636
"shelljs": "^0.8.5",
37-
"simple-git": "^3.26.0",
37+
"simple-git": "^3.27.0",
3838
"vscode-uri": "^3.0.8",
3939
"yaml": "^2.5.1"
4040
},

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@cspell/dict-markdown": "^2.0.2",
9696
"@cspell/eslint-plugin": "workspace:*",
97-
"@eslint/js": "^9.10.0",
97+
"@eslint/js": "^9.11.0",
9898
"@internal/scripts": "workspace:*",
9999
"@lerna-lite/cli": "^3.9.1",
100100
"@lerna-lite/publish": "^3.9.1",
@@ -109,15 +109,15 @@
109109
"@types/node": "^18.19.50",
110110
"@vitest/coverage-istanbul": "^2.1.1",
111111
"conventional-changelog-conventionalcommits": "^8.0.0",
112-
"eslint": "^9.10.0",
112+
"eslint": "^9.11.0",
113113
"eslint-plugin-n": "^17.10.3",
114114
"eslint-plugin-simple-import-sort": "^12.1.1",
115115
"eslint-plugin-unicorn": "^55.0.0",
116116
"inject-markdown": "^3.1.0",
117-
"nyc": "^17.0.0",
117+
"nyc": "^17.1.0",
118118
"perf-insight": "^1.2.0",
119119
"prettier": "^3.3.3",
120-
"rollup": "^4.21.3",
120+
"rollup": "^4.22.4",
121121
"rollup-plugin-dts": "^6.1.1",
122122
"shx": "^0.3.4",
123123
"ts-jest": "^29.2.5",
@@ -126,7 +126,7 @@
126126
"tslib": "^2.7.0",
127127
"typescript": "~5.5.4",
128128
"typescript-eslint": "^8.6.0",
129-
"vite": "^5.4.6",
129+
"vite": "^5.4.7",
130130
"vitest": "^2.1.1"
131131
}
132132
}

0 commit comments

Comments
 (0)