Skip to content

Releases: streetsidesoftware/cspell-cli

v5.6.5

12 Sep 14:51
Compare
Choose a tag to compare

Changes

fix: Update cspell to 5.9.0 (#37)

fix: Update cspell to 5.9.0 (#37)


Maintenance / Dependencies

ci: Workflow Bot -- Update ALL Dependencies (main) (#46)

ci: Workflow Bot -- Update ALL Dependencies (main) (#46)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 2f4dfc7..668db55 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
     "node": ">=12.0.0"
   },
   "dependencies": {
-    "cspell": "^5.9.0"
+    "cspell": "^5.9.1"
   },
   "devDependencies": {
     "standard-version": "^9.3.0"

Summary

package-lock.json | 94 +++++++++++++++++++++----------------------------------
package.json | 2 +-
2 files changed, 37 insertions(+), 59 deletions(-)


ci: Update test workflow (#45)

ci: Update test workflow (#45)

Move to Node 16.
Cache NPM packages


Revert "ci: Workflow Bot -- Update ALL Dependencies (main)" (#44)

Revert "ci: Workflow Bot -- Update ALL Dependencies (main)" (#44)

Testing the Update Dependencies Script.

Reverts #40


ci: Improve Update Dependency Pull Req (#42)

ci: Improve Update Dependency Pull Req (#42)


ci: Improve Release Notes (#43)

ci: Improve Release Notes (#43)


ci: Workflow Bot -- Update ALL Dependencies (main) (#40)

ci: Workflow Bot -- Update ALL Dependencies (main) (#40)

Package.json

diff --git a/package.json b/package.json
index 2f4dfc7..668db55 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
     "node": ">=12.0.0"
   },
   "dependencies": {
-    "cspell": "^5.9.0"
+    "cspell": "^5.9.1"
   },
   "devDependencies": {
     "standard-version": "^9.3.0"

Summary

package-lock.json | 94 +++++++++++++++++++++----------------------------------
package.json | 2 +-
2 files changed, 37 insertions(+), 59 deletions(-)


ci: Improve the Body of the Update Dependencies Action (#41)

ci: Improve the Body of the Update Dependencies Action (#41)


ci: Workflow Bot -- Update ALL Dependencies (main) (#39)

ci: Workflow Bot -- Update ALL Dependencies (main) (#39)

package-lock.json | 74 +++++++++++++++++++------------------------------------
1 file changed, 26 insertions(+), 48 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#38)

ci: Workflow Bot -- Update ALL Dependencies (main) (#38)

package-lock.json | 160 +++++++-----------------------------------------------
1 file changed, 19 insertions(+), 141 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#34)

ci: Workflow Bot -- Update ALL Dependencies (main) (#34)

package-lock.json | 65 +++++++++++++++++++++++++++----------------------------
1 file changed, 32 insertions(+), 33 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#31)

ci: Workflow Bot -- Update ALL Dependencies (main) (#31)

package-lock.json | 72 +++++++++++++++++++++++++++----------------------------
1 file changed, 36 insertions(+), 36 deletions(-)


Dependabot

chore(deps): bump streetsidesoftware/cspell-action from 1.2.5 to 1.3.1 (#35)

chore(deps): bump streetsidesoftware/cspell-action from 1.2.5 to 1.3.1 (#35)

Bumps streetsidesoftware/cspell-action from 1.2.5 to 1.3.1.

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v1.3.1

Changes

Documentation

  • docs: testing change release. (#346)

    This is a bit of an experiment on how well Release Drafter works.

Maintenance

  • ci: try out Release-Drafter (#345)

Update to CSpell 5.9.0

No release notes provided.

Update to cspell 5.6.3

This release has better support for documents with accent characters.

Upgrade to cspell 5.6.2

cspell 5.6.2 fixes some issue related to accented words. For most cases, this is a non-issue. But for some setups, this might cause some issues to surface that were hidden due to accents being removed.

Upgrade to cspell 5.6.1

Fixes

This fixes and issue with the handling of words with accents where the accented character is made from two pieces. Example: a plus ¨ becomes ä. This was an issue because the word splitter did not correctly handle the ¨.

Update to cspell 5.4.1

Update cspell

  • Support cspell.config.js files
  • Support reading cspell configuration from package.json

Upgrade to cspell 5.3.3

No release notes provided.

Update to cspell@5.2.1

No release notes provided.

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

1.3.1 (2021-08-31)

1.3.0 (2021-08-31)

Features

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and st...
Read more

v5.6.4

12 Sep 13:34
Compare
Choose a tag to compare
chore(release): 5.6.4