Skip to content

Commit 8786f9a

Browse files
fix: bump cspell from 8 to 9 (#2237)
## PR Checklist - [x] Addresses an existing open issue: fixes #2227 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview As of #2230, CTA requires a Node.js version with require(esm). That made this much easier. Also bumps `cspell-populate-words` while I'm in the area. 🎁
1 parent 564de8e commit 8786f9a

File tree

5 files changed

+258
-265
lines changed

5 files changed

+258
-265
lines changed

cspell.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
"TSESTree",
1515
"apexskier",
1616
"attw",
17-
"boop",
1817
"dbaeumer",
1918
"eslint-doc-generatorrc",
2019
"infile",
2120
"joshuakgoldberg",
22-
"markdownlintignore",
2321
"mshick",
24-
"npmjs",
2522
"octoguide",
2623
"stefanzweifel"
2724
]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"bingo-fs": "^0.5.5",
4343
"bingo-stratum": "^0.5.11",
4444
"cached-factory": "^0.1.0",
45-
"cspell-populate-words": "^0.3.0",
45+
"cspell-populate-words": "^0.3.1",
4646
"execa": "^9.5.2",
4747
"git-url-parse": "^16.0.1",
4848
"github-default-labels": "^0.1.0",
@@ -92,7 +92,7 @@
9292
"bingo-stratum-testers": "0.5.9",
9393
"bingo-testers": "0.5.7",
9494
"console-fail-test": "0.5.0",
95-
"cspell": "8.17.5",
95+
"cspell": "9.1.2",
9696
"eslint": "9.29.0",
9797
"eslint-plugin-jsdoc": "51.2.3",
9898
"eslint-plugin-jsonc": "2.20.1",

0 commit comments

Comments
 (0)