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 Loading
base: v5.54.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint Loading
compare: v5.54.1
Choose a head ref
  • 17 commits
  • 61 files changed
  • 11 contributors

Commits on Feb 27, 2023

  1. fix(typescript-estree): do not call export of clearProgramCache (#6540)

    Do not call export of clearProgramCache
    
    Calling it exports `undefined` instead of making it an alias of
    `clearCaches`, which I believe was the intent.
    sandersn committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    181e705 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8c785ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df840b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a0a08 View commit details
    Browse the repository at this point in the history
  4. chore: update contributors (#6548)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    bb01d4e View commit details
    Browse the repository at this point in the history
  5. chore(website): add new action to playground to fix all eslint errors (

    …#6529)
    
    feat(website): add new action to fix all eslint errors and correct
    armano2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a455517 View commit details
    Browse the repository at this point in the history
  6. docs: clarify kinds of lint rules in formatting docs (#6510)

    * docs: clarify kinds of lint rules in formatting docs
    
    * Update docs/linting/troubleshooting/Formatting.mdx
    
    Co-authored-by: Brad Zacher <[email protected]>
    
    ---------
    
    Co-authored-by: Brad Zacher <[email protected]>
    JoshuaKGoldberg and bradzacher committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3bc8c15 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency monaco-editor to ^0.36.0 (#6539)

    * chore(deps): update dependency monaco-editor to ^0.36.0
    
    * fix: correct compilation warning
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Armano <[email protected]>
    renovate[bot] and armano2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7202c1f View commit details
    Browse the repository at this point in the history
  8. chore(website): correct build compilation warning (#6527)

    chore(website): correct build compilation warning #6424
    armano2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ee707b4 View commit details
    Browse the repository at this point in the history
  9. chore(website): correct issues with scrollbars in playground (#6516)

    * fix(website): correct issues with scrollbars in playground
    
    * fix(website): correct sizing of elements
    
    * fix(website): revert some changes
    armano2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    52621d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e37ebfe View commit details
    Browse the repository at this point in the history
  11. docs(website): blog post on consistent-type-(exports|imports) (#6238)

    * docs(website): blog post on consistent-type-(exports|imports)
    
    * Apply suggestions from code review
    
    Co-authored-by: Brad Zacher <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Brad Zacher <[email protected]>
    
    * More review touchups
    
    * More informative examples
    
    * Rename and redate
    
    * Fix build links
    
    * Spelling
    
    * Apply suggestions from code review
    
    Co-authored-by: Joshua Chen <[email protected]>
    
    * Switch to import
    
    * Mention eslint-plugin-import and verbatimModuleSyntax
    
    * Fix spelling
    
    ---------
    
    Co-authored-by: Brad Zacher <[email protected]>
    Co-authored-by: Joshua Chen <[email protected]>
    3 people committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    315374c View commit details
    Browse the repository at this point in the history
  12. chore(website): prioritize changes done in editor over hash change (#…

    …6513)
    
    * fix(website): prioritize changes done in editor over hash change
    
    * fix(website): do not applyEdits when editor is focused
    
    * fix(website): simplify useResizeObserver
    armano2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e86802d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    222ed1b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. chore(deps): update dependency json-schema-to-typescript to v12 (#6533)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ba2f0c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. chore: update sponsors (#6560)

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

Commits on Mar 6, 2023

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