@2digits/eslint-config 5.1.21 → 5.1.23

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/dist/index.d.mts +1 -1
  2. package/package.json +14 -14
package/dist/index.d.mts CHANGED
@@ -4553,7 +4553,7 @@ interface RuleOptions {
4553
4553
  */
4554
4554
  'sonar/file-name-differ-from-class'?: Linter.RuleEntry<[]>;
4555
4555
  /**
4556
- * Setting loose POSIX file permissions is security-sensitive
4556
+ * File permissions should not be set to world-accessible values
4557
4557
  * @see https://sonarsource.github.io/rspec/#/rspec/S2612/javascript
4558
4558
  */
4559
4559
  'sonar/file-permissions'?: Linter.RuleEntry<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "5.1.21",
3
+ "version": "5.1.23",
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": {
@@ -34,7 +34,7 @@
34
34
  "@next/eslint-plugin-next": "16.1.6",
35
35
  "@stylistic/eslint-plugin": "5.10.0",
36
36
  "@tanstack/eslint-plugin-query": "5.91.4",
37
- "@tanstack/eslint-plugin-router": "1.161.4",
37
+ "@tanstack/eslint-plugin-router": "1.161.5",
38
38
  "@typescript-eslint/parser": "8.57.0",
39
39
  "@typescript-eslint/utils": "8.57.0",
40
40
  "empathic": "2.0.0",
@@ -47,21 +47,21 @@
47
47
  "eslint-plugin-depend": "1.5.0",
48
48
  "eslint-plugin-drizzle": "0.2.3",
49
49
  "eslint-plugin-github-action": "0.2.0",
50
- "eslint-plugin-jsdoc": "62.7.1",
51
- "eslint-plugin-jsonc": "3.1.1",
50
+ "eslint-plugin-jsdoc": "62.8.0",
51
+ "eslint-plugin-jsonc": "3.1.2",
52
52
  "eslint-plugin-n": "17.24.0",
53
53
  "eslint-plugin-pnpm": "1.6.0",
54
54
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
55
55
  "eslint-plugin-react-hooks": "7.0.1",
56
56
  "eslint-plugin-regexp": "3.1.0",
57
- "eslint-plugin-sonarjs": "4.0.1",
58
- "eslint-plugin-storybook": "10.2.17",
57
+ "eslint-plugin-sonarjs": "4.0.2",
58
+ "eslint-plugin-storybook": "10.2.19",
59
59
  "eslint-plugin-tailwindcss": "3.18.2",
60
60
  "eslint-plugin-toml": "1.3.1",
61
- "eslint-plugin-turbo": "2.8.15",
61
+ "eslint-plugin-turbo": "2.8.17",
62
62
  "eslint-plugin-unicorn": "63.0.0",
63
63
  "eslint-plugin-yml": "3.3.1",
64
- "eslint-plugin-zod": "3.4.0",
64
+ "eslint-plugin-zod": "3.5.0",
65
65
  "globals": "17.4.0",
66
66
  "graphql-config": "5.1.6",
67
67
  "jsonc-eslint-parser": "3.1.0",
@@ -70,24 +70,24 @@
70
70
  "tailwind-csstree": "0.1.4",
71
71
  "typescript-eslint": "8.57.0",
72
72
  "yaml-eslint-parser": "2.0.0",
73
- "@2digits/eslint-plugin": "4.0.5",
74
- "@2digits/constants": "1.1.16"
73
+ "@2digits/constants": "1.1.16",
74
+ "@2digits/eslint-plugin": "4.0.5"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@arethetypeswrong/core": "0.18.2",
78
78
  "@eslint/config-inspector": "1.5.0",
79
79
  "@types/react": "19.2.14",
80
- "@typescript/native-preview": "7.0.0-dev.20260309.1",
80
+ "@typescript/native-preview": "7.0.0-dev.20260315.1",
81
81
  "dedent": "1.7.2",
82
82
  "eslint": "10.0.3",
83
83
  "eslint-typegen": "2.3.1",
84
84
  "publint": "0.3.18",
85
85
  "react": "19.2.4",
86
- "tinyexec": "1.0.2",
86
+ "tinyexec": "1.0.4",
87
87
  "tinyglobby": "0.2.15",
88
- "tsdown": "0.21.1",
88
+ "tsdown": "0.21.3",
89
89
  "typescript": "5.9.3",
90
- "vitest": "4.0.18",
90
+ "vitest": "4.1.0",
91
91
  "zod": "4.3.6",
92
92
  "@2digits/tsconfig": "0.8.6"
93
93
  },