Releases: streetsidesoftware/cspell-action
Support Yarn2 PnP
Fixes
-
#186 - Support Yarn2 PnP
Add"usePnP": trueto acspell.jsonfile to tell cspell to load the.pnp.jsor.pnp.cjsfile. -
#213 Make it possible to check any files in the repo, not just the ones changed
Usingincremental_files_only: falsetells the action to check all files matchingfiles- uses: streetsidesoftware/cspell-action@v1.2.1 with: files: "**" # Limit the files checked to the ones in the pull request or push. incremental_files_only: false
Support `cspell.config.js` files
Due to a bug in the way this action was being WebPacked, it could not load cspell.config.js files.
Features
- Supports repositories with
cspell.config.jsfiles. - It is now possible to have dictionaries stored in a Yarn 2 repository.
- Upgrade to
cspell5.5.2
Yarn 2
Until the PnP option is added to cspell, it is necessary to explicitly load the .pnp.js or .pnp.cjs file that Yarn 2 generates.
This can be accomplished using cspell.config.js files. See #186
Update to cspell 5.4.1
Update cspell
- Support
cspell.config.jsfiles - Support reading
cspellconfiguration frompackage.json
Upgrade to cspell 5.3.3
v1.1.1 chore(release): 1.1.1
Upgrade to cspell 5.3
This release updates to cspell 5.3
Distribution cleanup
There are no source code differences between 1.03 and 1.04. The primary difference in that nearly everything has been packaged into a single main.js file. Only the cspell dictionaries have not been packaged.
Update to cspell@5.2.1
v1.0.3 1.0.3
v1.0.2
v1.0.2
v1.0.1
v1.0.1
v1
Breaking change:
Option strict defaults to true. If spelling issues are found, it will fail the workflow. Set strict to false to just have it put warnings in the diffs.