Skip to content

Version Packages#636

Merged
VISHWAJ33T merged 2 commits intomainfrom
changeset-release/main
Jul 16, 2025
Merged

Version Packages#636
VISHWAJ33T merged 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

microfox@1.0.11

Patch Changes

@microfox/slack@1.2.1

Patch Changes

@microfox/tool-kit@1.1.14

Patch Changes

@VISHWAJ33T VISHWAJ33T merged commit f47b713 into main Jul 16, 2025
2 checks passed
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dependency Mismatch Causes Install Issues

The microfox (CLI) package has two dependency inconsistencies:

  1. package-lock.json adds @microfox/slack@^1.2.1 as a dependency, but packages/cli/package.json does not include it.
  2. package-lock.json downgrades chalk from ^5.4.1 to ^5.3.0, which is also not reflected in packages/cli/package.9json.
    These discrepancies can cause npm install issues and unexpected runtime behavior.

package-lock.json#L24610-L24614

microfox/package-lock.json

Lines 24610 to 24614 in bbd1436

"dependencies": {
"@microfox/slack": "^1.2.1",
"@types/micromatch": "^4.0.9",
"axios": "^1.10.0",
"chalk": "^5.3.0",

packages/cli/package.json#L2-L3

"name": "microfox",
"version": "1.0.11",

Fix in CursorFix in Web


BugBot free trial expires on July 22, 2025
Learn more in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

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.

1 participant