@sanity/cli 7.0.1 → 7.1.0

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": "@sanity/cli",
3
- "version": "7.0.1",
3
+ "version": "7.1.0",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -55,13 +55,13 @@
55
55
  "@oclif/plugin-help": "^6.2.50",
56
56
  "@oclif/plugin-not-found": "^3.2.87",
57
57
  "@sanity/client": "^7.22.1",
58
- "@sanity/codegen": "^7.0.0",
58
+ "@sanity/codegen": "^7.0.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
63
  "@sanity/import": "^6.0.2",
64
- "@sanity/migrate": "^7.0.0",
64
+ "@sanity/migrate": "^7.0.1",
65
65
  "@sanity/runtime-cli": "^15.1.3",
66
66
  "@sanity/schema": "^5.30.0",
67
67
  "@sanity/telemetry": "^1.1.0",
@@ -71,9 +71,9 @@
71
71
  "@vercel/frameworks": "3.21.1",
72
72
  "chokidar": "^5.0.0",
73
73
  "console-table-printer": "^2.15.0",
74
- "date-fns": "^4.1.0",
74
+ "date-fns": "^4.4.0",
75
75
  "debug": "^4.4.3",
76
- "dotenv": "^17.3.1",
76
+ "dotenv": "^17.4.2",
77
77
  "eventsource": "^4.1.0",
78
78
  "execa": "^9.6.0",
79
79
  "form-data": "^4.0.5",
@@ -82,7 +82,7 @@
82
82
  "gunzip-maybe": "^1.4.2",
83
83
  "import-meta-resolve": "^4.2.0",
84
84
  "is-installed-globally": "^1.0.0",
85
- "isomorphic-dompurify": "^2.32.0",
85
+ "isomorphic-dompurify": "^2.36.0",
86
86
  "json5": "^2.2.3",
87
87
  "jsonc-parser": "^3.3.1",
88
88
  "lodash-es": "^4.18.1",
@@ -91,7 +91,7 @@
91
91
  "oneline": "^2.0.0",
92
92
  "open": "^11.0.0",
93
93
  "p-map": "^7.0.3",
94
- "package-directory": "^8.1.0",
94
+ "package-directory": "^8.2.0",
95
95
  "peek-stream": "^1.1.3",
96
96
  "picomatch": "^4.0.4",
97
97
  "pluralize-esm": "^9.0.5",
@@ -115,14 +115,14 @@
115
115
  "yaml": "^2.9.0",
116
116
  "zod": "^4.3.6",
117
117
  "@sanity/cli-build": "^1.0.1",
118
- "@sanity/cli-core": "^2.0.0"
118
+ "@sanity/cli-core": "^2.0.1"
119
119
  },
120
120
  "devDependencies": {
121
- "@eslint/compat": "^2.0.5",
121
+ "@eslint/compat": "^2.1.0",
122
122
  "@sanity/pkg-utils": "^10.5.2",
123
123
  "@sanity/ui": "^3.2.0",
124
124
  "@swc/cli": "^0.8.1",
125
- "@swc/core": "^1.15.33",
125
+ "@swc/core": "^1.15.40",
126
126
  "@types/debug": "^4.1.13",
127
127
  "@types/gunzip-maybe": "^1.4.3",
128
128
  "@types/jsdom": "^28.0.3",
@@ -139,7 +139,7 @@
139
139
  "@types/which": "^3.0.4",
140
140
  "@vitest/coverage-istanbul": "^4.1.8",
141
141
  "babel-plugin-react-compiler": "^1.0.0",
142
- "eslint": "^10.2.1",
142
+ "eslint": "^10.4.1",
143
143
  "jsdom": "^29.1.1",
144
144
  "nock": "^14.0.15",
145
145
  "oclif": "^4.23.10",
@@ -149,9 +149,9 @@
149
149
  "typescript": "^5.9.3",
150
150
  "vitest": "^4.1.8",
151
151
  "@repo/tsconfig": "3.70.0",
152
+ "@sanity/cli-test": "1.0.1",
152
153
  "@repo/package.config": "0.0.1",
153
- "@sanity/cli-test": "1.0.0",
154
- "@sanity/eslint-config-cli": "1.1.1"
154
+ "@sanity/eslint-config-cli": "1.1.2"
155
155
  },
156
156
  "peerDependencies": {
157
157
  "babel-plugin-react-compiler": "*"