-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint). - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.50.0...v8.51.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
bebee62
commit 7d5d6cf
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule node_modules
updated
20 files
+14 −14 | .package-lock.json | |
+1 −1 | .package.json | |
+1 −1 | @eslint/js/package.json | |
+2 −2 | eslint/README.md | |
+15 −4 | eslint/bin/eslint.js | |
+6 −2 | eslint/lib/cli.js | |
+1 −3 | eslint/lib/config/flat-config-schema.js | |
+8 −3 | eslint/lib/eslint/eslint-helpers.js | |
+15 −6 | eslint/lib/eslint/flat-eslint.js | |
+1 −1 | eslint/lib/linter/apply-disable-directives.js | |
+1,108 −243 | eslint/lib/linter/code-path-analysis/code-path-state.js | |
+127 −33 | eslint/lib/linter/code-path-analysis/code-path.js | |
+173 −72 | eslint/lib/linter/code-path-analysis/fork-context.js | |
+1 −1 | eslint/lib/linter/config-comment-parser.js | |
+13 −0 | eslint/lib/options.js | |
+31 −3 | eslint/lib/rules/logical-assignment-operators.js | |
+2 −2 | eslint/package.json | |
+5 −30 | flat-cache/package.json | |
+4 −4 | keyv/package.json | |
+6 −11 | keyv/src/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters