@sanity/cli 6.7.1 → 6.7.2

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/oclif.manifest.json +3 -1
  2. package/package.json +37 -29
@@ -313,6 +313,7 @@
313
313
  "args": {
314
314
  "checks": {
315
315
  "description": "Checks to enable (defaults to all). Valid: cli",
316
+ "multiple": true,
316
317
  "name": "checks",
317
318
  "required": false
318
319
  }
@@ -749,6 +750,7 @@
749
750
  "args": {
750
751
  "packages": {
751
752
  "description": "Packages to install",
753
+ "multiple": true,
752
754
  "name": "packages",
753
755
  "required": false
754
756
  }
@@ -5114,5 +5116,5 @@
5114
5116
  ]
5115
5117
  }
5116
5118
  },
5117
- "version": "6.7.1"
5119
+ "version": "6.7.2"
5118
5120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "6.7.1",
3
+ "version": "6.7.2",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -51,22 +51,22 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@oclif/core": "^4.11.0",
55
- "@oclif/plugin-help": "^6.2.45",
56
- "@oclif/plugin-not-found": "^3.2.81",
57
- "@sanity/client": "^7.22.0",
58
- "@sanity/codegen": "^6.1.0",
54
+ "@oclif/core": "^4.11.4",
55
+ "@oclif/plugin-help": "^6.2.50",
56
+ "@oclif/plugin-not-found": "^3.2.87",
57
+ "@sanity/client": "^7.22.1",
58
+ "@sanity/codegen": "^6.1.1",
59
59
  "@sanity/descriptors": "^1.3.0",
60
60
  "@sanity/export": "^6.2.0",
61
61
  "@sanity/generate-help-url": "^4.0.0",
62
62
  "@sanity/id-utils": "^1.0.0",
63
- "@sanity/import": "^6.0.1",
63
+ "@sanity/import": "^6.0.2",
64
64
  "@sanity/migrate": "^6.1.2",
65
- "@sanity/runtime-cli": "^15.1.2",
66
- "@sanity/schema": "^5.26.0",
67
- "@sanity/telemetry": "^0.9.0",
65
+ "@sanity/runtime-cli": "^15.1.3",
66
+ "@sanity/schema": "^5.30.0",
67
+ "@sanity/telemetry": "^1.1.0",
68
68
  "@sanity/template-validator": "^3.1.0",
69
- "@sanity/types": "^5.26.0",
69
+ "@sanity/types": "^5.30.0",
70
70
  "@sanity/worker-channels": "^2.0.0",
71
71
  "@vercel/frameworks": "3.21.1",
72
72
  "chokidar": "^5.0.0",
@@ -78,7 +78,7 @@
78
78
  "execa": "^9.6.0",
79
79
  "form-data": "^4.0.5",
80
80
  "get-latest-version": "^6.0.1",
81
- "groq-js": "^1.30.1",
81
+ "groq-js": "^1.30.2",
82
82
  "gunzip-maybe": "^1.4.2",
83
83
  "import-meta-resolve": "^4.2.0",
84
84
  "is-installed-globally": "^1.0.0",
@@ -97,9 +97,9 @@
97
97
  "pluralize-esm": "^9.0.5",
98
98
  "pretty-ms": "^9.3.0",
99
99
  "promise-props-recursive": "^2.0.2",
100
- "react": "^19.2.4",
101
- "react-dom": "^19.2.4",
102
- "react-is": "^19.2.4",
100
+ "react": "^19.2.6",
101
+ "react-dom": "^19.2.6",
102
+ "react-is": "^19.2.6",
103
103
  "rxjs": "^7.8.2",
104
104
  "semver": "^7.7.4",
105
105
  "skills": "^1.5.7",
@@ -108,18 +108,18 @@
108
108
  "tar-fs": "^3.1.2",
109
109
  "tar-stream": "^3.1.8",
110
110
  "tinyglobby": "^0.2.16",
111
- "tsx": "^4.21.0",
111
+ "tsx": "^4.22.4",
112
112
  "typeid-js": "^1.2.0",
113
113
  "vite": "^7.3.3",
114
114
  "which": "^6.0.1",
115
115
  "yaml": "^2.8.4",
116
116
  "zod": "^4.3.6",
117
- "@sanity/cli-build": "^0.2.1",
118
- "@sanity/cli-core": "^1.3.3"
117
+ "@sanity/cli-build": "^0.2.2",
118
+ "@sanity/cli-core": "^1.3.4"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@eslint/compat": "^2.0.5",
122
- "@sanity/pkg-utils": "^10.4.18",
122
+ "@sanity/pkg-utils": "^10.5.2",
123
123
  "@sanity/ui": "^3.2.0",
124
124
  "@swc/cli": "^0.8.1",
125
125
  "@swc/core": "^1.15.33",
@@ -130,29 +130,37 @@
130
130
  "@types/minimist": "^1.2.5",
131
131
  "@types/node": "^20.19.41",
132
132
  "@types/picomatch": "^4.0.3",
133
- "@types/react": "^19.2.14",
133
+ "@types/react": "^19.2.16",
134
134
  "@types/react-dom": "^19.2.3",
135
135
  "@types/react-is": "^19.2.0",
136
136
  "@types/semver": "^7.7.1",
137
137
  "@types/tar-fs": "^2.0.4",
138
138
  "@types/tar-stream": "^3.1.4",
139
139
  "@types/which": "^3.0.4",
140
- "@vitest/coverage-istanbul": "^4.1.5",
140
+ "@vitest/coverage-istanbul": "^4.1.7",
141
141
  "babel-plugin-react-compiler": "^1.0.0",
142
142
  "eslint": "^10.2.1",
143
143
  "jsdom": "^29.1.1",
144
- "nock": "^14.0.14",
145
- "oclif": "^4.23.0",
146
- "publint": "^0.3.18",
144
+ "nock": "^14.0.15",
145
+ "oclif": "^4.23.10",
146
+ "publint": "^0.3.21",
147
147
  "rimraf": "^6.0.1",
148
- "sanity": "^5.26.0",
148
+ "sanity": "^5.30.0",
149
149
  "typescript": "^5.9.3",
150
150
  "vite-tsconfig-paths": "^6.1.1",
151
- "vitest": "^4.1.5",
152
- "@repo/package.config": "0.0.1",
151
+ "vitest": "^4.1.7",
153
152
  "@repo/tsconfig": "3.70.0",
154
- "@sanity/cli-test": "0.3.4",
155
- "@sanity/eslint-config-cli": "1.1.1"
153
+ "@sanity/cli-test": "0.3.5",
154
+ "@sanity/eslint-config-cli": "1.1.1",
155
+ "@repo/package.config": "0.0.1"
156
+ },
157
+ "peerDependencies": {
158
+ "babel-plugin-react-compiler": "*"
159
+ },
160
+ "peerDependenciesMeta": {
161
+ "babel-plugin-react-compiler": {
162
+ "optional": true
163
+ }
156
164
  },
157
165
  "engines": {
158
166
  "node": ">=20.19.1 <22 || >=22.12"