@2digits/eslint-config 2.12.0 → 2.12.2

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
@@ -10,7 +10,7 @@ import { FlatGitignoreOptions } from 'eslint-config-flat-gitignore';
10
10
  interface RuleOptions {
11
11
  /**
12
12
  * Enforce giving proper names to type parameters when there are two or more
13
- * @see https://github.com/2digits-agency/configs/blob/@2digits/eslint-plugin@2.3.19/packages/eslint/src/rules/type-param-names.ts
13
+ * @see https://github.com/2digits-agency/configs/blob/@2digits/eslint-plugin@2.3.20/packages/eslint/src/rules/type-param-names.ts
14
14
  */
15
15
  '@2digits/type-param-names'?: Linter.RuleEntry<[]>
16
16
  /**
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ import { FlatGitignoreOptions } from 'eslint-config-flat-gitignore';
10
10
  interface RuleOptions {
11
11
  /**
12
12
  * Enforce giving proper names to type parameters when there are two or more
13
- * @see https://github.com/2digits-agency/configs/blob/@2digits/eslint-plugin@2.3.19/packages/eslint/src/rules/type-param-names.ts
13
+ * @see https://github.com/2digits-agency/configs/blob/@2digits/eslint-plugin@2.3.20/packages/eslint/src/rules/type-param-names.ts
14
14
  */
15
15
  '@2digits/type-param-names'?: Linter.RuleEntry<[]>
16
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
3
  "description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
4
- "version": "2.12.0",
4
+ "version": "2.12.2",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "public": true,
@@ -29,13 +29,13 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
32
- "@eslint-react/eslint-plugin": "1.22.1",
32
+ "@eslint-react/eslint-plugin": "1.23.1",
33
33
  "@eslint/compat": "1.2.4",
34
34
  "@eslint/js": "9.17.0",
35
35
  "@graphql-eslint/eslint-plugin": "4.3.0",
36
- "@next/eslint-plugin-next": "15.1.2",
36
+ "@next/eslint-plugin-next": "15.1.3",
37
37
  "@tanstack/eslint-plugin-query": "5.62.9",
38
- "@typescript-eslint/parser": "8.18.2",
38
+ "@typescript-eslint/parser": "8.19.0",
39
39
  "eslint-config-flat-gitignore": "0.3.0",
40
40
  "eslint-config-prettier": "9.1.0",
41
41
  "eslint-flat-config-utils": "0.4.0",
@@ -48,7 +48,7 @@
48
48
  "eslint-plugin-react-hooks": "5.1.0",
49
49
  "eslint-plugin-regexp": "2.7.0",
50
50
  "eslint-plugin-sonarjs": "1.0.4",
51
- "eslint-plugin-storybook": "0.11.1",
51
+ "eslint-plugin-storybook": "0.11.2",
52
52
  "eslint-plugin-tailwindcss": "3.17.5",
53
53
  "eslint-plugin-turbo": "2.3.3",
54
54
  "eslint-plugin-unicorn": "56.0.1",
@@ -56,14 +56,14 @@
56
56
  "globals": "15.14.0",
57
57
  "graphql-config": "5.1.3",
58
58
  "local-pkg": "0.5.1",
59
- "typescript-eslint": "8.18.2",
60
- "@2digits/constants": "0.3.4",
61
- "@2digits/eslint-plugin": "2.3.19"
59
+ "typescript-eslint": "8.19.0",
60
+ "@2digits/eslint-plugin": "2.3.20",
61
+ "@2digits/constants": "0.3.4"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/eslint__js": "8.42.3",
65
- "@types/node": "22.10.2",
66
- "@typescript-eslint/utils": "8.18.2",
65
+ "@types/node": "22.10.5",
66
+ "@typescript-eslint/utils": "8.19.0",
67
67
  "eslint": "9.17.0",
68
68
  "eslint-typegen": "0.3.2",
69
69
  "tsup": "8.3.5",