@itcase/lint 1.1.87 → 1.1.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## <small>1.1.88 (2026-01-20)</small>
|
|
2
|
+
|
|
3
|
+
* Merge branch 'develop' ([92a4167](https://github.com/ITCase/itcase-lint/commit/92a4167))
|
|
4
|
+
* Merge branch 'master' of github.com:ITCase/itcase-lint ([a38cdca](https://github.com/ITCase/itcase-lint/commit/a38cdca))
|
|
5
|
+
* deps(other): Updare deps ([563f663](https://github.com/ITCase/itcase-lint/commit/563f663))
|
|
6
|
+
* ci(other): Test ([46767f4](https://github.com/ITCase/itcase-lint/commit/46767f4))
|
|
7
|
+
|
|
1
8
|
## <small>1.1.87 (2026-01-20)</small>
|
|
2
9
|
|
|
3
10
|
* Merge branch 'master' into develop ([941e1c5](https://github.com/ITCase/itcase-lint/commit/941e1c5))
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.88",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets ",
|
|
6
6
|
"engines": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@commitlint/cli": "^20.3.1",
|
|
84
84
|
"@commitlint/config-conventional": "^20.3.1",
|
|
85
|
-
"@itcase/config": "^1.6.
|
|
85
|
+
"@itcase/config": "^1.6.40",
|
|
86
86
|
"@rollup/plugin-alias": "^6.0.0",
|
|
87
87
|
"@rollup/plugin-babel": "^6.1.0",
|
|
88
88
|
"@rollup/plugin-image": "^3.0.3",
|