Skip to content

Commit

Permalink
Release 0.14.0 (#205)
Browse files Browse the repository at this point in the history
* Upgrade styelint-no-unsupported-browser-features from 6.0.1 to 6.1.0

* Release v0.14.0
  • Loading branch information
jdforrester committed Feb 23, 2023
1 parent e82cb56 commit e095dbc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.14.0 / 2023-02-23
* Changed rule: selector-pseudo-element-colon-notation: Expect double colon notation not single (Volker-E)

* Upgrade styelint-no-unsupported-browser-features from 6.0.1 to 6.1.0 (James D. Forrester)
* Upgrade stylelint from 14.8.1 to 14.9.1 (#192) (James D. Forrester)

* packaging: Add 'Less' to package keywords (Volker E)
* build: Drop Node.js version 12.x and update to '14.x, 16.x' (Volker-E)
* build: Update 'stylelint' and dependencies to latest (Volker-E)
* build: Upgrade and pin qunit from ^2.19.0 to 2.19.4 (James D. Forrester)
* build: Upgrade eslint-config-wikimedia from 0.22.1 to 0.24.0 (James D. Forrester)


## 0.13.1 / 2022-07-29
* Add back support for linting `.vue` files (James D. Forrester)
* Add `reportNeedlessDisables` to main config (Ed Sanders)
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-wikimedia",
"version": "0.13.1",
"version": "0.14.0",
"description": "Wikimedia shareable config for stylelint",
"keywords": [
"code",
Expand Down Expand Up @@ -47,7 +47,7 @@
"postcss-html": "1.5.0",
"stylelint": "14.16.1",
"stylelint-config-recommended": "9.0.0",
"stylelint-no-unsupported-browser-features": "6.0.1"
"stylelint-no-unsupported-browser-features": "6.1.0"
},
"peerDependencies": {
"postcss-less": "^6.0.0"
Expand Down

0 comments on commit e095dbc

Please sign in to comment.