Skip to content

fix(deps): update dependency next to v16.1.6 #1203

fix(deps): update dependency next to v16.1.6

fix(deps): update dependency next to v16.1.6 #1203

Triggered via pull request February 12, 2026 15:11
Status Success
Total duration 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Lint: src/use-plugin.ts#L17
React Hook useEffect has a missing dependency: 'plugin'. Either include it or remove the dependency array. If 'setPluginInstance' needs the current value of 'plugin', you can also switch to useReducer instead of useState and read 'plugin' in the reducer
Lint: src/use-calendar-app.tsx#L32
React Hook useEffect has missing dependencies: 'config' and 'plugins'. Either include them or remove the dependency array. If 'setCalendarApp' needs the current value of 'config', you can also switch to useReducer instead of useState and read 'config' in the reducer
Lint: src/use-calendar-app.tsx#L17
React Hook useEffect has missing dependencies: 'config' and 'plugins'. Either include them or remove the dependency array. If 'setCalendarApp' needs the current value of 'config', you can also switch to useReducer instead of useState and read 'config' in the reducer
Lint: src/index.tsx#L3
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint: src/index.tsx#L2
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint: src/index.tsx#L2
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint: development/next-app/app/layout.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components