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: v5.0.0
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: v5.0.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 3, 2024

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

    Bumps the all-dependencies group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.8.0` | `7.11.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.8.0` | `7.11.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.0` |
    | [chai](https://github.com/chaijs/chai) | `5.1.0` | `5.1.1` |
    | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.4.0` |
    | [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) | `1.7.0` | `1.7.1` |
    
    
    Updates `@typescript-eslint/eslint-plugin` from 7.8.0 to 7.11.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/v7.11.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.8.0 to 7.11.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/v7.11.0/packages/parser)
    
    Updates `prettier` from 3.2.5 to 3.3.0
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.3.0)
    
    Updates `chai` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
    - [Commits](chaijs/chai@v5.1.0...v5.1.1)
    
    Updates `eslint` from 8.57.0 to 9.4.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.57.0...v9.4.0)
    
    Updates `eslint-doc-generator` from 1.7.0 to 1.7.1
    - [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
    - [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
    - [Commits](bmish/eslint-doc-generator@v1.7.0...v1.7.1)
    
    ---
    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-minor
      dependency-group: all-dependencies
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: all-dependencies
    - dependency-name: eslint-doc-generator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1bd0859 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. backout eslint 9 update

    mattcosta7 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    919dda0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 from github/dependabot/npm_and_yarn/all-depen…

    …dencies-0e7b4e5f4a
    
    chore(deps): bump the all-dependencies group with 5 updates
    mattcosta7 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    948bc6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec76d1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #531 from github/kh-set-exception-on-rule

    Provide `no-redundant-roles` exception for `rowgroup`
    khiga8 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8d9ed4f View commit details
    Browse the repository at this point in the history
Loading