Skip to content

Commit 2d4c76c

Browse files
chore(deps-dev): bump cspell from 5.13.1 to 8.3.2 (#513)
* chore(deps-dev): bump cspell from 5.13.1 to 8.3.2 Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.13.1 to 8.3.2. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell@v5.13.1...v8.3.2) --- updated-dependencies: - dependency-name: cspell dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add words for cspell * Fix cspell type error * Remove unnecessary `globRoot` (use default) from cspell config --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Masafumi Koba <[email protected]>
1 parent 500bd77 commit 2d4c76c

File tree

3 files changed

+1750
-634
lines changed

3 files changed

+1750
-634
lines changed

cspell.config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
'use strict';
22

3-
/** @type {import('cspell').CSpellSettings} */
3+
/** @type {import('@cspell/cspell-types').CSpellUserSettings} */
44
const config = {
55
version: '0.2',
66
language: 'en-GB',
7-
globRoot: __dirname,
87
files: ['**/*.js', '**/*.ts', '**/*.json', '**/*.md', '**/*.yml', '**/*.css', '**/*.scss'],
98
ignorePaths: ['**/node_modules', '**/.yarn', '**/coverage', 'dist'],
109
words: [
1110
'browserslist',
1211
'caniuse',
12+
'color',
1313
'Descriptionless',
1414
'ENOTDIR',
1515
'esbuild',
@@ -18,9 +18,11 @@ const config = {
1818
'Linters',
1919
'linted',
2020
'Logform',
21+
'pngquant',
2122
'pnpm',
2223
'quuz',
2324
'rfdc',
25+
'sass',
2426
'shinnn',
2527
'stylehacks',
2628
'Stylelint',

0 commit comments

Comments
 (0)