@alexlit/lint-kit 117.0.0 → 117.2.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": "117.0.0",
3
+ "version": "117.2.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-eslint",
3
- "version": "84.0.0",
3
+ "version": "84.2.0",
4
4
  "private": false,
5
5
  "description": "Eslint config",
6
6
  "keywords": [
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@intlify/eslint-plugin-vue-i18n": "^2.0.0",
41
41
  "@tanstack/eslint-plugin-query": "^5.35.6",
42
- "@typescript-eslint/eslint-plugin": "^7.8.0",
43
- "@typescript-eslint/parser": "^7.8.0",
42
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
43
+ "@typescript-eslint/parser": "^7.9.0",
44
44
  "eslint": "^8.57.0",
45
45
  "eslint-config-airbnb-base": "^15.0.0",
46
46
  "eslint-config-prettier": "^9.1.0",
@@ -56,7 +56,7 @@
56
56
  "eslint-plugin-import": "^2.29.1",
57
57
  "eslint-plugin-jsdoc": "^48.2.4",
58
58
  "eslint-plugin-jsx-a11y": "^6.8.0",
59
- "eslint-plugin-lit": "^1.12.0",
59
+ "eslint-plugin-lit": "^1.13.0",
60
60
  "eslint-plugin-lit-a11y": "^4.1.2",
61
61
  "eslint-plugin-more": "^1.0.5",
62
62
  "eslint-plugin-no-await-in-promise": "^1.1.6",
@@ -81,7 +81,7 @@
81
81
  "eslint-plugin-typescript-sort-keys": "^3.2.0",
82
82
  "eslint-plugin-unicorn": "^53.0.0",
83
83
  "eslint-plugin-unused-imports": "^3.2.0",
84
- "eslint-plugin-vitest": "^0.4.1",
84
+ "eslint-plugin-vitest": "^0.5.4",
85
85
  "eslint-plugin-vue": "^9.26.0",
86
86
  "eslint-plugin-vuejs-accessibility": "^2.3.0",
87
87
  "eslint-plugin-wc": "^2.1.0",
@@ -94,6 +94,6 @@
94
94
  "overrides": {
95
95
  "eslint": "^8.57.0",
96
96
  "eslint-plugin-array-func": "^4.0.0",
97
- "eslint-plugin-vitest": "^0.4.1"
97
+ "eslint-plugin-vitest": "^0.5.4"
98
98
  }
99
99
  }
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  overrides: [
3
3
  {
4
- extends: ['plugin:vitest/all'],
4
+ extends: ['plugin:vitest/legacy-all'],
5
5
  files: ['*.{test,spec}.{js,ts}'],
6
6
  plugins: ['vitest'],
7
7
 
@@ -11,4 +11,4 @@ export CURRENT_DIR=${PWD##*/}
11
11
  export CURRENT_PACKAGE_NAME=$(node -p "require('./package.json').name")
12
12
  export CURRENT_PACKAGE_VERSION=$(node -p "require('./package.json').version")
13
13
  export MAIN_PACKAGE="@alexlit/lint-kit"
14
- export SKIPED_PACKAGES='eslint,eslint-plugin-vitest,eslint-plugin-array-func'
14
+ export SKIPED_PACKAGES='eslint,eslint-plugin-array-func'