fix(deps): update nextjs monorepo to v15.1.0 #6930
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint ESLint:
packages/components/src/underscore-redirects.ts#L7
Unexpected any. Specify a different type
|
Lint ESLint:
packages/components/src/underscore-redirects.ts#L14
Unexpected any. Specify a different type
|
Lint ESLint:
packages/components/src/underscore-redirects.ts#L14
Unexpected any. Specify a different type
|
Lint ESLint:
packages/components/src/underscore-redirects.ts#L21
Unexpected any. Specify a different type
|
Lint ESLint:
packages/editor/src/editor/editor.stories.tsx#L69
Unexpected any. Specify a different type
|
Lint ESLint:
packages/editor/src/editor/enriched-language-service.ts#L93
Unexpected any. Specify a different type
|
Lint ESLint:
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
|
Lint ESLint:
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
|
Lint ESLint:
packages/editor/src/editor/schema-editor.tsx#L31
React Hook useImperativeHandle has a missing dependency: 'editorApi'. Either include it or remove the dependency array
|
Lint ESLint:
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
|
Loading