8000 Comparing v7.7.1...v7.8.0 · typescript-eslint/typescript-eslint · GitHub
[go: up one dir, main page]

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.1
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.8.0
Choose a head ref
  • 15 commits
  • 77 files changed
  • 11 contributors

Commits on Apr 22, 2024

  1. chore: resolve lint issues on main branch (#8966)

    * chore(typescript-estree): resolve lint issue with explicit-function-return-type in createProjectService.ts
    
    * chore(eslint-plugin): fix lint issues
    auvred authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    219b841 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1763889 View commit details
    Browse the repository at this point in the history
  2. test(type-utils): add unit tests for requiresQuoting (#8691)

    * test: add testCase
    
    * test: fix test case result
    
    * docs: add comment in testcase and function
    developer-bandi authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ba1eb20 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)

    * feat(eslint-plugin): [no-unsafe-argument] handle  tagged templates
    
    * add istanbul comment
    
    * add test cases
    
    * fix error loc
    
    * fix: add null throws
    yeonjuan authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b0f7aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix(eslint-plugin): [prefer-optional-chain] suggests optional chainin…

    …g during strict null equality check (#8717)
    
    * fix [prefer-optional-chain] suggests optional chaining during strict null equality
    
    * fix [prefer-optional-chain] suggests optional chaining during strict null equality
    
    * Fix lint
    
    * Add prefer-optional-chain test
    
    * Fix lint
    
    * rebase and fix prefer optional chain on strict null equality
    
    * fix prefer optional chain on strict null equality
    
    * fix lint
    
    * tests: code review suggestion
    
    * Update packages/eslint-plugin/src/rules/prefer-optional-chain-utils/analyzeChain.ts
    
    ---------
    
    Co-authored-by: Marta Cardoso <up201304504@up.pt>
    Co-authored-by: Marta Cardoso <145560260+up201304504@users.noreply.github.com>
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    4 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4bed24d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat(typescript-estree): add maximumDefaultProjectFileMatchCount and …

    …wide allowDefaultProjectForFiles glob restrictions (#8925)
    
    * feat(typescript-estree): add maximumDefaultProjectFileMatchCount
    
    * lil touchup for the asterisk
    
    * Spelling and Windows normalization
    
    * Also reset new cache in persistentParse.test.ts
    JoshuaKGoldberg authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3fd666f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. chore: fix ci.yml canary releases to use nx, not lerna (#8962)

    * chore: fix ci.yml canary releases to use nx, not lerna
    
    * chore: allow overriding major version for canaries
    
    * fix lint
    
    * nit: comment accuracy
    
    * Update Releases.mdx for latest command
    
    ---------
    
    Co-authored-by: “JamesHenry” <james@henry.sc>
    JoshuaKGoldberg and JamesHenry authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4858afd View commit details
    Browse the repository at this point in the history
  2. docs: add eslint v9 tracking issue to main README (#8998)

    add eslint v9 tracking issue to main README
    kirkwaiblinger authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2995be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d2193 View commit details
    Browse the repository at this point in the history
  4. docs: mention strict and stylistic configs in Getting Started (#8916)

    * docs: mention strict and stylistic configs in Getting Started
    
    * small touchups
    
    * Update docs/packages/Parser.mdx
    
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    JoshuaKGoldberg and kirkwaiblinger authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    323daae View commit details
    Browse the repository at this point in the history
  5. docs: update major release instructions based on v6 release (#8913)

    * docs: update major release instructions based on v6 release
    
    * Mention searches too
    
    * Mention the Discord
    
    * Also mention deprecated code
    
    * Also mention dependency versions issue
    JoshuaKGoldberg authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9f3f2ac View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)

    Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
    yeonjuan and auvred authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    216d1b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)

    * fix: clear error code range
    
    * test: add test code that cover end line
    
    * refactor: rename variable name and delete not effect property
    
    * test: add test case
    
    * fix: remove type property
    
    * fix: remove type property
    
    * fix: remove type property
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    developer-bandi and kirkwaiblinger authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8127873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277ee38 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    ee677f6 View commit details
    Browse the repository at this point in the history
Loading
0