Bump @eslint/js from 9.38.0 to 10.0.1 (#404)

* Bump @eslint/js from 9.38.0 to 10.0.1

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.38.0 to 10.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Help Dependabot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
This commit is contained in:
dependabot[bot]
2026-03-02 21:33:26 +00:00
committed by GitHub
parent e7fda7af4e
commit b8fc6e435e
4 changed files with 24940 additions and 634 deletions
+24001 -14
View File
File diff suppressed because one or more lines are too long
+936 -617
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -24,9 +24,9 @@
"semver": "7.7.2"
},
"devDependencies": {
"@eslint/js": "9.38.0",
"@eslint/js": "10.0.1",
"@vercel/ncc": "0.38.4",
"eslint": "9.38.0",
"eslint": "10.0.1",
"eslint-plugin-yml": "1.18.0",
"globals": "17.3.0",
"markdownlint-cli": "0.47.0",
+1 -1
View File
@@ -576,7 +576,7 @@ function getVersionFromSpec(spec0, versions0) {
}
function maybeCoerced(v) {
let ret = null
let ret
try {
if (!isRC(v)) {
ret = semver.coerce(v).version