Skip to content

Commit 3a7e0f9

Browse files
Update packages (#145)
* Update packages * Fix version
1 parent 7213d57 commit 3a7e0f9

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.1.0/), и этот проект придерживается [Semantic Versioning](https://semver.org/lang/ru/).
77

8+
## [4.2.1] — 2024–05–02
9+
- Обновили Stylelint до 16.5.0
10+
- Обновили `@stylistic/stylelint-plugin` до 2.1.2
11+
812
## [4.2.0] — 2024–04–02
913
- Обновили все зависимости до самых свежих
1014
- Добавили новые правила:
@@ -797,7 +801,8 @@ div {
797801

798802
- Правила для `stylelint` версии `7.9.0`.
799803

800-
[4.2.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.0...HEAD
804+
[4.2.1]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.1...HEAD
805+
[4.2.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.0...v4.2.1
801806
[4.1.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.1.0...v4.2.0
802807
[4.0.5]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.5...v4.1.0
803808
[4.0.4]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.4...v4.0.5

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=18.12.0"
1212
},
1313
"dependencies": {
14-
"@stylistic/stylelint-plugin": "2.1.1",
14+
"@stylistic/stylelint-plugin": "2.1.2",
1515
"postcss-less": "6.0.0",
1616
"postcss-scss": "4.0.9"
1717
},
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@htmlacademy/editorconfig-cli": "3.0.0",
4545
"husky": "9.0.11",
46-
"stylelint": "16.3.1"
46+
"stylelint": "16.5.0"
4747
},
4848
"keywords": [
4949
"HTMLAcademy",

0 commit comments

Comments
 (0)