Skip to content

Commit f4031cd

Browse files
Version Packages (#365)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33f12e4 commit f4031cd

File tree

8 files changed

+33
-43
lines changed

8 files changed

+33
-43
lines changed

.changeset/clever-tables-know.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/gold-penguins-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-pugs-visit.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/shiny-badgers-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-rockets-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-squids-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/stylelint-plugin/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 12.0.0
4+
5+
### Major Changes
6+
7+
- [#364](https://github.com/Shopify/web-configs/pull/364) [`2283dfe`](https://github.com/Shopify/web-configs/commit/2283dfed0a3ecbe0db7d995e77df308dca623b57) Thanks [@alexandcote](https://github.com/alexandcote)! - Updating our stylelint rules to support stylelint@^15
8+
9+
- Removing [76 rules](https://stylelint.io/user-guide/rules#deprecated) deprecated rules.
10+
- Enable a new [`declaration-property-value-no-unknown`](https://github.com/stylelint/stylelint/blob/main/lib/rules/declaration-property-value-no-unknown/README.md) rule.
11+
- Only support `stylelint` >= 15
12+
13+
### Minor Changes
14+
15+
- [#364](https://github.com/Shopify/web-configs/pull/364) [`2283dfe`](https://github.com/Shopify/web-configs/commit/2283dfed0a3ecbe0db7d995e77df308dca623b57) Thanks [@alexandcote](https://github.com/alexandcote)! - Updating `stylelint-scss` to version `^4.4.0`.
16+
17+
This version support new rules:
18+
19+
- [`scss/dollar-variable-no-namespaced-assignment`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-no-namespaced-assignment/README.md)
20+
- [`scss/at-use-no-unnamespaced`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/at-use-no-unnamespaced/README.md)
21+
- [`scss/function-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/function-no-unknown/README.md)
22+
- [`scss/at-import-partial-extension`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/at-import-partial-extension/README.md)
23+
- [`scss/at-rule-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/at-rule-no-unknown/README.md)
24+
25+
### Patch Changes
26+
27+
- [#364](https://github.com/Shopify/web-configs/pull/364) [`2283dfe`](https://github.com/Shopify/web-configs/commit/2283dfed0a3ecbe0db7d995e77df308dca623b57) Thanks [@alexandcote](https://github.com/alexandcote)! - Update `postcss` to version ^8.4.21
28+
29+
- [#364](https://github.com/Shopify/web-configs/pull/364) [`2283dfe`](https://github.com/Shopify/web-configs/commit/2283dfed0a3ecbe0db7d995e77df308dca623b57) Thanks [@alexandcote](https://github.com/alexandcote)! - Updating stylelint-prettier to `^3.0.0`
30+
31+
- [#364](https://github.com/Shopify/web-configs/pull/364) [`2283dfe`](https://github.com/Shopify/web-configs/commit/2283dfed0a3ecbe0db7d995e77df308dca623b57) Thanks [@alexandcote](https://github.com/alexandcote)! - Update `stylelint-order` to version `^6.0.0`
32+
33+
- [#366](https://github.com/Shopify/web-configs/pull/366) [`33f12e4`](https://github.com/Shopify/web-configs/commit/33f12e48ee0e7c95bfa35392ef0d2a9c27329d68) Thanks [@BPScott](https://github.com/BPScott)! - Remove a layer of indirection by specifying rules in `index.js` instead of having that import content from `config/*.js`
34+
335
## 11.0.1 - 2021-12-07
436

537
### Changed

packages/stylelint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/stylelint-plugin",
3-
"version": "11.0.1",
3+
"version": "12.0.0",
44
"license": "MIT",
55
"description": "Shopify's stylelint rules and config",
66
"keywords": [

0 commit comments

Comments
 (0)