Skip to content

Commit ecd3695

Browse files
ybiquitousjeddy3
andauthored
Prepare 10.0.0 (#180)
Co-authored-by: jeddy3 <[email protected]>
1 parent d67667f commit ecd3695

File tree

7 files changed

+1396
-1179
lines changed

7 files changed

+1396
-1179
lines changed

.github/workflows/nodejs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414

1515
test:
1616
uses: stylelint/.github/.github/workflows/test.yml@main
17-
with:
18-
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'

.prettierignore

-1
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 10.0.0
4+
5+
- Removed: `stylelint` less than `15.0.0` from peer dependencies.
6+
37
## 9.0.0
48

59
- Removed: `stylelint` less than `14.10.0` from peer dependencies.

__tests__/invalid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
madeup {
2-
top: 0;
2+
top: 0;
33
}

__tests__/valid.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.selector-1,
44
.selector-2,
5-
.selector-3[type="text"] {
6-
background: linear-gradient(#fff, rgba(0, 0, 0, 0.8));
7-
box-sizing: border-box;
8-
display: block;
9-
color: #333;
5+
.selector-3[type='text'] {
6+
background: linear-gradient(#fff, rgba(0, 0, 0, 0.8));
7+
box-sizing: border-box;
8+
display: block;
9+
color: #333;
1010
}

0 commit comments

Comments
 (0)