Changes
fix(cspell-trie-lib): move `@cspell/cspell-types` (#3427)
fix(cspell-trie-lib): move @cspell/cspell-types
(#3427)
It was a devDependency, but parts of cspell-trie-lib
import from it. This brings it in line with how other packages in the repo (e.g. @cspell/cspell-json-reporter
, cspell-grammar
) depend on @cspell/cspell-types
.
ci: Workflow Bot -- Update Integration Snapshots (main) (#3404)
ci: Workflow Bot -- Update Integration Snapshots (main) (#3404)
Update Integration Repositories
integration-tests/config/config.json | 42 +-
.../Azure/azure-rest-api-specs/snapshot.txt | 8 +-
.../SoftwareBrothers/admin-bro/snapshot.txt | 9 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 2 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 2 +-
.../apollographql/apollo-server/snapshot.txt | 4 +-
.../snapshots/aws-amplify/docs/snapshot.txt | 2 +-
.../snapshots/caddyserver/caddy/report.yaml | 46 ++-
.../snapshots/caddyserver/caddy/snapshot.txt | 46 ++-
.../snapshots/django/django/report.yaml | 72 ++--
.../snapshots/django/django/snapshot.txt | 72 ++--
.../snapshots/eslint/eslint/report.yaml | 29 +-
.../snapshots/eslint/eslint/snapshot.txt | 29 +-
.../googleapis/google-cloud-cpp/report.yaml | 107 ++---
.../googleapis/google-cloud-cpp/snapshot.txt | 99 ++---
.../snapshots/graphql/graphql-js/snapshot.txt | 2 +-
integration-tests/snapshots/mdx-js/mdx/report.yaml | 2 +-
.../snapshots/mdx-js/mdx/snapshot.txt | 2 +-
.../snapshots/php/php-src/report.yaml | 458 +++++++++++----------
.../snapshots/php/php-src/snapshot.txt | 454 ++++++++++----------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/pycontribs/jira/report.yaml | 90 ++--
.../snapshots/pycontribs/jira/snapshot.txt | 86 ++--
.../snapshots/shoelace-style/shoelace/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 33 +-
25 files changed, 873 insertions(+), 827 deletions(-)
Fixes
fix: Issue with comment-json changing return types. (#3434)
fix: Issue with comment-json changing return types. (#3434)
fix(cspell-pipe): Add operators (#3431)
fix(cspell-pipe): Add operators (#3431)
Operators / methods:
- append: be able to append values to the end of an iterator
- interleave: be able to interleave values.
- toDistributableIterable
Improve coverage.
fix: Workflow Bot -- Update Dictionaries (main) (#3399)
fix: Workflow Bot -- Update Dictionaries (main) (#3399)
Update Dictionaries (main)
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
refactor: start refactor of configuration loader (#3398)
refactor: start refactor of configuration loader (#3398)
dev: Refactor DictionaryLoader (#3395)
dev: Refactor DictionaryLoader (#3395)
- Move the dictionary loader into a class
- Reduce its dependencies upon Node.
fix: Workflow Bot -- Update Dictionaries (main) (#3393)
fix: Workflow Bot -- Update Dictionaries (main) (#3393)
Update Dictionaries (main)
integration-tests/snapshots/caddyserver/caddy/report.yaml | 3 +--
integration-tests/snapshots/caddyserver/caddy/snapshot.txt | 3 +--
integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
integration-tests/snapshots/eslint/eslint/report.yaml | 6 ++----
integration-tests/snapshots/eslint/eslint/snapshot.txt | 4 +---
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 3 +--
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 3 +--
integration-tests/snapshots/liriliri/licia/snapshot.txt | 3 +--
integration-tests/snapshots/mdx-js/mdx/report.yaml | 3 +--
integration-tests/snapshots/mdx-js/mdx/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 9 +++++++--
13 files changed, 20 insertions(+), 28 deletions(-)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#3399)
fix: Workflow Bot -- Update Dictionaries (main) (#3399)
Update Dictionaries (main)
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
fix: Workflow Bot -- Update Dictionaries (main) (#3393)
fix: Workflow Bot -- Update Dictionaries (main) (#3393)
Update Dictionaries (main)
integration-tests/snapshots/caddyserver/caddy/report.yaml | 3 +--
integration-tests/snapshots/caddyserver/caddy/snapshot.txt | 3 +--
integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
integration-tests/snapshots/eslint/eslint/report.yaml | 6 ++----
integration-tests/snapshots/eslint/eslint/snapshot.txt | 4 +---
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 3 +--
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 3 +--
integration-tests/snapshots/liriliri/licia/snapshot.txt | 3 +--
integration-tests/snapshots/mdx-js/mdx/report.yaml | 3 +--
integration-tests/snapshots/mdx-js/mdx/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 9 +++++++--
13 files changed, 20 insertions(+), 28 deletions(-)
Maintenance
chore(deps): bump peter-evans/create-pull-request from 4.0.4 to 4.1.0 (#3438)
chore(deps): bump peter-evans/create-pull-request from 4.0.4 to 4.1.0 (#3438)
Bumps peter-evans/create-pull-request from 4.0.4 to 4.1.0.
Sourced from peter-evans/create-pull-request's releases.
Full Changelog: peter-evans/create-pull-request@v4.0.4...v4.1.0
Release notes
Create Pull Request v4.1.0
What's Changed
@tillganster
in peter-evans/create-pull-request#1205
@github-actions
in peter-evans/create-pull-request#1208
New Contributors
@tillganster
made their first contribution in peter-evans/create-pull-request#1205
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)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3412)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3412)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 8 +-
packages/cspell-eslint-plugin/package.json | 8 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 4 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/hunspell-reader/package.json | 4 +-
pnpm-lock.yaml | 611 ++++++++-------------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
17 files changed, 266 insertions(+), 399 deletions(-)
chore(deps): bump streetsidesoftware/cspell-action from 2.4.0 to 2.7 (#3418)
chore(deps): bump streetsidesoftware/cspell-action from 2.4.0 to 2.7 (#3418)
Bumps streetsidesoftware/cspell-action from 2.4.0 to 2.7.
Sourced from streetsidesoftware/cspell-action's releases.
... (truncated)
Sourced from streetsidesoftware/cspell-action's changelog.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
... (truncated)
Release notes
v2.7.0
2.7.0 (2022-08-15)
Features
Tests
Miscellaneous
Continuous Integration
v2.6.0
2.6.0 (2022-08-14)
Features
Miscellaneous
Continuous Integration
v2.5.0
2.5.0 (2022-08-13)
Features
Changelog
Changelog
2.7.0 (2022-08-15)
Features
Tests
Miscellaneous
Continuous Integration
2.6.0 (2022-08-14)
Features
Miscellaneous
Continuous Integration
2.5.0 (2022-08-13)
Commits
b88ea4a
chore(main): release 2.7.0 (#887)
ab07238
feat: add option checkDotFiles
(#891)
8d99eb2
ci: Workflow Bot -- Update ALL Dependencies (main) (#890)
8cf78ba
ci: Update Workflow Permissions (#889)
ff09c66
feat: output spell checking result (#888)
8978f2f
chore: add CODE_OF_CONDUCT.md
1634d01
test: add extra test for verbose (#886)
83a2195
chore(main): release 2.6.0 (#882)
db114d2
ci: Workflow Bot -- Update ALL Dependencies (main) (#884)
6abfb1f
feat: Add Verbose option to reduce noise in output. (#883)
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 release-drafter/release-drafter from 5.20.0 to 5.20.1 (#3429)
chore(deps): bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (#3429)
Bumps release-drafter/release-drafter from 5.20.0 to 5.20.1.
Sourced from release-drafter/release-drafter's releases.
Full Changelog: release-drafter/release-drafter@v5.20.0...v5.20.1
Release notes
v5.20.1
What's Changed
Bug Fixes
@gilbertsoft
Documentation
@Kirade
@shinshin86
@danyeaw
Dependency Updates
@dependabot
af50279
to 4c8f734
(#1191) @dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@actions/core
from 1.8.2 to 1.9.0 (#1164) @dependabot
@dependabot
@dependabot
@vercel/ncc
from 0.33.4 to 0.34.0 (#1151) @dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@dependabot
@actions/core
from 1.8.0 to 1.8.2 (#1144) @dependabot
Commits
06a49bf
v5.20.1
6e6a13c
Add missing inputs to action config (#1202)
0e58cd4
Bump eslint-plugin-unicorn from 42.0.0 to 43.0.2 (#1192)
c3d9042
quote schema defaults that contain *
bd579b5
Bump node from af50279
to 4c8f734
(#1191)
c464263
Bump node from 17.9.0-alpine to 18.7.0-alpine (#1190)
d243e04
Add more comments about pull requests permission (#1187)
ca87e91
update readme about release
efc724f
Fix Vercel link (#1188)
3ad2fc7
Bump jest from 28.1.0 to 28.1.3 (#1182)
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) (#3411)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3411)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
pnpm-lock.yaml | 98 +++++++++++++++++++-----------------------
2 files changed, 46 insertions(+), 54 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3409)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3409)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 2 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 198 +++++++++++++++--------------
16 files changed, 118 insertions(+), 110 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3407)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3407)
Update ALL Dependencies (main)
package.json | 4 +-
packages/cspell-lib/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 46 +++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package.json | 2 +-
6 files changed, 29 insertions(+), 29 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3403)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3403)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 4 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 538 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package.json | 2 +-
19 files changed, 291 insertions(+), 291 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3401)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3401)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 2 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 227 +++++++++++++++--------------
17 files changed, 131 insertions(+), 128 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3396)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3396)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 4 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 4 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell/package.json | 4 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 267 ++++++++++++++---------------
17 files changed, 151 insertions(+), 156 deletions(-)