Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-05-12 18:01:08 +00:00
parent d5e9ae3f8b
commit 3d97729508
174 changed files with 5012 additions and 828 deletions

4
node_modules/@eslint/js/README.md generated vendored
View file

@ -8,8 +8,8 @@ The beginnings of separating out JavaScript-specific functionality from ESLint.
Right now, this plugin contains two configurations:
- `recommended` - enables the rules recommended by the ESLint team (the replacement for `"eslint:recommended"`)
- `all` - enables all ESLint rules (the replacement for `"eslint:all"`)
- `recommended` - enables the rules recommended by the ESLint team (the replacement for `"eslint:recommended"`)
- `all` - enables all ESLint rules (the replacement for `"eslint:all"`)
## Installation

View file

@ -1,6 +1,6 @@
{
"name": "@eslint/js",
"version": "9.25.1",
"version": "9.26.0",
"description": "ESLint JavaScript language implementation",
"main": "./src/index.js",
"types": "./types/index.d.ts",