Skip to content

fix: remove non-existent packages from optionalDependencies#15

Merged
AlemTuzlak merged 1 commit intocode-forge-io:mainfrom
null-d-e-v:fix/optional-deps
Nov 26, 2025
Merged

fix: remove non-existent packages from optionalDependencies#15
AlemTuzlak merged 1 commit intocode-forge-io:mainfrom
null-d-e-v:fix/optional-deps

Conversation

@null-d-e-v
Copy link
Copy Markdown
Contributor

**Fixes #14 **

Description

This PR removes optionalDependencies entries that pointed to non-existent npm packages.
These dependencies caused installation errors (e.g., in BunJS) due to incorrect package.json configuration.

The motivation for this change is to ensure that the installation process works consistently across environments and does not fail when attempting to fetch unavailable packages.

Type of change

Please mark relevant options with an x in the brackets.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Algorithm update - updates algorithm documentation/questions/answers etc.
  • Other (please describe):

How Has This Been Tested?

Manual tests were performed by:

  1. Installing the project dependencies after removing invalid optional dependencies.
  2. Verifying that the installation no longer fails on BunJS and npm.
  • Integration tests
  • Unit tests
  • Manual tests
  • No tests required

Reviewer checklist

Mark everything that needs to be checked before merging the PR.

  • Check if the UI is working as expected and is satisfactory
  • Check if the code is well documented
  • Check if the behavior is what is expected
  • Check if the code is well tested
  • Check if the code is readable and well formatted
  • Additional checks (document below if any)

@smorimoto
Copy link
Copy Markdown

Gentle ping

@AlemTuzlak AlemTuzlak merged commit e1e672b into code-forge-io:main Nov 26, 2025
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.

Yarn issue

3 participants