Skip to content

Commit 430f63e

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6295)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 29b7cb5 commit 430f63e

File tree

6 files changed

+221
-242
lines changed

6 files changed

+221
-242
lines changed

examples/dynamic-dictionaries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"dependencies": {
55
"cspell": "workspace:*",
6-
"tinyglobby": "^0.2.6"
6+
"tinyglobby": "^0.2.9"
77
}
88
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
"nyc": "^17.1.0",
118118
"perf-insight": "^1.2.0",
119119
"prettier": "^3.3.3",
120-
"rollup": "^4.22.5",
120+
"rollup": "^4.23.0",
121121
"rollup-plugin-dts": "^6.1.1",
122122
"shx": "^0.3.4",
123123
"ts-jest": "^29.2.5",
124124
"ts-node": "^10.9.2",
125125
"ts2mjs": "^3.0.0",
126126
"tslib": "^2.7.0",
127127
"typescript": "~5.5.4",
128-
"typescript-eslint": "^8.7.0",
128+
"typescript-eslint": "^8.8.0",
129129
"vite": "^5.4.8",
130130
"vitest": "^2.1.1"
131131
}

packages/cspell-eslint-plugin/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@
8484
"@types/eslint": "^8.56.12",
8585
"@types/estree": "^1.0.6",
8686
"@types/mocha": "^10.0.8",
87-
"@typescript-eslint/parser": "^8.7.0",
88-
"@typescript-eslint/types": "^8.7.0",
87+
"@typescript-eslint/parser": "^8.8.0",
88+
"@typescript-eslint/types": "^8.8.0",
8989
"eslint": "^9.11.1",
9090
"eslint-plugin-jsonc": "^2.16.0",
9191
"eslint-plugin-mdx": "^3.1.5",
9292
"eslint-plugin-n": "^17.10.3",
93-
"eslint-plugin-react": "^7.37.0",
93+
"eslint-plugin-react": "^7.37.1",
9494
"eslint-plugin-simple-import-sort": "^12.1.1",
9595
"eslint-plugin-yml": "^1.14.0",
96-
"globals": "^15.9.0",
96+
"globals": "^15.10.0",
9797
"jsonc-eslint-parser": "^2.4.0",
9898
"mocha": "^10.7.3",
9999
"ts-json-schema-generator": "^2.3.0",
100100
"typescript": "~5.5.4",
101-
"typescript-eslint": "^8.7.0",
101+
"typescript-eslint": "^8.8.0",
102102
"yaml-eslint-parser": "^1.2.3"
103103
},
104104
"dependencies": {

packages/cspell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"get-stdin": "^9.0.0",
101101
"semver": "^7.6.3",
102102
"strip-ansi": "^7.1.0",
103-
"tinyglobby": "^0.2.8"
103+
"tinyglobby": "^0.2.9"
104104
},
105105
"engines": {
106106
"node": ">=18"

0 commit comments

Comments
 (0)