Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@changesets/cli (source) ^2.29.4 -> ^2.29.7 age confidence devDependencies patch
@cspell/dict-de-de (source) ^4.1.0 -> ^4.1.2 age confidence devDependencies patch
@mheob/changeset-changelog ^3.0.1 -> ^3.0.2 age confidence devDependencies patch
@mheob/commitlint-config (source) ^1.2.1 -> ^1.2.4 age confidence devDependencies patch 1.2.5
@mheob/eslint-config (source) 8.8.2 -> 8.14.1 age confidence devDependencies minor 8.14.5 (+3)
@mheob/prettier-config (source) 3.3.3 -> 3.3.4 age confidence devDependencies patch
@types/node (source) ^22.15.23 -> ^22.18.11 age confidence devDependencies minor 22.18.12
@vitest/coverage-v8 (source) 3.1.4 -> 3.2.4 age confidence devDependencies minor
cspell (source) ^9.0.2 -> ^9.2.1 age confidence devDependencies minor
cz-git (source) ^1.11.1 -> ^1.12.0 age confidence devDependencies minor
eslint (source) 9.27.0 -> 9.38.0 age confidence devDependencies minor
lint-staged ^16.1.0 -> ^16.2.4 age confidence devDependencies minor 16.2.5
node (source) 22.16.0 -> 22.21.0 age confidence minor
pnpm (source) 10.11.0 -> 10.18.3 age confidence packageManager minor
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
tsdown ^0.12.4 -> ^0.15.7 age confidence devDependencies minor 0.15.9 (+1)
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
vitest (source) ^3.1.4 -> ^3.2.4 age confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes
streetsidesoftware/cspell-dicts (@​cspell/dict-de-de)

v4.1.2

Compare Source

Updates and Bug Fixes

v4.1.1

Compare Source

Updates and Bug Fixes
mheob/changeset-changelog (@​mheob/changeset-changelog)

v3.0.2

Compare Source

Patch Changes
mheob/config (@​mheob/commitlint-config)

v1.2.4

Compare Source

Patch Changes

v1.2.3

Compare Source

Patch Changes

v1.2.2

Compare Source

Patch Changes
vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
streetsidesoftware/cspell (cspell)

v9.2.1

Compare Source

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

v9.2.0

Compare Source

refactor: Support url based cache entries (#​7639)
refactor: Support url based cache entries (#​7639)

Features
fix: Support remote dependencies in cache (#​7642)
fix: Support remote dependencies in cache (#​7642)

Fixes
fix: Remove `flat-cache` dependency (#​7636)
fix: Remove flat-cache dependency (#​7636)

flat-cache v6 is not compatible with the cspell cache. Since flat-cache was mostly a pass through to flatted, it was better to just replace it.


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

fix: Support async cache (#​7631)
fix: Support async cache (#​7631)

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

Deprecating the use of file-entry-cache.

v10 of file-entry-cache breaks the spell checker and bloats the cache size.

This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.


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

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

v9.1.5

Compare Source

Fixes
fix: Compile before publish (#​7610)
fix: Compile before publish (#​7610)

v9.1.3

Compare Source

Fixes
fix: Add toml config reader/writer (#​7565)
fix: Add toml config reader/writer (#​7565)

fixes #​7563


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

v9.1.2

Compare Source

Fixes
fix: Do not double encode stdin urls (#​7536)
fix: Do not double encode stdin urls (#​7536)

fixes #​7517


fix: cspell trace output (#​7528)
fix: cspell trace output (#​7528)

It was incorrectly trimming ansi strings.


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

v9.1.1

Compare Source

Changes
Fixes
fix: Use the native JSON parser if possible (#​7502)
fix: Use the native JSON parser if possible (#​7502)

Some of the cspell settings have grow large. The fix is to use the native JSON parser instead of one that accepts comments.


v9.1.0

Compare Source

Changes
Features
feat: Add command `dictionaries` (#​7445)
feat: Add command dictionaries (#​7445)

Add new dictionaries command to the cli

Usage: cspell dictionaries [options]

List dictionaries

Options:
  -c, --config <cspell.json>  Configuration file to use.  By default cspell
                              looks for cspell.json in the current directory.
  --path-format <format>      Configure how to display the dictionary path.
                              (choices: "hide", "short", "long", "full",
                              default: Display most of the path.)
  --color                     Force color.
  --no-color                  Turn off color.
  --no-default-configuration  Do not load the default configuration and
                              dictionaries.
  -h, --help                  display help for command

feat: Add lint option `--dictionary` (#​7441)
feat: Add lint option --dictionary (#​7441)

Add lint options:

  • --dictionary - enable a dictionary by name
  • --disable-dictionary - disable a dictionary by name

feat: Add init command to command-line. (#​7414)
feat: Add init command to command-line. (#​7414)

New command:

Usage: cspell init [options]

Initialize a CSpell configuration file.

Options:
  -o, --output <path>        Define where to write file.
  --format <format>          Define the format of the file. (choices: "yaml",
                             "yml", "json", "jsonc", default: "yaml")
  --import <path|package>    Import a configuration file or dictionary package.
  --locale <locale>          Define the locale to use when spell checking (e.g.,
                             en, en-US, de).
  --dictionary <dictionary>  Enable a dictionary.
  --no-comments              Do not add comments to the config file.
  --no-schema                Do not add the schema reference to the config file.
  -h, --help                 display help for command

feat: Add command line option to set reporting level (#​7380)
feat: Add command line option to set reporting level (#​7380)
Zhengqbbb/cz-git (cz-git)

v1.12.0

Compare Source

Features

1.11.2 (2025-06-13)

Bug Fixes
  • cz-git: without scope calc maxSubjectLength error (#​230) (1a9b61c)

1.11.1 (2025-03-03)

Bug Fixes

v1.11.2

Compare Source

Features

1.11.2 (2025-06-13)

Bug Fixes
  • cz-git: without scope calc maxSubjectLength error (#​230) (1a9b61c)

1.11.1 (2025-03-03)

Bug Fixes
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (P

Configuration

📅 Schedule: Branch creation - "before 4am on Sunday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from mheob as a code owner June 15, 2025 00:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 15, 2025
@height
Copy link

height bot commented Jun 15, 2025

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@coderabbitai
Copy link

coderabbitai bot commented Jun 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 74af42a to a2f2a71 Compare June 22, 2025 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8b068a4 to ba08ba0 Compare June 30, 2025 05:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f673509 to 2a4f92e Compare July 4, 2025 21:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 17ff222 to 8fa957b Compare July 12, 2025 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 62799ba to a4efda3 Compare September 28, 2025 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 69f1c47 to b02185f Compare October 6, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2e50a81 to af79247 Compare October 14, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 47e5402 to b8334f4 Compare October 21, 2025 02:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8334f4 to 7cf08c7 Compare October 21, 2025 10:55
@sonarqubecloud
Copy link

@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 21, 2025
@renovate renovate bot closed this Oct 21, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch October 21, 2025 11:00
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant