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.14.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.15.0
Choose a head ref
  • 18 commits
  • 71 files changed
  • 13 contributors

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    72c9dd3 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [array-type] detect Readonly<string[]> case (#…

    …8752)
    
    * feat: add new type
    
    * fix: test case
    
    * test: add test case
    
    * docs: add `ReadonlyArray<T>` description
    
    * test: add droped test case
    
    * fix: revert comment line and fix error position
    
    * fix: fix indent, docs description
    
    * fix: revert indent
    
    * fix: add exception and delete not related PR
    
    * docs: move no correct example to incorrect example
    
    * docs: fix example document
    
    * fix: lint error because of array-type
    
    * fix: snapshot update
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    developer-bandi and kirkwaiblinger authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dba021 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix(utils): clean outdated RuleTester export (#9322)

    fix(utils): remove outdated `RuleTester` export
    Gehbt authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0ca30a8 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [no-unsafe-return] differentiate a types-error an…

    …y from a true any (#9254)
    
    * fix: not any but error type
    
    * fix: data propery add
    
    * fix: lint error
    
    * fix: lint error
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    developer-bandi and JoshuaKGoldberg authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3694d8f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. chore: update sponsors (#9395)

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

Commits on Jun 28, 2024

  1. docs: fix grammatical error in Releases.mdx (#9446)

    Fix grammatical error in Releases.mdx
    austinewuncler authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    40fed48 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. chore: base Renovate config on config:recommended, without patch upda…

    …tes (#9441)
    
    * chore: base Renovate config on config:recommended, without patch updates
    
    * Remove automerging
    JoshuaKGoldberg authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1bc6a47 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency monaco-editor to ~0.50.0 (#9412)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    399a5f2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency eslint-plugin-jsx-a11y to v6.9.0 (#9409)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    a5b652d View commit details
    Browse the repository at this point in the history
  4. docs: mention out-of-date editor type information FAQ (#9428)

    * docs: mention out-of-date editor type information FAQ
    
    * Update docs/troubleshooting/typed-linting/index.mdx
    JoshuaKGoldberg authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    02a02b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. test(type-utils): add tests for isSymbolFromDefaultLibrary (#9385)

    test: add test case
    
    Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
    y-hsgw and auvred authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e870324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849186e View commit details
    Browse the repository at this point in the history
  3. chore: help fix Codecov uploads by bumping to v4.5.0 (#9442)

    chore: fix Codecov uploads by bumping to v4.5.0
    JoshuaKGoldberg authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a708f14 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: disable EXPERIMENTAL_useProjectService in `disabled-type-check…

    …ed` shared config (#9459)
    
    fix: disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked` config
    auvred authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a466e07 View commit details
    Browse the repository at this point in the history
  2. docs: use correct types for node in "Explicity node types" documentat…

    …ion (#9461)
    
    * Use correct types for node in "Explicity node types" documentation
    
    * fix(docs): execute format to fix code styles in docs
    
    * fix(docs): remove not used imports
    
    ---------
    
    Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
    maks-rafalko and auvred authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f138ffd View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any …

    …from a true any (#9304)
    
    * fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any from a true any
    
    * Fixed docs tests
    
    * Fixed error message and tests
    
    * Fixed error message
    
    * Fixed description and message
    
    * Applied suggestions
    Vinccool96 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    05142c5 View commit details
    Browse the repository at this point in the history
  4. feat(eslint-plugin): back-port new rules around empty object types fr…

    …om v8 (#9443)
    
    * Start no-empty-object-type
    
    * Snapshots
    
    * Fixed tests and doc
    
    * Forgotten to add to all rules
    Vinccool96 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2671de5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2865d31 View commit details
    Browse the repository at this point in the history
Loading