Skip to content

Commit f069fd0

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#4890)
Co-authored-by: Jason3S <[email protected]>
1 parent 49ab493 commit f069fd0

File tree

8 files changed

+331
-330
lines changed

8 files changed

+331
-330
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,20 @@
9090
"@internal/scripts": "workspace:*",
9191
"@lerna-lite/cli": "^2.5.1",
9292
"@lerna-lite/publish": "^2.5.1",
93-
"@rollup/plugin-alias": "^5.0.0",
94-
"@rollup/plugin-commonjs": "^25.0.4",
95-
"@rollup/plugin-json": "^6.0.0",
96-
"@rollup/plugin-multi-entry": "^6.0.0",
97-
"@rollup/plugin-node-resolve": "^15.2.1",
98-
"@rollup/plugin-terser": "^0.4.3",
99-
"@rollup/plugin-typescript": "^11.1.4",
93+
"@rollup/plugin-alias": "^5.0.1",
94+
"@rollup/plugin-commonjs": "^25.0.5",
95+
"@rollup/plugin-json": "^6.0.1",
96+
"@rollup/plugin-multi-entry": "^6.0.1",
97+
"@rollup/plugin-node-resolve": "^15.2.2",
98+
"@rollup/plugin-terser": "^0.4.4",
99+
"@rollup/plugin-typescript": "^11.1.5",
100100
"@tsconfig/node16": "^16.1.1",
101-
"@types/node": "^18.18.3",
101+
"@types/node": "^18.18.4",
102102
"@typescript-eslint/eslint-plugin": "^5.62.0",
103103
"@typescript-eslint/parser": "^5.62.0",
104104
"@vitest/coverage-istanbul": "^0.34.6",
105105
"conventional-changelog-conventionalcommits": "^7.0.2",
106-
"eslint": "^8.50.0",
106+
"eslint": "^8.51.0",
107107
"eslint-config-prettier": "^9.0.0",
108108
"eslint-import-resolver-typescript": "^3.6.1",
109109
"eslint-plugin-import": "^2.28.1",
@@ -118,7 +118,7 @@
118118
"nyc": "^15.1.0",
119119
"prettier": "^3.0.3",
120120
"rollup": "^3.29.4",
121-
"rollup-plugin-dts": "^6.0.2",
121+
"rollup-plugin-dts": "^6.1.0",
122122
"shx": "^0.3.4",
123123
"ts-jest": "^29.1.1",
124124
"ts2mjs": "^2.1.1",

packages/cspell-eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@typescript-eslint/parser": "^5.62.0",
6666
"@typescript-eslint/types": "^6.7.4",
6767
"@typescript-eslint/typescript-estree": "^6.7.4",
68-
"eslint": "^8.50.0",
68+
"eslint": "^8.51.0",
6969
"eslint-plugin-react": "^7.33.2",
7070
"mocha": "^10.2.0",
7171
"ts-json-schema-generator": "^1.3.0",

packages/cspell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"node": ">=16"
8484
},
8585
"devDependencies": {
86-
"@cspell/dict-cpp": "^5.0.6",
86+
"@cspell/dict-cpp": "^5.0.7",
8787
"@cspell/dict-csharp": "^4.0.2",
8888
"@cspell/dict-css": "^4.0.12",
8989
"@cspell/dict-fa-ir": "^3.0.0",

packages/cspell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"cspell-lib": "workspace:*",
9494
"fast-glob": "^3.3.1",
9595
"fast-json-stable-stringify": "^2.1.0",
96-
"file-entry-cache": "^7.0.0",
96+
"file-entry-cache": "^7.0.1",
9797
"get-stdin": "^9.0.0",
9898
"semver": "^7.5.4",
9999
"strip-ansi": "^7.1.0",

0 commit comments

Comments
 (0)