@2digits/eslint-config 4.4.0 → 4.4.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.mts CHANGED
@@ -3092,7 +3092,7 @@ Backward pagination arguments
3092
3092
  */
3093
3093
  'react-extra/no-set-state-in-component-will-update'?: Linter.RuleEntry<[]>
3094
3094
  /**
3095
- * Disallow deprecated string `refs`.
3095
+ * Replaces string refs with callback refs.
3096
3096
  * @see https://eslint-react.xyz/docs/rules/no-string-refs
3097
3097
  */
3098
3098
  'react-extra/no-string-refs'?: Linter.RuleEntry<[]>
package/dist/index.d.ts CHANGED
@@ -3092,7 +3092,7 @@ Backward pagination arguments
3092
3092
  */
3093
3093
  'react-extra/no-set-state-in-component-will-update'?: Linter.RuleEntry<[]>
3094
3094
  /**
3095
- * Disallow deprecated string `refs`.
3095
+ * Replaces string refs with callback refs.
3096
3096
  * @see https://eslint-react.xyz/docs/rules/no-string-refs
3097
3097
  */
3098
3098
  'react-extra/no-string-refs'?: Linter.RuleEntry<[]>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "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.",
5
5
  "homepage": "https://2d-configs.vercel.app/",
6
6
  "repository": {
@@ -29,19 +29,19 @@
29
29
  "public": true,
30
30
  "dependencies": {
31
31
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
32
- "@eslint-react/eslint-plugin": "1.41.0",
32
+ "@eslint-react/eslint-plugin": "1.43.0",
33
33
  "@eslint/compat": "1.2.8",
34
34
  "@eslint/css": "0.6.0",
35
35
  "@eslint/js": "9.24.0",
36
36
  "@eslint/markdown": "6.3.0",
37
37
  "@graphql-eslint/eslint-plugin": "4.4.0",
38
- "@next/eslint-plugin-next": "15.2.4",
38
+ "@next/eslint-plugin-next": "15.3.0",
39
39
  "@stylistic/eslint-plugin": "4.2.0",
40
- "@tanstack/eslint-plugin-query": "5.72.0",
40
+ "@tanstack/eslint-plugin-query": "5.72.2",
41
41
  "@typescript-eslint/parser": "8.29.1",
42
42
  "@typescript-eslint/utils": "8.29.1",
43
43
  "eslint-config-flat-gitignore": "2.1.0",
44
- "eslint-config-prettier": "10.1.1",
44
+ "eslint-config-prettier": "10.1.2",
45
45
  "eslint-flat-config-utils": "2.0.1",
46
46
  "eslint-merge-processors": "2.0.0",
47
47
  "eslint-plugin-antfu": "3.1.1",
@@ -67,8 +67,8 @@
67
67
  "local-pkg": "1.1.1",
68
68
  "typescript-eslint": "8.29.1",
69
69
  "yaml-eslint-parser": "1.3.0",
70
- "@2digits/constants": "0.3.8",
71
- "@2digits/eslint-plugin": "2.3.49"
70
+ "@2digits/constants": "1.0.0",
71
+ "@2digits/eslint-plugin": "3.0.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@eslint/config-inspector": "1.0.2",