diff --git a/.changeset/gorgeous-frogs-cover.md b/.changeset/gorgeous-frogs-cover.md deleted file mode 100644 index adef2f07..00000000 --- a/.changeset/gorgeous-frogs-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": major ---- - -Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and make the changes accordingly diff --git a/.changeset/mean-shrimps-train.md b/.changeset/mean-shrimps-train.md deleted file mode 100644 index 1ede0604..00000000 --- a/.changeset/mean-shrimps-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Add null check to enforce-css-module-identifier-casing.js. Corrects complex instances where ref.resolve is not available. diff --git a/.changeset/nine-mirrors-float.md b/.changeset/nine-mirrors-float.md deleted file mode 100644 index 952d2057..00000000 --- a/.changeset/nine-mirrors-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': major ---- - -Add `a11y-no-title-usage` that warns against using `title` in some components diff --git a/.changeset/purple-pears-kiss.md b/.changeset/purple-pears-kiss.md deleted file mode 100644 index b99c00f0..00000000 --- a/.changeset/purple-pears-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add enforce-css-module-default-import rule diff --git a/.changeset/slimy-zebras-roll.md b/.changeset/slimy-zebras-roll.md deleted file mode 100644 index 6932a7af..00000000 --- a/.changeset/slimy-zebras-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add enforce-css-module-identifier-casing rule diff --git a/.changeset/soft-ravens-share.md b/.changeset/soft-ravens-share.md deleted file mode 100644 index a7e389e3..00000000 --- a/.changeset/soft-ravens-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -fix: Link to should be allowed to have tooltip diff --git a/.changeset/wicked-areas-jog.md b/.changeset/wicked-areas-jog.md deleted file mode 100644 index 5582f9e1..00000000 --- a/.changeset/wicked-areas-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add `no-deprecated-experimental-components` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1f33dd..17cf8ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # eslint-plugin-primer-react +## 7.0.0 + +### Major Changes + +- [#270](https://github.com/primer/eslint-plugin-primer-react/pull/270) [`17814a2`](https://github.com/primer/eslint-plugin-primer-react/commit/17814a2d77d752b6675e51124fe3c18671837a10) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and make the changes accordingly + +- [#316](https://github.com/primer/eslint-plugin-primer-react/pull/316) [`40016c8`](https://github.com/primer/eslint-plugin-primer-react/commit/40016c8db99b4045ed7474cead0b48eed05f5f64) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add `a11y-no-title-usage` that warns against using `title` in some components + +### Minor Changes + +- [#266](https://github.com/primer/eslint-plugin-primer-react/pull/266) [`90134bc`](https://github.com/primer/eslint-plugin-primer-react/commit/90134bcee073c424e81c53e69632e1518798af93) Thanks [@keithamus](https://github.com/keithamus)! - Add enforce-css-module-default-import rule + +- [#258](https://github.com/primer/eslint-plugin-primer-react/pull/258) [`83f29f3`](https://github.com/primer/eslint-plugin-primer-react/commit/83f29f339999b9c21d95167bcc2680c1797cbab6) Thanks [@keithamus](https://github.com/keithamus)! - Add enforce-css-module-identifier-casing rule + +- [#325](https://github.com/primer/eslint-plugin-primer-react/pull/325) [`f689fcc`](https://github.com/primer/eslint-plugin-primer-react/commit/f689fcc0ca3e5a2c4b76aa04ebb620c7c5786fdf) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add `no-deprecated-experimental-components` rule + +### Patch Changes + +- [#330](https://github.com/primer/eslint-plugin-primer-react/pull/330) [`1b70cf1`](https://github.com/primer/eslint-plugin-primer-react/commit/1b70cf108948d2c6818bbaddd69e5dfad5060e53) Thanks [@francinelucca](https://github.com/francinelucca)! - Add null check to enforce-css-module-identifier-casing.js. Corrects complex instances where ref.resolve is not available. + +- [#314](https://github.com/primer/eslint-plugin-primer-react/pull/314) [`63ef9fd`](https://github.com/primer/eslint-plugin-primer-react/commit/63ef9fdf02a9c4b80528644a96fd81e366bce187) Thanks [@khiga8](https://github.com/khiga8)! - fix: Link to should be allowed to have tooltip + ## 6.1.6 ### Patch Changes diff --git a/package.json b/package.json index 0341780c..6892354a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "6.1.6", + "version": "7.0.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {