Skip to content

Commit 814e15c

Browse files
authoredJul 5, 2024··
ci: Workflow Bot -- Update ALL Dependencies (main) (#5862)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent 7af9508 commit 814e15c

File tree

6 files changed

+157
-203
lines changed

6 files changed

+157
-203
lines changed
 

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
"eslint-import-resolver-typescript": "^3.6.1",
114114
"eslint-plugin-jest": "^28.6.0",
115115
"eslint-plugin-n": "^17.9.0",
116-
"eslint-plugin-simple-import-sort": "^12.1.0",
116+
"eslint-plugin-simple-import-sort": "^12.1.1",
117117
"eslint-plugin-unicorn": "^54.0.0",
118-
"inject-markdown": "^3.0.0",
118+
"inject-markdown": "^3.1.0",
119119
"nyc": "^17.0.0",
120120
"perf-insight": "^1.1.1",
121121
"prettier": "^3.3.2",
@@ -128,7 +128,7 @@
128128
"tslib": "^2.6.3",
129129
"typescript": "^5.5.3",
130130
"typescript-eslint": "^7.15.0",
131-
"vite": "^5.3.2",
131+
"vite": "^5.3.3",
132132
"vitest": "^1.6.0"
133133
}
134134
}

Diff for: ‎packages/cspell-config-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@cspell/cspell-types": "workspace:*",
51-
"comment-json": "^4.2.3",
51+
"comment-json": "^4.2.4",
5252
"yaml": "^2.4.5"
5353
}
5454
}

Diff for: ‎packages/cspell-eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
"eslint-plugin-mdx": "^3.1.5",
9292
"eslint-plugin-n": "^17.9.0",
9393
"eslint-plugin-react": "^7.34.3",
94-
"eslint-plugin-simple-import-sort": "^12.1.0",
94+
"eslint-plugin-simple-import-sort": "^12.1.1",
9595
"eslint-plugin-yml": "^1.14.0",
9696
"globals": "^15.8.0",
9797
"jsonc-eslint-parser": "^2.4.0",
98-
"mocha": "^10.5.2",
98+
"mocha": "^10.6.0",
9999
"ts-json-schema-generator": "^2.3.0",
100100
"typescript": "^5.5.3",
101101
"typescript-eslint": "^7.15.0",

Diff for: ‎packages/cspell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@cspell/strong-weak-map": "workspace:*",
6868
"@cspell/url": "workspace:*",
6969
"clear-module": "^4.1.2",
70-
"comment-json": "^4.2.3",
70+
"comment-json": "^4.2.4",
7171
"cspell-config-lib": "workspace:*",
7272
"cspell-dictionary": "workspace:*",
7373
"cspell-glob": "workspace:*",

Diff for: ‎pnpm-lock.yaml

+149-195
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^18.3.3",
2222
"eslint": "8.57.0",
2323
"eslint-plugin-n": "^17.9.0",
24-
"eslint-plugin-simple-import-sort": "^12.1.0",
24+
"eslint-plugin-simple-import-sort": "^12.1.1",
2525
"typescript-eslint": "^7.15.0"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.