Thanks to visit codestin.com
Credit goes to github.com

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: v7.7.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: v7.7.1
Choose a head ref
  • 9 commits
  • 58 files changed
  • 8 contributors

Commits on Apr 19, 2024

  1. docs: fix bad glob in Shared_Configurations.mdx doc (#8953)

    Update Shared_Configurations.mdx
    Faithfinder authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6627092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21708bb View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-unsafe-assignment] handle shorthand property …

    …assignment (#8800)
    
    * fix(eslint-plugin): [no-unsafe-assignment] handle shorthand property assignment
    
    * fix formatting
    yeonjuan authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d07eb9e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. chore(deps): update actions/upload-artifact action to v4 (#8841)

    * chore(deps): update actions/upload-artifact action to v4
    
    * Update ci.yml
    
    * Update ci.yml
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: auvred <[email protected]>
    renovate[bot] and auvred authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5f38325 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [explicit-function-return-type] fix checking wron…

    …g ancestor's return type (#8809)
    
    * fix(eslint-plugin): [explicit-function-return-type] fix checking wrong ancestor's return type
    
    * fix lint errors
    
    * add test cases
    
    ---------
    
    Co-authored-by: auvred <[email protected]>
    yeonjuan and auvred authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    9e0d9f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix(eslint-plugin): [prefer-optional-chain] only look at left operand…

    … for `requireNullish` (#8559)
    
    * ignore right
    
    * invert check
    
    * invert
    
    * add failing case
    
    * move operator check
    
    * WIP
    
    * WIP
    
    * pull check out
    
    * lint
    
    * add tests
    
    * add output
    
    * quotes
    
    * finish tests
    
    * remove last child
    
    * add a few more tests
    
    * remove skipvalidation
    
    * update snapshots
    abrahamguo authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    eef257b View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [no-for-in-array] refine report location (#8874)

    * [no-for-in-array] refine report location
    
    * move code to util
    
    * lint check
    
    * update snapshot
    kirkwaiblinger authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fdeba42 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null as…

    …sertion for void type (#8912)
    
    * fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion for void type
    
    * Update packages/eslint-plugin/src/rules/no-unnecessary-type-assertion.ts
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    yeonjuan and JoshuaKGoldberg authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b2552ca View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    3e19436 View commit details
    Browse the repository at this point in the history
Loading