Skip to content

build(deps): bump react-easy-crop from 5.5.7 to 6.0.2#23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-easy-crop-6.0.2
Open

build(deps): bump react-easy-crop from 5.5.7 to 6.0.2#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-easy-crop-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps react-easy-crop from 5.5.7 to 6.0.2.

Release notes

Sourced from react-easy-crop's releases.

v6.0.2

🐛 Bug Fix

Authors: 1

v6.0.1

🐛 Bug Fix

Authors: 1

v6.0.0

💥 Breaking Change

⚠️ Pushed to main

Authors: 2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-easy-crop](https://github.com/ValentinH/react-easy-crop) from 5.5.7 to 6.0.2.
- [Release notes](https://github.com/ValentinH/react-easy-crop/releases)
- [Commits](ValentinH/react-easy-crop@v5.5.7...v6.0.2)

---
updated-dependencies:
- dependency-name: react-easy-crop
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@kilo-code-bot

kilo-code-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • package.json - 0 issues

Reviewed the dependabot major-version bump of react-easy-crop from ^5.5.6 to ^6.0.2. The PR is a single, focused version pin change. Verified the two consumers (src/client/components/agent/AvatarPickerModal.tsx:258 and src/client/pages/account/AccountPage.tsx:216) only use the stable Cropper prop surface (image, crop, zoom, aspect, cropShape, showGrid, onCropChange, onZoomChange, onCropComplete) and Area type, all of which remain unchanged in v6. The only v6 breaking change is internal build/test tooling modernization (PR #647); the v6.0.1 and v6.0.2 patches fix media sizing with CSS resets and the generated CSS type declaration, both of which are bug fixes that benefit the upgrade.

Note: there is a separate dependabot-side issue comment (ID 4850082671) about a missing dependencies label on a previous dependabot run, which is unrelated to this PR's code change and is a repository settings issue (needs a dependencies label added in repo Settings → Labels, or corrected in .github/dependabot.yml).


Reviewed by minimax-m3 · Input: 29K · Output: 2.1K · Cached: 161.5K

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7e9d5fd440

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.6",
"react-easy-crop": "^6.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update bun.lock with the dependency bump

This updates the manifest to react-easy-crop ^6.0.2, but the committed root lockfile still records the root spec as ^5.5.6 and resolves react-easy-crop@5.5.7 (bun.lock:78 and bun.lock:2256). I checked bun install --help, where --frozen-lockfile is documented as “Disallow changes to lockfile”; the inspected CI and Docker paths run bun install --frozen-lockfile (.github/workflows/ci.yml:45-46, docker/Dockerfile:8-11), so those installs cannot accept this stale lockfile for the new manifest. Please regenerate and commit bun.lock with the package change.

Useful? React with 👍 / 👎.

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.

0 participants