eslint-config-decent 3.1.7 → 3.1.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/dist/index.d.cts CHANGED
@@ -1,6 +1,5 @@
1
- import { ConfigWithExtends, Config } from '@eslint/config-helpers';
1
+ import { Config, ConfigWithExtends } from '@eslint/config-helpers';
2
2
  import * as node_modules__eslint_config_helpers_dist_esm_types_js from 'node_modules/@eslint/config-helpers/dist/esm/types.js';
3
- import * as _eslint_core from '@eslint/core';
4
3
 
5
4
  declare const configs$d: {
6
5
  base: node_modules__eslint_config_helpers_dist_esm_types_js.ConfigWithExtends;
@@ -13,51 +12,51 @@ declare const configs$c: {
13
12
  };
14
13
 
15
14
  declare const configs$b: {
16
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
15
+ base: Config;
17
16
  };
18
17
 
19
18
  declare const configs$a: {
20
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
19
+ base: Config;
21
20
  };
22
21
 
23
22
  declare const configs$9: {
24
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
23
+ base: Config;
25
24
  };
26
25
 
27
26
  declare const configs$8: {
28
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
27
+ base: Config;
29
28
  };
30
29
 
31
30
  declare const configs$7: {
32
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
31
+ base: Config;
33
32
  };
34
33
 
35
34
  declare const configs$6: {
36
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
35
+ base: Config;
37
36
  };
38
37
 
39
38
  declare const configs$5: {
40
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
39
+ base: Config;
41
40
  };
42
41
 
43
42
  declare const configs$4: {
44
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
43
+ base: Config;
45
44
  };
46
45
 
47
46
  declare const configs$3: {
48
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
47
+ base: Config;
49
48
  };
50
49
 
51
50
  declare const configs$2: {
52
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
51
+ base: Config;
53
52
  };
54
53
 
55
54
  declare const configs$1: {
56
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
55
+ base: Config;
57
56
  };
58
57
 
59
58
  declare const configs: {
60
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
59
+ base: Config;
61
60
  };
62
61
 
63
62
  interface DefaultConfigOptions {
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
- import { ConfigWithExtends, Config } from '@eslint/config-helpers';
1
+ import { Config, ConfigWithExtends } from '@eslint/config-helpers';
2
2
  import * as node_modules__eslint_config_helpers_dist_esm_types_js from 'node_modules/@eslint/config-helpers/dist/esm/types.js';
3
- import * as _eslint_core from '@eslint/core';
4
3
 
5
4
  declare const configs$d: {
6
5
  base: node_modules__eslint_config_helpers_dist_esm_types_js.ConfigWithExtends;
@@ -13,51 +12,51 @@ declare const configs$c: {
13
12
  };
14
13
 
15
14
  declare const configs$b: {
16
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
15
+ base: Config;
17
16
  };
18
17
 
19
18
  declare const configs$a: {
20
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
19
+ base: Config;
21
20
  };
22
21
 
23
22
  declare const configs$9: {
24
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
23
+ base: Config;
25
24
  };
26
25
 
27
26
  declare const configs$8: {
28
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
27
+ base: Config;
29
28
  };
30
29
 
31
30
  declare const configs$7: {
32
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
31
+ base: Config;
33
32
  };
34
33
 
35
34
  declare const configs$6: {
36
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
35
+ base: Config;
37
36
  };
38
37
 
39
38
  declare const configs$5: {
40
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
39
+ base: Config;
41
40
  };
42
41
 
43
42
  declare const configs$4: {
44
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
43
+ base: Config;
45
44
  };
46
45
 
47
46
  declare const configs$3: {
48
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
47
+ base: Config;
49
48
  };
50
49
 
51
50
  declare const configs$2: {
52
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
51
+ base: Config;
53
52
  };
54
53
 
55
54
  declare const configs$1: {
56
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
55
+ base: Config;
57
56
  };
58
57
 
59
58
  declare const configs: {
60
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
59
+ base: Config;
61
60
  };
62
61
 
63
62
  interface DefaultConfigOptions {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
- import { ConfigWithExtends, Config } from '@eslint/config-helpers';
1
+ import { Config, ConfigWithExtends } from '@eslint/config-helpers';
2
2
  import * as node_modules__eslint_config_helpers_dist_esm_types_js from 'node_modules/@eslint/config-helpers/dist/esm/types.js';
3
- import * as _eslint_core from '@eslint/core';
4
3
 
5
4
  declare const configs$d: {
6
5
  base: node_modules__eslint_config_helpers_dist_esm_types_js.ConfigWithExtends;
@@ -13,51 +12,51 @@ declare const configs$c: {
13
12
  };
14
13
 
15
14
  declare const configs$b: {
16
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
15
+ base: Config;
17
16
  };
18
17
 
19
18
  declare const configs$a: {
20
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
19
+ base: Config;
21
20
  };
22
21
 
23
22
  declare const configs$9: {
24
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
23
+ base: Config;
25
24
  };
26
25
 
27
26
  declare const configs$8: {
28
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
27
+ base: Config;
29
28
  };
30
29
 
31
30
  declare const configs$7: {
32
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
31
+ base: Config;
33
32
  };
34
33
 
35
34
  declare const configs$6: {
36
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
35
+ base: Config;
37
36
  };
38
37
 
39
38
  declare const configs$5: {
40
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
39
+ base: Config;
41
40
  };
42
41
 
43
42
  declare const configs$4: {
44
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
43
+ base: Config;
45
44
  };
46
45
 
47
46
  declare const configs$3: {
48
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
47
+ base: Config;
49
48
  };
50
49
 
51
50
  declare const configs$2: {
52
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
51
+ base: Config;
53
52
  };
54
53
 
55
54
  declare const configs$1: {
56
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
55
+ base: Config;
57
56
  };
58
57
 
59
58
  declare const configs: {
60
- base: _eslint_core.ConfigObject<_eslint_core.RulesConfig>;
59
+ base: Config;
61
60
  };
62
61
 
63
62
  interface DefaultConfigOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-decent",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "A decent ESLint configuration",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -67,10 +67,10 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@eslint/compat": "1.4.0",
70
- "@eslint/js": "9.37.0",
70
+ "@eslint/js": "9.38.0",
71
71
  "@next/eslint-plugin-next": "15.5.6",
72
- "@stylistic/eslint-plugin": "5.4.0",
73
- "@vitest/eslint-plugin": "1.3.20",
72
+ "@stylistic/eslint-plugin": "5.5.0",
73
+ "@vitest/eslint-plugin": "1.3.23",
74
74
  "eslint-config-prettier": "10.1.8",
75
75
  "eslint-plugin-import-x": "4.16.1",
76
76
  "eslint-plugin-jest": "29.0.1",
@@ -89,7 +89,7 @@
89
89
  "typescript-eslint": "8.46.1"
90
90
  },
91
91
  "devDependencies": {
92
- "@eslint/config-helpers": "0.4.0",
92
+ "@eslint/config-helpers": "0.4.1",
93
93
  "@semantic-release/changelog": "6.0.3",
94
94
  "@semantic-release/commit-analyzer": "13.0.1",
95
95
  "@semantic-release/git": "10.0.1",
@@ -98,7 +98,7 @@
98
98
  "@semantic-release/release-notes-generator": "14.1.0",
99
99
  "@swc/core": "1.13.5",
100
100
  "@types/node": ">=22",
101
- "eslint": "9.37.0",
101
+ "eslint": "9.38.0",
102
102
  "husky": "9.1.7",
103
103
  "lint-staged": "16.2.4",
104
104
  "markdownlint-cli": "0.45.0",