Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Tracking #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-ads-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-kangaroos-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-moons-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ducks-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-goats-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-apples-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-cooks-do.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/thick-lions-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-cobras-juggle.md

This file was deleted.

35 changes: 33 additions & 2 deletions 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

- [#414](https://github.com/primer/stylelint-config/pull/414) [`308d8e7`](https://github.com/primer/stylelint-config/commit/308d8e7373aec3dcb933973b67f1003166b0b6af) Thanks [@iansan5653](https://github.com/iansan5653)! - Enable `css-modules/no-global-scoped-selector` rule for CSS Modules

- [#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

## 12.9.2

### Patch Changes
Expand Down Expand Up @@ -267,9 +298,9 @@
- Variable replacements for autofixing are automatically detected in variable data from Primer CSS (see: https://github.com/primer/css/pull/949) #52
- It is now possible to define variable rules using functions that take the variables, as in:
```js
module.exports = createVariableRule('primer/whatever', ({variables}) => {
module.exports = createVariableRule("primer/whatever", ({ variables }) => {
/* do something with variables here */
})
});
```
- It's also now possible to provide rule _overrides_ in local stylelint configs as functions:
```js
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down