An open index of dependabot pull requests across open source projects.

build(deps): bump the minor-and-patch group with 28 updates

Open
Number: #144
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 08, 2025 at 09:21 AM UTC
(about 22 hours ago)
Updated: September 08, 2025 at 09:22 AM UTC
(about 22 hours ago)
Labels:
dependabot 🤖
Description:

Bumps the minor-and-patch group with 28 updates:

Package From To
@eslint/js 9.34.0 9.35.0
@stylistic/eslint-plugin 5.2.3 5.3.1
@types/node 24.3.0 24.3.1
@vitest/eslint-plugin 1.3.4 1.3.9
eslint 9.34.0 9.35.0
typescript-eslint 8.40.0 8.42.0
@babel/parser 7.28.3 7.28.4
@babel/types 7.28.2 7.28.4
@emnapi/core 1.4.5 1.5.0
@emnapi/runtime 1.4.5 1.5.0
@emnapi/wasi-threads 1.0.4 1.1.0
@eslint-community/eslint-utils 4.7.0 4.9.0
@humanfs/node 0.16.6 0.16.7
@humanwhocodes/retry 0.3.1 0.4.2
@typescript-eslint/eslint-plugin 8.40.0 8.42.0
@typescript-eslint/parser 8.40.0 8.42.0
@typescript-eslint/project-service 8.40.0 8.42.0
@typescript-eslint/scope-manager 8.40.0 8.42.0
@typescript-eslint/tsconfig-utils 8.40.0 8.42.0
@typescript-eslint/type-utils 8.40.0 8.42.0
@typescript-eslint/types 8.40.0 8.42.0
@typescript-eslint/typescript-estree 8.40.0 8.42.0
@typescript-eslint/utils 8.40.0 8.42.0
@typescript-eslint/visitor-keys 8.40.0 8.42.0
ast-v8-to-istanbul 0.3.4 0.3.5
rollup 4.48.1 4.50.1
tinyglobby 0.2.14 0.2.15
vite 7.1.3 7.1.5

Updates @eslint/js from 9.34.0 to 9.35.0

Release notes

Sourced from @​eslint/js's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from @​eslint/js's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates @stylistic/eslint-plugin from 5.2.3 to 5.3.1

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.3.1

No significant changes

    View changes on GitHub

v5.3.0

5.3.0 (2025-09-01)

Features

  • indent: introduce assignmentOperator (#933) (0474f6b)
  • jsx-one-expression-per-line: enhance the fix result when allow is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#954) (6aca363)
  • no-extra-parens: introduce ignoredNodes (#899) (d848423)
  • padding-line-between-statements: allow prefix multiline/singleline for return and type (#902) (6915135)
  • space-unary-ops: support non null assertion (#941) (fff2ae9)
  • update deps (#957) (5f97042)
  • update keyword list (#929) (3001449)

Bug Fixes

  • customize: remove specific nodes in ignoreNodes of the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion directly (#943) (9a78f70)
  • space-unary-ops: correct messageId (#948) (54bb446)
  • type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)

Documentation

Chores

... (truncated)

Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.3.1 (2025-09-01)

Build Related

5.3.0 (2025-09-01)

Features

  • indent: introduce assignmentOperator (#933) (0474f6b)
  • jsx-one-expression-per-line: enhance the fix result when allow is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#954) (6aca363)
  • no-extra-parens: introduce ignoredNodes (#899) (d848423)
  • padding-between-statements: support jsx-prop (#926) (86f332e)
  • padding-line-between-statements: allow prefix multiline/singleline for return and type (#902) (6915135)
  • space-unary-ops: support non null assertion (#941) (fff2ae9)
  • update deps (#957) (5f97042)
  • update keyword list (#929) (3001449)

Bug Fixes

  • customize: remove specific nodes in ignoreNodes of the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion directly (#943) (9a78f70)
  • revert #926 (#944) (f6e3b9a)
  • space-unary-ops: correct messageId (#948) (54bb446)
  • type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)

Documentation

Chores

... (truncated)

Commits
  • c586735 chore: release v5.3.1 (main) (#962)
  • eb03848 chore: release v5.3.0 (main) (#930)
  • 8ccd980 feat(no-extra-parens): deprecate some options in favor of ignoredNodes (#953)
  • e0ce078 feat(jsx-one-expression-per-line): enhance the fix result when allow is `si...
  • 6aca363 feat(no-extra-parens): handle TSNonNullExpression and `TSSatisfiesExpressio...
  • c735a5c docs: display deep outline (#955)
  • 0a72592 docs: fix examples (#950)
  • 0474f6b feat(indent): introduce assignmentOperator (#933)
  • d848423 feat(no-extra-parens): introduce ignoredNodes (#899)
  • 2007646 fix(indent): ensure the opening curly brace is align with enum (#938)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stylistic/eslint-plugin since your current version.


Updates @types/node from 24.3.0 to 24.3.1

Commits

Updates @vitest/eslint-plugin from 1.3.4 to 1.3.9

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.3.5

Bug Fixes

  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#740) (d48741a)

Features

  • prefer-describe-function-title: Check for unnecessary .name (#744) (5f1fe04)

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.4...v1.3.5

Commits

Updates eslint from 9.34.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates typescript-eslint from 8.40.0 to 8.42.0

Release notes

Sourced from typescript-eslint's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

8.41.0 (2025-08-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits
  • d135909 chore(release): publish 8.42.0
  • fa15645 fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...
  • d7614a7 feat: deprecate tseslint.config() (#11531)
  • 31a7336 chore(release): publish 8.41.0
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.


Updates @babel/parser from 7.28.3 to 7.28.4

Release notes

Sourced from @​babel/parser's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

Committers: 5

Changelog

Sourced from @​babel/parser's changelog.

v7.28.4 (2025-09-05)

:house: Internal

Commits

Updates @babel/types from 7.28.2 to 7.28.4

Release notes

Sourced from @​babel/types's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

Committers: 5

Package Dependencies
Ecosystem:
npm
Version Change:
9.34.0 → 9.35.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.3.0 → 24.3.1
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.1.3 → 7.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.28.2 → 7.28.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.34.0 → 9.35.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.48.1 → 4.50.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.2.3 → 5.3.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.3.4 → 1.3.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.28.3 → 7.28.4
Update Type:
Patch
Package:
tinyglobby
Ecosystem:
npm
Version Change:
0.2.14 → 0.2.15
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.7.0 → 4.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.5 → 1.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.5 → 1.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.3.1 → 0.4.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.4 → 1.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.3.4 → 0.3.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.16.6 → 0.16.7
Update Type:
Patch
Technical Details
ID: 7198835
UUID: 3393357597
Node ID: PR_kwDOLSbGa86nVv5h
Host: GitHub
Repository: Nerdware-LLC/ts-string-helpers