@sanity/sdk 2.15.0 → 2.16.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/sdk",
3
- "version": "2.15.0",
3
+ "version": "2.16.0",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@sanity/bifur-client": "^1.0.0",
53
- "@sanity/client": "^7.23.0",
53
+ "@sanity/client": "^7.23.1",
54
54
  "@sanity/comlink": "^4.0.1",
55
55
  "@sanity/diff-match-patch": "^3.2.0",
56
56
  "@sanity/diff-patch": "^6.0.0",
@@ -60,7 +60,7 @@
60
60
  "@sanity/message-protocol": "^0.23.0",
61
61
  "@sanity/mutate": "^0.18.1",
62
62
  "@sanity/telemetry": "^1.1.0",
63
- "@sanity/types": "^6.1.0",
63
+ "@sanity/types": "^6.2.0",
64
64
  "groq": "3.88.1-typegen-experimental.0",
65
65
  "groq-js": "^1.30.2",
66
66
  "reselect": "^5.1.1",
@@ -71,18 +71,18 @@
71
71
  "@sanity/browserslist-config": "^1.0.5",
72
72
  "@sanity/pkg-utils": "^10.5.8",
73
73
  "@types/node": "^24.12.4",
74
- "@vitest/coverage-v8": "^4.1.9",
75
- "eslint": "^9.39.4",
76
- "oxfmt": "^0.55.0",
74
+ "@vitest/coverage-v8": "^4.1.10",
75
+ "eslint": "^10.6.0",
76
+ "oxfmt": "^0.58.0",
77
77
  "rollup-plugin-visualizer": "^7.0.1",
78
- "typescript": "^5.9.3",
79
- "vite": "^7.3.5",
80
- "vitest": "^4.1.9",
78
+ "typescript": "^6.0.3",
79
+ "vite": "^8.1.4",
80
+ "vitest": "^4.1.10",
81
81
  "@repo/config-eslint": "0.0.0",
82
- "@repo/config-test": "0.0.1",
83
- "@repo/package.config": "0.0.1",
84
82
  "@repo/package.bundle": "3.82.0",
85
- "@repo/tsconfig": "0.0.1"
83
+ "@repo/package.config": "0.0.1",
84
+ "@repo/tsconfig": "0.0.1",
85
+ "@repo/config-test": "0.0.1"
86
86
  },
87
87
  "browserslist": "extends @sanity/browserslist-config",
88
88
  "scripts": {
@@ -62,7 +62,7 @@ vi.mock('../utils/logger', async (importOriginal) => {
62
62
  })
63
63
 
64
64
  // Import createLogger after mocking
65
- // eslint-disable-next-line import/first
65
+ // eslint-disable-next-line import-x/first
66
66
  import {createLogger} from '../utils/logger'
67
67
 
68
68
  describe('authStore', () => {
@@ -38,7 +38,7 @@ vi.mock('../utils/logger', async (importOriginal) => {
38
38
  })
39
39
 
40
40
  // Import createLogger after mocking
41
- // eslint-disable-next-line import/first
41
+ // eslint-disable-next-line import-x/first
42
42
  import {createLogger} from '../utils/logger'
43
43
 
44
44
  let instance: SanityInstance | undefined