@itcase/lint 1.1.95 → 1.1.97

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +22 -24
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.1.97](https://github.com/ITCase/itcase-lint/compare/v1.1.96...v1.1.97) (2026-02-13)
2
+
3
+ ### Features
4
+
5
+ * **other:** add dependant bot ([7086296](https://github.com/ITCase/itcase-lint/commit/7086296d581d3db74710e32cfe46e70086fc3295))
6
+
7
+ ## [1.1.96](https://github.com/ITCase/itcase-lint/compare/v1.1.95...v1.1.96) (2026-02-08)
8
+
9
+ ### Dependencies
10
+
11
+ * **eslint:** Update ([368fe49](https://github.com/ITCase/itcase-lint/commit/368fe49211bbfbf7bd1da0afdc5dcf1573e0b75a))
12
+
1
13
  ## [1.1.95](https://github.com/ITCase/itcase-lint/compare/v1.1.94...v1.1.95) (2026-01-30)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.95",
3
+ "version": "1.1.97",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -47,16 +47,16 @@
47
47
  "dependencies": {
48
48
  "@babel/eslint-parser": "^7.28.6",
49
49
  "@babel/eslint-plugin": "^7.27.1",
50
- "@eslint/compat": "^2.0.1",
50
+ "@eslint/compat": "^2.0.2",
51
51
  "@figma/eslint-plugin-figma-plugins": "^1.0.0",
52
- "@eslint/js": "^9.39.2",
52
+ "@eslint/js": "^10.0.1",
53
53
  "@eslint/markdown": "^7.5.1",
54
- "@html-eslint/eslint-plugin": "^0.54.0",
54
+ "@html-eslint/eslint-plugin": "^0.54.2",
55
55
  "@html-eslint/parser": "^0.54.0",
56
- "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
57
- "@typescript-eslint/eslint-plugin": "^8.54.0",
58
- "@typescript-eslint/parser": "^8.54.0",
59
- "eslint": "^9.39.2",
56
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
57
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
58
+ "@typescript-eslint/parser": "^8.55.0",
59
+ "eslint": "9.39.2",
60
60
  "eslint-config-prettier": "^10.1.8",
61
61
  "eslint-import-resolver-alias": "^1.1.2",
62
62
  "eslint-plugin-html": "^8.1.4",
@@ -65,28 +65,28 @@
65
65
  "eslint-plugin-mobx": "^0.0.13",
66
66
  "eslint-plugin-n": "^17.23.2",
67
67
  "eslint-plugin-node": "^11.1.0",
68
- "eslint-plugin-perfectionist": "^5.4.0",
68
+ "eslint-plugin-perfectionist": "^5.5.0",
69
69
  "eslint-plugin-prettier": "^5.5.5",
70
70
  "eslint-plugin-promise": "^7.2.1",
71
71
  "eslint-plugin-react": "^7.37.5",
72
72
  "eslint-plugin-react-hooks": "^7.0.1",
73
73
  "eslint-plugin-react-native": "^5.0.0",
74
- "eslint-plugin-react-refresh": "^0.4.26",
75
- "eslint-plugin-storybook": "^10.2.1",
74
+ "eslint-plugin-react-refresh": "^0.5.0",
75
+ "eslint-plugin-storybook": "^10.2.8",
76
76
  "expo-modules-autolinking": "^3.0.24",
77
- "globals": "^17.2.0",
77
+ "globals": "^17.3.0",
78
78
  "prettier": "^3.8.1",
79
- "stylelint": "^17.0.0",
79
+ "stylelint": "^17.2.0",
80
80
  "stylelint-config-standard": "^40.0.0",
81
- "stylelint-no-unsupported-browser-features": "^8.0.5",
81
+ "stylelint-no-unsupported-browser-features": "^8.1.1",
82
82
  "stylelint-order": "^7.0.1",
83
83
  "stylelint-prettier": "^5.0.3",
84
- "typescript-eslint": "^8.54.0"
84
+ "typescript-eslint": "^8.55.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@commitlint/cli": "^20.3.1",
88
- "@commitlint/config-conventional": "^20.3.1",
89
- "@itcase/config": "^1.6.45",
87
+ "@commitlint/cli": "^20.4.1",
88
+ "@commitlint/config-conventional": "^20.4.1",
89
+ "@itcase/config": "^1.6.49",
90
90
  "@rollup/plugin-alias": "^6.0.0",
91
91
  "@rollup/plugin-babel": "^6.1.0",
92
92
  "@rollup/plugin-image": "^3.0.3",
@@ -94,20 +94,18 @@
94
94
  "@rollup/plugin-node-resolve": "^16.0.3",
95
95
  "@rollup/plugin-terser": "^0.4.4",
96
96
  "@rollup/plugin-typescript": "^12.3.0",
97
- "@types/node": "^25.1.0",
98
- "@types/react": "^19.2.10",
99
- "@types/react-dom": "^19.2.3",
100
- "@typescript-eslint/rule-tester": "^8.54.0",
97
+ "@types/node": "^25.2.3",
98
+ "@typescript-eslint/rule-tester": "^8.55.0",
101
99
  "conventional-changelog-conventionalcommits": "^9.1.0",
102
100
  "del-cli": "^7.0.0",
103
101
  "husky": "^9.1.7",
104
102
  "lint-staged": "^16.2.7",
105
- "rollup": "4.57.0",
103
+ "rollup": "4.57.1",
106
104
  "rollup-plugin-copy": "^3.5.0",
107
105
  "rollup-plugin-dts": "^6.3.0",
108
106
  "rollup-plugin-peer-deps-external": "^2.2.4",
109
107
  "rollup-preserve-directives": "^1.1.3",
110
- "semantic-release": "^25.0.2",
108
+ "semantic-release": "^25.0.3",
111
109
  "tsx": "^4.21.0",
112
110
  "typescript": "^5.9.3"
113
111
  }