diff --git a/docs/package.json b/docs/package.json index d880bc713e6f6..59e21e94cfec2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "link-check": "tsx ./scripts/reportBrokenLinks.mts" }, "dependencies": { - "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", + "@atlaskit/pragmatic-drag-and-drop": "catalog:", "@babel/core": "catalog:", "@babel/runtime": "catalog:", "@date-fns/tz": "catalog:", diff --git a/package.json b/package.json index 45abbaa2886f6..a90b7b87fab01 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,6 @@ "@playwright/test": "catalog:", "@types/babel__core": "7.20.5", "@types/babel__traverse": "7.28.0", - "@types/chai-dom": "1.11.3", "@types/node": "22.19.3", "@types/react": "catalog:", "@types/react-dom": "catalog:", @@ -101,7 +100,6 @@ "babel-plugin-react-remove-properties": "catalog:", "babel-plugin-search-and-replace": "1.1.1", "babel-plugin-transform-replace-expressions": "0.2.0", - "chai-dom": "1.12.1", "concurrently": "9.2.1", "cross-env": "catalog:", "danger": "13.0.5", @@ -113,9 +111,9 @@ "eslint-plugin-consistent-default-export-name": "0.0.15", "eslint-plugin-jsdoc": "62.5.2", "eslint-plugin-mui-x": "workspace:^", - "execa": "9.6.1", + "execa": "catalog:", "globby": "16.1.1", - "jsdom": "26.1.0", + "jsdom": "catalog:", "lerna": "9.0.4", "markdownlint-cli2": "0.21.0", "moment": "catalog:", diff --git a/packages/x-charts-vendor/package.json b/packages/x-charts-vendor/package.json index fbaa8658803e2..9e2487a619a9a 100644 --- a/packages/x-charts-vendor/package.json +++ b/packages/x-charts-vendor/package.json @@ -45,7 +45,7 @@ "@babel/plugin-transform-modules-commonjs": "7.28.6", "@babel/plugin-transform-runtime": "catalog:", "babel-plugin-module-resolver": "5.0.2", - "execa": "9.6.1", + "execa": "catalog:", "rimraf": "catalog:" }, "publishConfig": { diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index d51370161d53f..aa9a2776aca3f 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -72,7 +72,7 @@ "@mui/internal-test-utils": "catalog:", "@mui/material": "catalog:", "@mui/system": "catalog:", - "@mui/types": "7.4.12", + "@mui/types": "catalog:", "@types/prop-types": "catalog:", "@types/use-sync-external-store": "catalog:", "react": "catalog:", diff --git a/packages/x-data-grid/src/tests/layout.DataGrid.test.tsx b/packages/x-data-grid/src/tests/layout.DataGrid.test.tsx index f600794ee452f..023663e2acb00 100644 --- a/packages/x-data-grid/src/tests/layout.DataGrid.test.tsx +++ b/packages/x-data-grid/src/tests/layout.DataGrid.test.tsx @@ -954,7 +954,8 @@ describe(' - Layout & warnings', () => { }).toErrorDev([ reactMajor >= 19 && 'The Data Grid component requires all rows to have a unique `id` property', - reactMajor < 19 && 'The above error occurred in the component', + // `ForwardRef(DataGrid)` on newer `@vitejs/plugin-react`, `ForwardRef(DataGrid2)` on older ones. + reactMajor < 19 && 'The above error occurred in the - Slots', () => { }).toErrorDev([ reactMajor >= 19 && 'MUI X Data Grid: useGridRootProps should only be used inside a Data Grid component. The component must be a child of DataGrid, DataGridPro, or DataGridPremium. Ensure your component is properly nested within a Data Grid.', - reactMajor < 19 && 'The above error occurred in the component', + // `ForwardRef(GridOverlay)` on newer `@vitejs/plugin-react`, `ForwardRef(GridOverlay2)` on older ones. + reactMajor < 19 && 'The above error occurred in the = 19 && 'Alternatively, you can use the `getItemId` prop to specify a custom id for each item', - reactMajor < 19 && `The above error occurred in the component`, - reactMajor < 19 && `The above error occurred in the component`, + // `ForwardRef(TreeItem)` on newer `@vitejs/plugin-react`, `ForwardRef(TreeItem2)` on older ones. + reactMajor < 19 && `The above error occurred in the = 19 && `MUI X Tree View: All items must have a unique \`id\` property. The id "1" is used by multiple items. Use the \`getItemId\` prop to specify a custom id for each item if needed.`, - reactMajor < 19 && - `The above error occurred in the component`, + // `ForwardRef(${treeViewComponentName})` on newer `@vitejs/plugin-react`, `ForwardRef(${treeViewComponentName}2)` on older ones. + reactMajor < 19 && `The above error occurred in the =24.0.0} + deprecated: This package is an implementation detail of Lerna and is no longer published separately. '@mdn/browser-compat-data@5.7.6': resolution: {integrity: sha512-7xdrMX0Wk7grrTZQwAoy1GkvPMFoizStUoL+VmtUkAxegbCCec+3FKwOM6yc/uGU5+BEczQHXAlWiqvM8JeENg==} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6058f4d07406e..5d0338d98f21d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,12 +6,14 @@ packages: - bundle-size catalog: + '@atlaskit/pragmatic-drag-and-drop': ^1.7.7 '@babel/cli': ^7.28.6 '@babel/core': ^7.29.0 '@babel/plugin-transform-runtime': ^7.29.0 '@babel/preset-typescript': ^7.28.5 '@babel/runtime': ^7.28.6 '@babel/traverse': ^7.29.0 + '@base-ui/react': ^1.3.0 '@base-ui/utils': ^0.2.6 '@date-fns/tz': ^1.2.0 '@emotion/cache': ^11.14.0 @@ -22,6 +24,7 @@ catalog: '@mui/material': 9.0.0-beta.1 '@mui/stylis-plugin-rtl': 9.0.0-beta.0 '@mui/system': 9.0.0-beta.1 + '@mui/types': 7.4.12 '@mui/utils': 9.0.0-beta.1 '@mui/x-internal-exceljs-fork': 4.4.5 '@playwright/test': ^1.58.2 @@ -53,7 +56,9 @@ catalog: date-fns-jalali: ^4.1.0-0 dayjs: ^1.11.20 es-toolkit: ^1.45.1 + execa: 9.6.1 jscodeshift: 17.3.0 + jsdom: 26.1.0 luxon: ^3.7.2 moment: ^2.30.1 moment-hijri: ^3.0.0 diff --git a/renovate.json b/renovate.json index 156b41ed2700d..9b7cba36b095e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>mui/mui-public//renovate/default"], + "ignorePaths": ["**/bug-reproductions/**"], "schedule": "* 0-4 * * 1", "lockFileMaintenance": { "schedule": "* 0-4 2 * *" diff --git a/test/performance-charts/package.json b/test/performance-charts/package.json index 5059001045abd..e4d0f2116388e 100644 --- a/test/performance-charts/package.json +++ b/test/performance-charts/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-react-swc": "catalog:", "@vitest/browser-playwright": "catalog:", "@vitest/ui": "catalog:", - "jsdom": "26.1.0", + "jsdom": "catalog:", "react": "catalog:", "react-dom": "catalog:", "vitest": "catalog:"