Bump the eslint group with 4 updates (#279)

Bumps the eslint group with 4 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals) and [neostandard](https://github.com/neostandard/neostandard).


Updates `eslint` from 9.8.0 to 9.18.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.8.0...v9.18.0)

Updates `@eslint/js` from 9.8.0 to 9.18.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/commits/v9.18.0/packages/js)

Updates `globals` from 15.9.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v15.14.0)

Updates `neostandard` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/neostandard/neostandard/releases)
- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/neostandard/neostandard/compare/v0.11.2...v0.12.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: neostandard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-17 23:01:39 +01:00 committed by GitHub
parent c66ed8a386
commit d2f1ebfc6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1046 additions and 688 deletions

1728
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,11 +32,11 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^9.8.0", "eslint": "^9.18.0",
"@eslint/js": "^9.8.0", "@eslint/js": "^9.8.0",
"globals": "^15.9.0", "globals": "^15.14.0",
"markdownlint-cli": "^0.41.0", "markdownlint-cli": "^0.41.0",
"neostandard": "^0.11.2", "neostandard": "^0.12.0",
"rtlcss": "^4.2.0", "rtlcss": "^4.2.0",
"sass": "^1.83.4", "sass": "^1.83.4",
"stylelint": "^16.8.1", "stylelint": "^16.8.1",