Skip to content

fix: Upgrade cozy-sharing to 33.4.2#3924

Merged
doubleface merged 1 commit into
masterfrom
fix/upgradeCozySharing3342
Jun 16, 2026
Merged

fix: Upgrade cozy-sharing to 33.4.2#3924
doubleface merged 1 commit into
masterfrom
fix/upgradeCozySharing3342

Conversation

@doubleface

@doubleface doubleface commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

cozy-sharing 33.4.1 → 33.4.2
- linagora/cozy-libs#3036

Summary by CodeRabbit

  • Chores
    • Updated dependencies for improved stability.

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The cozy-sharing dependency in package.json is updated from version ^33.4.1 to ^33.4.2. No other files, scripts, or dependencies are modified.

Possibly related PRs

  • linagora/twake-drive#3918: Bumps cozy-sharing from ^33.4.0 to ^33.4.1, the immediately preceding version increment to this PR.
  • linagora/twake-drive#3915: Bumps cozy-sharing from ^33.3.4 to ^33.4.0 in package.json, part of the same incremental upgrade chain.
  • linagora/twake-drive#3891: Another incremental bump of the cozy-sharing dependency in package.json, directly in the same upgrade series.

Suggested labels

e2e

Suggested reviewers

  • JF-Cozy
  • lethemanh
  • zatteo
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly summarizes the main change: upgrading the cozy-sharing dependency from version 33.4.1 to 33.4.2, which matches the sole modification in the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/upgradeCozySharing3342

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@doubleface doubleface changed the title fix: Upgrade cozy-sharing Update member permissions optimistically fix: Upgrade cozy-sharing to 22.4.2 Jun 16, 2026

@codescene-delta-analysis codescene-delta-analysis 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.

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.

@doubleface doubleface changed the title fix: Upgrade cozy-sharing to 22.4.2 fix: Upgrade cozy-sharing to 33.4.2 Jun 16, 2026
@doubleface doubleface enabled auto-merge (rebase) June 16, 2026 13:00
@doubleface doubleface added the e2e Run the E2E suite on this PR label Jun 16, 2026

@coderabbitai coderabbitai 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.

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

📥 Commits

Reviewing files that changed from the base of the PR and between e0d0a47 and b4e5c98.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
"cozy-realtime": "^5.8.0",
"cozy-search": "^0.25.3",
"cozy-sharing": "^33.4.1",
"cozy-sharing": "^33.4.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.

⚠️ Potential issue | 🔴 Critical

🧩 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:


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.

@bundlemon

bundlemon Bot commented Jun 16, 2026

Copy link
Copy Markdown

BundleMon

Files updated (1)
Status Path Size Limits
static/js/cozy.(hash).js
928.71KB (+94B +0.01%) -
Unchanged files (19)
Status Path Size Limits
static/resource/(hash).js
336.09KB -
services/qualificationMigration.js
282.66KB -
services/dacc.js
262.48KB -
static/js/main.(hash).js
48.06KB -
static/js/lib-react.(hash).js
43.88KB -
static/css/cozy.(hash).css
31.42KB -
static/js/lib-polyfill.(hash).js
22.77KB -
static/js/lib-router.(hash).js
21.86KB -
static/js/public.(hash).js
19.79KB -
static/css/main.(hash).css
13.57KB -
static/js/intents.(hash).js
9.2KB -
static/js/(chunkId).(hash).js
8.6KB -
manifest.webapp
3.09KB -
static/css/public.(hash).css
2.34KB -
static/js/async/(chunkId).(hash).js
2.06KB -
main/index.html
771B -
public/index.html
704B -
intents/index.html
644B -
assets/manifest.json
185B -

Total files change +91B 0%

Groups updated (1)
Status Path Size Limits
**/*.js
5.98MB (+94B 0%) -
Unchanged groups (2)
Status Path Size Limits
**/*.{png,svg,ico}
2.16MB -
**/*.css
78.72KB -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@doubleface doubleface merged commit e5ae93a into master Jun 16, 2026
7 checks passed
@doubleface doubleface deleted the fix/upgradeCozySharing3342 branch June 16, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e Run the E2E suite on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants