Releases: Skyscanner/stylelint-config-skyscanner
Releases · Skyscanner/stylelint-config-skyscanner
6.0.0
What's Changed
- Bump jest from 27.4.7 to 27.5.1 by @dependabot in #178
- Bump lint-staged from 12.3.2 to 12.3.5 by @dependabot in #184
- [NO JIRA]: Migrate to Node 16 by @olliecurtis in #188
Full Changelog: v5.4.1...v6.0.0
5.4.1
5.4.0
5.3.0
Updated
- Allow using
currentcolor
keyword.
v5.2.0
Updated
- Bump stylelint from 14.2.0 to 14.3.0
- Migrate from eslint-config-skyscanner to @skyscanner/eslint-config-skyscanner
- Bump lint-staged from 12.1.4 to 12.1.7
- Bump jest from 27.4.5 to 27.4.7
5.1.0
Updated
- Bump
stylelint
from14.1.0
to14.2.0
- Bump
stylelint-scss
from4.0.0
to4.1.0
- Bump
lint-staged
from11.2.6
to12.1.4
- Bump
jest
from27.0.4
to27.4.5
5.0.0
There are two main changes:
- Published under the
@skyscanner/
scope - Upgrade from
stylelint
v13
tov14
, and therefore bumping all dependencies tov14
compatible versions.
A migration guide has been added.
- Bump
stylelint
from13.13.1
to14.1.0
- Bump
stylelint-config-prettier
from8.0.2
to9.0.3
- Bump
stylelint-order
from4.1.0
to5.0.0
- Bump
stylelint-prettier
from1.2.0
to2.0.0
- Bump
stylelint-declaration-strict-value
from1.7.12
to1.8.0
- Bump
eslint-config-skyscanner
from9.0.1
to10.2.0
- Uninstall
stylelint-config-standard
- Uninstall
@skyscanner/stylelint-plugin-backpack
- Install
stylelint-config-standard-scss
from3.0.0
- Bump
stylelint-scss
from3.20.1
to4.0.0
4.0.0
https://github.com/Skyscanner/stylelint-config-skyscanner/blob/main/CHANGELOG.md#400
Breaking
- Upgraded eslint-config-skyscanner from 8.1.0 to 9.0.1
- Brings the following breaking changes:
eslint-config-skyscanner
CHANGELOG which is an exported dependency ofstylelint-config-skyscanner
- Brings the following breaking changes:
Patched
- Upgraded eslint-config-skyscanner from 8.0.2 to 8.1.0
- Upgraded stylelint from 13.8.0 to 13.13.0
- Upgraded stylelint-config-standard from 20.0.0 to 21.0.0
- Upgraded stylelint-declaration-strict-value from 1.7.9 to 1.7.12
- Upgraded stylelint-prettier from 1.1.2 to 1.2.0
- Upgraded stylelint-scss from 3.18.0 to 3.19.0
3.0.4 - Disable Backpack linter and upgrade dependency
Fixed - Disable Backpack linter
- Temporarily disabled Backpack due to false positive reports.
Changed
- Upgraded
stylelint-declaration-strict-value
to1.7.0
3.0.3 - Upgrade Backpack dependency
Upgraded stylelint-plugin-backpack to latest version.