@mui/internal-code-infra 0.0.4-canary.34 → 0.0.4-canary.36

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.34",
3
+ "version": "0.0.4-canary.36",
4
4
  "author": "MUI Team",
5
5
  "description": "Infra scripts and configs to be used across MUI repos.",
6
6
  "license": "MIT",
@@ -101,7 +101,7 @@
101
101
  "execa": "^9.6.1",
102
102
  "git-url-parse": "^16.1.0",
103
103
  "globals": "^17.5.0",
104
- "globby": "^16.1.1",
104
+ "globby": "^16.2.0",
105
105
  "html-validate": "^10.13.0",
106
106
  "minimatch": "^10.2.5",
107
107
  "node-html-parser": "^7.1.0",
@@ -168,7 +168,7 @@
168
168
  "publishConfig": {
169
169
  "access": "public"
170
170
  },
171
- "gitSha": "8b6d64d72f98adc33104110814c38e0262070163",
171
+ "gitSha": "1e04001f0f8f7dda807b8ebf1219dd99f0862f5b",
172
172
  "scripts": {
173
173
  "build": "tsgo -p tsconfig.build.json",
174
174
  "typescript": "tsgo -noEmit",
@@ -438,7 +438,7 @@ function renderContributors(contributors, config, lines) {
438
438
  const template = getTemplateString(
439
439
  config.contributors?.message?.contributors,
440
440
  allContributors.length,
441
- `${allContributors.length !== 1 ? 'All contributors of this release in alphabetical order' : 'Contributor of this release'} : {{contributors}}`,
441
+ `${allContributors.length !== 1 ? 'All contributors of this release in alphabetical order' : 'Contributor of this release'}: {{contributors}}`,
442
442
  );
443
443
  const contributorsMessage = templateString(template, {
444
444
  contributors: renderContributorsList(allContributors),