Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.8k
Comparing changes
Open a pull request
base repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v8.50.0
head repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v8.51.0
- 19commits
- 89files changed
- 9contributors
Commits on Sep 25, 2023
chore: Refactor and document CodePath (#17558)
* chore: Refactor and document CodePath* Clarify docs
nzakas authoredSep 25, 2023
Commits on Sep 26, 2023
chore: Document and refactor ForkContext (#17566)
* chore: Document and refactor ForkContext"* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Clean up comments---------Co-authored-by: Francesco Trotta <github@fasttime.org>
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 reviewCo-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.mdCo-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>
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.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Clean up loop context classes and comments* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Commits on Oct 1, 2023
- GitHub Actions Bot committed
Oct 1, 2023 feat: Add
--no-warn-ignoredCLI 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
domnantas authoredOct 1, 2023 docs: use generated og image (#17601)
* docs: use generated og image* fix: revert code for testing* Update docs/src/_includes/layouts/base.htmlCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* chore: urlencode title and summary in og---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Commits on Oct 2, 2023
- GitHub Actions Bot committed
Oct 2, 2023 docs: Add more examples for multiline-ternary (#17610)
AshiotisCy authoredOct 2, 2023
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.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/linter/code-path-analysis/code-path-analyzer.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update variable names in comments---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
fix:
eslint-disableto 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 reviewCo-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>
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
fasttime authoredOct 5, 2023
Commits on Oct 6, 2023
fix: Ensure crash error messages are not duplicated (#17584)
* fix: Ensure crash error messages are not duplicatedFixes#17560* Add test* Fix merge conflicts* Add tests---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
fix: make rule severity case-sensitive in flat config (#17619)
Fixes#17570
mdjermanovic authoredOct 6, 2023 chore: package.json update for @eslint/js release
ESLint Jenkins committedOct 6, 2023 chore: upgrade @eslint/js@8.51.0 (#17624)
mdjermanovic authoredOct 6, 2023 Build: changelog update for 8.51.0
ESLint Jenkins committedOct 6, 2023 - ESLint Jenkins committed
Oct 6, 2023
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
Uh oh!
There was an error while loading.Please reload this page.