Skip to content

Bump the npm group with 3 updates #1944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

Bumps the npm group with 3 updates: @stylistic/eslint-plugin, @typescript-eslint/types and electron-to-chromium.

Updates @stylistic/eslint-plugin from 5.1.0 to 5.2.0

Release notes

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

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

5.2.0 (2025-07-16)

Features

  • add warnOnce utility for deprecation warnings (#867) (f015822)
  • indent: introduce returnType for FunctionDeclaration and FunctionExpression (#884) (c0a09fb)
  • indent: support TSTypeAliasDeclaration (#796) (c62afea)
  • keyword-spacing: support ImportAttribute (#863) (08d4193)
  • multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
  • no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
  • object-curly-spacing: support ImportAttribute (#862) (000f2f4)
  • support AccessorProperty (#829) (2143f34)

Bug Fixes

  • disallow extra properties in rule options (#883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#861) (ddd14c8)

Documentation

  • enhance readability (#880) (4a5fe59)
  • fix link of no-unexpected-multiline (#847) (0639099)
  • operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)

Chores

Commits
  • 38232bd chore: release v5.2.0 (main) (#860)
  • f015822 feat: add warnOnce utility for deprecation warnings (#867)
  • 693941c chore: update deps (#885)
  • 7d4aa27 feat(no-extra-parens): support part of TS Nodes (#873)
  • b2ece9f feat(multiline-comment-style): add support for exclamation comments (#876)
  • bac5f3f fix: disallow extra properties in rule options (#883)
  • 2143f34 feat: support AccessorProperty (#829)
  • c0a09fb feat(indent): introduce returnType for FunctionDeclaration and `FunctionE...
  • 08d4193 feat(keyword-spacing): support ImportAttribute (#863)
  • 000f2f4 feat(object-curly-spacing): support ImportAttribute (#862)
  • Additional commits viewable in compare view

Updates @typescript-eslint/types from 8.36.0 to 8.37.0

Release notes

Sourced from @​typescript-eslint/types's releases.

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/types's changelog.

8.37.0 (2025-07-14)

This was a version bump only for types 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.183 to 1.5.185

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

Bumps the npm group with 3 updates: [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) and [electron-to-chromium](https://github.com/kilian/electron-to-chromium).


Updates `@stylistic/eslint-plugin` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.0/packages/eslint-plugin)

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

Updates `electron-to-chromium` from 1.5.183 to 1.5.185
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.183...v1.5.185)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-version: 1.5.185
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Jul 16, 2025
Copy link

vercel bot commented Jul 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-oauth-example ❌ Failed (Inspect) Jul 16, 2025 3:18pm

Copy link

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Request ID : ab6d0d52-581f-4c1e-a014-655bd14d17e2

@github-actions github-actions bot enabled auto-merge (squash) July 16, 2025 15:17
@github-actions github-actions bot merged commit f9a4982 into main Jul 16, 2025
6 of 7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-7d886b4573 branch July 16, 2025 15:18
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.

1 participant