-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v8.50.0
head repository: eslint/eslint
compare: v8.51.0
- 19 commits
- 89 files changed
- 9 contributors
Commits on Sep 25, 2023
-
chore: Refactor and document CodePath (#17558)
* chore: Refactor and document CodePath * Clarify docs
1Configuration menu - View commit details
-
Copy full SHA for 24e1f14 - Browse repository at this point
Copy the full SHA 24e1f14View commit details
Commits on Sep 26, 2023
-
chore: Document and refactor ForkContext (#17566)
* chore: Document and refactor ForkContext" * Update lib/linter/code-path-analysis/fork-context.js Co-authored-by: Francesco Trotta <github@fasttime.org> * Update lib/linter/code-path-analysis/fork-context.js Co-authored-by: Francesco Trotta <github@fasttime.org> * Update lib/linter/code-path-analysis/fork-context.js Co-authored-by: Francesco Trotta <github@fasttime.org> * Clean up comments --------- Co-authored-by: Francesco Trotta <github@fasttime.org>
1Configuration menu - View commit details
-
Copy full SHA for bc77c9a - Browse repository at this point
Copy the full SHA bc77c9aView commit details
Commits on Sep 27, 2023
-
feat: logical-assignment-operators to report expressions with 3 opera…
…nds (#17600) * fix: logical-assignment-operators to report expressions with 3 operands * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * test: add more `??` test cases * docs: add explanation of always option * Update docs/src/rules/logical-assignment-operators.md Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
1Configuration menu - View commit details
-
Copy full SHA for 977e67e - Browse repository at this point
Copy the full SHA 977e67eView commit details
Commits on Sep 29, 2023
-
chore: Refactor CodePathState (#17510)
* chore: Refactor and document CodePathState * Add context classes * More refactoring and JSDoc * Refactor of try context * More JSDoc and BreakContext * More refactoring and JSDoc * More comments * Incorporate feedback * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Clean up loop context classes and comments * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 7b77bcc - Browse repository at this point
Copy the full SHA 7b77bccView commit details
Commits on Oct 1, 2023
-
GitHub Actions Bot committed
Oct 1, 2023 1Configuration menu - View commit details
-
Copy full SHA for 1866da5 - Browse repository at this point
Copy the full SHA 1866da5View commit details -
feat: Add
--no-warn-ignored
CLI option for flat config (#17569)* Add warnIgnored CLI option for flat config * Update ignore result warning message about its suppression * Add test for lintText warnIgnored overriding constructor option * Respect constructor warnIgnored when linting via stdin * Move warnIgnored help text under Miscellaneous * Use void 0 instead of undefined * Add test cases for eslint.lintFiles with warnIgnored:false * Add assertion for error message when warnIgnored is not the right type * Change file ignore warning wording * Simplify error condition * Fix accidentally commented out test line * Add documentation for --no-warn-ignored CLI flag * Clarify warnIgnored descriptions
1Configuration menu - View commit details
-
Copy full SHA for 0a9c433 - Browse repository at this point
Copy the full SHA 0a9c433View commit details -
docs: use generated og image (#17601)
* docs: use generated og image * fix: revert code for testing * Update docs/src/_includes/layouts/base.html Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * chore: urlencode title and summary in og --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for dbf831e - Browse repository at this point
Copy the full SHA dbf831eView commit details
Commits on Oct 2, 2023
-
GitHub Actions Bot committed
Oct 2, 2023 1Configuration menu - View commit details
-
Copy full SHA for 47d0b44 - Browse repository at this point
Copy the full SHA 47d0b44View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1aa26df - Browse repository at this point
Copy the full SHA 1aa26dfView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 2665552 - Browse repository at this point
Copy the full SHA 2665552View commit details
Commits on Oct 4, 2023
-
fix: Ensure correct code path for && followed by ?? (#17618)
* fix: Ensure correct code path for && followed by ?? fixes #13614 * Remove .only * Update lib/linter/code-path-analysis/code-path-state.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update tests/lib/linter/code-path-analysis/code-path-analyzer.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update variable names in comments --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for d2f6801 - Browse repository at this point
Copy the full SHA d2f6801View commit details -
fix:
eslint-disable
to be able to parse quoted rule names (#17612)* fix: `eslint-disable` to be able to parse literal rule names * fix: id casing * Apply suggestions from code review Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com> * test: update test cases * test: add eslint-env test case * test: add test case and fix test case --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
1Configuration menu - View commit details
-
Copy full SHA for dd79abc - Browse repository at this point
Copy the full SHA dd79abcView commit details
Commits on Oct 5, 2023
-
docs: default to
sourceType: "module"
in rule examples (#17615)* Default to `"sourceType": "module"` in rule examples * Fix `sourceType` in obvious cases * Fix `sourceType` in less obvious cases * Fix name conflicts * Apply suggestions
1Configuration menu - View commit details
-
Copy full SHA for ee5be81 - Browse repository at this point
Copy the full SHA ee5be81View commit details
Commits on Oct 6, 2023
-
fix: Ensure crash error messages are not duplicated (#17584)
* fix: Ensure crash error messages are not duplicated Fixes #17560 * Add test * Fix merge conflicts * Add tests --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 0edfe36 - Browse repository at this point
Copy the full SHA 0edfe36View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f976b2f - Browse repository at this point
Copy the full SHA f976b2fView commit details -
chore: package.json update for @eslint/js release
ESLint Jenkins committedOct 6, 2023 1Configuration menu - View commit details
-
Copy full SHA for f8c7403 - Browse repository at this point
Copy the full SHA f8c7403View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1ef39ea - Browse repository at this point
Copy the full SHA 1ef39eaView commit details -
Build: changelog update for 8.51.0
ESLint Jenkins committedOct 6, 2023 1Configuration menu - View commit details
-
Copy full SHA for e8235e5 - Browse repository at this point
Copy the full SHA e8235e5View commit details -
ESLint Jenkins committed
Oct 6, 2023 1Configuration menu - View commit details
-
Copy full SHA for f079382 - Browse repository at this point
Copy the full SHA f079382View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.50.0...v8.51.0