8000 Comparing v7.9.0...v7.10.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.9.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.10.0
Choose a head ref
  • 9 commits
  • 53 files changed
  • 12 contributors

Commits on May 15, 2024

  1. fix(typescript-estree): don't add in-project files to defaultProjectM…

    …atchedFiles (#9097)
    
    * fix(typescript-estree): don't add in-project files to defaultProjectMatchedFiles
    
    Only add path to defaultProjectMatchedFiles if opened.configFileName is falsy.
    
    * test(typescript-estree): add additional unit test for project service
    
    Ensure it does not throw for in-project files
    Emanuel Hoogeveen authored May 15, 2024
    Configuration menu
    Copy the full SHA
    a124d4f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat(eslint-plugin): [sort-type-constituents] support case sensitive …

    …sorting (#8760)
    
    * Adding caseSensitiveSorting option
    
    * fix snapshot sort-type-constituents.shot
    
    * Add tests and fix lint.
    
    * add examples of the use of case-sensitive sorting web page
    
    * Add tests
    
    * Fix test
    
    * Changing Naming
    
    * Add more tests
    
    * update snapshot
    
    * Update packages/eslint-plugin/docs/rules/sort-type-constituents.mdx
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    ---------
    
    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 May 16, 2024
    Configuration menu
    Copy the full SHA
    987a96e View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check wheth…

    …er regex may contain global flag (#8764)
    
    * [prefer-regexp-exec] fix heuristic that checks for regexp flags.
    
    * change function name and jsdoc
    kirkwaiblinger authored May 16, 2024
    Configuration menu
    Copy the full SHA
    d951d83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a18eba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2721e3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore: update sponsors (#9109)

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

Commits on May 19, 2024

  1. docs: [no-floating-promises] fix capitalization typo (#9118)

    capialization typo
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    kirkwaiblinger and Josh-Cena authored May 19, 2024
    Configuration menu
    Copy the full SHA
    8d92ba8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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