Skip to content

fix(deps): update dependency @sanity/import to ^4.1.1 #37257

fix(deps): update dependency @sanity/import to ^4.1.1

fix(deps): update dependency @sanity/import to ^4.1.1 #37257

Triggered via pull request February 9, 2026 22:35
Status Success
Total duration 3m 40s
Artifacts

lintPr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: packages/sanity/src/_internal/cli/actions/dev/__tests__/devAction.test.ts#L14
Unexpected empty method 'warn'. (no-empty-function)
lint: packages/sanity/src/_internal/cli/actions/dev/__tests__/devAction.test.ts#L13
Unexpected empty method 'print'. (no-empty-function)
lint: packages/sanity/src/_internal/cli/actions/deploy/deployAction.ts#L40
Async function 'deployStudioAction' has a complexity of 33. Maximum allowed is 30. (complexity)
lint: packages/sanity/src/_internal/cli/actions/app/buildAction.ts#L32
Async function 'buildSanityApp' has a complexity of 41. Maximum allowed is 30. (complexity)
lint: packages/@sanity/cli/test/dev.test.ts#L172
Unexpected empty arrow function. (no-empty-function)
lint: packages/@sanity/cli/test/dev.test.ts#L171
Unexpected empty arrow function. (no-empty-function)
lint: packages/@sanity/cli/test/build.test.ts#L205
Unexpected empty arrow function. (no-empty-function)
lint: packages/@sanity/cli/test/build.test.ts#L204
Unexpected empty arrow function. (no-empty-function)
lint: packages/@sanity/cli/src/cli.ts#L41
Async function 'runCli' has a complexity of 25. Maximum allowed is 18. (complexity)
lint: packages/@sanity/schema/src/legacy/Rule.ts#L355
Expected 'this' to be used by class async method 'validate'. (class-methods-use-this)