Skip to content

fix(deps): update dependency @sanity/ui to ^2.3.6 #918

fix(deps): update dependency @sanity/ui to ^2.3.6

fix(deps): update dependency @sanity/ui to ^2.3.6 #918

Triggered via pull request June 14, 2024 13:44
Status Success
Total duration 1m 33s
Artifacts

are-we-compiled-yet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: packages/@sanity/portable-text-editor/src/editor/Editable.tsx#L356
Mutating a value returned from a function whose return value should not be mutated
lint: packages/sanity/src/core/components/commandList/CommandList.tsx#L309
This mutates a variable that React considers immutable
lint: packages/sanity/src/core/components/hookCollection/GetHookCollectionState.tsx#L83
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/components/hookCollection/HookStateContainer.ts#L15
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/form/inputs/PortableText/object/Annotation.tsx#L228
Mutating a value returned from a function whose return value should not be mutated
lint: packages/sanity/src/core/form/inputs/PortableText/toolbar/hooks.ts#L25
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/form/inputs/PortableText/toolbar/hooks.ts#L33
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/form/inputs/PortableText/toolbar/hooks.ts#L94
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/form/inputs/PortableText/toolbar/hooks.ts#L113
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
lint: packages/sanity/src/core/hooks/useListFormat.ts#L43
Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)