chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /doc - #61
chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /doc#61dependabot[bot] wants to merge 1 commit into
9 errors and 8 warnings
ESLint found 9 errors and 8 warnings
Annotations
Check failure on line 153 in server/index.ts
github-actions / ESLint
server/index.ts#L153
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 294 in server/index.ts
github-actions / ESLint
server/index.ts#L294
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 166 in server/mcp/contract-analyzer.ts
github-actions / ESLint
server/mcp/contract-analyzer.ts#L166
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 186 in server/mcp/contract-analyzer.ts
github-actions / ESLint
server/mcp/contract-analyzer.ts#L186
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 208 in server/mcp/contract-analyzer.ts
github-actions / ESLint
server/mcp/contract-analyzer.ts#L208
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 254 in server/mcp/contract-analyzer.ts
github-actions / ESLint
server/mcp/contract-analyzer.ts#L254
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 52 in src/components/atomic-crm/copilot/tools/useUpdateRenewalForecast.tsx
github-actions / ESLint
src/components/atomic-crm/copilot/tools/useUpdateRenewalForecast.tsx#L52
'status' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)
Check failure on line 26 in test/globalSetup.ts
github-actions / ESLint
test/globalSetup.ts#L26
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check failure on line 40 in test/globalSetup.ts
github-actions / ESLint
test/globalSetup.ts#L40
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
Check warning on line 56 in src/components/atomic-crm/copilot/CopilotOverlayContext.tsx
github-actions / ESLint
src/components/atomic-crm/copilot/CopilotOverlayContext.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
Check warning on line 52 in src/components/atomic-crm/copilot/tools/useUpdateRenewalForecast.tsx
github-actions / ESLint
src/components/atomic-crm/copilot/tools/useUpdateRenewalForecast.tsx#L52
Fast refresh only works when a file only exports components. Move your component(s) to a separate file (react-refresh/only-export-components)
Check warning on line 136 in src/components/atomic-crm/demo/DemoProvider.tsx
github-actions / ESLint
src/components/atomic-crm/demo/DemoProvider.tsx#L136
React Hook useCallback has a missing dependency: 'machine'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 146 in src/components/atomic-crm/demo/DemoProvider.tsx
github-actions / ESLint
src/components/atomic-crm/demo/DemoProvider.tsx#L146
React Hook useCallback has a missing dependency: 'machine'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 172 in src/components/atomic-crm/demo/DemoProvider.tsx
github-actions / ESLint
src/components/atomic-crm/demo/DemoProvider.tsx#L172
React Hook useEffect has missing dependencies: 'AGENT_PHASE_STATES' and 'machine'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 234 in src/components/atomic-crm/demo/DemoProvider.tsx
github-actions / ESLint
src/components/atomic-crm/demo/DemoProvider.tsx#L234
React Hook useEffect has missing dependencies: 'machine' and 'mode'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 245 in src/components/atomic-crm/demo/useDemoDriver.ts
github-actions / ESLint
src/components/atomic-crm/demo/useDemoDriver.ts#L245
React Hook useEffect has a missing dependency: 'skipDriver'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 39 in src/components/atomic-crm/settings/SettingsPage.tsx
github-actions / ESLint
src/components/atomic-crm/settings/SettingsPage.tsx#L39
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)