eslint-plugin-react-dom 2.7.4 → 2.7.5-beta.3

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 +9 -9
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ var __exportAll = (all, symbols) => {
23
23
  //#endregion
24
24
  //#region package.json
25
25
  var name$2 = "eslint-plugin-react-dom";
26
- var version = "2.7.4";
26
+ var version = "2.7.5-beta.3";
27
27
 
28
28
  //#endregion
29
29
  //#region src/utils/create-jsx-element-resolver.ts
@@ -1722,7 +1722,7 @@ function isUnsafeSandboxCombination(value) {
1722
1722
  var no_unsafe_iframe_sandbox_default = createRule({
1723
1723
  meta: {
1724
1724
  type: "problem",
1725
- docs: { description: "Enforces 'sandbox' attribute for 'iframe' elements is not set to unsafe combinations." },
1725
+ docs: { description: "Enforces that the 'sandbox' attribute for 'iframe' elements is not set to unsafe combinations." },
1726
1726
  messages: { noUnsafeIframeSandbox: "Unsafe 'sandbox' attribute value on 'iframe' component." },
1727
1727
  schema: []
1728
1728
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-dom",
3
- "version": "2.7.4",
3
+ "version": "2.7.5-beta.3",
4
4
  "description": "ESLint React's ESLint plugin for React DOM related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -38,17 +38,17 @@
38
38
  "./package.json"
39
39
  ],
40
40
  "dependencies": {
41
- "@typescript-eslint/scope-manager": "^8.53.1",
42
- "@typescript-eslint/types": "^8.53.1",
43
- "@typescript-eslint/utils": "^8.53.1",
41
+ "@typescript-eslint/scope-manager": "^8.54.0",
42
+ "@typescript-eslint/types": "^8.54.0",
43
+ "@typescript-eslint/utils": "^8.54.0",
44
44
  "compare-versions": "^6.1.1",
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-pattern": "^5.9.0",
47
- "@eslint-react/ast": "2.7.4",
48
- "@eslint-react/shared": "2.7.4",
49
- "@eslint-react/eff": "2.7.4",
50
- "@eslint-react/core": "2.7.4",
51
- "@eslint-react/var": "2.7.4"
47
+ "@eslint-react/eff": "2.7.5-beta.3",
48
+ "@eslint-react/shared": "2.7.5-beta.3",
49
+ "@eslint-react/core": "2.7.5-beta.3",
50
+ "@eslint-react/ast": "2.7.5-beta.3",
51
+ "@eslint-react/var": "2.7.5-beta.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.9",