-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v8.49.0
head repository: eslint/eslint
compare: v8.50.0
- 16 commits
- 42 files changed
- 8 contributors
Commits on Sep 16, 2023
-
GitHub Actions Bot committed
Sep 16, 2023 1Configuration menu - View commit details
-
Copy full SHA for bd7a71f - Browse repository at this point
Copy the full SHA bd7a71fView commit details
Commits on Sep 17, 2023
-
feat: allowVoid option in array-callback-return (#17564)
* feat: allowVoid option in array-callback-return Refs #17285 * feat: refactor code and add docs * feat: allow void in return-statement * feat: add more tests for allowVoid
1Configuration menu - View commit details
-
Copy full SHA for 85a3d9e - Browse repository at this point
Copy the full SHA 85a3d9eView commit details -
docs: fix incorrect tag's place (#17575)
* docs: fix incorrect tag place
1Configuration menu - View commit details
-
Copy full SHA for 20893d4 - Browse repository at this point
Copy the full SHA 20893d4View commit details
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 review 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 aa1b657 - Browse repository at this point
Copy the full SHA aa1b657View commit details
Commits on Sep 19, 2023
-
docs: Add correct/incorrect tags to
prefer-arrow-callback
(#17589)Add correct/incorrect tags
1Configuration menu - View commit details
-
Copy full SHA for 48a44a7 - Browse repository at this point
Copy the full SHA 48a44a7View commit details -
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.0 Co-authored-by: Francesco Trotta <github@fasttime.org> --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 22a5582 - Browse repository at this point
Copy the full SHA 22a5582View commit details
Commits on Sep 20, 2023
-
docs: Fix and standardize JSX code examples (#17591)
Fix and standardize JSX code examples
1Configuration menu - View commit details
-
Copy full SHA for 1800537 - Browse repository at this point
Copy the full SHA 1800537View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1ea4cfb - Browse repository at this point
Copy the full SHA 1ea4cfbView commit details
Commits on Sep 22, 2023
-
fix: Ensure deprecated context.parserServices warns (#17593)
* fix: Ensure deprecated context.parserServices warns Updated RuleTester to emit a deprecation warning whenever `context.parserServices` is used. * Update lib/rule-tester/rule-tester.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/rule-tester/rule-tester.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 cc4d26b - Browse repository at this point
Copy the full SHA cc4d26bView commit details -
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.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update tests/lib/rule-tester/rule-tester.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Re-add tests for FlatRuleTester * Apply feedback * Cleanup tests * Update lib/source-code/source-code.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/linter.js Co-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.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/linter.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update lib/linter/linter.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update tests/lib/linter/linter.js Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Apply feedback --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 83914ad - Browse repository at this point
Copy the full SHA 83914adView commit details -
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
1Configuration menu - View commit details
-
Copy full SHA for f9082ff - Browse repository at this point
Copy the full SHA f9082ffView commit details -
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
1Configuration menu - View commit details
-
Copy full SHA for 27d5a9e - Browse repository at this point
Copy the full SHA 27d5a9eView commit details -
chore: package.json update for @eslint/js release
ESLint Jenkins committedSep 22, 2023 1Configuration menu - View commit details
-
Copy full SHA for 38ada6d - Browse repository at this point
Copy the full SHA 38ada6dView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f8a8a2d - Browse repository at this point
Copy the full SHA f8a8a2dView commit details -
Build: changelog update for 8.50.0
ESLint Jenkins committedSep 22, 2023 1Configuration menu - View commit details
-
Copy full SHA for 212687c - Browse repository at this point
Copy the full SHA 212687cView commit details -
ESLint Jenkins committed
Sep 22, 2023 1Configuration menu - View commit details
-
Copy full SHA for 299bfae - Browse repository at this point
Copy the full SHA 299bfaeView 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.49.0...v8.50.0