Skip to content

Commit 34df4b0

Browse files
Update dependencies (#151)
* Update dependencies * Update CHANGELOG.md * Fix version number
1 parent ec7b371 commit 34df4b0

File tree

3 files changed

+57
-42
lines changed

3 files changed

+57
-42
lines changed

CHANGELOG.md

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

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

8+
## [4.2.2] — 2024–05–24
9+
Обновили Stylelint до 16.6.0
10+
811
## [4.2.1] — 2024–05–02
912
- Обновили Stylelint до 16.5.0
1013
- Обновили `@stylistic/stylelint-plugin` до 2.1.2
@@ -801,7 +804,8 @@ div {
801804

802805
- Правила для `stylelint` версии `7.9.0`.
803806

804-
[4.2.1]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.1...HEAD
807+
[4.2.2]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.2...HEAD
808+
[4.2.1]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.1...v4.2.2
805809
[4.2.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.2.0...v4.2.1
806810
[4.1.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.1.0...v4.2.0
807811
[4.0.5]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.5...v4.1.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@htmlacademy/editorconfig-cli": "3.0.0",
4545
"husky": "9.0.11",
46-
"stylelint": "16.5.0"
46+
"stylelint": "16.6.0"
4747
},
4848
"keywords": [
4949
"HTMLAcademy",

0 commit comments

Comments
 (0)