@frontify/eslint-config-basic 1.0.10 → 1.0.12

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/eslint.config.mjs +0 -1
  2. package/package.json +13 -12
package/eslint.config.mjs CHANGED
@@ -27,7 +27,6 @@ export default defineConfig(
27
27
  tseslint.configs.recommendedTypeChecked,
28
28
  // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
29
29
  eslintPluginPromise.configs['flat/recommended'],
30
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
31
30
  eslintPluginComments.recommended,
32
31
  eslintPluginJsonc.configs['flat/recommended-with-json'],
33
32
  eslintPluginJsonc.configs['flat/prettier'],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/eslint-config-basic",
3
3
  "type": "module",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "author": "Frontify Developers <developers@frontify.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -14,32 +14,33 @@
14
14
  "eslint.config.mjs"
15
15
  ],
16
16
  "peerDependencies": {
17
- "eslint": "^9.0.0",
17
+ "eslint": "^9.0.0 || ^10.0.0",
18
18
  "prettier": "^3.0.0",
19
19
  "typescript": "^5.0.0"
20
20
  },
21
21
  "dependencies": {
22
- "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
23
- "@stylistic/eslint-plugin": "^5.7.1",
24
- "@typescript-eslint/eslint-plugin": "^8.53.1",
25
- "@typescript-eslint/parser": "^8.53.1",
22
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
23
+ "@eslint/js": "^10.0.1",
24
+ "@stylistic/eslint-plugin": "^5.9.0",
25
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
26
+ "@typescript-eslint/parser": "^8.56.1",
26
27
  "eslint-config-prettier": "^10.1.8",
27
28
  "eslint-import-resolver-typescript": "^4.4.4",
28
29
  "eslint-plugin-import": "^2.32.0",
29
- "eslint-plugin-jsonc": "^2.21.0",
30
+ "eslint-plugin-jsonc": "^3.1.1",
30
31
  "eslint-plugin-lodash": "^8.0.0",
31
32
  "eslint-plugin-markdown": "^5.1.0",
32
33
  "eslint-plugin-no-only-tests": "^3.3.0",
33
34
  "eslint-plugin-prettier": "^5.5.5",
34
35
  "eslint-plugin-promise": "^7.2.1",
35
- "eslint-plugin-unicorn": "^62.0.0",
36
- "eslint-plugin-yml": "^3.0.0",
37
- "globals": "^17.1.0",
38
- "typescript-eslint": "^8.53.1",
36
+ "eslint-plugin-unicorn": "^63.0.0",
37
+ "eslint-plugin-yml": "^3.3.0",
38
+ "globals": "^17.4.0",
39
+ "typescript-eslint": "^8.56.1",
39
40
  "yaml-eslint-parser": "^2.0.0"
40
41
  },
41
42
  "devDependencies": {
42
- "eslint": "^9.39.2",
43
+ "eslint": "^10.0.2",
43
44
  "prettier": "^3.8.1",
44
45
  "typescript": "^5.9.3"
45
46
  },