@itcase/lint 1.1.86 → 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 +15 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
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
|
+
|
|
8
|
+
## <small>1.1.87 (2026-01-20)</small>
|
|
9
|
+
|
|
10
|
+
* Merge branch 'master' into develop ([941e1c5](https://github.com/ITCase/itcase-lint/commit/941e1c5))
|
|
11
|
+
* Merge branch 'master' of github.com:ITCase/itcase-lint ([5dd6ab5](https://github.com/ITCase/itcase-lint/commit/5dd6ab5))
|
|
12
|
+
* deps(other): Update deps ([417717b](https://github.com/ITCase/itcase-lint/commit/417717b))
|
|
13
|
+
* ci(other): Update hooks ([3b8a903](https://github.com/ITCase/itcase-lint/commit/3b8a903))
|
|
14
|
+
* other(other): hooks ([7ed3d3d](https://github.com/ITCase/itcase-lint/commit/7ed3d3d))
|
|
15
|
+
|
|
1
16
|
## <small>1.1.86 (2026-01-20)</small>
|
|
2
17
|
|
|
3
18
|
* Merge branch 'develop' ([47c4142](https://github.com/ITCase/itcase-lint/commit/47c4142))
|
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",
|