chore(deps): bump hono from 4.12.14 to 4.13.1 in /server #51
Triggered via pull request
August 9, 2026 09:07
dependabot[bot]
opened
#58
Status
Success
Total duration
10s
Artifacts
–
dependabot-auto-merge.yml
on: pull_request_target
auto-merge
4s
Annotations
10 errors and 9 warnings
|
renovate.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
|
|
server/index.ts#L153
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
server/index.ts#L294
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
server/mcp/contract-analyzer.ts#L166
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
server/mcp/contract-analyzer.ts#L186
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
server/mcp/contract-analyzer.ts#L208
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
server/mcp/contract-analyzer.ts#L254
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
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)
|
|
test/globalSetup.ts#L26
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
test/globalSetup.ts#L40
Unexpected console statement. Only these console methods are allowed: warn, error (no-console)
|
|
auto-merge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|