Skip to content

Conversation

@mathieubouhelier
Copy link
Contributor

@mathieubouhelier mathieubouhelier commented May 9, 2025

DO NOT MERGE

  • __package_name__ package update - v __package_version__
    • changelog_info
    • Hide share profile button for mobile Apple release purposes
    • changelog_info

Summary by CodeRabbit

Summary by CodeRabbit

  • Bug Fixes

    • Disabled the "Share profile" button in the profile interface. The "Edit Profile" button remains available.
  • Chores

    • Updated multiple package dependencies across the project to use explicit version numbers instead of internal catalog references for improved version control and consistency.
    • Added new prepare scripts to some packages to streamline build processes.

@changeset-bot
Copy link

changeset-bot bot commented May 9, 2025

⚠️ No Changeset found

Latest commit: 140f618

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented May 9, 2025

"""

Walkthrough

The "Share profile" button and its related icon import were removed from the profile component, effectively disabling the share profile functionality in the user interface. The "Edit Profile" button remains present and unaffected by these changes. Additionally, multiple package.json files across various packages were updated to replace internal catalog or workspace dependency version references with explicit, fixed version numbers. No changes were made to exported or public code entities.

Changes

File Path Change Summary
packages/components/modules/profiles/native/ProfileComponent/index.tsx Removed import of ShareIcon; commented out and disabled the "Share profile" button in the UI.
packages/authentication/package.json Replaced catalog-based dependency versions with explicit version numbers for dependencies, peerDependencies, and devDependencies.
packages/components/package.json Updated all dependencies, peerDependencies, and devDependencies from catalog aliases to explicit versions; added "prepare": "pnpm build" script.
packages/config/package.json Changed devDependencies from catalog/workspace references to explicit version numbers for linting and formatting tools.
packages/design-system/package.json Replaced catalog references with explicit version numbers for dependencies, peerDependencies, and devDependencies; added "prepare": "pnpm build" script.
packages/eslint-plugin/package.json Updated dependencies and devDependencies from catalog references to explicit versions, including eslint and types.
packages/graphql/package.json Converted all catalog-based dependency versions to fixed explicit versions for dependencies, peerDependencies, and devDependencies.
packages/provider/package.json Changed catalog or placeholder dependency versions to explicit fixed versions for dependencies, peerDependencies, and devDependencies.
packages/test/package.json Updated all dependencies, peerDependencies, and devDependencies from catalog aliases to explicit versions.
packages/utils/package.json Replaced catalog or placeholder dependency versions with explicit fixed versions for all dependencies, peerDependencies, and devDependencies.
packages/wagtail/package.json Updated dependencies, peerDependencies, and devDependencies from catalog references to explicit version numbers.

Suggested reviewers

  • deboracosilveira
  • priscilladeroode
  • anicioalexandre

Possibly related PRs

  • Ba 2266 report profile #249: Adds a "Report profile" feature with a dialog and menu integration in the profile component, related to profile menu UI changes but distinct from disabling the "Share profile" button.

Suggested labels

needs review

Poem

A button once let profiles share,
Now it’s gone—no icon there.
Edit stays, with actions neat,
While sharing takes a backseat.
The UI’s simpler, light, and clear—
A gentle hop, no share this year!
🐇✨
"""

Tip

⚡️ Faster reviews with caching
  • CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.

Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6d1bf75 and 140f618.

📒 Files selected for processing (2)
  • packages/components/package.json (2 hunks)
  • packages/design-system/package.json (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/design-system/package.json
  • packages/components/package.json
⏰ Context from checks skipped due to timeout of 90000ms (4)
  • GitHub Check: Analyze (javascript)
  • GitHub Check: Component Test Packages
  • GitHub Check: Build and Lint Packages
  • GitHub Check: Unit Test Packages

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2025

@anicioalexandre anicioalexandre added the needs changes PR was reviewed, and changes are required. label Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs changes PR was reviewed, and changes are required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants