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 23, 2024
1 parent 2c9e2de commit 864dd2a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-kangaroos-provide.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.

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.

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

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

- [#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 +290,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 864dd2a

Please sign in to comment.