Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* stylelint-order: 4.0.0 --> 5.0.0
* stylelint-scss: 3.18.0 --> 4.0.0
* stylelint: 13.7.0 --> 14.0.0
* tape: 5.0.1 --> 5.3.1

For compatibility with stylelint@v14:

* Sync "node" compatibility

* (tape) Add "postcss-scss" as devDependency
* (tape) Update test in "url-quotes.js"

Closes: #195
Closes: #196
  • Loading branch information
gfyoung committed Oct 21, 2021
1 parent 5e9c0b5 commit f1a2e0c
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 2,153 deletions.
2 changes: 1 addition & 1 deletion __tests__/url-quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test("URL quotes scss", t => {

function checkResult(result) {
t.equal(result.warnings().length, 1, "flags 1 warning")
t.is(result.warnings()[0].text, "Expected quotes (function-url-quotes)", "correct warning text")
t.is(result.warnings()[0].text, "Expected quotes around \"url\" function argument (function-url-quotes)", "correct warning text")
}
})

Expand Down

0 comments on commit f1a2e0c

Please sign in to comment.