Skip to content

Commit 914152f

Browse files
Bump @mui/internal-bundle-size-checker to ^1.0.9-canary.36 (#46854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Janpot <[email protected]>
1 parent ebd180c commit 914152f

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prettier": "pretty-quick --ignore-path .lintignore --branch master",
4949
"prettier:all": "prettier --write . --ignore-path .lintignore",
5050
"size:snapshot": "pnpm -F ./test/bundle-size check",
51-
"size:why": "pnpm size:snapshot --analyze --accurateBundles",
51+
"size:why": "pnpm size:snapshot --analyze",
5252
"start": "pnpm install && pnpm docs:dev",
5353
"test": "node scripts/test.mjs",
5454
"tc": "nx run nx_test_tc",
@@ -111,7 +111,7 @@
111111
"@mui-internal/api-docs-builder": "workspace:^",
112112
"@mui-internal/api-docs-builder-core": "workspace:^",
113113
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.7",
114-
"@mui/internal-bundle-size-checker": "^1.0.9-canary.35",
114+
"@mui/internal-bundle-size-checker": "^1.0.9-canary.36",
115115
"@mui/internal-code-infra": "^0.0.3-canary.0",
116116
"@mui/internal-docs-utils": "workspace:^",
117117
"@mui/internal-scripts": "workspace:^",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dangerFileContent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ async function reportBundleSize() {
2828
const circleciBuildNumber = process.env.CIRCLE_BUILD_NUM;
2929

3030
const { renderMarkdownReport } = await import('@mui/internal-bundle-size-checker');
31-
markdownContent += await renderMarkdownReport(danger.github.pr, circleciBuildNumber, {
31+
markdownContent += await renderMarkdownReport(danger.github.pr, {
3232
track: ['@mui/material', '@mui/lab', '@mui/system', '@mui/utils'],
33+
circleciBuildNumber,
3334
});
3435

3536
// Use the markdown function to publish the report

test/bundle-size/bundle-size-checker.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ export default defineConfig(async () => {
4848
'@mui/utils',
4949
],
5050
upload: !!process.env.CI,
51+
comment: false,
5152
};
5253
});

0 commit comments

Comments
 (0)