Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 4, 2026

CI was failing on commit f5ce576 due to Archive.zip still being tracked in git and a peer dependency conflict between [email protected] and React 19.

Changes

  • Remove Archive.zip from git index - 31MB file was tracked despite being in .gitignore, causing checkout issues
  • Update lucide-react 0.263.10.562.0 - older version only supported React ≤18, breaking npm ci

The lucide-react update maintains API compatibility while adding React 19 peer dependency support.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https /usr/lib/apt/methods/https (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: https://github.com/cyserman/Prose_Truth_Repo/commit/f5ce576856f40adef42140af8ced21caebdc1f0d/checks?check_suite_id=53481707170


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 4, 2026 13:28
The Archive.zip file (31MB) was still tracked by git even though
*.zip is in .gitignore. This was causing CI failures when trying
to checkout and install dependencies. Removed from git tracking
using git rm --cached to fix the issue.

Co-authored-by: cyserman <[email protected]>
Updated lucide-react from 0.263.1 to 0.562.0 to resolve peer dependency
conflict with React 19.2.0. The older version only supported React 16-18,
causing npm ci to fail in the CI pipeline.

This update allows npm install, npm ci, and npm run build to complete
successfully.

Co-authored-by: cyserman <[email protected]>
Copilot AI changed the title [WIP] Update dependency version for project stability Fix CI failures: remove tracked ZIP file and update lucide-react for React 19 Jan 4, 2026
Copilot AI requested a review from cyserman January 4, 2026 13:36
Base automatically changed from copilot/add-prose-truth-integration to main January 7, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants