@dword-design/eslint-config 9.0.10 → 9.0.11

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.
@@ -41,11 +41,7 @@ export default ({
41
41
  });
42
42
  return defineConfig([gitignore({
43
43
  strict: false
44
- }), tseslint.configs.recommended,
45
- // @ts-expect-error https://github.com/un-ts/eslint-plugin-import-x/issues/439
46
- importX.flatConfigs.recommended,
47
- // @ts-expect-error https://github.com/un-ts/eslint-plugin-import-x/issues/439
48
- importX.flatConfigs.typescript, ...pluginVue.configs["flat/recommended"].map(plugin => ({
44
+ }), tseslint.configs.recommended, importX.flatConfigs.recommended, importX.flatConfigs.typescript, ...pluginVue.configs["flat/recommended"].map(plugin => ({
49
45
  files: ["**/*.ts", "**/*.vue"],
50
46
  ...plugin
51
47
  })), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "9.0.10",
3
+ "version": "9.0.11",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -29,39 +29,39 @@
29
29
  "verify": "base verify"
30
30
  },
31
31
  "dependencies": {
32
- "@dword-design/eslint-plugin-import-alias": "^8.1.3",
33
- "@eslint/eslintrc": "^3.3.3",
34
- "@stylistic/eslint-plugin": "^5.7.1",
32
+ "@dword-design/eslint-plugin-import-alias": "^8.1.8",
33
+ "@eslint/eslintrc": "^3.3.5",
34
+ "@stylistic/eslint-plugin": "^5.10.0",
35
35
  "confusing-browser-globals": "^1.0.11",
36
36
  "depcheck-package-name": "^5.0.0",
37
- "eslint": "^9.39.2",
38
- "eslint-config-flat-gitignore": "^2.1.0",
37
+ "eslint": "^9.39.4",
38
+ "eslint-config-flat-gitignore": "^2.3.0",
39
39
  "eslint-config-prettier": "^10.1.8",
40
40
  "eslint-import-resolver-typescript": "^4.4.4",
41
- "eslint-plugin-import-x": "^4.16.1",
42
- "eslint-plugin-jsonc": "^2.21.0",
43
- "eslint-plugin-playwright": "^2.5.1",
41
+ "eslint-plugin-import-x": "^4.16.2",
42
+ "eslint-plugin-jsonc": "^2.21.1",
43
+ "eslint-plugin-playwright": "^2.10.1",
44
44
  "eslint-plugin-prefer-arrow": "^1.2.3",
45
45
  "eslint-plugin-prettier": "^5.5.5",
46
46
  "eslint-plugin-simple-import-sort": "^12.1.1",
47
47
  "eslint-plugin-sort-keys-fix": "^1.1.2",
48
48
  "eslint-plugin-unicorn": "^62.0.0",
49
- "eslint-plugin-vue": "^10.7.0",
50
- "globals": "^17.3.0",
49
+ "eslint-plugin-vue": "^10.8.0",
50
+ "globals": "^17.4.0",
51
51
  "lodash-es": "^4.17.23",
52
52
  "prettier": "^3.8.1",
53
- "read-pkg": "^10.0.0",
53
+ "read-pkg": "^10.1.0",
54
54
  "sort-package-json": "^3.6.1",
55
- "typescript-eslint": "^8.54.0",
56
- "vue-eslint-parser": "^10.2.0"
55
+ "typescript-eslint": "^8.57.2",
56
+ "vue-eslint-parser": "^10.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@dword-design/base": "^16.2.2",
60
- "@playwright/test": "^1.58.1",
59
+ "@dword-design/base": "^16.2.4",
60
+ "@playwright/test": "^1.58.2",
61
61
  "@types/confusing-browser-globals": "^1.0.3",
62
- "@types/node": "^25.2.0",
62
+ "@types/node": "^25.5.0",
63
63
  "endent": "npm:@dword-design/endent@^1.4.7",
64
- "output-files": "^3.0.0"
64
+ "output-files": "^4.0.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "typescript": "*"