Skip to content

v5.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 14:51
· 564 commits to main since this release

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 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.10.0 to 3.10.1 (#33)

chore(deps): bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#33)

Bumps peter-evans/create-pull-request from 3.10.0 to 3.10.1.

Release notes

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

Create Pull Request v3.10.1

  • Minor fix to add missing outputs to the actions.yml metadata
Commits
  • 7380612 Merge pull request #915 from peter-evans/missing-outputs
  • 771ad1b fix: add missing outputs
  • 093c191 Merge pull request #903 from peter-evans/failure-mode-test
  • 00cb0ab build: update package lock version
  • fa09504 test: add test for detached head failure mode
  • b90b9c1 Merge pull request #890 from peter-evans/update-distribution
  • 028a630 build: update distribution
  • 9d59234 Merge pull request #864 from peter-evans/update-dependencies
  • 210f7aa chore: update dependencies
  • 6bb7394 Merge pull request #850 from peter-evans/update-distribution
  • 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)