Releases: streetsidesoftware/cspell-cli
v5.6.11
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 updateactions/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
andnode-version-file
inputs, the action will use value from thenode-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 testUpdate 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 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...
v5.6.10
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
Commits
8b2a0eb
chore(release): 1.3.31b48b04
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 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.
v5.6.9
Changes
Maintenance / Dependencies
v5.6.8
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
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
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
v5.6.6
v5.6.5
Changes
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(-)
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: 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 frompackage.json
Upgrade to cspell 5.3.3
No release notes provided.
Update to [email protected]
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
8c7aef7
chore(release): 1.3.15c10775
Update release-drafter.yml2729d11
Update release-drafter.ymld449560
Update release-drafter.yml3333800
Update release-drafter.yml563e25f
Update release-drafter.ymlbe7a320
Update release-drafter.yml2e8bfe1
Update README.md9a882e9
ci: remove testing comment9d7ca00
ci: Fix release notes.- Additional commits viewable in compare view
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...