Skip to content

Commit d6c0878

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6757)
1 parent 0dcc424 commit d6c0878

File tree

7 files changed

+216
-216
lines changed

7 files changed

+216
-216
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"nyc": "^17.1.0",
120120
"perf-insight": "^1.2.0",
121121
"prettier": "^3.4.2",
122-
"rollup": "^4.30.0",
122+
"rollup": "^4.30.1",
123123
"rollup-plugin-dts": "^6.1.1",
124124
"shx": "^0.3.4",
125125
"ts-jest": "^29.2.5",
@@ -128,7 +128,7 @@
128128
"tslib": "^2.8.1",
129129
"tsup": "^8.3.5",
130130
"typescript": "~5.7.2",
131-
"typescript-eslint": "^8.19.0",
131+
"typescript-eslint": "^8.19.1",
132132
"vite": "^6.0.7",
133133
"vitest": "^2.1.8"
134134
}

packages/cspell-dictionary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@cspell/cspell-pipe": "workspace:*",
5858
"@cspell/cspell-types": "workspace:*",
5959
"cspell-trie-lib": "workspace:*",
60-
"fast-equals": "^5.2.0"
60+
"fast-equals": "^5.2.1"
6161
},
6262
"devDependencies": {
6363
"gensequence": "^7.0.0",

packages/cspell-eslint-plugin/fixtures/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@cspell/eslint-plugin": "workspace:*",
1616
"@eslint/js": "^9.17.0",
1717
"eslint": "^9.17.0",
18-
"typescript-eslint": "^8.19.0"
18+
"typescript-eslint": "^8.19.1"
1919
}
2020
}

packages/cspell-eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@types/eslint": "^8.56.12",
8686
"@types/estree": "^1.0.6",
8787
"@types/mocha": "^10.0.10",
88-
"@typescript-eslint/parser": "^8.19.0",
89-
"@typescript-eslint/types": "^8.19.0",
88+
"@typescript-eslint/parser": "^8.19.1",
89+
"@typescript-eslint/types": "^8.19.1",
9090
"eslint": "^9.17.0",
9191
"eslint-plugin-jsonc": "^2.18.2",
9292
"eslint-plugin-mdx": "^3.1.5",
@@ -99,7 +99,7 @@
9999
"mocha": "^11.0.1",
100100
"ts-json-schema-generator": "^2.3.0",
101101
"typescript": "~5.7.2",
102-
"typescript-eslint": "^8.19.0",
102+
"typescript-eslint": "^8.19.1",
103103
"yaml-eslint-parser": "^1.2.3"
104104
},
105105
"dependencies": {

packages/cspell-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"cspell-io": "workspace:*",
8282
"cspell-trie-lib": "workspace:*",
8383
"env-paths": "^3.0.0",
84-
"fast-equals": "^5.2.0",
84+
"fast-equals": "^5.2.1",
8585
"gensequence": "^7.0.0",
8686
"import-fresh": "^3.3.0",
8787
"resolve-from": "^5.0.0",

0 commit comments

Comments
 (0)