-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: primer/eslint-plugin-primer-react
base: v7.0.2
head repository: primer/eslint-plugin-primer-react
compare: v8.0.0
- 12 commits
- 39 files changed
- 10 contributors
Commits on Jul 9, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ec701d2 - Browse repository at this point
Copy the full SHA ec701d2View commit details
Commits on Jul 14, 2025
-
Add rule to prevent duplicate labels on TextInput (#366)
* add rule to prevent duplicate labels * fix formating issue * patch->minor
Configuration menu - View commit details
-
Copy full SHA for c7bf278 - Browse repository at this point
Copy the full SHA c7bf278View commit details
Commits on Aug 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f016a8a - Browse repository at this point
Copy the full SHA f016a8aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d10759d - Browse repository at this point
Copy the full SHA d10759dView commit details
Commits on Aug 7, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d42d5c0 - Browse repository at this point
Copy the full SHA d42d5c0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d52a5ff - Browse repository at this point
Copy the full SHA d52a5ffView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6362adf - Browse repository at this point
Copy the full SHA 6362adfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 52f3be6 - Browse repository at this point
Copy the full SHA 52f3be6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7996b94 - Browse repository at this point
Copy the full SHA 7996b94View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4594f72 - Browse repository at this point
Copy the full SHA 4594f72View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc025bb - Browse repository at this point
Copy the full SHA bc025bbView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06efbcd - Browse repository at this point
Copy the full SHA 06efbcdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.2...v8.0.0