Changes
ci: Workflow Bot -- Update Integration Snapshots (main) (#4068)
ci: Workflow Bot -- Update Integration Snapshots (main) (#4068)
Update Integration Repositories
integration-tests/config/config.json | 52 +--
.../Azure/azure-rest-api-specs/snapshot.txt | 4 +-
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 68 ++-
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 66 ++-
.../snapshots/RustPython/RustPython/snapshot.txt | 21 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 103 +++--
.../snapshots/TheAlgorithms/Python/snapshot.txt | 101 +++--
.../snapshots/caddyserver/caddy/report.yaml | 20 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 20 +-
integration-tests/snapshots/chef/chef/report.yaml | 2 +-
integration-tests/snapshots/chef/chef/snapshot.txt | 2 +-
.../snapshots/django/django/report.yaml | 34 +-
.../snapshots/django/django/snapshot.txt | 34 +-
.../snapshots/eslint/eslint/report.yaml | 34 +-
.../snapshots/eslint/eslint/snapshot.txt | 30 +-
.../googleapis/google-cloud-cpp/report.yaml | 201 ++++-----
.../googleapis/google-cloud-cpp/snapshot.txt | 197 ++++-----
.../iluwatar/java-design-patterns/report.yaml | 2 +-
.../iluwatar/java-design-patterns/snapshot.txt | 2 +-
.../snapshots/liriliri/licia/snapshot.txt | 2 +-
.../snapshots/neovim/nvim-lspconfig/report.yaml | 459 +++++++++++----------
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 455 ++++++++++----------
.../snapshots/php/php-src/report.yaml | 278 +++++++------
.../snapshots/php/php-src/snapshot.txt | 278 +++++++------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/pycontribs/jira/report.yaml | 148 +++----
.../snapshots/pycontribs/jira/snapshot.txt | 160 +++----
.../snapshots/shoelace-style/shoelace/snapshot.txt | 5 +-
.../snapshots/sveltejs/svelte/report.yaml | 11 +-
.../snapshots/sveltejs/svelte/snapshot.txt | 9 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 89 ++--
32 files changed, 1462 insertions(+), 1429 deletions(-)
ci: Workflow Bot -- Update Integration Snapshots (main) (#4043)
ci: Workflow Bot -- Update Integration Snapshots (main) (#4043)
Update Integration Repositories
integration-tests/config/config.json | 48 +-
.../Azure/azure-rest-api-specs/snapshot.txt | 7 +-
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 52 +-
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 48 +-
.../snapshots/RustPython/RustPython/snapshot.txt | 36 +-
.../aspnetboilerplate/report.yaml | 10 +-
.../aspnetboilerplate/snapshot.txt | 6 +-
.../snapshots/caddyserver/caddy/report.yaml | 33 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 33 +-
.../snapshots/django/django/report.yaml | 947 +++++------
.../snapshots/django/django/snapshot.txt | 943 +++++-----
.../snapshots/eslint/eslint/report.yaml | 8 +-
.../snapshots/eslint/eslint/snapshot.txt | 8 +-
.../googleapis/google-cloud-cpp/report.yaml | 249 +--
.../googleapis/google-cloud-cpp/snapshot.txt | 257 +--
.../iluwatar/java-design-patterns/report.yaml | 16 +-
.../iluwatar/java-design-patterns/snapshot.txt | 12 +-
integration-tests/snapshots/mdx-js/mdx/report.yaml | 23 +-
.../snapshots/mdx-js/mdx/snapshot.txt | 23 +-
.../microsoft/TypeScript-Website/report.yaml | 2 +-
.../microsoft/TypeScript-Website/snapshot.txt | 2 +-
.../snapshots/neovim/nvim-lspconfig/report.yaml | 531 +++---
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 527 +++---
.../snapshots/php/php-src/report.yaml | 1793 ++++++++++----------
.../snapshots/php/php-src/snapshot.txt | 1781 ++++++++++---------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/shoelace-style/shoelace/snapshot.txt | 2 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-desktop/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 4 +-
30 files changed, 3662 insertions(+), 3745 deletions(-)
Add example for remote dictionaries (#4039)
Add example for remote dictionaries (#4039)
This PR adds a config example in the documentation which demonstrates how to use dictionaries defined in remote files.
Along the lines it also fixes an issue in the example: The "name" of the dictionary was inconsistent. The three variants corp-term
, corp-terms
and company-terms
were used. This, in my understanding would not have worked either way.
See also #4035
fix: Fix a typing mistake in docs (#4040)
fix: Fix a typing mistake in docs (#4040)
This PR fixes a trivial mistake in command-trace.md
.
Features
feat: Enable eslint plugin to call Async methods. (#4080)
feat: Enable eslint plugin to call Async methods. (#4080)
By its nature, CSpell is Async.
At its core, ESLint is Sync.
Related to: eslint/eslint#15394
Special Sync versions of CSpell methods had been made to support Synchronous validation of documents, but this is very difficult to support when configuration can be loaded via http
requests.
The workaround is to use SyncKit as suggested here: eslint/eslint#15394 (comment)
feat: Add ESM Module support to cspell-service-bus (#4058)
feat: Add ESM Module support to cspell-service-bus (#4058)
Fixes
refactor: move spell checking into worker (#4078)
refactor: move spell checking into worker (#4078)
cspell-eslint-plugin
Move the logic out of cspell-eslint-plugin.ts
and into its own file.
The plan is to make an async version, but it needs to be in its own file and cannot call into eslint context.
fix: Workflow Bot -- Update Dictionaries (main) (#4076)
fix: Workflow Bot -- Update Dictionaries (main) (#4076)
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) (#4037)
fix: Workflow Bot -- Update Dictionaries (main) (#4037)
Update Dictionaries (main)
integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 4 +---
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 4 +---
.../snapshots/iluwatar/java-design-patterns/report.yaml | 5 ++---
.../snapshots/iluwatar/java-design-patterns/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
8 files changed, 12 insertions(+), 20 deletions(-)
fix: Remove unnecessary dependency upon mkdirp (#4033)
fix: Remove unnecessary dependency upon mkdirp (#4033)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#4076)
fix: Workflow Bot -- Update Dictionaries (main) (#4076)
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) (#4037)
fix: Workflow Bot -- Update Dictionaries (main) (#4037)
Update Dictionaries (main)
integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 4 +---
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 4 +---
.../snapshots/iluwatar/java-design-patterns/report.yaml | 5 ++---
.../snapshots/iluwatar/java-design-patterns/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
8 files changed, 12 insertions(+), 20 deletions(-)
Documentation
ci: Workflow Bot -- Build Docs (#4062)
ci: Workflow Bot -- Build Docs (#4062)
docs/types/cspell-types/enums/IssueType.md | 4 +-
.../AdvancedCSpellSettingsWithSourceTrace.md | 108 +++++++++----------
docs/types/cspell-types/interfaces/BaseSetting.md | 32 +++---
.../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 | 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 | 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 | 26 ++---
.../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 | 8 +-
.../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 | 116 ++++++++++-----------
50 files changed, 559 insertions(+), 559 deletions(-)
Testing
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4081)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4081)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 96 +++++++++++++++++++--------------------
5 files changed, 52 insertions(+), 52 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4077)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4077)
Update ALL Dependencies (main)
package.json | 6 +-
packages/cspell-bundled-dicts/package.json | 2 +-
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 544 +++++++++++----------
.../test-cspell-eslint-plugin/package.json | 6 +-
.../test-cspell-lib-webpack/package.json | 2 +-
website/package.json | 6 +-
12 files changed, 292 insertions(+), 290 deletions(-)
chore(deps-dev): bump @vitest/coverage-istanbul from 0.27.3 to 0.28.3 (#4073)
chore(deps-dev): bump @vitest/coverage-istanbul from 0.27.3 to 0.28.3 (#4073)
Bumps @vitest/coverage-istanbul from 0.27.3 to 0.28.3.
Sourced from Release notes
@vitest/coverage-istanbul
's releases.
v0.28.3
🚀 Features
@sheremet-va
in vitest-dev/vitest#2758 (3679c)
@AriPerkkio
(a0455)
@AriPerkkio
(df7c4)
config
option to be false - by @antfu
in vitest-dev/vitest#2749 (c66e3)
🐞 Bug Fixes
@AriPerkkio
(712ac)
@AriPerkkio
(1c65a)
@AriPerkkio
(61cf9)
@AriPerkkio
in vitest-dev/vitest#2753 (ebc95)
🏎 Performance
@sheremet-va
in vitest-dev/vitest#2759 (e49c1)
View changes on GitHub
v0.28.2
🐞 Bug Fixes
@sheremet-va
in vitest-dev/vitest#2736 (998ea)
@sheremet-va
in vitest-dev/vitest#2737 (1904c)
timestamp: 0
- by @danielroe
in vitest-dev/vitest#2747 (e88c0)
View changes on GitHub
v0.28.1
🐞 Bug Fixes
@sheremet-va
(b120c)
View changes on GitHub
v0.28.0
🚨 Breaking Changes
@sheremet-va
in vitest-dev/vitest#2682 (3f20c)
@sheremet-va
in vitest-dev/vitest#2721 (482b7)
@vitet/runner
package instead of vitest
🐞 Bug Fixes
@AriPerkkio
in vitest-dev/vitest#2735 (b6c41)
View changes on GitHub
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-dev): bump eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0 (#4072)
chore(deps-dev): bump eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0 (#4072)
Bumps eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0.
Sourced from eslint-plugin-simple-import-sort's changelog.
This release might move some imported items with In previous versions, Now, all specifiers are sorted alphabetically, regardless of Motivation:
You might import a class for a type annotation using:
Later, you also start instantiating that class in the same file ( Previously, this resulted in a messy diff due to the class moving:
Now, the sorting with the ... (truncated)
Changelog
Version 10.0.0 (2023-01-27)
type
around. This is a breaking formatting change (that only affects TypeScript and Flow), but only in the form of that you need to autofix your files.
type
specifiers came first:
import { type B, a } from "a";
export { type B, a } from "a";
type
:
import { a, type B } from "a";
export { a, type B } from "a";
import {
type MyClass,
coolFunction,
} from "example";
new MyClass()
), so you remove type
.
import {
- type MyClass,
coolFunction,
+ MyClass,
} from "example";
type
keyword would be:
import {
coolFunction,
type MyClass,
} from "example";
</tr></table>
Commits
7d4947a
eslint-plugin-simple-import-sort v10.0.0
3ef8f5a
Change how type import/export specifiers are sorted (#125)
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 activesupport from 6.0.5.1 to 6.0.6.1 in /docs (#4075)
chore(deps): bump activesupport from 6.0.5.1 to 6.0.6.1 in /docs (#4075)
Bumps activesupport from 6.0.5.1 to 6.0.6.1.
Sourced from activesupport's releases.
Make Though this method was likely never meant to take user input, it was
attempting sanitization. That sanitization could be bypassed with
carefully crafted input.
This commit makes the sanitization more robust by replacing any
occurrances of "/" or "/" with "/ " or " /". It also performs a
first pass to remove one surrounding comment to avoid compatibility
issues for users relying on the existing removal.
This also clarifies in the documentation of annotate that it should not
be provided user input.
[CVE-2023-22794]
... (truncated)
Release notes
v6.0.6.1
Active Support
Active Model
Active Record
sanitize_as_sql_comment
more strict
Action View
Action Pack
Active Job
Commits
28bb76d
Version 6.0.6.1
91cf62e
Version 6.0.6
c7d64e9
Preparing for 6.0.5.1 release
c177e45
updating version and changelog
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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
chore(deps): bump webrick from 1.7.0 to 1.8.1 in /docs (#4074)
chore(deps): bump webrick from 1.7.0 to 1.8.1 in /docs (#4074)
Bumps webrick from 1.7.0 to 1.8.1.
Sourced from webrick's releases.
Full Changelog: ruby/webrick@v1.8.0...v1.8.1
Full Changelog: ruby/webrick@v1.7.0...v1.8.0
Release notes
v1.8.1
What's Changed
@ioquatix
in ruby/webrick#103
@ioquatix
in ruby/webrick#104
@ioquatix
in ruby/webrick#105
v1.8.0
What's Changed
@kirs
in ruby/webrick#65
@hsbt
in ruby/webrick#66
@mathieujobin
in ruby/webrick#68
@gotoken
in ruby/webrick#75
@olleolleolle
in ruby/webrick#76
@olleolleolle
in ruby/webrick#79
@printfinn
in ruby/webrick#78
@k0kubun
in ruby/webrick#82
@jeremyevans
in ruby/webrick#83
@dependabot
in ruby/webrick#91
@Benjamin-L
in ruby/webrick#94
@bharjr01
in ruby/webrick#70
@wishdev
in ruby/webrick#85
@jeremyevans
in ruby/webrick#88
@ioquatix
in ruby/webrick#101
New Contributors
@kirs
made their first contribution in ruby/webrick#65
@mathieujobin
made their first contribution in ruby/webrick#68
@gotoken
made their first contribution in ruby/webrick#75
@printfinn
made their first contribution in ruby/webrick#78
@k0kubun
made their first contribution in ruby/webrick#82
@dependabot
made their first contribution in ruby/webrick#91
@Benjamin-L
made their first contribution in ruby/webrick#94
@bharjr01
made their first contribution in ruby/webrick#70
@ioquatix
made their first contribution in ruby/webrick#101
Commits
158a7ef
Bump up 1.8.1
8fd3ef1
Fix several regexp warnings. (#105)
c566eb7
Join test thread. (#104)
af5d2f5
Body should be non-frozen by default. (#103)
9501735
Fix warning about missing content type.
841b7da
Bump up 1.8.0
1c9d2f4
Better support for connection upgrade and bi-directional streaming. (#101)
6cb9bf6
Only output prime information to $stderr if $VERBOSE (#88)
e457003
Move the host request parsing to a separate method. (#85)
d42c291
Accept put requests (#70)
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) (#4065)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4065)
Update ALL Dependencies (main)
package.json | 8 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 4 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 624 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-service-bus-esm/package.json | 2 +-
.../test-cspell-service-bus-rollup/package.json | 2 +-
.../test-cspell-service-bus/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
website/package.json | 2 +-
20 files changed, 338 insertions(+), 338 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4064)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4064)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 102 +++++++++++++++++++-------------------
3 files changed, 53 insertions(+), 53 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4060)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4060)
Update ALL Dependencies (main)
integration-tests/package.json | 4 +-
package.json | 4 +-
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-eslint-plugin/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 | 4 +-
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/cspell/package.json | 4 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 706 ++++++++++-----------
.../test-cspell-lib-webpack/package.json | 2 +-
20 files changed, 377 insertions(+), 377 deletions(-)
chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 (#4063)
chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 (#4063)
Bumps tibdex/github-app-token from 1.7.0 to 1.8.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) (#4059)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4059)
Update ALL Dependencies (main)
pnpm-lock.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4057)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4057)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 86 +++++++++++-----------
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
10 files changed, 53 insertions(+), 53 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4056)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4056)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 50 +++++++++++++++++----------------
6 files changed, 31 insertions(+), 29 deletions(-)
chore(deps): bump commonmarker from 0.23.6 to 0.23.7 in /docs (#4054)
chore(deps): bump commonmarker from 0.23.6 to 0.23.7 in /docs (#4054)
Bumps commonmarker from 0.23.6 to 0.23.7.
Sourced from commonmarker's releases.
Full Changelog: gjtorikian/commonmarker@v0.23.6...v0.23.7
Full Changelog: gjtorikian/commonmarker@v0.23.6...v0.23.7.pre1
Sourced from commonmarker's changelog.
Closed issues:
Merged pull requests:
Merged pull requests:
Closed issues:
Merged pull requests:
Closed issues:
Merged pull requests:
... (truncated)
Release notes
v0.23.7
What's Changed
@gjtorikian
in gjtorikian/commonmarker#201
@anticomputer
in gjtorikian/commonmarker#224
v0.23.7.pre1
What's Changed
@gjtorikian
in gjtorikian/commonmarker#201
Changelog
Changelog
v1.0.0.pre6 (2023-01-09)
v1.0.0.pre5 (2023-01-08)
v1.0.0.pre4 (2022-12-28)
v1.0.0.pre3 (2022-11-30)
Commits
734fd86
Merge pull request #224 from gjtorikian/update-to-29.0.gfm.7
2e724ec
Turned off Rubocop.
9c923b0
💎 release 0.23.7
30419c2
Added call to cmark_init_standard_node_flags()
9007c37
Update cmark-upstream to github/cmark-gfm@57d5e093e...
1cfec13
Merge pull request #201 from gjtorikian/c-api-stable-test
bbf631b
lint
5b807a1
ease up
9a24e6d
Test fake version
d8a43bc
Allow for manual dispatch
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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
ci: Workflow Bot -- Update ALL Dependencies (main) (#4052)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4052)
Update ALL Dependencies (main)
pnpm-lock.yaml | 45 +++++++++++----------------------------------
1 file changed, 11 insertions(+), 34 deletions(-)
chore(deps-dev): bump @vitest/coverage-c8 from 0.26.3 to 0.28.1 (#4046)
chore(deps-dev): bump @vitest/coverage-c8 from 0.26.3 to 0.28.1 (#4046)
Bumps @vitest/coverage-c8 from 0.26.3 to 0.28.1.
Sourced from ... (truncated)
Release notes
@vitest/coverage-c8
's releases.
v0.28.1
🐞 Bug Fixes
@sheremet-va
(b120c)
View changes on GitHub
v0.28.0
🚨 Breaking Changes
@sheremet-va
in vitest-dev/vitest#2682 (3f20c)
@sheremet-va
in vitest-dev/vitest#2721 (482b7)
🐞 Bug Fixes
@AriPerkkio
in vitest-dev/vitest#2735 (b6c41)
View changes on GitHub
v0.27.3
🚀 Features
@sheremet-va
in vitest-dev/vitest#2691 (6a30c)
environmentMatchGlobs
option to auto infer env based on glob - by @antfu
in vitest-dev/vitest#2714 (3e142)
@trim21
and @sheremet-va
in vitest-dev/vitest#2612 (5df52)
@sheremet-va
in vitest-dev/vitest#2705 (e6457)
🐞 Bug Fixes
@sheremet-va
in vitest-dev/vitest#2696 (24d63)
@AriPerkkio
in vitest-dev/vitest#2702 (c31a0)
@poyoho
in vitest-dev/vitest#2703 (859e7)
@sheremet-va
in vitest-dev/vitest#2697 (db9b6)
@sheremet-va
in vitest-dev/vitest#2707 (b5669)
@g4rry420
in vitest-dev/vitest#2574 (488e4)
reportCoverage
context can be optional - by @antfu
(4cd1e)
@everett1992
in vitest-dev/vitest#2701 (5a656)
@sheremet-va
in vitest-dev/vitest#2687 (703aa)
@sheremet-va
in vitest-dev/vitest#2660 (26f91)
View changes on GitHub
v0.27.2
🚀 Features
@guillaumeduboc
in vitest-dev/vitest#2209 (40187)
🐞 Bug Fixes
@sheremet-va
in vitest-dev/vitest#2649 (1ac4b)
Commits
e28b9b9
chore: release v0.28.1
6949b55
chore: release v0.28.0
b6c41ca
fix(coverage): c8 to log warning when run in Stackblitz (#2735)
482b72f
feat!: move test runner into a separate package (#2721)
44e5e22
chore: release v0.27.3
1503e15
refactor: internal coverage typings (#2713)
4cd1e5d
fix: reportCoverage
context can be optional
a1b685c
chore: release v0.27.2
8509628
fix(coverage): watch mode to use coverage.all
only when all tests are run (...
db9e8f1
chore: release v0.27.1
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) (#4051)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4051)
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-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-types/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 665 ++++++++++-----------
.../test-cspell-lib-webpack/package.json | 2 +-
20 files changed, 349 insertions(+), 356 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4049)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4049)
Update ALL Dependencies (main)
package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 6 +-
pnpm-lock.yaml | 296 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
5 files changed, 157 insertions(+), 157 deletions(-)
chore(deps-dev): bump eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0 (#4044)
chore(deps-dev): bump eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0 (#4044)
Bumps eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0.
Sourced from eslint-plugin-simple-import-sort's changelog.
This version adds support for [eslint-plugin-svelte], and for More generally, imports and exports are now supported anywhere, by finding the set of parents of all imports and exports and working with those. Previously, the plugin only sorted imports and exports directly inside a This is only a breaking change if you imports or exports in Changelog
Version 9.0.0 (2023-01-16)
declare module
in TypeScript.
Program
node. For eslint-plugin-svelte and declare module
that didn’t cut it.
declare module
in TypeScript, and only in the form of that you need to autofix your files.
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) (#4041)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4041)
Update ALL Dependencies (main)
package.json | 4 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 274 ++++++++++-----------
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
10 files changed, 144 insertions(+), 152 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4038)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4038)
Update ALL Dependencies (main)
integration-tests/package.json | 2 +-
package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 4 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 4 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell/package.json | 4 +-
pnpm-lock.yaml | 324 +++++++++++++++--------------
8 files changed, 177 insertions(+), 169 deletions(-)
chore: fix typo in integration test config. (#4036)
chore: fix typo in integration test config. (#4036)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4034)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4034)
Update ALL Dependencies (main)
package.json | 4 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 156 ++++++++++++++++----------------
6 files changed, 84 insertions(+), 84 deletions(-)