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: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.1
Choose a base ref
...
head repository: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 18 commits
  • 66 files changed
  • 6 contributors

Commits on Sep 4, 2023

  1. build(deps-dev): Bump markdownlint-cli from 0.35.0 to 0.36.0 (#379)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    47dc951 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump actions/checkout from 3 to 4 (#380)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f5f377f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. build(deps): Bump actions/setup-node from 3 to 4 (#390)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b5425a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    35e14cd View commit details
    Browse the repository at this point in the history
  2. chore: release v5.2.0

    aladdin-add committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    68674b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aed8bb View commit details
    Browse the repository at this point in the history
  4. chore: release v5.2.1

    aladdin-add committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0450e4c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    3c845be View commit details
    Browse the repository at this point in the history
  2. chore: update dependency markdownlint-cli to ^0.38.0 (#410)

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

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

  1. chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#427)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    062743d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore: update dependency markdownlint-cli to ^0.39.0 (#431)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f005a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7331ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    015c207 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    6ae0ee6 View commit details
    Browse the repository at this point in the history
  2. feat: add no-property-in-node rule (#433)

    * feat: add no-property-in-node rule
    
    * Add ☑️ emoji for recommended-type-checked
    
    * tests: valid before invalid
    
    * Also check for whether the node has a 'type'
    
    * Added docs and example to isAstNodeType
    
    * Expanded rule details
    
    * Add more valid test cases
    
    * Fixed test path to fixtures
    
    * Use parserOptions.project: true for eslint-remote-tester on TS files
    
    * nit: avoid shadowing name for typePart
    
    * <!-- omit from toc -->
    
    * Downgraded to typescript-eslint@v5
    
    * Also remove @typescript-eslint/utils
    
    * Or rather, make @typescript-eslint/utils a -D
    
    * Remove ts-api-utils too
    
    * Removed recommended-type-checked
    
    * Removed README.md section too
    
    * Removed eslint-remote-tester.config.js parserOptions.project too
    
    * Redid README.md presets table
    
    * Added all-type-checked
    
    * Removed file notice
    JoshuaKGoldberg authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d2b9372 View commit details
    Browse the repository at this point in the history
  3. chore: release 5.3.0 (#432)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    26667a1 View commit details
    Browse the repository at this point in the history
Loading