Changes
ci: Workflow Bot -- Update Integration Snapshots (main) (#3853)
ci: Workflow Bot -- Update Integration Snapshots (main) (#3853)
Update Integration Repositories
integration-tests/config/config.json | 46 ++--
.../Azure/azure-rest-api-specs/snapshot.txt | 4 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 144 ++++++------
.../snapshots/TheAlgorithms/Python/snapshot.txt | 140 ++++++------
.../apollographql/apollo-server/snapshot.txt | 2 +-
.../snapshots/aws-amplify/docs/snapshot.txt | 2 +-
.../snapshots/caddyserver/caddy/report.yaml | 18 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 18 +-
.../snapshots/django/django/report.yaml | 253 +++++++++++----------
.../snapshots/django/django/snapshot.txt | 253 +++++++++++----------
.../snapshots/eslint/eslint/report.yaml | 92 ++++----
.../snapshots/eslint/eslint/snapshot.txt | 90 ++++----
.../googleapis/google-cloud-cpp/report.yaml | 86 +++----
.../googleapis/google-cloud-cpp/snapshot.txt | 82 +++----
.../iluwatar/java-design-patterns/report.yaml | 39 +++-
.../iluwatar/java-design-patterns/snapshot.txt | 35 ++-
integration-tests/snapshots/mdx-js/mdx/report.yaml | 5 +-
.../snapshots/mdx-js/mdx/snapshot.txt | 5 +-
.../snapshots/php/php-src/report.yaml | 185 +++++++--------
.../snapshots/php/php-src/snapshot.txt | 185 +++++++--------
.../snapshots/pycontribs/jira/report.yaml | 46 ++--
.../snapshots/pycontribs/jira/snapshot.txt | 46 ++--
.../snapshots/shoelace-style/shoelace/snapshot.txt | 2 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/w3c/specberus/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 10 +-
26 files changed, 924 insertions(+), 868 deletions(-)
Features
feat: Preferred suggestions are listed first (#3869)
feat: Preferred suggestions are listed first (#3869)
feat: support typos definitions in FlagWords (#3863)
feat: support typos definitions in FlagWords (#3863)
Fixes
refactor: extract DictionaryDefinition into its own file (#3866)
refactor: extract DictionaryDefinition into its own file (#3866)
fix: Adjust the Typos definition to match Terms (#3865)
fix: Adjust the Typos definition to match Terms (#3865)
In the proposed Terms definition, flagged words have a value of false
instead of null
. null
is reserved to ignore words. true
is reserved to mean the word is ok.
fix: Workflow Bot -- Update Dictionaries (main) (#3861)
fix: Workflow Bot -- Update Dictionaries (main) (#3861)
Update Dictionaries (main)
.../snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml | 10 ++--------
.../snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt | 8 +-------
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 9 +++++++--
4 files changed, 11 insertions(+), 18 deletions(-)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#3861)
fix: Workflow Bot -- Update Dictionaries (main) (#3861)
Update Dictionaries (main)
.../snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml | 10 ++--------
.../snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt | 8 +-------
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 9 +++++++--
4 files changed, 11 insertions(+), 18 deletions(-)
Documentation
ci: Workflow Bot -- Build Docs (#3867)
ci: Workflow Bot -- Build Docs (#3867)
docs/types/cspell-types/enums/IssueType.md | 4 +-
.../AdvancedCSpellSettingsWithSourceTrace.md | 108 +++++++++----------
docs/types/cspell-types/interfaces/BaseSetting.md | 36 +++----
.../cspell-types/interfaces/CSpellReporter.md | 12 +--
.../interfaces/CSpellReporterModule.md | 2 +-
.../cspell-types/interfaces/CSpellSettings.md | 100 ++++++++---------
.../interfaces/CSpellSettingsWithSourceTrace.md | 106 +++++++++---------
.../types/cspell-types/interfaces/CacheSettings.md | 8 +-
.../cspell-types/interfaces/CharacterSetCosts.md | 6 +-
.../cspell-types/interfaces/CommandLineSettings.md | 4 +-
.../interfaces/DictionaryDefinitionAlternate.md | 14 +--
.../interfaces/DictionaryDefinitionAugmented.md | 16 +--
.../interfaces/DictionaryDefinitionBase.md | 16 +--
.../interfaces/DictionaryDefinitionCustom.md | 18 ++--
.../interfaces/DictionaryDefinitionPreferred.md | 14 +--
.../interfaces/DictionaryInformation.md | 16 +--
docs/types/cspell-types/interfaces/EditCosts.md | 10 +-
.../cspell-types/interfaces/ExtendableSettings.md | 62 +++++------
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 96 ++++++++---------
docs/types/cspell-types/interfaces/FileSource.md | 8 +-
.../types/cspell-types/interfaces/ImportFileRef.md | 6 +-
.../cspell-types/interfaces/InMemorySource.md | 8 +-
docs/types/cspell-types/interfaces/Issue.md | 24 ++---
.../cspell-types/interfaces/LanguageSetting.md | 38 +++----
.../interfaces/LanguageSettingFilterFields.md | 6 +-
.../LanguageSettingFilterFieldsDeprecated.md | 4 +-
.../LanguageSettingFilterFieldsPreferred.md | 4 +-
.../cspell-types/interfaces/LegacySettings.md | 4 +-
docs/types/cspell-types/interfaces/MergeSource.md | 8 +-
.../interfaces/OverrideFilterFields.md | 2 +-
.../cspell-types/interfaces/OverrideSettings.md | 62 +++++------
docs/types/cspell-types/interfaces/ParseResult.md | 6 +-
docs/types/cspell-types/interfaces/ParsedText.md | 12 +--
docs/types/cspell-types/interfaces/Parser.md | 4 +-
docs/types/cspell-types/interfaces/Plugin.md | 2 +-
docs/types/cspell-types/interfaces/PnPSettings.md | 4 +-
docs/types/cspell-types/interfaces/ProgressBase.md | 2 +-
.../cspell-types/interfaces/ProgressFileBase.md | 12 +--
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +--
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReportingConfiguration.md | 12 +--
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 60 +++++------
.../interfaces/SuggestionsConfiguration.md | 6 +-
.../cspell-types/interfaces/TextDocumentOffset.md | 16 +--
docs/types/cspell-types/interfaces/TextOffset.md | 6 +-
.../interfaces/WorkspaceTrustSettings.md | 6 +-
docs/types/cspell-types/modules.md | 118 ++++++++++-----------
50 files changed, 565 insertions(+), 565 deletions(-)
Maintenance
chore(deps): bump peter-evans/create-pull-request from 4.2.1 to 4.2.2 (#3868)
chore(deps): bump peter-evans/create-pull-request from 4.2.1 to 4.2.2 (#3868)
Bumps peter-evans/create-pull-request from 4.2.1 to 4.2.2.
Sourced from peter-evans/create-pull-request's releases.
Full Changelog: peter-evans/create-pull-request@v4.2.1...v4.2.2
Release notes
Create Pull Request v4.2.2
What's Changed
@peter-evans
in peter-evans/create-pull-request#1318
New Contributors
@kevinzhu-sa
made their first contribution in peter-evans/create-pull-request#1315
Commits
331d02c
fix: support github server url for pushing to fork (#1318)
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) (#3864)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3864)
Update ALL Dependencies (main)
pnpm-lock.yaml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
chore(deps): bump peter-evans/create-pull-request from 4.2.0 to 4.2.1 (#3860)
chore(deps): bump peter-evans/create-pull-request from 4.2.0 to 4.2.1 (#3860)
Bumps peter-evans/create-pull-request from 4.2.0 to 4.2.1.
Sourced from peter-evans/create-pull-request's releases.
Full Changelog: peter-evans/create-pull-request@v4.2.0...v4.2.1
Release notes
Create Pull Request v4.2.1
What's Changed
@peter-evans
in peter-evans/create-pull-request#1310
@peter-evans
in peter-evans/create-pull-request#1307
Commits
d7db273
fix: handle update after force pushing base to a new commit (#1307)
ee93d78
test: set default branch to main (#1310)
6c704eb
docs: clarify limitations of push-to-fork with restricted token
88bf0de
docs: correct examples
b38e8b0
docs: replace set-output in example
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) (#3854)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3854)
Update ALL Dependencies (main)
package.json | 6 +-
packages/cspell-eslint-plugin/package.json | 8 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 765 +++++++--------------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
7 files changed, 269 insertions(+), 522 deletions(-)
chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.0 (#3855)
chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.0 (#3855)
Bumps webpack-cli from 4.10.0 to 5.0.0.
Sourced from webpack-cli's releases.
Sourced from webpack-cli's changelog.
Release notes
v5.0.0
5.0.0 (2022-11-17)
Bug Fixes
--disable-interpret
option (#3364) (bdb7e20)
utils
export (#3343) (a9ce5d0)
NODE_PATH
env variable (#3411) (83d1f58)
Features
--define-process-env-node-env
option
interpret
to v3 and rechoir
to v0.8
BREAKING CHANGES
migrate
command (#3291) (56b43e4), closes #3291
--prefetch
option in favor the PrefetchPlugin
plugin
--node-env
option in favor --define-process-env-node-env
--hot
option in favor of directly using the HotModuleReplacement
plugin (only for build
command, for serve
it will work)
--entry
option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'
Changelog
5.0.0 (2022-11-17)
Bug Fixes
--disable-interpret
option (#3364) (bdb7e20)
utils
export (#3343) (a9ce5d0)
NODE_PATH
env variable (#3411) (83d1f58)
Features
--define-process-env-node-env
option
interpret
to v3 and rechoir
to v0.8
BREAKING CHANGES
migrate
command (#3291) (56b43e4), closes #3291
--prefetch
option in favor the PrefetchPlugin
plugin
--node-env
option in favor --define-process-env-node-env
--hot
option in favor of directly using the HotModuleReplacement
plugin (only for build
command, for serve
it will work)
--entry
option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'
Commits
1d6ada1
chore(release): 5.0.0 (#3492)
24334d9
refactor: resolve TODO for devServer.stdin
49b6aea
chore: peer deps in root package
636ba3e
chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (#3488)
f3016a5
chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (#3487)
5782242
chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (#3486)
80eb8c8
chore(deps-dev): bump @commitlint/config-conventional
(#3485)
8ea9020
chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (#3484)
515971a
chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (#3481)
f106109
chore(deps-dev): bump @typescript-eslint/eslint-plugin
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 cosmiconfig from 7.1.0 to 8.0.0 (#3857)
chore(deps): bump cosmiconfig from 7.1.0 to 8.0.0 (#3857)
Bumps cosmiconfig from 7.1.0 to 8.0.0.
Sourced from cosmiconfig's changelog.
No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice.
Changelog
8.0.0
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) (#3852)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3852)
Update ALL Dependencies (main)
pnpm-lock.yaml | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3851)
ci: Workflow Bot -- Update ALL Dependencies (main) (#3851)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 4 +-
pnpm-lock.yaml | 349 +++++++++++----------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package.json | 2 +-
5 files changed, 185 insertions(+), 174 deletions(-)