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.19.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: v6.20.0
Choose a head ref
  • 14 commits
  • 65 files changed
  • 13 contributors

Commits on Jan 22, 2024

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

Commits on Jan 25, 2024

  1. docs: underline URLs, change contrast in syntax highlighting (#8225)

    * Add underlines on all links other than menu, table of contents
    
    * Fix comment in css
    Include next page in comment as I forgot to include it beforehand
    
    * Add comment whitespace
    
    * Remove underlines from navbar, buttons
    
    * Fix CSS in blog page causing headers, sidebar links to be underlined
    
    * Alter CSS to change only anchor elements inside .markdown class
    
    * Update styles to change color contrast in syntax highlighting
    lucas-amberg authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    24f9d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. chore: update sponsors (#8303)

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

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    a9f995a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc6770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c232319 View commit details
    Browse the repository at this point in the history
  4. chore: enable prefer-nullish-coalescing internally (#7955)

    * chore: enable prefer-nullish-calescing internally
    
    * A couple complaints
    
    * One last complaint
    
    * Enable ignoreConditionalTests
    JoshuaKGoldberg authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d0137c8 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as …

    …non-nullable (#8262)
    
    * fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-nullable
    
    * chore: rm unrelated changes
    
    * test: add declarations of 'y' variable
    auvred authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    70505e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix(eslint-plugin): [no-useless-template-literals] report Infinity & …

    …NaN (#8295)
    
    * fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN
    
    Closes #8294
    
    * remove unnecessary tests
    StyleShit authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d02d086 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update react (#8042)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    73cbe9e View commit details
    Browse the repository at this point in the history
  3. chore(eslint-plugin): fix typos in schema definitions (#8311)

    chore: Fix typos in schema definitions
    hyperupcall authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9dca40e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e95d719 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)

    * Disable checking accessors for prefer-readonly
    
    * Granular accessor tests
    
    * Update packages/eslint-plugin/src/rules/prefer-readonly.ts
    
    * fix: formatting and || for isModifierFlagSet suggestion
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    Jamesernator and JoshuaKGoldberg authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4d2ce3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a01a6e6 View commit details
    Browse the repository at this point in the history
Loading