@dword-design/eslint-config 9.0.6 → 9.0.8

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/LICENSE.md CHANGED
@@ -14,17 +14,17 @@ MIT License
14
14
 
15
15
  Copyright (c) <year> <copyright holders>
16
16
 
17
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
18
- associated documentation files (the "Software"), to deal in the Software without restriction, including
19
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
17
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
18
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
19
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
21
21
  following conditions:
22
22
 
23
- The above copyright notice and this permission notice shall be included in all copies or substantial
23
+ The above copyright notice and this permission notice shall be included in all copies or substantial
24
24
  portions of the Software.
25
25
 
26
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
27
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
28
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
27
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
28
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30
30
  USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -215,12 +215,14 @@ export default ({
215
215
  }, {
216
216
  files: ["**/*.spec.ts"],
217
217
  rules: {
218
+ "playwright/consistent-spacing-between-blocks": "off",
218
219
  "playwright/expect-expect": "off",
219
220
  "playwright/no-focused-test": "off",
220
221
  "playwright/valid-title": ["error", {
221
222
  ignoreTypeOfTestName: true
222
223
  }],
223
224
  "unicorn/error-message": "off"
225
+ // TODO: Conflicts with @stylistic/padding-line-between-statements
224
226
  }
225
227
  }, {
226
228
  files: ["fixtures/**", "**/*.spec.ts"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "9.0.6",
3
+ "version": "9.0.8",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -29,9 +29,9 @@
29
29
  "verify": "base verify"
30
30
  },
31
31
  "dependencies": {
32
- "@dword-design/eslint-plugin-import-alias": "^8.1.2",
32
+ "@dword-design/eslint-plugin-import-alias": "^8.1.3",
33
33
  "@eslint/eslintrc": "^3.3.3",
34
- "@stylistic/eslint-plugin": "^5.6.1",
34
+ "@stylistic/eslint-plugin": "^5.7.1",
35
35
  "confusing-browser-globals": "^1.0.11",
36
36
  "depcheck-package-name": "^5.0.0",
37
37
  "eslint": "^9.39.2",
@@ -40,32 +40,33 @@
40
40
  "eslint-import-resolver-typescript": "^4.4.4",
41
41
  "eslint-plugin-import-x": "^4.16.1",
42
42
  "eslint-plugin-jsonc": "^2.21.0",
43
- "eslint-plugin-playwright": "^2.4.0",
43
+ "eslint-plugin-playwright": "^2.5.1",
44
44
  "eslint-plugin-prefer-arrow": "^1.2.3",
45
- "eslint-plugin-prettier": "^5.5.4",
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.6.2",
50
- "globals": "^17.0.0",
51
- "lodash-es": "^4.17.22",
52
- "prettier": "^3.7.4",
49
+ "eslint-plugin-vue": "^10.7.0",
50
+ "globals": "^17.3.0",
51
+ "lodash-es": "^4.17.23",
52
+ "prettier": "^3.8.1",
53
53
  "read-pkg": "^10.0.0",
54
- "sort-package-json": "^3.6.0",
55
- "typescript-eslint": "^8.51.0",
54
+ "sort-package-json": "^3.6.1",
55
+ "typescript-eslint": "^8.54.0",
56
56
  "vue-eslint-parser": "^10.2.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@dword-design/base": "^16.1.8",
60
- "@playwright/test": "^1.57.0",
59
+ "@dword-design/base": "^16.2.2",
60
+ "@playwright/test": "^1.58.1",
61
61
  "@types/confusing-browser-globals": "^1.0.3",
62
+ "@types/node": "^25.2.0",
62
63
  "endent": "npm:@dword-design/endent@^1.4.7",
63
64
  "output-files": "^3.0.0"
64
65
  },
65
66
  "peerDependencies": {
66
67
  "typescript": "*"
67
68
  },
68
- "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
69
+ "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
69
70
  "engines": {
70
71
  "node": ">=22"
71
72
  },