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: github/eslint-plugin-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: baa4a50
Choose a base ref
...
head repository: github/eslint-plugin-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5591b7
Choose a head ref
  • 12 commits
  • 6 files changed
  • 4 contributors

Commits on Sep 4, 2023

  1. chore(deps): bump the all-dependencies group with 3 updates

    Bumps the all-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [prettier](https://github.com/prettier/prettier).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.4.1 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.4.1 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/parser)
    
    Updates `prettier` from 3.0.2 to 3.0.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: prettier
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    53d6d44 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request #478 from github/dependabot/npm_and_yarn/all-depen…

    …dencies-2cb483150e
    
    chore(deps): bump the all-dependencies group with 3 updates
    srt32 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4c72ccb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. chore(deps): bump the all-dependencies group with 3 updates

    Bumps the all-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.5.0 to 6.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser)
    
    Updates `eslint` from 8.48.0 to 8.49.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.48.0...v8.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5fabe01 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8a6579e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #480 from github/dependabot/github_actions/actions…

    …/checkout-4
    
    chore(deps): bump actions/checkout from 3 to 4
    srt32 authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6a4f1f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #479 from github/dependabot/npm_and_yarn/all-depen…

    …dencies-89a7667ae1
    
    chore(deps): bump the all-dependencies group with 3 updates
    srt32 authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2c9f0c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore(deps): bump the all-dependencies group with 2 updates

    Bumps the all-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.6.0 to 6.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4176dc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge pull request #481 from github/dependabot/npm_and_yarn/all-depen…

    …dencies-27c6b1e286
    
    chore(deps): bump the all-dependencies group with 2 updates
    erinnachen authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8ae414c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Add failing testcase

    khiga8 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9159923 View commit details
    Browse the repository at this point in the history
  2. Fix bug in get-role

    khiga8 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    19e4ba9 View commit details
    Browse the repository at this point in the history
  3. Run prettier

    khiga8 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3ecb9f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #483 from github/kh-bug-in-get-role

    Bug: Don't fallback to checking implicit role if `role` is set
    khiga8 authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d5591b7 View commit details
    Browse the repository at this point in the history
Loading