eslint-plugin-react-naming-convention 5.8.5 → 5.8.7-beta.0

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.js +2 -2
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __exportAll = (all, no_symbols) => {
25
25
  //#endregion
26
26
  //#region package.json
27
27
  var name$1 = "eslint-plugin-react-naming-convention";
28
- var version = "5.8.5";
28
+ var version = "5.8.7-beta.0";
29
29
 
30
30
  //#endregion
31
31
  //#region src/utils/create-rule.ts
@@ -40,7 +40,7 @@ const RULE_NAME$2 = "context-name";
40
40
  var context_name_default = createRule({
41
41
  meta: {
42
42
  type: "suggestion",
43
- docs: { description: "Enforces the context name to be a valid component name with the suffix 'Context'." },
43
+ docs: { description: "Enforces identifier names assigned from `createContext` calls to be a valid component name with the suffix `Context`." },
44
44
  messages: { invalidContextName: "A context name must be a valid component name with the suffix 'Context'." },
45
45
  schema: []
46
46
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-naming-convention",
3
- "version": "5.8.5",
3
+ "version": "5.8.7-beta.0",
4
4
  "description": "ESLint React's ESLint plugin for naming convention related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,13 +37,13 @@
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/types": "^8.59.4",
41
- "@typescript-eslint/utils": "^8.59.4",
40
+ "@typescript-eslint/types": "^8.60.0",
41
+ "@typescript-eslint/utils": "^8.60.0",
42
42
  "ts-pattern": "^5.9.0",
43
- "@eslint-react/core": "5.8.5",
44
- "@eslint-react/eslint": "5.8.5",
45
- "@eslint-react/ast": "5.8.5",
46
- "@eslint-react/var": "5.8.5"
43
+ "@eslint-react/ast": "5.8.7-beta.0",
44
+ "@eslint-react/var": "5.8.7-beta.0",
45
+ "@eslint-react/eslint": "5.8.7-beta.0",
46
+ "@eslint-react/core": "5.8.7-beta.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/react": "^19.2.15",
@@ -51,7 +51,7 @@
51
51
  "dedent": "^1.7.2",
52
52
  "eslint": "^10.4.0",
53
53
  "tsdown": "^0.22.0",
54
- "typescript": "^6.0.3",
54
+ "typescript": "5.9.3",
55
55
  "@local/configs": "0.0.0",
56
56
  "@local/eff": "3.0.0-beta.72"
57
57
  },