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.49.0
head repository:eslint/eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v8.50.0
- 16commits
- 42files changed
- 8contributors
Commits on Sep 17, 2023
feat: allowVoid option in array-callback-return (#17564)
* feat: allowVoid option in array-callback-returnRefs#17285* feat: refactor code and add docs* feat: allow void in return-statement* feat: add more tests for allowVoid
Tanujkanti4441 authoredSep 17, 2023 docs: fix incorrect tag's place (#17575)
* docs: fix incorrect tag place
Tanujkanti4441 authoredSep 17, 2023
Commits on Sep 18, 2023
fix: wrong suggestion and message in
no-misleading-character-class(#……17571)* fix: wrong suggest and message in `no-misleading-character-class`* Apply suggestions from code reviewCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Commits on Sep 19, 2023
docs: Add correct/incorrect tags to
prefer-arrow-callback(#17589)Add correct/incorrect tags
fasttime authoredSep 19, 2023 feat: add rule
no-object-constructor, deprecateno-new-object(#1……7576)* Deprecate `no-new-object`* Add rule `no-object-constructor`* Apply suggestions* mark no-new-object deprecated in v8.50.0Co-authored-by: Francesco Trotta <github@fasttime.org>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Commits on Sep 20, 2023
docs: Fix and standardize JSX code examples (#17591)
Fix and standardize JSX code examples
fasttime authoredSep 20, 2023 fix: Ensure all RuleTester tests all deprecated context methods (#17587)
nzakas authoredSep 20, 2023
Commits on Sep 22, 2023
fix: Ensure deprecated context.parserServices warns (#17593)
* fix: Ensure deprecated context.parserServices warnsUpdated RuleTester to emit a deprecation warning whenever`context.parserServices` is used.* Update lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
feat: Implement SourceCode#applyInlineConfig() (#17351)
* Implement SourceCode#applyInlineConfig()* Fix lint errors* Add tests for forbidden methods* Clean up naming* Add more tests* Fix last test* Fixing some bugs -- still tests failing* Further refactoring and bug fixes* Fix test for Node.js 19* Forgot to save the file* Remove proxy; update RuleTester/FlatRuleTester* Clean up* Use WeakSet to track method calls* Update tests/lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Re-add tests for FlatRuleTester* Apply feedback* Cleanup tests* Update lib/source-code/source-code.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Fix inline config problems in flat config mode* Update JSON parse error message* Fix JSON parse message again* Update lib/source-code/source-code.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Apply feedback---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
feat: flat-rule-tester make sure default config always matches (#17585)
* feat: flat-rule-tester make sure default config always matches* fix: flat rule tester default config also matches paths without file extension* fix: actually test for extensionless paths* fix: use base config to make sure that every file is included* fix: add missing extensionless path tests
DMartens authoredSep 22, 2023 feat: add suggestions to array-callback-return (#17590)
* feat: add suggestions to array-callback-return* fix: spacing errors* fix: spacing errors* feat: change meta type to problem again* feat: disable eslint-plugin/require-meta-has-suggestions* feat: update tests
Tanujkanti4441 authoredSep 22, 2023 chore: package.json update for @eslint/js release
ESLint Jenkins committedSep 22, 2023 chore: upgrade @eslint/js@8.50.0 (#17599)
mdjermanovic authoredSep 22, 2023 Build: changelog update for 8.50.0
ESLint Jenkins committedSep 22, 2023 - ESLint Jenkins committed
Sep 22, 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.49.0...v8.50.0
Uh oh!
There was an error while loading.Please reload this page.