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

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 (3) hide show
  1. package/README.md +6 -5
  2. package/changes.json +9 -5
  3. package/package.json +14 -10
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-25 |
17
+ | Processed | 2026-03-26 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 31 |
19
+ | Deps updated | 32 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -26,7 +26,7 @@ npm install @depup/sanity
26
26
  | @dnd-kit/modifiers | ^6.0.1 | ^9.0.0 |
27
27
  | @dnd-kit/sortable | ^7.0.2 | ^10.0.0 |
28
28
  | @isaacs/ttlcache | ^1.4.1 | ^2.1.4 |
29
- | @mux/mux-player-react | ^3.10.2 | ^3.11.6 |
29
+ | @mux/mux-player-react | ^3.10.2 | ^3.11.7 |
30
30
  | @portabletext/editor | ^6.4.0 | ^6.5.2 |
31
31
  | @portabletext/html | ^1.0.0 | ^1.0.1 |
32
32
  | @portabletext/plugin-markdown-shortcuts | ^7.0.19 | ^7.0.22 |
@@ -42,16 +42,17 @@ npm install @depup/sanity
42
42
  | @tanstack/react-virtual | ^3.13.18 | ^3.13.23 |
43
43
  | @xstate/react | ^6.0.0 | ^6.1.0 |
44
44
  | classnames | ^2.2.5 | ^2.5.1 |
45
- | i18next | ^25.8.17 | ^25.10.9 |
45
+ | i18next | ^25.8.17 | ^25.10.10 |
46
46
  | isomorphic-dompurify | 2.26.0 | ^3.7.1 |
47
47
  | lodash-es | ^4.17.22 | ^4.17.23 |
48
48
  | motion | ^12.27.1 | ^12.38.0 |
49
49
  | nanoid | ^3.3.11 | ^5.1.7 |
50
- | path-to-regexp | ^6.3.0 | ^8.3.0 |
50
+ | path-to-regexp | ^6.3.0 | ^8.4.0 |
51
51
  | player.style | ^0.1.9 | ^0.3.1 |
52
52
  | react-i18next | 15.6.1 | ^16.6.6 |
53
53
  | semver | ^7.7.2 | ^7.7.4 |
54
54
  | uuid | ^11.1.0 | ^13.0.0 |
55
+ | web-vitals | ^5.1.0 | ^5.2.0 |
55
56
  | xstate | ^5.25.1 | ^5.29.0 |
56
57
 
57
58
  ---
package/changes.json CHANGED
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "@mux/mux-player-react": {
20
20
  "from": "^3.10.2",
21
- "to": "^3.11.6"
21
+ "to": "^3.11.7"
22
22
  },
23
23
  "@portabletext/editor": {
24
24
  "from": "^6.4.0",
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "i18next": {
84
84
  "from": "^25.8.17",
85
- "to": "^25.10.9"
85
+ "to": "^25.10.10"
86
86
  },
87
87
  "isomorphic-dompurify": {
88
88
  "from": "2.26.0",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "path-to-regexp": {
104
104
  "from": "^6.3.0",
105
- "to": "^8.3.0"
105
+ "to": "^8.4.0"
106
106
  },
107
107
  "player.style": {
108
108
  "from": "^0.1.9",
@@ -120,11 +120,15 @@
120
120
  "from": "^11.1.0",
121
121
  "to": "^13.0.0"
122
122
  },
123
+ "web-vitals": {
124
+ "from": "^5.1.0",
125
+ "to": "^5.2.0"
126
+ },
123
127
  "xstate": {
124
128
  "from": "^5.25.1",
125
129
  "to": "^5.29.0"
126
130
  }
127
131
  },
128
- "timestamp": "2026-03-25T16:34:56.029Z",
129
- "totalUpdated": 31
132
+ "timestamp": "2026-03-26T20:19:21.696Z",
133
+ "totalUpdated": 32
130
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/sanity",
3
- "version": "5.18.0-depup.1",
3
+ "version": "5.18.0-depup.3",
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",
@@ -95,7 +95,7 @@
95
95
  "@dnd-kit/utilities": "^3.2.2",
96
96
  "@isaacs/ttlcache": "^2.1.4",
97
97
  "@juggle/resize-observer": "^3.4.0",
98
- "@mux/mux-player-react": "^3.11.6",
98
+ "@mux/mux-player-react": "^3.11.7",
99
99
  "@portabletext/editor": "^6.5.2",
100
100
  "@portabletext/html": "^1.0.1",
101
101
  "@portabletext/patches": "^2.0.4",
@@ -145,7 +145,7 @@
145
145
  "fast-deep-equal": "3.1.3",
146
146
  "groq-js": "^1.29.0",
147
147
  "history": "^5.3.0",
148
- "i18next": "^25.10.9",
148
+ "i18next": "^25.10.10",
149
149
  "is-hotkey-esm": "^1.0.0",
150
150
  "isomorphic-dompurify": "^3.7.1",
151
151
  "json-reduce": "^3.0.0",
@@ -156,7 +156,7 @@
156
156
  "nano-pubsub": "^3.0.0",
157
157
  "nanoid": "^5.1.7",
158
158
  "observable-callback": "^1.0.3",
159
- "path-to-regexp": "^8.3.0",
159
+ "path-to-regexp": "^8.4.0",
160
160
  "player.style": "^0.3.1",
161
161
  "polished": "^4.3.1",
162
162
  "quick-lru": "^7.3.0",
@@ -181,7 +181,7 @@
181
181
  "use-hot-module-reload": "^2.0.0",
182
182
  "use-sync-external-store": "^1.6.0",
183
183
  "uuid": "^13.0.0",
184
- "web-vitals": "^5.1.0",
184
+ "web-vitals": "^5.2.0",
185
185
  "xstate": "^5.29.0",
186
186
  "@sanity/diff": "5.18.0",
187
187
  "@sanity/mutator": "5.18.0",
@@ -285,7 +285,7 @@
285
285
  },
286
286
  "@mux/mux-player-react": {
287
287
  "from": "^3.10.2",
288
- "to": "^3.11.6"
288
+ "to": "^3.11.7"
289
289
  },
290
290
  "@portabletext/editor": {
291
291
  "from": "^6.4.0",
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "i18next": {
351
351
  "from": "^25.8.17",
352
- "to": "^25.10.9"
352
+ "to": "^25.10.10"
353
353
  },
354
354
  "isomorphic-dompurify": {
355
355
  "from": "2.26.0",
@@ -369,7 +369,7 @@
369
369
  },
370
370
  "path-to-regexp": {
371
371
  "from": "^6.3.0",
372
- "to": "^8.3.0"
372
+ "to": "^8.4.0"
373
373
  },
374
374
  "player.style": {
375
375
  "from": "^0.1.9",
@@ -387,15 +387,19 @@
387
387
  "from": "^11.1.0",
388
388
  "to": "^13.0.0"
389
389
  },
390
+ "web-vitals": {
391
+ "from": "^5.1.0",
392
+ "to": "^5.2.0"
393
+ },
390
394
  "xstate": {
391
395
  "from": "^5.25.1",
392
396
  "to": "^5.29.0"
393
397
  }
394
398
  },
395
- "depsUpdated": 31,
399
+ "depsUpdated": 32,
396
400
  "originalPackage": "sanity",
397
401
  "originalVersion": "5.18.0",
398
- "processedAt": "2026-03-25T16:35:57.481Z",
402
+ "processedAt": "2026-03-26T20:20:16.149Z",
399
403
  "smokeTest": "failed"
400
404
  }
401
405
  }