@depup/sanity 5.18.0-depup.3 → 5.18.0-depup.4

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/README.md CHANGED
@@ -14,9 +14,9 @@ npm install @depup/sanity
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [sanity](https://www.npmjs.com/package/sanity) @ 5.18.0 |
17
- | Processed | 2026-03-26 |
17
+ | Processed | 2026-03-27 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 32 |
19
+ | Deps updated | 33 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -35,6 +35,7 @@ npm install @depup/sanity
35
35
  | @portabletext/plugin-typography | ^7.0.19 | ^7.0.22 |
36
36
  | @sanity/client | ^7.17.0 | ^7.20.0 |
37
37
  | @sanity/diff-patch | ^5.0.0 | ^6.0.0 |
38
+ | @sanity/image-url | ^2.0.3 | ^2.1.0 |
38
39
  | @sanity/migrate | ^6.0.0 | ^6.1.0 |
39
40
  | @sanity/preview-url-secret | ^4.0.3 | ^4.0.4 |
40
41
  | @sanity/sdk | 2.1.2 | ^2.8.0 |
package/changes.json CHANGED
@@ -52,6 +52,10 @@
52
52
  "from": "^5.0.0",
53
53
  "to": "^6.0.0"
54
54
  },
55
+ "@sanity/image-url": {
56
+ "from": "^2.0.3",
57
+ "to": "^2.1.0"
58
+ },
55
59
  "@sanity/migrate": {
56
60
  "from": "^6.0.0",
57
61
  "to": "^6.1.0"
@@ -129,6 +133,6 @@
129
133
  "to": "^5.29.0"
130
134
  }
131
135
  },
132
- "timestamp": "2026-03-26T20:19:21.696Z",
133
- "totalUpdated": 32
136
+ "timestamp": "2026-03-27T16:29:10.113Z",
137
+ "totalUpdated": 33
134
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/sanity",
3
- "version": "5.18.0-depup.3",
3
+ "version": "5.18.0-depup.4",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches (with updated dependencies)",
5
5
  "keywords": [
6
6
  "sanity",
@@ -119,7 +119,7 @@
119
119
  "@sanity/eventsource": "^5.0.2",
120
120
  "@sanity/icons": "^3.7.4",
121
121
  "@sanity/id-utils": "^1.0.0",
122
- "@sanity/image-url": "^2.0.3",
122
+ "@sanity/image-url": "^2.1.0",
123
123
  "@sanity/insert-menu": "^3.0.4",
124
124
  "@sanity/logos": "^2.2.2",
125
125
  "@sanity/media-library-types": "^1.2.0",
@@ -319,6 +319,10 @@
319
319
  "from": "^5.0.0",
320
320
  "to": "^6.0.0"
321
321
  },
322
+ "@sanity/image-url": {
323
+ "from": "^2.0.3",
324
+ "to": "^2.1.0"
325
+ },
322
326
  "@sanity/migrate": {
323
327
  "from": "^6.0.0",
324
328
  "to": "^6.1.0"
@@ -396,10 +400,10 @@
396
400
  "to": "^5.29.0"
397
401
  }
398
402
  },
399
- "depsUpdated": 32,
403
+ "depsUpdated": 33,
400
404
  "originalPackage": "sanity",
401
405
  "originalVersion": "5.18.0",
402
- "processedAt": "2026-03-26T20:20:16.149Z",
406
+ "processedAt": "2026-03-27T16:30:09.889Z",
403
407
  "smokeTest": "failed"
404
408
  }
405
409
  }