@mui/internal-code-infra 0.0.4-canary.59 → 0.0.4-canary.60

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.59",
3
+ "version": "0.0.4-canary.60",
4
4
  "author": "MUI Team",
5
5
  "description": "Infra scripts and configs to be used across MUI repos.",
6
6
  "license": "MIT",
@@ -139,9 +139,9 @@
139
139
  "unified-lint-rule": "^3.0.1",
140
140
  "unist-util-visit": "^5.1.0",
141
141
  "yargs": "^18.0.0",
142
- "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27",
142
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.20",
143
143
  "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.36",
144
- "@mui/internal-babel-plugin-display-name": "1.0.4-canary.20"
144
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27"
145
145
  },
146
146
  "peerDependencies": {
147
147
  "@next/eslint-plugin-next": "*",
@@ -191,7 +191,7 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitSha": "030f835729dfcfc281a941f8806a6b703b4e5a4d",
194
+ "gitSha": "2cf5fd6323dcc09a25dd287dca00cb5edb5bdd14",
195
195
  "scripts": {
196
196
  "build": "tsgo -p tsconfig.build.json",
197
197
  "typescript": "tsgo -noEmit",
@@ -464,9 +464,9 @@ export function createCoreConfig(options = {}) {
464
464
  'react/state-in-constructor': 'off',
465
465
  // stylistic opinion. For conditional assignment we want it outside, otherwise as static
466
466
  'react/static-property-placement': 'off',
467
- // noopener is enough
468
- // https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md#rule-options
469
- 'react/jsx-no-target-blank': ['error', { allowReferrer: true }],
467
+ // This rule is outdated, rel are no longer needed for security on target="_blank" links.
468
+ // See https://github.com/mui/material-ui/pull/40447 for more details.
469
+ 'react/jsx-no-target-blank': 'off',
470
470
 
471
471
  'no-restricted-syntax': [
472
472
  'error',