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: v5.48.2
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: v5.49.0
Choose a head ref
  • 14 commits
  • 87 files changed
  • 10 contributors

Commits on Jan 16, 2023

  1. test(typescript-estree): split up parse (#6092)

    * test: 🔄 separate moduleResolver tests
    
    * test: 🔄 split moduleResolver by 4 files
    
    * test: 🔄 clean parse.mr.default-program-error
    
    clean packages/typescript-estree/tests/lib/parse.moduleResolver.default-
    program-error.test.ts
    
    * test: 🔄 clean parse.mr.default-program-success.test.ts
    
    clean parse.moduleResolver.default-program-success.test.ts
    
    * test: 🔄 clear parse.moduleResolver.placeholder-error
    
    clear parse.moduleResolver.placeholder-error.test.ts
    
    * test: 🔄 clear parse.moduleResolver.placeholder-success
    
    clear parse.moduleResolver.placeholder-success.test.ts
    
    * refactor: 🔄 create createAndPrepareParseConfig
    
    Moved common logic between tests to createAndPrepareParseConfig
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Beraliv and JoshuaKGoldberg authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9e4595e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. fix(typescript-estree): fix typo in FAQ link (#6346)

    fix(create-program): Fix  typo in FAQ link
    sidharthv96 authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    eefc578 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

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

Commits on Jan 20, 2023

  1. chore: update sponsors (#6355)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6526284 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lerna to v6.4.1 (#6341)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f2c0216 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency markdownlint-cli to ^0.33.0 (#6319)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    633d22f View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency rimraf to v4 (#6342)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e241515 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency eslint-plugin-simple-import-sort to v9 (

    …#6358)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    503bfde View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    d562244 View commit details
    Browse the repository at this point in the history
  2. chore(ast-spec): update @babel/parser and spapshots (#6266)

    * chore: update `@babel/parser`
    
    * chore: update snapshots for `@babel/parser`
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    sosukesuzuki and JoshuaKGoldberg authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d64a9b9 View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [naming-convention] add support for #private m…

    …odifier on class members (#6259)
    
    * Add `#private` as a modifier
    
    Numbers for TypeModifiers are changed as instructed by the comment in the Modifiers enum
    
    * Add support for `#private` modifier
    
    * Add tests
    
    * Add docs
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    hlysine and JoshuaKGoldberg authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    c8a6d80 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    aea74d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01f2e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef12d1 View commit details
    Browse the repository at this point in the history
Loading