Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent abd153f commit 3fc3c9a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 30 deletions.
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.

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.

25 changes: 23 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# 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.

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

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

## 12.9.2

### Patch Changes
Expand Down Expand Up @@ -267,9 +288,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

0 comments on commit 3fc3c9a

Please sign in to comment.