Skip to content

Commit 78dfb68

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#8370)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent 6824523 commit 78dfb68

File tree

7 files changed

+470
-471
lines changed

7 files changed

+470
-471
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,17 @@
125125
"@rollup/plugin-typescript": "^12.3.0",
126126
"@swc-node/register": "^1.11.1",
127127
"@tsconfig/node20": "^20.1.8",
128-
"@types/node": "^20.19.28",
128+
"@types/node": "^20.19.30",
129129
"@vitest/coverage-istanbul": "~4.0.17",
130130
"conventional-changelog-conventionalcommits": "^9.1.0",
131131
"eslint": "^9.39.2",
132-
"eslint-plugin-n": "^17.23.1",
132+
"eslint-plugin-n": "^17.23.2",
133133
"eslint-plugin-simple-import-sort": "^12.1.1",
134134
"eslint-plugin-unicorn": "^62.0.0",
135135
"inject-markdown": "^4.0.0",
136136
"nyc": "^17.1.0",
137137
"perf-insight": "^2.0.1",
138-
"prettier": "^3.7.4",
138+
"prettier": "^3.8.0",
139139
"rollup": "^4.55.1",
140140
"rollup-plugin-dts": "^6.3.0",
141141
"shx": "^0.4.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"devDependencies": {
1414
"@cspell/eslint-plugin": "workspace:*",
15-
"es-toolkit": "^1.43.0",
15+
"es-toolkit": "^1.44.0",
1616
"eslint": "^9.39.2"
1717
}
1818
}

packages/cspell-eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint": "^9.39.2",
8989
"eslint-plugin-jsonc": "^2.21.0",
9090
"eslint-plugin-mdx": "^3.6.2",
91-
"eslint-plugin-n": "^17.23.1",
91+
"eslint-plugin-n": "^17.23.2",
9292
"eslint-plugin-react": "^7.37.5",
9393
"eslint-plugin-simple-import-sort": "^12.1.1",
9494
"eslint-plugin-yml": "^1.19.1",
@@ -104,7 +104,7 @@
104104
"@cspell/cspell-types": "workspace:*",
105105
"@cspell/url": "workspace:*",
106106
"cspell-lib": "workspace:*",
107-
"synckit": "^0.11.11"
107+
"synckit": "^0.11.12"
108108
},
109109
"peerDependencies": {
110110
"eslint": "^7 || ^8 || ^9"

pnpm-lock.yaml

Lines changed: 460 additions & 460 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": ">=20"
2929
},
3030
"devDependencies": {
31-
"@tsconfig/node24": "^24.0.3",
31+
"@tsconfig/node24": "^24.0.4",
3232
"esbuild": "^0.27.2",
3333
"json-schema": "^0.4.0"
3434
},

test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/js": "^9.39.2",
2020
"@types/react": "^19.2.8",
2121
"eslint": "^9.39.2",
22-
"eslint-plugin-n": "^17.23.1",
22+
"eslint-plugin-n": "^17.23.2",
2323
"typescript-eslint": "^8.53.0"
2424
},
2525
"dependencies": {

website/_scripts/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"node": ">=20.18"
1717
},
1818
"devDependencies": {
19-
"@tsconfig/node24": "^24.0.3"
20-
},
21-
"dependencies": {}
19+
"@tsconfig/node24": "^24.0.4"
20+
}
2221
}

0 commit comments

Comments
 (0)