@alexlit/lint-kit 182.3.0 → 182.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/lint-kit",
3
- "version": "182.3.0",
3
+ "version": "182.5.0",
4
4
  "private": false,
5
5
  "description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-commitlint",
3
- "version": "13.4.0",
3
+ "version": "13.4.1",
4
4
  "private": false,
5
5
  "description": "Commitlint config",
6
6
  "keywords": [
@@ -34,8 +34,8 @@
34
34
  "up": "../../scripts/up.sh"
35
35
  },
36
36
  "dependencies": {
37
- "@commitlint/cli": "^20.4.2",
38
- "@commitlint/config-conventional": "^20.4.2",
37
+ "@commitlint/cli": "^20.4.3",
38
+ "@commitlint/config-conventional": "^20.4.3",
39
39
  "conventional-changelog-cli": "^5.0.0"
40
40
  },
41
41
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "136.2.0",
3
+ "version": "136.3.0",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -42,9 +42,9 @@
42
42
  "@eslint/js": "^10.0.1",
43
43
  "@eslint/json": "^1.0.1",
44
44
  "@intlify/eslint-plugin-vue-i18n": "^4.3.0",
45
- "@stylistic/eslint-plugin": "^5.9.0",
45
+ "@stylistic/eslint-plugin": "^5.10.0",
46
46
  "@tanstack/eslint-plugin-query": "^5.91.4",
47
- "@unocss/eslint-config": "^66.6.2",
47
+ "@unocss/eslint-config": "^66.6.5",
48
48
  "@vitest/eslint-plugin": "^1.6.9",
49
49
  "eslint": "^10.0.2",
50
50
  "eslint-config-prettier": "^10.1.8",
@@ -190,4 +190,9 @@ export const vue = defineConfig([
190
190
  files: ['**/pages/**/*.vue', '**/layouts/**/*.vue'],
191
191
  rules: { 'vue/multi-word-component-names': 'off' },
192
192
  },
193
+
194
+ {
195
+ files: ['**/*.{test,spec}.{js,ts}'],
196
+ rules: { 'vue/one-component-per-file': 'off' },
197
+ },
193
198
  ]);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-hooks",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "private": false,
5
5
  "description": "Hooks config",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "husky": "^9.1.7",
39
- "lint-staged": "^16.3.1"
39
+ "lint-staged": "^16.3.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-markdownlint",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "private": false,
5
5
  "description": "markdownlint config",
6
6
  "keywords": [
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "markdownlint": "^0.40.0",
38
- "markdownlint-cli": "^0.47.0"
38
+ "markdownlint-cli": "^0.48.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-prettier",
3
- "version": "22.0.1",
3
+ "version": "22.0.2",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "prettier": "^3.8.1",
43
43
  "prettier-plugin-eruby": "^0.0.3",
44
44
  "prettier-plugin-jsdoc": "^1.8.0",
45
- "prettier-plugin-packagejson": "^3.0.0",
45
+ "prettier-plugin-packagejson": "^3.0.2",
46
46
  "prettier-plugin-sh": "^0.18.0",
47
47
  "prettier-plugin-solidity": "^2.2.1",
48
48
  "prettier-plugin-sort-json": "^4.2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "59.2.1",
3
+ "version": "59.2.2",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@double-great/stylelint-a11y": "^3.4.5",
40
40
  "@morev/stylelint-plugin": "^0.5.0",
41
- "postcss": "^8.5.6",
41
+ "postcss": "^8.5.8",
42
42
  "postcss-html": "^1.8.1",
43
43
  "prettier": "^3.8.1",
44
44
  "stylelint": "17.4.0",