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: primer/eslint-plugin-primer-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: primer/eslint-plugin-primer-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 12 commits
  • 39 files changed
  • 10 contributors

Commits on Jul 9, 2025

  1. Add rule for Link to not be allowed without href (#364)

    * Add rule for Link to not be allowed without href
    
    * Fix the message
    
    * Remove fixable property
    
    * Create curvy-stingrays-decide.md
    pksjce authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    ec701d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Add rule to prevent duplicate labels on TextInput (#366)

    * add rule to prevent duplicate labels
    
    * fix formating issue
    
    * patch->minor
    liuliu-dev authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    c7bf278 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Bump @typescript-eslint/utils from 8.35.0 to 8.38.0 (#371)

    Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.35.0 to 8.38.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/utils)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/utils"
      dependency-version: 8.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    f016a8a View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 5.8.2 to 5.8.3 (#362)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 5.8.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    d10759d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Update repository to Node.js v20 (#380)

    * Initial plan
    
    * Update repository to Node.js v20
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    * Update ESLint plugin version and Node.js to v20
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    Co-authored-by: Jon Rohan <jonrohan@github.com>
    3 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    d42d5c0 View commit details
    Browse the repository at this point in the history
  2. Bump jest and @types/jest (#374)

    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
    
    Updates `jest` from 29.7.0 to 30.0.5
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)
    
    Updates `@types/jest` from 29.5.13 to 30.0.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-version: 30.0.5
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: "@types/jest"
      dependency-version: 30.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    d52a5ff View commit details
    Browse the repository at this point in the history
  3. Bump actions/create-github-app-token from 1 to 2 (#324)

    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jon Rohan <jonrohan@github.com>
    dependabot[bot] and jonrohan authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    6362adf View commit details
    Browse the repository at this point in the history
  4. Upgrade to ESLint v9 support with eslint-plugin-github v6 (#381)

    * Initial plan
    
    * Initial analysis for ESLint v9 upgrade
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    * Upgrade to ESLint v9 support
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    * Update eslint-plugin-github to v6.0.0
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    * Format fix
    
    * Remove duplicate test cases
    
    * Remove duplicate output
    
    * Upgrade eslint-plugin-primer-react to major version
    
    * Fix eslint.config.js to include eslint:recommended and plugin:github/recommended configs and update typescript-eslint parser usage
    
    Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
    
    * Update ESLint peerDependency to require only v9.0.0
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    Co-authored-by: Jon Rohan <yes@jonrohan.codes>
    Co-authored-by: Jon Rohan <jonrohan@github.com>
    Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
    5 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    52f3be6 View commit details
    Browse the repository at this point in the history
  5. Bump markdownlint-cli2-formatter-pretty from 0.0.7 to 0.0.8 (#373)

    Bumps [markdownlint-cli2-formatter-pretty](https://github.com/DavidAnson/markdownlint-cli2) from 0.0.7 to 0.0.8.
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.0.7...v0.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2-formatter-pretty
      dependency-version: 0.0.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    7996b94 View commit details
    Browse the repository at this point in the history
  6. Bump @typescript-eslint/rule-tester from 7.16.0 to 8.38.0 (#372)

    Bumps [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) from 7.16.0 to 8.38.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/rule-tester)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/rule-tester"
      dependency-version: 8.38.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    4594f72 View commit details
    Browse the repository at this point in the history
  7. Add comprehensive GitHub Copilot instructions for eslint-plugin-prime…

    …r-react (#378)
    
    * Initial plan
    
    * Complete comprehensive .github/copilot-instructions.md file with validated workflows
    
    Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
    
    * Update copilot-instructions.md to reflect Node.js v20 upgrade
    
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
    Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
    3 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    bc025bb View commit details
    Browse the repository at this point in the history
  8. Version Packages (#365)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    primer-css and github-actions[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    06efbcd View commit details
    Browse the repository at this point in the history
Loading