Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.49.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.50.0
Choose a head ref
  • 16 commits
  • 42 files changed
  • 8 contributors

Commits on Sep 16, 2023

  1. docs: Update README

    GitHub Actions Bot committed Sep 16, 2023
    1 Configuration menu
    Copy the full SHA
    bd7a71f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. 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
    Tanujkanti4441 authored Sep 17, 2023
    1 Configuration menu
    Copy the full SHA
    85a3d9e View commit details
    Browse the repository at this point in the history
  2. docs: fix incorrect tag's place (#17575)

    * docs: fix incorrect tag place
    Tanujkanti4441 authored Sep 17, 2023
    1 Configuration menu
    Copy the full SHA
    20893d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. 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>
    ota-meshi and mdjermanovic authored Sep 18, 2023
    1 Configuration menu
    Copy the full SHA
    aa1b657 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. docs: Add correct/incorrect tags to prefer-arrow-callback (#17589)

    Add correct/incorrect tags
    fasttime authored Sep 19, 2023
    1 Configuration menu
    Copy the full SHA
    48a44a7 View commit details
    Browse the repository at this point in the history
  2. feat: add rule no-object-constructor, deprecate no-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>
    fasttime and mdjermanovic authored Sep 19, 2023
    1 Configuration menu
    Copy the full SHA
    22a5582 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. docs: Fix and standardize JSX code examples (#17591)

    Fix and standardize JSX code examples
    fasttime authored Sep 20, 2023
    1 Configuration menu
    Copy the full SHA
    1800537 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1ea4cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. 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>
    nzakas and mdjermanovic authored Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    cc4d26b View commit details
    Browse the repository at this point in the history
  2. 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>
    nzakas and mdjermanovic authored Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    83914ad View commit details
    Browse the repository at this point in the history
  3. 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 authored Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    f9082ff View commit details
    Browse the repository at this point in the history
  4. 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 authored Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    27d5a9e View commit details
    Browse the repository at this point in the history
  5. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    38ada6d View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    f8a8a2d View commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 8.50.0

    ESLint Jenkins committed Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    212687c View commit details
    Browse the repository at this point in the history
  8. 8.50.0

    ESLint Jenkins committed Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    299bfae View commit details
    Browse the repository at this point in the history
Loading