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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.17.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.18.0
Choose a head ref
  • 11 commits
  • 121 files changed
  • 9 contributors

Commits on Jan 4, 2024

  1. feat(typescript-estree): throw on invalid update expressions (#7202)

    * feat(typescript-estree): throw on invalid update expressions
    
    * Test parens
    
    * Handle optional chain + assertion
    
    * Update packages/typescript-estree/src/convert.ts
    
    Co-authored-by: fisker Cheung <lionkay@gmail.com>
    
    * Update snapshot
    
    * Add test cases, add satisfies & as
    
    * Fix fixtures?
    
    * Fix?
    
    * Fix tests
    
    ---------
    
    Co-authored-by: fisker Cheung <lionkay@gmail.com>
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    3 people authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1a8e0dc View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [no-var-requires, no-require-imports] allow opti…

    …on (#7710)
    
    * feat(eslint-plugin): [no-var-requires, no-require-imports] allowPackageJson option
    
    * Use allow option
    
    * Update snap
    
    * Fix test
    Josh-Cena authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f7b5ca8 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors (#8009)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    7684837 View commit details
    Browse the repository at this point in the history
  4. docs(eslint-plugin): [switch-exhaustiveness-check] remove extra quote…

    …s in rule options headers (#8160)
    
    chore(eslint-plugin): [switch-exhaustiveness-check] remove extra quotes in rule options headers
    auvred authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    684d626 View commit details
    Browse the repository at this point in the history
  5. chore(typescript-estree): fix lint / CI (#8188)

    fix: lint
    Zamiell authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    53f4c37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca00388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    544fd77 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. chore: update sponsors (#8191)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    3d72930 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    d0977ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d3d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21460ef View commit details
    Browse the repository at this point in the history
Loading