@mui/internal-code-infra 0.0.4-canary.47 → 0.0.4-canary.49

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.4-canary.47",
3
+ "version": "0.0.4-canary.49",
4
4
  "author": "MUI Team",
5
5
  "description": "Infra scripts and configs to be used across MUI repos.",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "code-infra": "./bin/code-infra.mjs"
58
58
  },
59
59
  "dependencies": {
60
- "@argos-ci/core": "^5.3.1",
60
+ "@argos-ci/core": "^6.0.0",
61
61
  "@babel/cli": "^7.28.6",
62
62
  "@babel/core": "^7.29.0",
63
63
  "@babel/plugin-syntax-jsx": "^7.28.6",
@@ -70,8 +70,8 @@
70
70
  "@eslint/config-helpers": "^0.5.4",
71
71
  "@eslint/js": "^10.0.1",
72
72
  "@eslint/json": "^1.1.0",
73
- "@inquirer/confirm": "^6.0.12",
74
- "@inquirer/select": "^5.1.4",
73
+ "@inquirer/confirm": "^6.0.13",
74
+ "@inquirer/select": "^5.1.5",
75
75
  "@napi-rs/keyring": "^1.3.0",
76
76
  "@octokit/auth-action": "^6.0.2",
77
77
  "@octokit/oauth-methods": "^6.0.2",
@@ -90,7 +90,7 @@
90
90
  "clipboardy": "^5.3.1",
91
91
  "content-type": "^1.0.5",
92
92
  "env-ci": "^11.2.0",
93
- "es-toolkit": "^1.45.1",
93
+ "es-toolkit": "^1.46.1",
94
94
  "eslint-config-prettier": "^10.1.8",
95
95
  "eslint-import-resolver-typescript": "^4.4.4",
96
96
  "eslint-module-utils": "^2.12.1",
@@ -105,9 +105,9 @@
105
105
  "eslint-plugin-testing-library": "^7.16.0",
106
106
  "execa": "^9.6.1",
107
107
  "git-url-parse": "^16.1.0",
108
- "globals": "^17.5.0",
108
+ "globals": "^17.6.0",
109
109
  "globby": "^16.2.0",
110
- "html-validate": "^10.13.0",
110
+ "html-validate": "^10.17.0",
111
111
  "minimatch": "^10.2.5",
112
112
  "node-html-parser": "^7.1.0",
113
113
  "open": "^11.0.0",
@@ -132,7 +132,7 @@
132
132
  "remark-parse": "^11.0.0",
133
133
  "remark-rehype": "^11.1.2",
134
134
  "resolve-pkg-maps": "^1.0.0",
135
- "semver": "^7.7.4",
135
+ "semver": "^7.8.0",
136
136
  "stylelint-config-standard": "^40.0.0",
137
137
  "typescript-eslint": "^8.57.1",
138
138
  "unified": "^11.0.5",
@@ -191,7 +191,7 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitSha": "7c091ffc8105f41363b1bd9907eca180c8c1d21e",
194
+ "gitSha": "8db9f6d4d2d14e834e3f8fda91d902a583fbf55b",
195
195
  "scripts": {
196
196
  "build": "tsgo -p tsconfig.build.json",
197
197
  "typescript": "tsgo -noEmit",