-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: primer/eslint-plugin-primer-react
base: v6.1.1
head repository: primer/eslint-plugin-primer-react
compare: main
Commits on Sep 24, 2024
-
fix(no-wildcard-imports): use local name when changing imports (#234)
* fix(no-wildcard-imports): use local name when changing imports * chore: remove unused sourceCode * chore: add changeset * chore: fix imports for hooks * chore: add fix for when we insert multiple imports * fix: move SelectPanel import to deprecated * chore: add to stable * test: update test * test: update expected output
Configuration menu - View commit details
-
Copy full SHA for 9a58afb - Browse repository at this point
Copy the full SHA 9a58afbView commit details -
fix: include deprecated props in rule (#239)
* fix: include deprecated props in rule * chore: add changeset * fix: include TabNavLinkprops
Configuration menu - View commit details
-
Copy full SHA for 3b2e023 - Browse repository at this point
Copy the full SHA 3b2e023View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 827d70a - Browse repository at this point
Copy the full SHA 827d70aView commit details
Commits on Sep 25, 2024
-
Bump eslint from 8.57.0 to 8.57.1 (#236)
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v8.57.1) --- updated-dependencies: - dependency-name: eslint 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 c860192 - Browse repository at this point
Copy the full SHA c860192View commit details
Commits on Oct 7, 2024
-
fix(no-wildcard-imports): support test-helpers, mix-and-match imports (…
…#242) * fix(no-wildcard-imports): add test case for mix-and-match * chore: add changeset * feat: add support for ResponsiveValue * feat: add support for useFeatureFlag migration
Configuration menu - View commit details
-
Copy full SHA for e139c02 - Browse repository at this point
Copy the full SHA e139c02View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c5ea48 - Browse repository at this point
Copy the full SHA 2c5ea48View commit details
Commits on Oct 9, 2024
-
fix(no-wildcard-imports): mix-and-match import types (#249)
* fix(no-wildcard-imports): mix-and-match import types * chore: add changeset * refactor: update logic to reuse imports * fix: add support for default * fix: reuse existing type import declarations if they exist * chore: fix eslint warnings * fix: lookup for specifiers * fix: update overlap when removing and replacing node
Configuration menu - View commit details
-
Copy full SHA for f8c8a9d - Browse repository at this point
Copy the full SHA f8c8a9dView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60d8088 - Browse repository at this point
Copy the full SHA 60d8088View commit details -
fix(no-wildcard-imports): move ButtonBase to experimental (#253)
* feat: move ButtonBase to experimental * chore: add changeset
Configuration menu - View commit details
-
Copy full SHA for 456bf4d - Browse repository at this point
Copy the full SHA 456bf4dView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf767c6 - Browse repository at this point
Copy the full SHA bf767c6View commit details
Commits on Oct 10, 2024
-
fix(no-wildcard-imports): remove migration for TokenSizeKeys (#255)
* fix(no-wildcard-imports): remove migration for TokenSizeKeys * chore: add changeset
Configuration menu - View commit details
-
Copy full SHA for fd2cb55 - Browse repository at this point
Copy the full SHA fd2cb55View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 704d44c - Browse repository at this point
Copy the full SHA 704d44cView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 906bd97 - Browse repository at this point
Copy the full SHA 906bd97View commit details
Commits on Oct 24, 2024
-
add enforce-css-module-identifier-casing rule (#258)
* add enforce-css-module-identifier-casing rule * changeset * formatting
Configuration menu - View commit details
-
Copy full SHA for 83f29f3 - Browse repository at this point
Copy the full SHA 83f29f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650bbca - Browse repository at this point
Copy the full SHA 650bbcaView commit details
Commits on Oct 28, 2024
-
add enforce-css-module-default-import rule (#266)
* add enforce-css-module-default-import rule * changeset
Configuration menu - View commit details
-
Copy full SHA for 90134bc - Browse repository at this point
Copy the full SHA 90134bcView commit details
Commits on Nov 15, 2024
-
Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and ma…
…ke the changes accordingly (#270) * Update the tooltip eslint rule as we now export the new one from main bundle and the old one from deprecated * oops * just make the code a lil better * Create gorgeous-frogs-cover.md * reuse rootImport and fix method * Update .changeset/gorgeous-frogs-cover.md * improve the rule docs so that it can be used as a migration guide
Configuration menu - View commit details
-
Copy full SHA for 17814a2 - Browse repository at this point
Copy the full SHA 17814a2View commit details
Commits on Dec 2, 2024
-
Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.2 (#277)
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.10.0 to 6.10.2. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.10.0...v6.10.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y 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 fdef34a - Browse repository at this point
Copy the full SHA fdef34aView commit details -
Bump typescript from 5.6.2 to 5.7.2 (#276)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript 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 17b314b - Browse repository at this point
Copy the full SHA 17b314bView commit details
Commits on Dec 3, 2024
-
Bump @changesets/cli from 2.27.9 to 2.27.10 (#275)
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.9 to 2.27.10. - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.9...@changesets/cli@2.27.10) --- updated-dependencies: - dependency-name: "@changesets/cli" 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 0b8d981 - Browse repository at this point
Copy the full SHA 0b8d981View commit details
Commits on Dec 9, 2024
-
Bump @typescript-eslint/utils from 7.16.0 to 8.17.0 (#283)
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 7.16.0 to 8.17.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.17.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" 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>
Configuration menu - View commit details
-
Copy full SHA for 9235b25 - Browse repository at this point
Copy the full SHA 9235b25View commit details
Commits on Dec 27, 2024
-
Bump @typescript-eslint/utils from 8.17.0 to 8.18.1 (#289)
* Bump @typescript-eslint/utils from 8.17.0 to 8.18.1 Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.17.0 to 8.18.1. - [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.18.1/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * empty commit --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Lucca <francinelucca@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b5b0b2 - Browse repository at this point
Copy the full SHA 5b5b0b2View commit details
Commits on Jan 9, 2025
-
Bump markdownlint-cli2 from 0.14.0 to 0.17.1 (#297)
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.14.0 to 0.17.1. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.1) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development 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 e4a87c2 - Browse repository at this point
Copy the full SHA e4a87c2View commit details
There are no files selected for viewing
This file was deleted.