Skip to content

chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /doc - #61

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/doc/nanoid-3.3.18
Open

chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /doc#61
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/doc/nanoid-3.3.18

chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /doc

881cfcf
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / ESLint failed Aug 11, 2026 in 0s

9 errors and 8 warnings

ESLint found 9 errors and 8 warnings

Annotations

Check failure on line 153 in server/index.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)