Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
ce4091220c Bump eslint from 10.5.0 to 10.8.1
Bumps [eslint](https://github.com/eslint/eslint) from 10.5.0 to 10.8.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.5.0...v10.8.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-13 20:18:34 +00:00
3 changed files with 185 additions and 786 deletions

View File

@@ -563,5 +563,5 @@ The token will be passed in the `Authorization` header.
node-version: '24.x'
mirror: 'https://nodejs.org/dist'
mirror-token: 'your-mirror-token'
package-manager-cache: false # Disable automatic npm caching if not required
cache-package-manager: false # Disable automatic npm caching if not required
```

963
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,15 +51,15 @@
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"@vercel/ncc": "^0.44.0",
"eslint": "^10.5.0",
"eslint": "^10.8.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-n": "^18.1.0",
"globals": "^17.7.0",
"jest": "^30.4.2",
"jest-each": "^30.4.1",
"prettier": "^3.9.6",
"prettier": "^3.8.4",
"ts-jest": "^29.4.11",
"typescript": "^7.0.2"
"typescript": "^6.0.3"
}
}