Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps the npm group with 6 updates:

Package From To
@stylistic/eslint-plugin 5.2.2 5.2.3
@eslint/config-helpers 0.3.0 0.3.1
@eslint/core 0.15.1 0.15.2
@eslint/plugin-kit 0.3.4 0.3.5
caniuse-lite 1.0.30001731 1.0.30001733
electron-to-chromium 1.5.198 1.5.199

Updates @stylistic/eslint-plugin from 5.2.2 to 5.2.3

Release notes

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

v5.2.3

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

5.2.3 (2025-08-08)

Bug Fixes

  • indent: correctly locate left paren in CallExpression with specific type arguments (#910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#919) (5937be9)
Commits
  • 621b82a chore: release v5.2.3 (main) (#911)
  • 5937be9 fix(indent): prevent crashes during JSXFragment handling (#919)
  • f551685 fix(indent): correctly locate left paren in CallExpression with specific ty...
  • See full diff in compare view

Updates @eslint/config-helpers from 0.3.0 to 0.3.1

Release notes

Sourced from @​eslint/config-helpers's releases.

plugin-kit: v0.3.1

0.3.1 (2025-05-01)

Bug Fixes

config-helpers: v0.3.1

0.3.1 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.3.1 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Commits

Updates @eslint/core from 0.15.1 to 0.15.2

Release notes

Sourced from @​eslint/core's releases.

core: v0.15.2

0.15.2 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)
Changelog

Sourced from @​eslint/core's changelog.

0.15.2 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)
Commits

Updates @eslint/plugin-kit from 0.3.4 to 0.3.5

Release notes

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

plugin-kit: v0.3.5

0.3.5 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Changelog

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

0.3.5 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Commits

Updates caniuse-lite from 1.0.30001731 to 1.0.30001733

Commits

Updates electron-to-chromium from 1.5.198 to 1.5.199

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.2.2` | `5.2.3` |
| [@eslint/config-helpers](https://github.com/eslint/rewrite/tree/HEAD/packages/config-helpers) | `0.3.0` | `0.3.1` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.15.1` | `0.15.2` |
| [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) | `0.3.4` | `0.3.5` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001731` | `1.0.30001733` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.198` | `1.5.199` |


Updates `@stylistic/eslint-plugin` from 5.2.2 to 5.2.3
- [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.3/packages/eslint-plugin)

Updates `@eslint/config-helpers` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.1/packages/config-helpers)

Updates `@eslint/core` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.15.2/packages/core)

Updates `@eslint/plugin-kit` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.5/packages/plugin-kit)

Updates `caniuse-lite` from 1.0.30001731 to 1.0.30001733
- [Commits](browserslist/caniuse-lite@1.0.30001731...1.0.30001733)

Updates `electron-to-chromium` from 1.5.198 to 1.5.199
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.198...v1.5.199)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@eslint/core"
  dependency-version: 0.15.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001733
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-version: 1.5.199
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot assigned poad Aug 8, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 8, 2025
@vercel
Copy link

vercel bot commented Aug 8, 2025

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

Name Status Preview Comments Updated (UTC)
github-oauth-example ❌ Failed (Inspect) Aug 8, 2025 2:30pm

@amazon-q-developer
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@github-actions github-actions bot enabled auto-merge (squash) August 8, 2025 14:30
@amazon-q-developer
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@github-actions github-actions bot merged commit b18bd82 into main Aug 8, 2025
6 of 7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-6952ad65f3 branch August 8, 2025 14:31
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.

2 participants