Bump the npm-development group with 3 updates

Bumps the npm-development group with 3 updates: [@github/local-action](https://github.com/github/local-action), [eslint](https://github.com/eslint/eslint) and [prettier-eslint](https://github.com/prettier/prettier-eslint).


Updates `@github/local-action` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/github/local-action/releases)
- [Changelog](https://github.com/github/local-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/local-action/compare/v3.1.4...v3.2)

Updates `eslint` from 9.24.0 to 9.25.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.0)

Updates `prettier-eslint` from 16.3.0 to 16.4.1
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier-eslint/compare/v16.3.0...v16.4.1)

---
updated-dependencies:
- dependency-name: "@github/local-action"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint
  dependency-version: 9.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: prettier-eslint
  dependency-version: 16.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-21 10:20:18 +00:00
committed by GitHub
parent 3c3abba548
commit a026aad183
2 changed files with 621 additions and 471 deletions

1086
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -41,11 +41,11 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.8",
"@github/local-action": "^3.1.4",
"@github/local-action": "^3.2.0",
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"eslint": "^9.24.0",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
@@ -53,7 +53,7 @@
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"prettier-eslint": "^16.4.1",
"rollup": "^4.40.0"
},
"optionalDependencies": {