diff --git a/.changeset/giant-kangaroos-provide.md b/.changeset/giant-kangaroos-provide.md deleted file mode 100644 index 82312709..00000000 --- a/.changeset/giant-kangaroos-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Update config to alloy nesting in css modules diff --git a/.changeset/gorgeous-moons-appear.md b/.changeset/gorgeous-moons-appear.md deleted file mode 100644 index a4fdeaad..00000000 --- a/.changeset/gorgeous-moons-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Upgrade to @primer/primitives@8.2.0 diff --git a/.changeset/proud-ducks-retire.md b/.changeset/proud-ducks-retire.md deleted file mode 100644 index 92e12242..00000000 --- a/.changeset/proud-ducks-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": major ---- - -Removing `primer/no-experimental-vars` plugin from config. diff --git a/.changeset/real-goats-applaud.md b/.changeset/real-goats-applaud.md deleted file mode 100644 index 55197090..00000000 --- a/.changeset/real-goats-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Change config to accept multiple file types `.css, .scss, .modules.css, .tsx, .pcss` diff --git a/.changeset/seven-apples-rhyme.md b/.changeset/seven-apples-rhyme.md deleted file mode 100644 index a4ad0b12..00000000 --- a/.changeset/seven-apples-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Update primer/spacing for CSS properties diff --git a/.changeset/tasty-cooks-do.md b/.changeset/tasty-cooks-do.md deleted file mode 100644 index eeee1ad1..00000000 --- a/.changeset/tasty-cooks-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": major ---- - -Deleting primer/utilities plugin diff --git a/.changeset/thick-lions-call.md b/.changeset/thick-lions-call.md deleted file mode 100644 index 826c3d13..00000000 --- a/.changeset/thick-lions-call.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@primer/stylelint-config": major ---- - -**BREAKING CHANGE:** Removing plugins from the config. - -* primer/new-color-vars-have-fallback -* primer/no-deprecated-colors -* primer/no-override -* primer/no-scale-colors -* primer/no-undefined-vars -* primer/no-unused-vars diff --git a/.changeset/unlucky-pans-develop.md b/.changeset/unlucky-pans-develop.md deleted file mode 100644 index 83896fa3..00000000 --- a/.changeset/unlucky-pans-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Updating `primer/borders` plugin to work for new primitives and CSS vars diff --git a/.changeset/wicked-cobras-juggle.md b/.changeset/wicked-cobras-juggle.md deleted file mode 100644 index 39e9d7cd..00000000 --- a/.changeset/wicked-cobras-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": major ---- - -Upgrade to latest stylelint and make esm the default module format diff --git a/CHANGELOG.md b/CHANGELOG.md index a7baf2ef..599ac763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 13.0.0 + +### Major Changes + +- [#397](https://github.com/primer/stylelint-config/pull/397) [`255a3c4`](https://github.com/primer/stylelint-config/commit/255a3c4cebb453243978b24f35516ed55443c81e) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing `primer/no-experimental-vars` plugin from config. + +- [#415](https://github.com/primer/stylelint-config/pull/415) [`86cf24f`](https://github.com/primer/stylelint-config/commit/86cf24f5c1f3f51b5085a5808a5406bc04e47b68) Thanks [@jonrohan](https://github.com/jonrohan)! - Deleting primer/utilities plugin + +- [#401](https://github.com/primer/stylelint-config/pull/401) [`0a7bc7e`](https://github.com/primer/stylelint-config/commit/0a7bc7eeaec4b6ea63cbc7bda150ea61a3b5d346) Thanks [@jonrohan](https://github.com/jonrohan)! - **BREAKING CHANGE:** Removing plugins from the config. + + - primer/new-color-vars-have-fallback + - primer/no-deprecated-colors + - primer/no-override + - primer/no-scale-colors + - primer/no-undefined-vars + - primer/no-unused-vars + +- [#397](https://github.com/primer/stylelint-config/pull/397) [`255a3c4`](https://github.com/primer/stylelint-config/commit/255a3c4cebb453243978b24f35516ed55443c81e) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrade to latest stylelint and make esm the default module format + +### Minor Changes + +- [#403](https://github.com/primer/stylelint-config/pull/403) [`2c9e2de`](https://github.com/primer/stylelint-config/commit/2c9e2de5ea64754587109098352fef80718b9b30) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Update config to alloy nesting in css modules + +- [#417](https://github.com/primer/stylelint-config/pull/417) [`3318d25`](https://github.com/primer/stylelint-config/commit/3318d25f78f5a2a25dbe9aec077145c2a33db3af) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrade to @primer/primitives@8.2.0 + +- [#368](https://github.com/primer/stylelint-config/pull/368) [`0ed9a47`](https://github.com/primer/stylelint-config/commit/0ed9a4723cc1c5a1d7bbd2a36da064e76634d1b9) Thanks [@jonrohan](https://github.com/jonrohan)! - Change config to accept multiple file types `.css, .scss, .modules.css, .tsx, .pcss` + +- [#400](https://github.com/primer/stylelint-config/pull/400) [`e708ed2`](https://github.com/primer/stylelint-config/commit/e708ed2ad2789e2acabcb8cb64eb99735ea87d17) Thanks [@jonrohan](https://github.com/jonrohan)! - Update primer/spacing for CSS properties + +- [`4c22d43`](https://github.com/primer/stylelint-config/commit/4c22d43342857e282802f242445e25f562001a79) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating `primer/borders` plugin to work for new primitives and CSS vars + ## 12.9.2 ### Patch Changes diff --git a/package.json b/package.json index c5f9cbc5..431a07c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "12.9.2", + "version": "13.0.0", "description": "Sharable stylelint config used by GitHub's CSS", "author": "GitHub, Inc.", "license": "MIT",