Releases: Skyscanner/stylelint-plugin-backpack
Releases · Skyscanner/stylelint-plugin-backpack
4.0.0
What’s Changed
Breaking
- Convert to strict ES modules. (#126) @GCpigsic (#146) @xalechez
- Key points of impact
- Published in ES Module (ESM) format to enable better tree-shaking and modern build tool compatibility.
- Recommend using
import
statements instead ofrequire()
if using its functions in code - Consumer's project should use a bundler that supports ESM
Dependency updates
- Bump husky from 9.0.10 to 9.0.11 (#94) @dependabot
- Bump lint-staged from 15.5.0 to 16.1.2 (#141) @dependabot
- Bump postcss-values-parser from 6.0.0 to 6.0.2 (#52) @dependabot
- Bump tinycolor2 from 1.4.2 to 1.6.0 (#44) @dependabot
- Bump stylelint from 15.11.0 to 16.21.0
- from 16.6.1 to 16.21.0 (#144) @dependabot
- from 15.11.0 to 16.6.1 (#125) @GCpigsic
- Bump husky from 9.0.10 to 9.0.11 (#94) @dependabot
- Bump @skyscanner/eslint-config-skyscanner from 17.4.0 to 22.3.1
- from 20.0.0 to 22.3.1 (#143) @dependabot
- from 17.4.0 to 18.0.0 (#97) @dependabot
- from 18.0.0 to 18.3.0 (#114) @dependabot
- from 20.0.0 to 22.3.1 (#143) @dependabot
- from 18.0.0 to 18.3.0 (#114) @dependabot
- from 17.4.0 to 18.0.0 (#97) @dependabot
- Bump @skyscanner/bpk-foundations-web from 6.2.0 to 20.0.0
- from 19.3.0 to 20.0.0 (#147) @dependabot
- from 18.1.0 to 19.3.0 (#122) @dependabot
- from 17.11.0 to 17.13.0 (#101) @dependabot
- from 17.9.0 to 17.11.0 (#98) @dependabot
- from 17.8.1 to 17.9.0 (#95) @dependabot
- from 17.8.0 to 17.8.1 (#93) @dependabot
- from 17.7.0 to 17.8.0 (#84) @dependabot
- from 17.4.0 to 17.7.0 (#80) @dependabot
- from 6.2.0 to 17.4.0 (#70) @dependabot
3.0.0
What’s Changed
Breaking
- [KOA-6222] Stylelint 15, remove use-colors, remove use-tokens (#46) @dominicfraser