fix: Upgrade cozy-sharing to 33.4.2#3924
Conversation
cozy-sharing 33.4.1 → 33.4.2
- linagora/cozy-libs#3036
WalkthroughThe Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
No application code in the PR — skipped Code Health checks.
See analysis details in CodeScene
Quality Gate Profile: The Bare Minimum
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 99: The cozy-sharing dependency is pinned to version 33.4.2 which is not
a released version and will cause dependency resolution to fail. Update the
version constraint for the cozy-sharing package to the correct released version
32.3.2 (the latest available). Change the version string from "^33.4.2" to
"^32.3.2" to match an actual published release.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 095781cb-2a31-4df7-8646-c681602c492c
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json
| "cozy-realtime": "^5.8.0", | ||
| "cozy-search": "^0.25.3", | ||
| "cozy-sharing": "^33.4.1", | ||
| "cozy-sharing": "^33.4.2", |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
What are the changes and breaking changes in cozy-sharing version 33.4.2?
💡 Result:
As of today, June 16, 2026, there is no official release of cozy-sharing version 33.4.2 [1][2]. The latest available released version of cozy-sharing is 32.3.2, which was published on May 26, 2026 [1]. Development work for cozy-sharing is ongoing in the linagora/cozy-libs repository [3][4]. Recent commits and features that have been merged since version 32.3.2 include [4]: - Added a progress icon to the "Done" button during sharing operations (June 8, 2026). - Refreshed link state in the sharing modal (June 8, 2026). - Enabled sharing of shared drive folder roots by email (June 9, 2026). Because version 33.4.2 has not been released, there is no official changelog or documented list of breaking changes for that specific version [1][2]. If you are encountering this version number in a specific project or environment, it may be a pre-release, internal build, or a misidentification of the current development branch.
Citations:
- 1: https://github.com/linagora/cozy-libs/releases/tag/cozy-sharing%4032.3.2
- 2: https://github.com/linagora/cozy-libs/releases
- 3: linagora/cozy-libs@cozy-harvest-lib@9.32.4...master
- 4: linagora/cozy-libs@cozy-harvest-lib@13.14.6...master
Correct the cozy-sharing version: 33.4.2 does not exist.
The version 33.4.2 is not a released version of cozy-sharing. The latest available release is 32.3.2 (published May 26, 2026). Dependency resolution will fail with the current constraint ^33.4.2. Update to the correct released version.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 99, The cozy-sharing dependency is pinned to version
33.4.2 which is not a released version and will cause dependency resolution to
fail. Update the version constraint for the cozy-sharing package to the correct
released version 32.3.2 (the latest available). Change the version string from
"^33.4.2" to "^32.3.2" to match an actual published release.
BundleMonFiles updated (1)
Unchanged files (19)
Total files change +91B 0% Groups updated (1)
Unchanged groups (2)
Final result: ✅ View report in BundleMon website ➡️ |
cozy-sharing 33.4.1 → 33.4.2
- linagora/cozy-libs#3036
Summary by CodeRabbit