@mui/internal-test-utils 2.0.18-canary.13 → 2.0.18-canary.15

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.
Files changed (2) hide show
  1. package/README.md +23 -12
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MUI Public
2
2
 
3
- Mono-repository for the MUI organization with code that can be public.
3
+ Mono-repository for the MUI organization with code that can be public.\
4
4
  See https://github.com/mui/mui-private for code that needs to be private.
5
5
 
6
6
  ## Documentation
@@ -9,31 +9,42 @@ You can [read the Infra documentation here](./docs/README.md).
9
9
 
10
10
  ## Applications
11
11
 
12
- ### [tools-public.mui.com](https://tools-public.mui.com/)
12
+ ### Frontend Public
13
13
 
14
- - Folder: `/apps/tools-public/`
14
+ - URL: [frontend-public.mui.com](https://frontend-public.mui.com/)
15
+ - Source: `/apps/code-infra-dashboard/`
16
+ - Hosting: https://dashboard.render.com/web/srv-d5fq2j0gjchc73e9st5g
17
+ - [Docs](./apps/code-infra-dashboard/#readme)
18
+
19
+ ### Tools Public
20
+
21
+ ⚠️ Deprecated. Use **Frontend Public** instead.
22
+
23
+ - URL: [tools-public.mui.com](https://tools-public.mui.com/)
24
+ - Source: `/apps/tools-public/`
15
25
  - Hosting: https://dashboard.render.com/web/srv-d08mooq4d50c73fso49g
16
26
  - [Docs](./apps/tools-public/#readme)
27
+ - Internal public Toolpad apps that run the operations of MUI, built using https://github.com/mui/toolpad.
17
28
 
18
- Internal public Toolpad apps that run the operations of MUI, built using https://github.com/mui/toolpad.
19
-
20
- ### [Code infra dashboard](https://frontend-public.mui.com/)
29
+ ### MUI Internal
21
30
 
22
- - URL: [frontend-public.mui.com](https://frontend-public.mui.com/)
23
- - Folder: `/apps/code-infra-dashboard/`
24
- - Hosting: https://app.netlify.com/sites/mui-frontend-public/overview
25
- - [Docs](./apps/code-infra-dashboard/#readme)
31
+ - URL: [mui-internal.netlify.app](https://mui-internal.netlify.app)
32
+ - Source: `/docs/`
33
+ - Hosting: https://app.netlify.com/projects/mui-internal/overview
34
+ - [Docs](./docs/#readme)
35
+ - Website for MUI internal packages, e.g. hosts docs-infra.
36
+ This is equivalent to https://backoffice.mui.com/ but for public logic.
26
37
 
27
38
  ## Packages
28
39
 
29
40
  ### [docs-infra](./packages/docs-infra/)
30
41
 
31
- - Folder: `/packages/docs-infra/`
42
+ - Source: `/packages/docs-infra/`
32
43
  - [Docs](./packages/docs-infra/README.md)
33
44
 
34
45
  ### [code-infra](./packages/code-infra/)
35
46
 
36
- - Folder: `/packages/code-infra/`
47
+ - Source: `/packages/code-infra/`
37
48
  - [Docs](./packages/code-infra/README.md)
38
49
 
39
50
  ## Versioning
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-test-utils",
3
- "version": "2.0.18-canary.13",
3
+ "version": "2.0.18-canary.15",
4
4
  "author": "MUI Team",
5
5
  "description": "Utilities for MUI tests. This is an internal package not meant for general use.",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "dom-accessibility-api": "^0.7.1",
20
20
  "es-toolkit": "^1.45.1",
21
21
  "format-util": "^1.0.5",
22
- "jsdom": "^27.4.0",
22
+ "jsdom": "^28.1.0",
23
23
  "prop-types": "^15.8.1",
24
24
  "vitest-fail-on-console": "^0.10.1"
25
25
  },
@@ -160,5 +160,5 @@
160
160
  },
161
161
  "main": "./index.js",
162
162
  "types": "./index.d.ts",
163
- "gitSha": "452ec85653c4b6b337367a419e44ba63e5e8e7eb"
163
+ "gitSha": "c74ccaf59b03596a384bffd60cf3588965a258da"
164
164
  }