Skip to content

fix(deps): update nextjs monorepo to v15.1.0 #6930

fix(deps): update nextjs monorepo to v15.1.0

fix(deps): update nextjs monorepo to v15.1.0 #6930

Triggered via pull request December 16, 2024 12:05
Status Success
Total duration 3m 23s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: packages/components/src/underscore-redirects.ts#L7
Unexpected any. Specify a different type
Build: packages/components/src/underscore-redirects.ts#L14
Unexpected any. Specify a different type
Build: packages/components/src/underscore-redirects.ts#L14
Unexpected any. Specify a different type
Build: packages/components/src/underscore-redirects.ts#L21
Unexpected any. Specify a different type
Build: packages/editor/src/editor/editor.stories.tsx#L69
Unexpected any. Specify a different type
Build: packages/editor/src/editor/enriched-language-service.ts#L93
Unexpected any. Specify a different type
Build: packages/editor/src/editor/executable-document-editor.tsx#L172
React Hook useEffect has a missing dependency: 'completionProvider'. Either include it or remove the dependency array
Build: packages/editor/src/editor/schema-diff-editor.tsx#L25
React Hook useImperativeHandle has a missing dependency: 'originalSchemaService.editorApi'. Either include it or remove the dependency array
Build: packages/editor/src/editor/schema-editor.tsx#L31
React Hook useImperativeHandle has a missing dependency: 'editorApi'. Either include it or remove the dependency array
Build: packages/editor/src/editor/schema-editor.tsx#L37
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect