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

Bump the npm group with 9 updates

Merged
Number: #1949
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: July 22, 2025 at 02:35 PM UTC
(about 2 months ago)
Updated: July 22, 2025 at 02:36 PM UTC
(about 2 months ago)
Merged: July 22, 2025 at 02:36 PM UTC
(about 2 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 9 updates:

Package From To
@stylistic/eslint-plugin 5.2.1 5.2.2
@types/node 24.0.15 24.1.0
typescript-eslint 8.37.0 8.38.0
@typescript-eslint/eslint-plugin 8.37.0 8.38.0
@typescript-eslint/parser 8.37.0 8.38.0
@typescript-eslint/type-utils 8.37.0 8.38.0
@typescript-eslint/utils 8.37.0 8.38.0
@typescript-eslint/visitor-keys 8.37.0 8.38.0
electron-to-chromium 1.5.187 1.5.189

Updates @stylistic/eslint-plugin from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

5.2.2 (2025-07-22)

Bug Fixes

  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#907) (9b77d02)

Chores

  • padding-line-between-statements: simplify options definition (#900) (ced7591)
Commits
  • 7b45fc5 chore: release v5.2.2 (main) (#908)
  • ced7591 refactor(padding-line-between-statements): simplify options definition (#900)
  • 9b77d02 fix(object-curly-spacing): prevent crash when encountering multiple non-Impor...
  • 348f62f fix(no-extra-parens): skip nested TSUnionType/TSIntersectionType when `nest...
  • See full diff in compare view

Updates @types/node from 24.0.15 to 24.1.0

Commits

Updates typescript-eslint from 8.37.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.

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.

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)
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.37.0 to 8.38.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin'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.

Changelog

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

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 5ec8c58 fix: disallow extra properties in rule options (#11397)
  • 0e884c7 fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.37.0 to 8.38.0

Release notes

Sourced from @​typescript-eslint/parser'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.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.38.0 (2025-07-21)

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

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

Commits

Updates @typescript-eslint/type-utils from 8.37.0 to 8.38.0

Release notes

Sourced from @​typescript-eslint/type-utils'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.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.38.0 (2025-07-21)

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

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

Commits

Updates @typescript-eslint/utils from 8.37.0 to 8.38.0

Release notes

Sourced from @​typescript-eslint/utils'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.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.38.0 (2025-07-21)

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

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

Commits

Updates @typescript-eslint/visitor-keys from 8.37.0 to 8.38.0

Release notes

Sourced from @​typescript-eslint/visitor-keys'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.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.38.0 (2025-07-21)

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

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

Commits

Updates electron-to-chromium from 1.5.187 to 1.5.189

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 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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+101
Deletions:
-101
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.15 → 24.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.187 → 1.5.189
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.2.1 → 5.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.0
Update Type:
Minor
Technical Details
ID: 4043652
UUID: 2685807666
Node ID: PR_kwDOGmPE6c6gFiwy
Host: GitHub
Repository: poad/github-oauth-example
Merge State: Unknown