Changes
ci: Workflow Bot -- Update Integration Snapshots (main) (#4108)
ci: Workflow Bot -- Update Integration Snapshots (main) (#4108)
Update Integration Repositories
integration-tests/config/config.json | 50 +--
.../Azure/azure-rest-api-specs/snapshot.txt | 16 +-
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 80 ++--
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 74 ++--
.../snapshots/RustPython/RustPython/snapshot.txt | 119 +++--
.../snapshots/TheAlgorithms/Python/report.yaml | 226 +++++-----
.../snapshots/TheAlgorithms/Python/snapshot.txt | 226 +++++-----
.../snapshots/aws-amplify/docs/snapshot.txt | 2 +-
.../snapshots/caddyserver/caddy/report.yaml | 10 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 10 +-
.../snapshots/django/django/report.yaml | 482 +++++++++++----------
.../snapshots/django/django/snapshot.txt | 480 ++++++++++----------
.../snapshots/eslint/eslint/report.yaml | 10 +-
.../snapshots/eslint/eslint/snapshot.txt | 8 +-
.../googleapis/google-cloud-cpp/report.yaml | 117 ++---
.../googleapis/google-cloud-cpp/snapshot.txt | 113 ++---
.../iluwatar/java-design-patterns/report.yaml | 59 +--
.../iluwatar/java-design-patterns/snapshot.txt | 55 +--
.../snapshots/neovim/nvim-lspconfig/report.yaml | 199 +++++----
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 195 +++++----
.../snapshots/php/php-src/report.yaml | 314 +++++++-------
.../snapshots/php/php-src/snapshot.txt | 308 ++++++-------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/shoelace-style/shoelace/snapshot.txt | 2 +-
.../snapshots/sveltejs/svelte/report.yaml | 2 +-
.../snapshots/sveltejs/svelte/snapshot.txt | 2 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 86 ++--
28 files changed, 1640 insertions(+), 1609 deletions(-)
Features
feat: support inline dictionary definitions (#4135)
feat: support inline dictionary definitions (#4135)
Support dictionaries without external files:
feat: Hunspell - Add a command to emit CSpell Dict Info (#4109)
feat: Hunspell - Add a command to emit CSpell Dict Info (#4109)
Fixes
fix: Workflow Bot -- Update Dictionaries (main) (#4130)
fix: Workflow Bot -- Update Dictionaries (main) (#4130)
Update Dictionaries (main)
.../snapshots/ktaranov/sqlserver-kit/report.yaml | 3 +--
.../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 3 +--
.../snapshots/typescript-cheatsheets/react/report.yaml | 3 +--
.../snapshots/typescript-cheatsheets/react/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 4 ++--
pnpm-lock.yaml | 16 ++++++++--------
6 files changed, 14 insertions(+), 18 deletions(-)
fix: Convert the ESLint worker to an ESM Module (#4119)
fix: Convert the ESLint worker to an ESM Module (#4119)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#4130)
fix: Workflow Bot -- Update Dictionaries (main) (#4130)
Update Dictionaries (main)
.../snapshots/ktaranov/sqlserver-kit/report.yaml | 3 +--
.../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 3 +--
.../snapshots/typescript-cheatsheets/react/report.yaml | 3 +--
.../snapshots/typescript-cheatsheets/react/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 4 ++--
pnpm-lock.yaml | 16 ++++++++--------
6 files changed, 14 insertions(+), 18 deletions(-)
Documentation
ci: Workflow Bot -- Build Docs (#4136)
ci: Workflow Bot -- Build Docs (#4136)
docs/types/cspell-types/README.md | 24 ++++
docs/types/cspell-types/enums/IssueType.md | 4 +-
.../AdvancedCSpellSettingsWithSourceTrace.md | 130 ++++++++++---------
docs/types/cspell-types/interfaces/BaseSetting.md | 64 +++++++---
.../cspell-types/interfaces/CSpellReporter.md | 12 +-
.../interfaces/CSpellReporterModule.md | 2 +-
.../cspell-types/interfaces/CSpellSettings.md | 122 ++++++++++--------
.../interfaces/CSpellSettingsWithSourceTrace.md | 128 ++++++++++---------
.../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 | 12 +-
.../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 | 80 +++++++-----
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 118 ++++++++++--------
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 | 26 ++--
.../cspell-types/interfaces/LanguageSetting.md | 56 +++++----
.../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 | 80 +++++++-----
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 | 8 +-
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +--
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReporterConfiguration.md | 16 +--
.../interfaces/ReportingConfiguration.md | 12 +-
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 78 +++++++-----
.../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 | 138 ++++++++++++---------
52 files changed, 782 insertions(+), 590 deletions(-)
docs: Improve ESLint Plugin README.me (#4134)
docs: Improve ESLint Plugin README.me (#4134)
fixes #4085
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4131)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4131)
Update ALL Dependencies (main)
pnpm-lock.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4125)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4125)
Update ALL Dependencies (main)
package.json | 4 +-
pnpm-lock.yaml | 160 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package.json | 2 +-
4 files changed, 76 insertions(+), 92 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4123)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4123)
Update ALL Dependencies (main)
pnpm-lock.yaml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4122)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4122)
Update ALL Dependencies (main)
integration-tests/package.json | 4 +-
package.json | 2 +-
packages/cspell-code-snippets/package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-dynamic-loader/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-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 690 +++++++++++----------
.../test-cspell-lib-webpack/package.json | 2 +-
18 files changed, 367 insertions(+), 359 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4121)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4121)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 6 +-
packages/cspell-config-lib/package.json | 2 +-
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 | 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 | 370 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
18 files changed, 209 insertions(+), 209 deletions(-)
chore(deps): bump react from 17.0.2 to 18.2.0 (#4115)
chore(deps): bump react from 17.0.2 to 18.2.0 (#4115)
Bumps react from 17.0.2 to 18.2.0.
Sourced from react's releases.
... (truncated)
Sourced from react's changelog.
... (truncated)
This version was pushed to npm by gnoff, a new releaser for react since your current version.
Release notes
18.2.0 (June 14, 2022)
React DOM
onRecoverableError
. (@gnoff
in #24591)
document
causing a blank page on mismatch. (@gnoff
in #24523)
@gnoff
in #24480 and @acdlite
in #24532)
setState
in Safari when adding an iframe. (@gaearon
in #24459)
React DOM Server
@salazarm
and @gnoff
in #24551 and #24591)
@gnoff
in #24680)
@gnoff
in #24630)
<title>
elements to match the browser constraints. (@gnoff
in #24679)
highWaterMark
to 0
. (@jplhomer
in #24641)
Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
react-dom/client
when using UMD bundle. (@alireza-molaee
in #24274)
suppressHydrationWarning
to work in production too. (@gaearon
in #24271)
componentWillUnmount
firing twice inside of Suspense. (@acdlite
in #24308)
@acdlite
in #24353)
useDeferredValue
causing an infinite loop when passed an unmemoized value. (@acdlite
in #24247)
@sunderls
in #24253)
@Andarist
and @acdlite
in #24421)
setState
loop in useEffect
. (@gaearon
in #24298)
@gnoff
in #24404)
setState
in useInsertionEffect
. (@gaearon
in #24295)
@gaearon
in #24276)
React DOM Server
bootstrapScriptContent
contents. (@gnoff
in #24385)
renderToPipeableStream
. (@gnoff
in #24291)
ESLint Plugin: React Hooks
@scyron6
in #24287)
@afzalsayed96
in #24343)
Use Subscription
18.0.0 (March 29, 2022)
Changelog
18.2.0 (June 14, 2022)
React DOM
onRecoverableError
. (@gnoff
in #24591)
document
causing a blank page on mismatch. (@gnoff
in #24523)
@gnoff
in #24480 and @acdlite
in #24532)
setState
in Safari when adding an iframe. (@gaearon
in #24459)
React DOM Server
@salazarm
and @gnoff
in #24551 and #24591)
@gnoff
in #24680)
@gnoff
in #24630)
<title>
elements to match the browser constraints. (@gnoff
in #24679)
highWaterMark
to 0
. (@jplhomer
in #24641)
Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
react-dom/client
when using UMD bundle. (@alireza-molaee
in #24274)
suppressHydrationWarning
to work in production too. (@gaearon
in #24271)
componentWillUnmount
firing twice inside of Suspense. (@acdlite
in #24308)
@acdlite
in #24353)
useDeferredValue
causing an infinite loop when passed an unmemoized value. (@acdlite
in #24247)
@sunderls
in #24253)
@Andarist
and @acdlite
in #24421)
setState
loop in useEffect
. (@gaearon
in #24298)
@gnoff
in #24404)
setState
in useInsertionEffect
. (@gaearon
in #24295)
@gaearon
in #24276)
React DOM Server
bootstrapScriptContent
contents. (@gnoff
in #24385)
renderToPipeableStream
. (@gnoff
in #24291)
ESLint Plugin: React Hooks
@scyron6
in #24287)
@afzalsayed96
in #24343)
Use Subscription
Commits
72b7462
Bump local package.json versions for 18.1 release (#24447)
22edb9f
React version
field should match package.json (#24445)
4175f05
Temporarily feature flag numeric fallback for symbols (#24401)
e8f4a66
Fix import in example
bb49abe
Update some READMEs (#24290)
7e3121e
Remove unstable_createMutableSource from experimental build (#24209)
34aa5cf
Update local package.jsons for 18
72a933d
Gate legacy hidden (#24047)
d5f1b06
[ServerContext] Flight support for ServerContext (#23244)
1780659
Move createRoot/hydrateRoot to react-dom/client (#23385)
Maintainer changes
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-dev): bump github-pages from 227 to 228 in /docs (#4117)
chore(deps-dev): bump github-pages from 227 to 228 in /docs (#4117)
Bumps github-pages from 227 to 228.
Commits
07c8509
Merge pull request #867 from agnostic-apollo/jekyll-3.9.3
b0f457c
Merge pull request #860 from gradybarrett/gradybarrett/liquid-v4-0-4
5e16515
Merge pull request #869 from github/bump-jekyll-commonmark-ghpages
be30930
Update jekyll-commonmark-ghpages
53ef32a
Merge pull request #863 from github/dependabot/github_actions/actions/checkout-3
8ec987b
Merge pull request #862 from github/dependabot/github_actions/docker/metadata...
9e968a7
Bump 💎 to v228
46b51cf
Bump jekyll to v3.9.3
0ab2e26
build: update liquid to 4.0.4
d94c986
Bump actions/checkout from 2 to 3
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)