@mui/internal-code-infra 0.0.4-canary.27 → 0.0.4-canary.28
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/build/cli/cmdArgosPush.d.mts +2 -2
- package/build/cli/cmdBuild.d.mts +2 -2
- package/build/cli/cmdCopyFiles.d.mts +2 -2
- package/build/cli/cmdExtractErrorCodes.d.mts +2 -2
- package/build/cli/cmdGenerateChangelog.d.mts +2 -2
- package/build/cli/cmdGithubAuth.d.mts +2 -2
- package/build/cli/cmdListWorkspaces.d.mts +2 -2
- package/build/cli/cmdNetlifyIgnore.d.mts +2 -2
- package/build/cli/cmdPublish.d.mts +2 -2
- package/build/cli/cmdPublishCanary.d.mts +2 -2
- package/build/cli/cmdPublishNewPackage.d.mts +2 -2
- package/build/cli/cmdSetVersionOverrides.d.mts +2 -2
- package/build/cli/cmdVale.d.mts +2 -2
- package/build/cli/cmdValidateBuiltTypes.d.mts +2 -2
- package/build/eslint/mui/rules/disallow-react-api-in-server-components.d.mts +2 -2
- package/build/eslint/mui/rules/docgen-ignore-before-comment.d.mts +2 -2
- package/build/eslint/mui/rules/no-restricted-resolved-imports.d.mts +2 -2
- package/build/markdownlint/duplicate-h1.d.mts +1 -1
- package/build/markdownlint/git-diff.d.mts +1 -1
- package/build/markdownlint/index.d.mts +1 -1
- package/build/markdownlint/straight-quotes.d.mts +1 -1
- package/build/markdownlint/table-alignment.d.mts +1 -1
- package/build/markdownlint/terminal-language.d.mts +1 -1
- package/build/utils/build.d.mts +3 -3
- package/build/utils/github.d.mts +1 -1
- package/package.json +11 -11
|
@@ -8,5 +8,5 @@ export type Args = {
|
|
|
8
8
|
* @property {boolean} [verbose] - Run with verbose logging
|
|
9
9
|
* @property {string} folder - Screenshots folder path
|
|
10
10
|
*/
|
|
11
|
-
declare const _default: import(
|
|
12
|
-
export default
|
|
11
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
12
|
+
export default _default;
|
package/build/cli/cmdBuild.d.mts
CHANGED
|
@@ -14,5 +14,5 @@ export type Args = {
|
|
|
14
14
|
tsgo?: boolean;
|
|
15
15
|
flat?: boolean;
|
|
16
16
|
};
|
|
17
|
-
declare const _default: import(
|
|
18
|
-
export default
|
|
17
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
18
|
+
export default _default;
|
|
@@ -4,5 +4,5 @@ export type Args = {
|
|
|
4
4
|
glob?: string[];
|
|
5
5
|
files?: string[];
|
|
6
6
|
};
|
|
7
|
-
declare const _default: import(
|
|
8
|
-
export default
|
|
7
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
8
|
+
export default _default;
|
|
@@ -2,5 +2,5 @@ export type Args = import('../utils/extractErrorCodes.mjs').Args;
|
|
|
2
2
|
/**
|
|
3
3
|
* @typedef {import('../utils/extractErrorCodes.mjs').Args} Args
|
|
4
4
|
*/
|
|
5
|
-
declare const _default: import(
|
|
6
|
-
export default
|
|
5
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
6
|
+
export default _default;
|
|
@@ -13,5 +13,5 @@ export type Args = {
|
|
|
13
13
|
* @property {string} releaseVersion The version number for the new release
|
|
14
14
|
* @property {string} cwd The current working directory to run the command in
|
|
15
15
|
*/
|
|
16
|
-
declare const _default: import(
|
|
17
|
-
export default
|
|
16
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
17
|
+
export default _default;
|
|
@@ -7,5 +7,5 @@ export type Args = {
|
|
|
7
7
|
* @property {boolean} authorize
|
|
8
8
|
* @property {boolean} clear
|
|
9
9
|
*/
|
|
10
|
-
declare const _default: import(
|
|
11
|
-
export default
|
|
10
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
11
|
+
export default _default;
|
|
@@ -13,5 +13,5 @@ export type Args = {
|
|
|
13
13
|
* @property {string} [sinceRef] - Git reference to filter changes since
|
|
14
14
|
* @property {string[]} [filter] - Same as filtering packages with --filter in pnpm. Only include packages matching the filter. See https://pnpm.io/filtering.
|
|
15
15
|
*/
|
|
16
|
-
declare const _default: import(
|
|
17
|
-
export default
|
|
16
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
17
|
+
export default _default;
|
|
@@ -3,5 +3,5 @@ export type Args = {
|
|
|
3
3
|
workspaces: string[];
|
|
4
4
|
check?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: import(
|
|
7
|
-
export default
|
|
6
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
7
|
+
export default _default;
|
|
@@ -10,5 +10,5 @@ export type Args = {
|
|
|
10
10
|
sha?: string;
|
|
11
11
|
filter?: string[];
|
|
12
12
|
};
|
|
13
|
-
declare const _default: import(
|
|
14
|
-
export default
|
|
13
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
14
|
+
export default _default;
|
|
@@ -12,5 +12,5 @@ export type Commit = {
|
|
|
12
12
|
message: string;
|
|
13
13
|
author: string;
|
|
14
14
|
};
|
|
15
|
-
declare const _default: import(
|
|
16
|
-
export default
|
|
15
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
16
|
+
export default _default;
|
|
@@ -7,5 +7,5 @@ export type Args = {
|
|
|
7
7
|
* @property {boolean} [dryRun] If true, will only log the commands without executing them
|
|
8
8
|
* @property {string} [otp] 6 digit auth code to forward to npm for two-factor authentication
|
|
9
9
|
*/
|
|
10
|
-
declare const _default: import(
|
|
11
|
-
export default
|
|
10
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
11
|
+
export default _default;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
export type Args = {
|
|
3
3
|
pkg?: string[];
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import(
|
|
6
|
-
export default
|
|
5
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
6
|
+
export default _default;
|
package/build/cli/cmdVale.d.mts
CHANGED
|
@@ -42,5 +42,5 @@ export type Args = {
|
|
|
42
42
|
/**
|
|
43
43
|
* @typedef {{ 'vale-version': string; 'auto-fix': 'all' | 'error' | undefined; }} Args
|
|
44
44
|
*/
|
|
45
|
-
declare const _default: import(
|
|
46
|
-
export default
|
|
45
|
+
declare const _default: import('yargs').CommandModule<{}, Args>;
|
|
46
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import('yargs').CommandModule<{}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import('eslint').Rule.RuleModule;
|
|
2
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import('eslint').Rule.RuleModule;
|
|
2
|
+
export default _default;
|
|
@@ -11,5 +11,5 @@ export type PatternConfig = {
|
|
|
11
11
|
* Creates an ESLint rule that restricts imports based on their resolved paths.
|
|
12
12
|
* Works with both ESM (import) and CommonJS (require) imports.
|
|
13
13
|
*/
|
|
14
|
-
declare const _default: import(
|
|
15
|
-
export default
|
|
14
|
+
declare const _default: import('eslint').Rule.RuleModule;
|
|
15
|
+
export default _default;
|
|
@@ -51,6 +51,6 @@ declare const _default: {
|
|
|
51
51
|
* @param {import('./duplicate-h1.mjs').MdParams} params
|
|
52
52
|
* @param {import('./duplicate-h1.mjs').OnError} onError
|
|
53
53
|
*/
|
|
54
|
-
function: (params: MdParams, onError: OnError) => void;
|
|
54
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
55
55
|
};
|
|
56
56
|
export default _default;
|
|
@@ -6,6 +6,6 @@ declare const _default: {
|
|
|
6
6
|
* @param {import('./duplicate-h1.mjs').MdParams} params
|
|
7
7
|
* @param {import('./duplicate-h1.mjs').OnError} onError
|
|
8
8
|
*/
|
|
9
|
-
function: (params: import(
|
|
9
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
@@ -46,7 +46,7 @@ export declare function createBaseConfig(options?: {
|
|
|
46
46
|
names: string[];
|
|
47
47
|
description: string;
|
|
48
48
|
tags: string[];
|
|
49
|
-
function: (params: import(
|
|
49
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
50
50
|
}[];
|
|
51
51
|
ignores: string[];
|
|
52
52
|
};
|
|
@@ -6,6 +6,6 @@ declare const _default: {
|
|
|
6
6
|
* @param {import('./duplicate-h1.mjs').MdParams} params
|
|
7
7
|
* @param {import('./duplicate-h1.mjs').OnError} onError
|
|
8
8
|
*/
|
|
9
|
-
function: (params: import(
|
|
9
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
@@ -6,6 +6,6 @@ declare const _default: {
|
|
|
6
6
|
* @param {import('./duplicate-h1.mjs').MdParams} params
|
|
7
7
|
* @param {import('./duplicate-h1.mjs').OnError} onError
|
|
8
8
|
*/
|
|
9
|
-
function: (params: import(
|
|
9
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
@@ -6,6 +6,6 @@ declare const _default: {
|
|
|
6
6
|
* @param {import('./duplicate-h1.mjs').MdParams} params
|
|
7
7
|
* @param {import('./duplicate-h1.mjs').OnError} onError
|
|
8
8
|
*/
|
|
9
|
-
function: (params: import(
|
|
9
|
+
function: (params: import('./duplicate-h1.mjs').MdParams, onError: import('./duplicate-h1.mjs').OnError) => void;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
package/build/utils/build.d.mts
CHANGED
|
@@ -37,9 +37,9 @@ export declare function createPackageExports({ exports: packageExports, bundles,
|
|
|
37
37
|
isFlat?: boolean;
|
|
38
38
|
packageType?: 'module' | 'commonjs';
|
|
39
39
|
}): Promise<{
|
|
40
|
-
main?: string
|
|
41
|
-
types?: string
|
|
42
|
-
exports: import(
|
|
40
|
+
main?: string;
|
|
41
|
+
types?: string;
|
|
42
|
+
exports: import('../cli/packageJson').PackageJson.ExportConditions;
|
|
43
43
|
}>;
|
|
44
44
|
/**
|
|
45
45
|
* @param {Object} param0
|
package/build/utils/github.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ export type GitHubAppAuthenticationWithRefreshToken = {
|
|
|
20
20
|
* @property {string} [refreshTokenExpiresAt] - ISO string when the refresh token expires
|
|
21
21
|
*/
|
|
22
22
|
export declare function persistentAuthStrategy(): {
|
|
23
|
-
hook: (request: import(
|
|
23
|
+
hook: (request: import('@octokit/types').RequestInterface, route: import('@octokit/types').Route, parameters: import('@octokit/types').RequestParameters) => Promise<import("@octokit/types").OctokitResponse<any, number>>;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* @param {Object} [options]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.28",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"code-infra": "./bin/code-infra.mjs"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@argos-ci/core": "^5.
|
|
56
|
+
"@argos-ci/core": "^5.2.0",
|
|
57
57
|
"@babel/cli": "^7.28.6",
|
|
58
58
|
"@babel/core": "^7.29.0",
|
|
59
59
|
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@eslint/config-helpers": "^0.5.4",
|
|
67
67
|
"@eslint/js": "^10.0.1",
|
|
68
68
|
"@eslint/json": "^1.1.0",
|
|
69
|
-
"@inquirer/confirm": "^6.0.
|
|
70
|
-
"@inquirer/select": "^5.1.
|
|
69
|
+
"@inquirer/confirm": "^6.0.11",
|
|
70
|
+
"@inquirer/select": "^5.1.3",
|
|
71
71
|
"@napi-rs/keyring": "^1.2.0",
|
|
72
72
|
"@octokit/auth-action": "^6.0.2",
|
|
73
73
|
"@octokit/oauth-methods": "^6.0.2",
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"eslint-plugin-testing-library": "^7.16.0",
|
|
101
101
|
"execa": "^9.6.1",
|
|
102
102
|
"git-url-parse": "^16.1.0",
|
|
103
|
-
"globals": "^17.
|
|
103
|
+
"globals": "^17.5.0",
|
|
104
104
|
"globby": "^16.1.1",
|
|
105
105
|
"html-validate": "^10.13.0",
|
|
106
|
-
"minimatch": "^10.2.
|
|
106
|
+
"minimatch": "^10.2.5",
|
|
107
107
|
"node-html-parser": "^7.1.0",
|
|
108
108
|
"open": "^11.0.0",
|
|
109
109
|
"postcss-styled-syntax": "^0.7.1",
|
|
@@ -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-
|
|
123
|
-
"@mui/internal-babel-plugin-
|
|
124
|
-
"@mui/internal-babel-plugin-
|
|
122
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.18",
|
|
123
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.26",
|
|
124
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.35"
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
127
|
"@next/eslint-plugin-next": "*",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@typescript-eslint/rule-tester": "8.57.1",
|
|
154
154
|
"eslint": "10.0.3",
|
|
155
155
|
"get-port": "7.2.0",
|
|
156
|
-
"prettier": "3.8.
|
|
156
|
+
"prettier": "3.8.3",
|
|
157
157
|
"serve": "14.2.6",
|
|
158
158
|
"typescript-eslint": "8.57.1"
|
|
159
159
|
},
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"publishConfig": {
|
|
169
169
|
"access": "public"
|
|
170
170
|
},
|
|
171
|
-
"gitSha": "
|
|
171
|
+
"gitSha": "bcba759d16e06c283bcf4dba32ed562f2f9e77cc",
|
|
172
172
|
"scripts": {
|
|
173
173
|
"build": "tsgo -p tsconfig.build.json",
|
|
174
174
|
"typescript": "tsgo -noEmit",
|