Skip to content

chore(deps-dev): bump the minor-updates group across 1 directory with 7 updates - #9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor-updates-195d994a32
Closed

chore(deps-dev): bump the minor-updates group across 1 directory with 7 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor-updates-195d994a32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 7 updates in the / directory:

Package From To
cspell 9.1.5 9.2.0
eslint 9.31.0 9.32.0
jiti 2.4.2 2.5.1
lint-staged 16.1.2 16.1.4
nadle 0.4.0 0.5.1
typescript 5.8.3 5.9.2
typescript-eslint 8.36.0 8.38.0

Updates cspell from 9.1.5 to 9.2.0

Release notes

Sourced from cspell's releases.

v9.2.0

refactor: Support url based cache entries (#7639)


Features

fix: Support remote dependencies in cache (#7642)


Fixes

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)


... (truncated)

Changelog

Sourced from cspell's changelog.

v9.2.0 (2025-07-19)

refactor: Support url based cache entries (#7639)


Features

fix: Support remote dependencies in cache (#7642)


Fixes

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)


fix: Support async cache (#7631)


... (truncated)

Commits

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates jiti from 2.4.2 to 2.5.1

Release notes

Sourced from jiti's releases.

v2.5.1

compare changes

🩹 Fixes

  • interop: Passthrough module if it is a promise (#389)

v2.5.0

compare changes

🚀 Enhancements

  • Use sha256 for cache entries in FIPS mode (#375)
  • Support rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#379)

🩹 Fixes

  • Interop modules with null/undefined default export (#377)
  • Handle require(<json>) in register mode (#374)

📦 Dependencies

📖 Docs

  • Add defaults in JSDocs (#365)

✅ Tests

  • Only include src for coverage report (#372)

❤️ Contributors

Changelog

Sourced from jiti's changelog.

v2.5.1

compare changes

🩹 Fixes

  • interop: Passthrough module if it is a promise (#389)

❤️ Contributors

v2.5.0

compare changes

🚀 Enhancements

  • Use sha256 for cache entries in fips mode (#375)
  • rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#379)

🩹 Fixes

  • Interop modules with nil default export (#377)
  • register: Handle require(<json>) (#374)

🏡 Chore

✅ Tests

  • Update snapshot (c7cfeed)
  • Only include src for coverage report (#372)

❤️ Contributors

Commits
  • 61fa803 chore(release): v2.5.1
  • ad268df fix(interop): passthrough module if it is a promise (#389)
  • 62eac09 chore(release): v2.5.0
  • 54461d6 fix(register): handle require(\<json>) (#374)
  • ea2340d fix: interop modules with nil default export (#377)
  • 2e5a282 feat: rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#379)
  • 63e907f feat: use sha256 for cache entries in fips mode (#375)
  • c567a37 chore: update snapshot
  • fb2da19 test: only include src for coverage report (#372)
  • c9fb9fc chore(deps): update autofix-ci/action digest to 635ffb0 (#385)
  • Additional commits viewable in compare view

Updates lint-staged from 16.1.2 to 16.1.4

Release notes

Sourced from lint-staged's releases.

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog

Sourced from lint-staged's changelog.

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • f549d8a docs: replace execa link with nano-span link
  • bd5b9f6 perf(config): optimize config discovery with pathspecs
  • 020a246 docs: fix typo in CHANGELOG.md
  • See full diff in compare view

Updates nadle from 0.4.0 to 0.5.1

Release notes

Sourced from nadle's releases.

Nadle v0.5.1

0.5.1 (2025-07-20)

Features

  • Print configuration only when using --show-config option (#372) (6a65ec9)
  • Order tasks by workspaces when listing tasks (#371) (2ad717b)
  • Compute workspace dependencies (#365) (f55cb0e)
  • Add optional --config-key to specify which config should be shown when using --show-config (#364) (145a2b5)
  • Add --list-workspaces option to list all available workspaces (#361) (a66d665)

Bug Fixes

  • Footer is hidden after choosing task in interaction mode (#359) (3388989)
  • Update task selection to use task IDs in interaction mode (#358) (40b822e)
Changelog

Sourced from nadle's changelog.

0.5.1 (2025-07-20)

Features

  • Print configuration only when using --show-config option (#372) (6a65ec9)
  • Order tasks by workspaces when listing tasks (#371) (2ad717b)
  • Compute workspace dependencies (#365) (f55cb0e)
  • Add optional --config-key to specify which config should be shown when using --show-config (#364) (145a2b5)
  • Add --list-workspaces option to list all available workspaces (#361) (a66d665)

Bug Fixes

  • Footer is hidden after choosing task in interaction mode (#359) (3388989)
  • Update task selection to use task IDs in interaction mode (#358) (40b822e)

0.5.0 (2025-07-16)

⚠ BREAKING CHANGES

  • rename configurations to options (#296)

Features

  • Add --summary to show top slowest tasks after execution (#291) (b646351)
  • Add AliasOption type (73041a5)
  • Add cross-workspace task dependency (#315) (2938327)
  • Add task name validation (#288) (f1ef008)
  • Enhance task timing with performance.now() and improve time formatting (#330) (c70958f)
  • Implement graceful cancellation of other tasks on failure (#305) (36ea609)
  • Inject workspace tasks when running tasks from root workspace (#319) (57a3ee4)
  • Introduce defineTask factory (#294) (a25bd37)
  • Introduce fuzzy sort for task selection (#299) (27e61c8)
  • Introduce interactive mode (#286) (70898de)
  • Restrict configure() usage to root config file only (#327) (1c38d44)
  • Support aliasing workspace names (#321) (80d5adc)
  • Support project-scoped task execution based on current working directory (#336) (113e423)
  • Update task options to use MaybeArray for improved flexibility (#333) (a5279dd)
  • Update task suggestion/auto-correct logic for workspaces (#339) (b1858ca)
  • Workspaced task detection (#313) (835648f)
  • Workspaces detection (#310) (ec84a8a)

Bug Fixes

  • Do not traverse up to find the closest config file (#349) (0b9f8e2)
  • Footer should not show when choosing task (#302) (5394e67)
  • Normalize Workspace's relativePath for Windows compatibility (#322) (442b042)
  • Resolved tasks should be printed after welcome line (#353) (c7202cd)

... (truncated)

Commits
  • 94c3b1a chore: release nadle v0.5.1 (#378)
  • 6a65ec9 feat: print configuration only when using --show-config option (#372)
  • 2ad717b feat: order tasks by workspaces when listing tasks (#371)
  • cd2255a refactor: drop internal isWorkerThread option (#369)
  • f55cb0e feat: compute workspace dependencies (#365)
  • 5b54afe chore: add ESLint rules for complexity and line limits
  • 145a2b5 feat: add optional --config-key to specify which config should be shown when ...
  • a66d665 feat: add --list-workspaces option to list all available workspaces (#361)
  • 3388989 fix: footer is hidden after choosing task in interaction mode (#359)
  • 40b822e fix: update task selection to use task IDs in interaction mode (#358)
  • Additional commits viewable in compare view

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.36.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Commits
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 7 updates

Bumps the minor-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.1.5` | `9.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` |
| [jiti](https://github.com/unjs/jiti) | `2.4.2` | `2.5.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.2` | `16.1.4` |
| [nadle](https://github.com/nadlejs/nadle/tree/HEAD/packages/nadle) | `0.4.0` | `0.5.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.38.0` |



Updates `cspell` from 9.1.5 to 9.2.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.2.0/packages/cspell)

Updates `eslint` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.32.0)

Updates `jiti` from 2.4.2 to 2.5.1
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](unjs/jiti@v2.4.2...v2.5.1)

Updates `lint-staged` from 16.1.2 to 16.1.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.4)

Updates `nadle` from 0.4.0 to 0.5.1
- [Release notes](https://github.com/nadlejs/nadle/releases)
- [Changelog](https://github.com/nadlejs/nadle/blob/main/packages/nadle/CHANGELOG.md)
- [Commits](https://github.com/nadlejs/nadle/commits/nadle/v0.5.1/packages/nadle)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `typescript-eslint` from 8.36.0 to 8.38.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 9.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: jiti
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: lint-staged
  dependency-version: 16.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nadle
  dependency-version: 0.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript-eslint
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Nov 3, 2025
@dependabot
dependabot Bot deleted the dependabot-npm_and_yarn-minor-updates-195d994a32 branch November 3, 2025 00:47
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants