@mui/internal-code-infra 0.0.4-canary.37 → 0.0.4-canary.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.4-canary.37",
3
+ "version": "0.0.4-canary.38",
4
4
  "author": "MUI Team",
5
5
  "description": "Infra scripts and configs to be used across MUI repos.",
6
6
  "license": "MIT",
@@ -119,9 +119,9 @@
119
119
  "typescript-eslint": "^8.57.1",
120
120
  "unified": "^11.0.5",
121
121
  "yargs": "^18.0.0",
122
- "@mui/internal-babel-plugin-display-name": "1.0.4-canary.18",
123
122
  "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27",
124
- "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.36"
123
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.36",
124
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.18"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "@next/eslint-plugin-next": "*",
@@ -168,7 +168,7 @@
168
168
  "publishConfig": {
169
169
  "access": "public"
170
170
  },
171
- "gitSha": "4adceb8de477f1548dbab699a336c2c27a4678c9",
171
+ "gitSha": "15ba7acc537328b7cfb9b91de92a4fb5ece41749",
172
172
  "scripts": {
173
173
  "build": "tsgo -p tsconfig.build.json",
174
174
  "typescript": "tsgo -noEmit",
@@ -164,9 +164,7 @@ if (pageData.status < 200 || pageData.status >= 400) {
164
164
  );
165
165
 
166
166
  const report = await htmlValidator.validateString(rawContent, pageUrl);
167
- if (!report.valid) {
168
- htmlValidateResults = { pageUrl, results: report.results };
169
- }
167
+ htmlValidateResults = { pageUrl, results: report.results };
170
168
  }
171
169
 
172
170
  postResult({ pageData, links, htmlValidateResults });