Skip to content

Releases: streetsidesoftware/cspell-cli

v5.8.4

21 Feb 05:41
Compare
Choose a tag to compare

Changes

Fixes

fix: Update to cspell 5.18.5 (#115)

fix: Update to cspell 5.18.5 (#115)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index df9e495..85daa82 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.18.4"
+    "cspell": "^5.18.5"
   }
 }

Summary

package-lock.json | 646 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 330 insertions(+), 318 deletions(-)


chore(deps): bump cspell from 5.18.3 to 5.18.4 (#111)

chore(deps): bump cspell from 5.18.3 to 5.18.4 (#111)

Bumps cspell from 5.18.3 to 5.18.4.

Release notes

Sourced from cspell's releases.

v5.18.4

Changes

Fixes

fix: Improve speed of suggestions for long words. (#2406)


fix: Add simple repl feature to suggestions. (#2403)


Changelog

Sourced from cspell's changelog.

5.18.4 (2022-02-07)

Bug Fixes

  • Add simple repl feature to suggestions. (#2403) (f9835b7)
  • Improve speed of suggestions for long words. (#2406) (6c76907)
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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 84 +++++++++++++++++++++++++++----------------------------
1 file changed, 42 insertions(+), 42 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 2db5f4c..df9e495 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.18.3"
+    "cspell": "^5.18.4"
   }
 }

Summary

package-lock.json | 14 +++++++-------
package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index b022ca4..2db5f4c 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.18.0"
+    "cspell": "^5.18.3"
   }
 }

Summary

package-lock.json | 284 ++++++++++++++++++++++++++++--------------------------
package.json | 2 +-
2 files changed, 149 insertions(+), 137 deletions(-)


Dependabot

chore(deps): bump release-drafter/release-drafter from 5.17.6 to 5.18.1 (#112)

chore(deps): bump release-drafter/release-drafter from 5.17.6 to 5.18.1 (#112)

Bumps release-drafter/release-drafter from 5.17.6 to 5.18.1.

Release notes

Sourced from release-drafter/release-drafter's releases.

v5.18.1

What's Changed

Dependency Updates

Full Changelog: release-drafter/release-drafter@v5.18.0...v5.18.1

v5.18.0

What's Changed

New

Bug Fixes

Read more

v5.8.1

01 Feb 13:12
Compare
Choose a tag to compare

Changes

Fixes

fix: Update README to use the general version. (#108)

fix: Update README to use the general version. (#108)

The major version tag will be kept up to date with the latest release.


v5.8.0

01 Feb 12:54
Compare
Choose a tag to compare

Changes

Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 075db1a..d1f203c 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.17.0"
+    "cspell": "^5.18.0"
   }
 }

Summary

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


chore(deps): bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#106)

chore(deps): bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#106)

Bumps peter-evans/create-pull-request from 3.12.0 to 3.12.1.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v3.12.1

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v3.12.0...v3.12.1

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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 547cc6c..075db1a 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.16.0"
+    "cspell": "^5.17.0"
   }
 }

Summary

package-lock.json | 162 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 82 insertions(+), 82 deletions(-)


Dependabot

chore(deps): bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#106)

chore(deps): bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#106)

Bumps peter-evans/create-pull-request from 3.12.0 to 3.12.1.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v3.12.1

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v3.12.0...v3.12.1

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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

...

Read more

v5.7.0

21 Jan 07:55
Compare
Choose a tag to compare

Changes

Update to cspell v5.16.0

Use cspell-action v1 (#97)

Use cspell-action v1 (#97)


Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 00eac61..0b40419 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.15.2"
+    "cspell": "^5.16.0"
   }
 }

Summary

package-lock.json | 146 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 74 insertions(+), 74 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index cb51624..00eac61 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.14.0"
+    "cspell": "^5.15.2"
   }
 }

Summary

package-lock.json | 142 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 72 insertions(+), 72 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

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


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)


Dependabot

chore(deps): bump release-drafter/release-drafter from 5.16.1 to 5.17.6 (#102)

chore(deps): bump release-drafter/release-drafter from 5.16.1 to 5.17.6 (#102)

Bumps release-drafter/release-drafter from 5.16.1 to 5.17.6.

Release notes

Sourced from release-drafter/release-drafter's releases.

v5.17.6

What's Changed

Bug Fixes

Maintenance

Dependency Updates

Full Changelog: release-drafter/release-drafter@v5.17.5...v5.17.6

v5.17.5

What's Changed

New

Bug Fixes

Maintenance

Full Changelog: release-drafter/release-drafter@v5.16.2...v5.17.5

v5.16.2

What's Changed

Bug Fixes

... (truncated)

Commits
Read more

v5.6.12

29 Dec 13:10
Compare
Choose a tag to compare

Changes

Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 115bcb9..5f89b7a 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.13.1"
+    "cspell": "^5.14.0"
   }
 }

Summary

package-lock.json | 158 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 80 insertions(+), 80 deletions(-)


ci: Update update-dependencies.yml (#92)

ci: Update update-dependencies.yml (#92)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

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


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 132 +++++++++++++++++++++++++++---------------------------
1 file changed, 66 insertions(+), 66 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 1254 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 1247 insertions(+), 7 deletions(-)


Dependabot

chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#89)

chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#89)

Bumps actions/setup-node from 2.5.0 to 2.5.1.

Release notes

Sourced from actions/setup-node's releases.

Fix logic of error handling for npm warning and uncaught exception

In scope of this release we fix logic of error handling related to caching (actions/setup-node#358) and (actions/setup-node#359).

In the previous behaviour we relied on stderr output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.

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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#86)

chore(deps): bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#86)

Bumps peter-evans/create-pull-request from 3.11.0 to 3.12.0.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v3.12.0

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v3.11.0...v3.12.0

Commits
Read more

v5.6.11

02 Dec 17:10
Compare
Choose a tag to compare

Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index ea36fd3..1fec449 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.12.6"
+    "cspell": "^5.13.1"
   }
 }

Summary

package-lock.json | 132 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 67 insertions(+), 67 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 1fe0921..ea36fd3 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.12.4"
+    "cspell": "^5.12.6"
   }
 }

Summary

package-lock.json | 98 +++++++++++++++++++++++++++----------------------------
package.json | 2 +-
2 files changed, 50 insertions(+), 50 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 2fea7a8..1fe0921 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.12.3"
+    "cspell": "^5.12.4"
   }
 }

Summary

package-lock.json | 150 +++++++++++++++++++++++++++++-------------------------
package.json | 2 +-
2 files changed, 82 insertions(+), 70 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 5441556..2fea7a8 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.12.2"
+    "cspell": "^5.12.3"
   }
 }

Summary

package-lock.json | 74 +++++++++++++++++++++++++++----------------------------
package.json | 2 +-
2 files changed, 38 insertions(+), 38 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 63ca43b..5441556 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.12.1"
+    "cspell": "^5.12.2"
   }
 }

Summary

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


Dependabot

chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#82)

chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#82)

Bumps actions/setup-node from 2.4.1 to 2.5.0.

Release notes

Sourced from actions/setup-node's releases.

Adding Node.js version file support

In scope of this release we add the node-version-file input and update actions/cache dependency to the latest version.

Adding Node.js version file support

The new input (node-version-file) provides functionality to specify the path to the file containing Node.js's version with such behaviour:

  • If the file does not exist the action will throw an error.
  • If you specify both node-version and node-version-file inputs, the action will use value from the node-version input and throw the following warning: Both node-version and node-version-file inputs are specified, only node-version will be used.
  • For now the action does not support all of the variety of values for Node.js version files. The action can handle values according to the documentation and values with v prefix (v14)
steps:
  - uses: actions/checkout@v2
  - name: Setup node from node version file
    uses: actions/setup-node@v2
    with:
      node-version-file: '.nvmrc'
  - run: npm install
  - run: npm test

Update actions/cache dependency to 1.0.8 version.

We updated actions/cache dependency to the latest version (1.0.8). For more information please refer to the toolkit/cache.

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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump streetsidesoftware/cspell-action from 1.3.4 to 1.3.5 (#80)

chore(deps): bump streetsidesoftware/cspell-action from 1.3.4 to 1.3.5 (#80)

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action...

Read more

v5.6.10

06 Oct 08:15
Compare
Choose a tag to compare

Changes

By default, ignore files found in `.gitignore`

Don't run spell checking on files ignored by git


Don't run spell checking on binary files (#64)

Don't run spell checking on binary files (#64)

Changes pre-commit types: [file] to types: [text].

See pre-commit/pre-commit.com#555 (comment).


Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 1fa4bdd..e92c8ab 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.11.1"
+    "cspell": "^5.12.1"
   }
 }

Summary

package-lock.json | 68 +++++++++++++++++++++++++++++++------------------------
package.json | 2 +-
2 files changed, 40 insertions(+), 30 deletions(-)


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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 32da66c..1fa4bdd 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.10.1"
+    "cspell": "^5.11.1"
   }
 }

Summary

package-lock.json | 120 +++++++++++++++++++++++++++++++++++-------------------
package.json | 2 +-
2 files changed, 80 insertions(+), 42 deletions(-)


Dependabot

chore(deps): bump streetsidesoftware/cspell-action from 1.3.2 to 1.3.3 (#63)

chore(deps): bump streetsidesoftware/cspell-action from 1.3.2 to 1.3.3 (#63)

Bumps streetsidesoftware/cspell-action from 1.3.2 to 1.3.3.

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v1.3.3

Changes

Update to cspell v5.12.0

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

1.3.3 (2021-10-05)

Commits
  • 8b2a0eb chore(release): 1.3.3
  • 1b48b04 ci: Workflow Bot -- Update ALL Dependencies (#401)
  • 9cefcb3 ci: Workflow Bot -- Update ALL Dependencies (#400)
  • 99db887 ci: Workflow Bot -- Update ALL Dependencies (#399)
  • d3331c6 build(deps-dev): bump @​typescript-eslint/parser from 4.32.0 to 4.33.0 (#397)
  • d887415 ci: Workflow Bot -- Update ALL Dependencies (#396)
  • b96aef8 ci: Workflow Bot -- Update ALL Dependencies (#395)
  • b82d7e9 ci: Workflow Bot -- Update ALL Dependencies (#394)
  • 5129653 ci: Workflow Bot -- Update ALL Dependencies (#392)
  • 48b4fe7 build(deps-dev): bump jest from 27.2.3 to 27.2.4 (#391)
  • Additional commits viewable in compare view

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 stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#60)

chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#60)

Bumps actions/setup-node from 2.4.0 to 2.4.1.

Release notes

Sourced from actions/setup-node's releases.

Add "cache-hit" output

This release introduces a new output: cache-hit (#327).

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

Commits
  • 270253e Merge pull request #327 from WtfJoke/addCacheHitOutPut
  • d117871 Add 'cache-hit' as output
  • 041bafb Merge pull request #322 from brcrista/brcrista/check-dist
  • 996306e rm tests/verify-no-unstaged-changes.sh
  • 85d4122 Fix triggers in licensed.yml
Read more

v5.6.9

24 Sep 08:27
Compare
Choose a tag to compare

Changes

Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

package-lock.json | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)


v5.6.8

24 Sep 08:10
f74ebf0
Compare
Choose a tag to compare

Changes

Default to No Summary in Pre-commit Hook (#57)

Default to No Summary in Pre-commit Hook (#57)

Because many often run at once, pre-commit hooks are typically very
quiet by default, outputting only error messages.


Improve cspell pre-commit hook output (#56)

Improve cspell pre-commit hook output (#56)

Hey there, thanks a lot for extracting this repo from cspell! Now it's much easier to run cspell through pre-commit. (Previously did that through this mirror, which I'll archive.)

Here's a suggested change to the hook config, so that it's easier to read the pre-commit output (particularly when running over all files). Pre-commit users can of course configure this themselves through their own .pre-commit-config.yaml, but I think this should become the default behaviour.


Intended behaviour is shown below. Can be reproduced with:

pre-commit try-repo . --all-files
b07cfd1: no verbose

Old (v5.6.7)

image

New

image

7615279: no progress

Old (v5.6.7 / b07cfd1)

image

New

image


Make pre-commit hook pass when no files to check. (#53)

Make pre-commit hook pass when no files to check. (#53)

pre-commit allows hooks to configure default arguments to be passed to their entry point to accommodate the fact that many tools are best used with different options in the context of a hook than when run directly. Closes #52.


Add custom dict setup instructions to readme (#50)

Add custom dict setup instructions to readme (#50)

Closes #47.


Add pre-commit setup instruction to readme (#49)

Add pre-commit setup instruction to readme (#49)

Question: Do you prefer the version written explicitly in the readme (rev: v5.6.7) or an empty string (rev: ''). The former requires updating the readme with every new version, the latter will issue a warning to users and ask them to run pre-commit autoupdate which auto-sets rev to the latest stable release.


Documentation

docs: Update README (#51)

docs: Update README (#51)


Maintenance / Dependencies

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

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

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 178d873..819eb75 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
     "node": ">=12.13.0"
   },
   "dependencies": {
-    "cspell": "^5.9.1"
+    "cspell": "^5.10.1"
   }
 }

Summary

package-lock.json | 90 +++++++++++++++++++++++++++----------------------------
package.json | 2 +-
2 files changed, 46 insertions(+), 46 deletions(-)


v5.6.7

13 Sep 08:34
Compare
Choose a tag to compare

Fix

  • Include .pre-commit-hooks.yaml in the published package.