Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: made BaseNode.parent non-optional #5252

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    671a7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946894b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c9951b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge branch 'main'

    JoshuaKGoldberg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d1b7951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72edf54 View commit details
    Browse the repository at this point in the history
  3. Fix lint: value type

    JoshuaKGoldberg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4d55ee6 View commit details
    Browse the repository at this point in the history
  4. fix(utils): removed TRuleListener generic from the createRule (ty…

    …pescript-eslint#5036)
    
    * refactor(utils)!: removed `TRuleListener` generic from the `createRule`
    
    * refactor!: removed `TRuleListener` generic from the `CLIEngine` and `RuleCreateFunction`
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    3 people committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0414e4d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. feat: create TSTypeQuery node when TSImportType has isTypeOf (typescr…

    …ipt-eslint#3076)
    
    * feat: update TSImportType node
    
    * fix: update visitor keys
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    3 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    04488c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2fbfa View commit details
    Browse the repository at this point in the history
  3. feat(scope-manager): ignore ECMA version (typescript-eslint#5889)

    * feat(scope-manager): ignore ECMA version
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * Remove much more
    
    * Fix WebLinter lint
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    * chore: add auto-canary release for v6 (typescript-eslint#5883)
    
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    JoshuaKGoldberg and adnanhashmi09 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c446386 View commit details
    Browse the repository at this point in the history
  4. feat: remove semantically invalid properties from TSEnumDeclaration, …

    …TSInterfaceDeclaration and TSModuleDeclaration (typescript-eslint#4863)
    
    * chore: remove invalid properties from ast nodes
    
    * chore: remove invalid code in scope-manager and typescript-estree
    
    * chore: re-write snapshots that were using invalid properties
    
    * feat: remove modifiers union from ast types
    
    Co-authored-by: Juan García <juank1809@gmail.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    3 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cf2956f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b90e7c3 View commit details
    Browse the repository at this point in the history
  6. feat(utils): remove (ts-)eslint-scope types (typescript-eslint#5256)

    * chore(utils)\!: remove (ts-)eslint-scope types
    
    * Remove eslint-scope dep
    
    * More file deletions
    JoshuaKGoldberg committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fff0e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d85274 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b9c379 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38478ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d523f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Merge branch 'v6' into base-node-parent-non-optional

    # Conflicts:
    #	packages/eslint-plugin/src/rules/prefer-nullish-coalescing.ts
    #	packages/utils/package.json
    bradzacher committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    31a0fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d65e74 View commit details
    Browse the repository at this point in the history