npm cspell 6.14.2
v6.14.2

latest releases: 8.14.4, 8.14.3, 8.14.2...
23 months ago

Changes

Fixes

fix: Workflow Bot -- Update Dictionaries (main) (#3831)

fix: Workflow Bot -- Update Dictionaries (main) (#3831)

Update Dictionaries (main)

.../snapshots/TheAlgorithms/Python/report.yaml | 3 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 3 +-
.../snapshots/caddyserver/caddy/report.yaml | 25 +--
.../snapshots/caddyserver/caddy/snapshot.txt | 13 +-
.../snapshots/django/django/report.yaml | 169 ++++++---------------
.../snapshots/django/django/snapshot.txt | 131 ++++------------
packages/cspell-bundled-dicts/package.json | 14 +-
pnpm-lock.yaml | 57 +++----
8 files changed, 131 insertions(+), 284 deletions(-)


fix: Workflow Bot -- Update Dictionaries (main) (#3828)

fix: Workflow Bot -- Update Dictionaries (main) (#3828)

Update Dictionaries (main)

packages/cspell-bundled-dicts/package.json | 6 +++---
pnpm-lock.yaml | 25 +++++++++++++++----------
2 files changed, 18 insertions(+), 13 deletions(-)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#3831)

fix: Workflow Bot -- Update Dictionaries (main) (#3831)

Update Dictionaries (main)

.../snapshots/TheAlgorithms/Python/report.yaml | 3 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 3 +-
.../snapshots/caddyserver/caddy/report.yaml | 25 +--
.../snapshots/caddyserver/caddy/snapshot.txt | 13 +-
.../snapshots/django/django/report.yaml | 169 ++++++---------------
.../snapshots/django/django/snapshot.txt | 131 ++++------------
packages/cspell-bundled-dicts/package.json | 14 +-
pnpm-lock.yaml | 57 +++----
8 files changed, 131 insertions(+), 284 deletions(-)


fix: Workflow Bot -- Update Dictionaries (main) (#3828)

fix: Workflow Bot -- Update Dictionaries (main) (#3828)

Update Dictionaries (main)

packages/cspell-bundled-dicts/package.json | 6 +++---
pnpm-lock.yaml | 25 +++++++++++++++----------
2 files changed, 18 insertions(+), 13 deletions(-)


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#3830)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3830)

Update ALL Dependencies (main)

package.json | 2 +-
pnpm-lock.yaml | 558 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
test-packages/test-cspell-lib-webpack/package.json | 2 +-
website/package.json | 2 +-
5 files changed, 283 insertions(+), 283 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#3829)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3829)

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-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-types/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 645 ++++++++++-----------
test-packages/test-cspell-lib-webpack/package.json | 2 +-
21 files changed, 342 insertions(+), 347 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#3827)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3827)

Update ALL Dependencies (main)

package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 6 +-
pnpm-lock.yaml | 268 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
5 files changed, 137 insertions(+), 149 deletions(-)


chore(deps-dev): update jest requirement from ^29.2.2 to ^29.3.0 (#3824)

chore(deps-dev): update jest requirement from ^29.2.2 to ^29.3.0 (#3824)

Updates the requirements on jest to permit the latest version.

Release notes

Sourced from jest's releases.

v29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

New Contributors

Full Changelog: jestjs/jest@v29.2.2...v29.3.0

Changelog

Sourced from jest's changelog.

29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

29.2.1

Features

  • [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440)

Fixes

  • [jest-environment-node] make globalThis.performance writable for Node 19 and fake timers (#13467)
  • [jest-mock] Revert #13398 to restore mocking of setters (#13472)

Performance

  • [*] Use sha1 instead of sha256 for hashing (#13421)

29.2.0

Features

... (truncated)

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)

Don't miss a new cspell release

NewReleases is sending notifications on new releases.