Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 21, 2025

This PR contains the following updates:

Package Type Update Change
@cspell/dict-bash (source) devDependencies patch 4.2.1 -> 4.2.2
@cspell/dict-css (source) devDependencies patch 4.0.18 -> 4.0.19
@cspell/dict-es-es (source) devDependencies patch 3.0.5 -> 3.0.8
@cspell/dict-html (source) devDependencies patch 4.0.12 -> 4.0.14
@cspell/dict-node (source) devDependencies patch 5.0.8 -> 5.0.9
@cspell/dict-npm (source) devDependencies patch 5.2.12 -> 5.2.30
@cspell/eslint-plugin (source) devDependencies minor 9.1.5 -> 9.6.1
@eslint/compat (source) devDependencies minor 1.3.1 -> 1.4.1
@eslint/eslintrc devDependencies patch 3.3.1 -> 3.3.3
@eslint/js (source) devDependencies minor 9.31.0 -> 9.39.2
@playwright/test (source) devDependencies minor 1.54.1 -> 1.58.0
@testing-library/jest-dom devDependencies minor 6.6.3 -> 6.9.1
@types/eslint-plugin-jsx-a11y (source) devDependencies patch 6.10.0 -> 6.10.1
@types/node (source) devDependencies minor 22.16.3 -> 22.19.7
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.36.0 -> 8.53.1
@typescript-eslint/parser (source) devDependencies minor 8.36.0 -> 8.53.1
@typescript-eslint/utils (source) devDependencies minor 8.36.0 -> 8.53.1
cspell (source) devDependencies minor 9.1.5 -> 9.6.1
eslint (source) devDependencies minor 9.31.0 -> 9.39.2
eslint-config-prettier devDependencies patch 10.1.5 -> 10.1.8
eslint-plugin-astro (source) devDependencies minor 1.3.1 -> 1.5.0
eslint-plugin-jsonc (source) devDependencies minor 2.20.1 -> 2.21.0
prettier (source) devDependencies minor 3.6.2 -> 3.8.1
prettier-plugin-tailwindcss devDependencies minor 0.6.14 -> 0.7.2
typescript-eslint (source) devDependencies minor 8.36.0 -> 8.53.1
wrangler (source) devDependencies patch 4.24.3 -> 4.60.0

Release Notes

streetsidesoftware/cspell-dicts (@​cspell/dict-bash)

v4.2.2

Compare Source

Dependencies
streetsidesoftware/cspell-dicts (@​cspell/dict-css)

v4.0.19

Compare Source

Updates and Bug Fixes
streetsidesoftware/cspell-dicts (@​cspell/dict-es-es)

v3.0.8

Compare Source

Updates and Bug Fixes

v3.0.7

Compare Source

Updates and Bug Fixes

v3.0.6

Compare Source

Updates and Bug Fixes
streetsidesoftware/cspell-dicts (@​cspell/dict-html)

v4.0.14

Compare Source

Updates and Bug Fixes

v4.0.13

Compare Source

Updates and Bug Fixes
streetsidesoftware/cspell-dicts (@​cspell/dict-node)

v5.0.9

Compare Source

Updates and Bug Fixes
streetsidesoftware/cspell-dicts (@​cspell/dict-npm)

v5.2.30

Compare Source

Updates and Bug Fixes

v5.2.29

Compare Source

Updates and Bug Fixes

v5.2.28

Compare Source

Updates and Bug Fixes

v5.2.27

Compare Source

Updates and Bug Fixes

v5.2.26

Compare Source

Updates and Bug Fixes

v5.2.25

Compare Source

Updates and Bug Fixes

v5.2.24

Compare Source

Updates and Bug Fixes

v5.2.23

Compare Source

Updates and Bug Fixes

v5.2.22

Compare Source

Updates and Bug Fixes

v5.2.20

Compare Source

Updates and Bug Fixes

v5.2.19

Compare Source

Updates and Bug Fixes

v5.2.18

Compare Source

Updates and Bug Fixes

v5.2.17

Compare Source

Updates and Bug Fixes

v5.2.16

Compare Source

Updates and Bug Fixes

v5.2.15

Compare Source

Updates and Bug Fixes

v5.2.14

Compare Source

Updates and Bug Fixes

v5.2.13

Compare Source

Updates and Bug Fixes
streetsidesoftware/cspell (@​cspell/eslint-plugin)

v9.6.1

Compare Source

Fixes
  • fix: Move performance monitoring into its own package (#​8431)

  • fix: Add NotifyEmitter (#​8423)

  • refactor: Adjust RPC interface to use a config (#​8420)

  • refactor: Refactor CLI to make it easier to spell check files in parallel (#​8387)

  • refactor: Refactor settings a bit (#​8385)

  • refactor: Refactor internal settings (#​8382)

  • fix: report errors in spelling result. (#​8381)

  • fix: Add CSpell Worker Pool (#​8379)

  • refactor: Clean Up CSpell Worker (#​8372)

  • fix: Add CSpellRPCServer and CSpellRPCClient classes (#​8366)

  • fix: Work on adding support for Workers (#​8363)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8433)

v9.6.0

Compare Source

Features
  • feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)

  • feat: ESLint-plugin -- Add report option to be able to control the reporting level (matching the CLI): "all", "simple", "typos", "flagged". (#​8273)

  • feat: support storing suggestions in trie (#​8228)

  • feat: Add Support reading / writing bTrie files (#​8204)

Fixes
  • refactor: extract processFile from lint.ts (#​8344)

  • fix: Improve word lookup performance when not found (#​8330)

  • fix: Improve loading time of dictionaries (#​8318)

  • fix: Reduce loading time of dictionaries. (#​8316)

  • fix: Support loading btrie dictionaries in cspell-lib (#​8311)

  • fix: Improve loading performance a bit. (#​8309)

  • fix: Prepare tools to generate btrie files. (#​8298)

  • fix: Optimize btrie files when building (#​8285)

  • fix: Add btrie path to dictionary definition (#​8284)

  • fix: Work towards support prefixes when walking ITrie (#​8276)

  • fix: Fix CStyleHexValue to handle BigInt values. (#​8282)

  • refactor: Remove FastTrieBlob (#​8267)

  • fix: Make endian required when encoding a StringTable (#​8265)

  • refactor: Removed FastTrieBlob part 1 (#​8266)

  • fix: Support string prefixes when walking nodes (#​8259)

  • refactor: Document TrieBlob format (#​8256)

  • fix: adjust error message (#​8249)

  • fix: Add StringTable and refactor BinaryFormat (#​8243)

  • refactor: Rename private methods in TrieBuilder (#​8240)

  • refactor: A bit of refactoring of utf8 naming (#​8239)

  • refactor: Add GTrie class for later (#​8238)

  • refactor: import using .ts when the package is bundled. (#​8224)

  • fix: Add cspell-tools config option to gen btrie (#​8221)

  • feat: auto load btrie files if available (#​8218)

  • fix: Minor perf boost to TrieBlob.#findNode (#​8213)

  • fix: deprecated legacy trie.has (#​8196)

  • fix: Improve speed of dictionary lookup (#​8193)

  • fix: Run perf tests on trie-lib (#​8188)

  • fix: Force consistent type imports (#​8187)

  • fix: Support adding separators when tracing compound words (#​8176)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8326)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8277)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8192)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8186)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8182)

Documentation
  • refactor: landing page update (#​8211)

v9.4.0

Compare Source

Features
  • feat: Add option to skip large files (#​8040)
Fixes
  • fix: turn off gpg when publishing for now (#​8104)

  • fix: Turnoff signing for now (#​8102)

  • fix: Sign tags and commits when publishing (#​8096)

  • fix: Clean up verbose output (#​8053)

  • fix: allow string based maxFileSize (#​8047)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8091)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8080)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8058)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8036)

v9.3.2

Compare Source

Fixes
  • fix: Add Zig programming language dictionary (#​7998)
  • fix: Search for TypeScript config files. (#​7997)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8004)

v9.3.1

Compare Source

Fixes

v9.3.0

Compare Source

Features
  • feat: Support loading .ts and .mts config files. (#​7961)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7950)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7940)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7933)

v9.2.2

Compare Source

Fixes
  • fix: Wait for the cache to save (#​7926)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7915)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7835)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7822)

v9.2.1

Compare Source

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7795)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7791)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7768)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7764)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7745)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7728)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7672)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7662)

v9.2.0

Compare Source

  • refactor: Support url based cache entries (#​7639)
Features
  • fix: Support remote dependencies in cache (#​7642)
Fixes
  • fix: Remove flat-cache dependency (#​7636)

  • refactor: move towards caching URLs (#​7634)

  • fix: Support async cache (#​7631)

  • fix: Replace file-entry-cache (#​6579)

  • fix: Clean cspell-lib type exports (#​7615)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7618)
eslint/rewrite (@​eslint/compat)

v1.4.1

Compare Source

Dependencies
  • The following workspace dependencies were updated

v1.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated

v1.3.2

Compare Source

Dependencies
  • The following workspace dependencies were updated
eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

Bug Fixes
  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)
Build Related
Chores

v9.39.1

Compare Source

Bug Fixes
  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)
Documentation
  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)
Chores

v9.39.0

Compare Source

Features
  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)
Bug Fixes
Documentation
  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)
Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file renovate labels Jul 21, 2025
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from f351099 to 448fa50 Compare July 28, 2025 08:37
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 448fa50 to cf857c1 Compare August 4, 2025 08:37
@mr-cheffy mr-cheffy requested a review from taroj1205 August 4, 2025 14:37
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from e1f47ed to 092299f Compare August 18, 2025 08:35
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from 63a42e6 to d09ac18 Compare September 1, 2025 08:34
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from 79a401f to 6b7d869 Compare September 15, 2025 08:32
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 6b7d869 to 1bd3d27 Compare September 22, 2025 08:33
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from c4466ea to 6a46a7b Compare October 6, 2025 08:32
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from fc2c34a to ed10ef9 Compare October 20, 2025 08:33
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from ed10ef9 to bc81d22 Compare October 27, 2025 08:34
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from bc81d22 to 8ebdb3e Compare November 3, 2025 08:34
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 8ebdb3e to b1cb2a0 Compare November 10, 2025 08:35
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from b1cb2a0 to 0983a34 Compare November 17, 2025 08:35
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 0983a34 to 222764c Compare November 24, 2025 08:37
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 222764c to 9b2e8af Compare December 1, 2025 08:39
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 9b2e8af to 256e381 Compare December 8, 2025 08:39
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from 61b1093 to cafa35c Compare December 22, 2025 08:38
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from cafa35c to fa93695 Compare December 29, 2025 08:40
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from fa93695 to 4d87f9d Compare January 5, 2026 08:42
@github-actions github-actions bot force-pushed the renovate/devdependencies branch 2 times, most recently from 4075c63 to 3eefe33 Compare January 19, 2026 08:42
@github-actions github-actions bot force-pushed the renovate/devdependencies branch from 3eefe33 to 73241fc Compare January 26, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants