Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump non-breaking dependencies #539

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

aversini
Copy link
Collaborator

@aversini aversini commented Apr 28, 2024

Summary by CodeRabbit

  • New Features

    • Updated React and React-DOM across various packages to version 18.3.1 for enhanced features and performance improvements.
    • Upgraded @tailwindcss/typography to version 0.5.13 for improved styling capabilities.
    • Updated @floating-ui/react to version 0.26.13 for better floating UI interactions.
    • Advanced tailwindcss to version 3.4.3, ensuring compatibility with the latest design trends.
  • Chores

    • Simplified the files array in package configurations to streamline package structures.

Copy link

coderabbitai bot commented Apr 28, 2024

Walkthrough

The recent updates across various package.json files involve upgrading dependencies, particularly focusing on updating React and React-DOM to version 18.3.1 across multiple packages. Additionally, there are updates to @tailwindcss/typography and @floating-ui/react. The changes are consistent across peer dependencies, dev dependencies, and direct dependencies, indicating a systematic upgrade to maintain compatibility and leverage new features of these libraries.

Changes

Files Change Summary
examples/with-vite/package.json, examples/with-webpack/package.json, packages/bundlesize/package.json, packages/documentation/package.json, packages/ui-components/package.json, packages/ui-form/package.json, packages/ui-hooks/package.json, packages/ui-icons/package.json, packages/ui-private/package.json, packages/ui-system/package.json Updated react and react-dom from 18.2.0 to 18.3.1.
packages/documentation/package.json, packages/ui-components/package.json, packages/ui-styles/package.json Updated @tailwindcss/typography from 0.5.12 to 0.5.13.
package.json, packages/ui-private/package.json Updated various @versini/dev-dependencies and @floating-ui/react.
packages/ui-styles/package.json Simplified "files" array and updated tailwindcss to 3.4.3.

Recent Review Details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits Files that changed from the base of the PR and between 2986d12 and b74d833.
Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !pnpm-lock.yaml
Files selected for processing (12)
  • examples/with-vite/package.json (1 hunks)
  • examples/with-webpack/package.json (1 hunks)
  • package.json (1 hunks)
  • packages/bundlesize/package.json (1 hunks)
  • packages/documentation/package.json (2 hunks)
  • packages/ui-components/package.json (2 hunks)
  • packages/ui-form/package.json (1 hunks)
  • packages/ui-hooks/package.json (1 hunks)
  • packages/ui-icons/package.json (1 hunks)
  • packages/ui-private/package.json (1 hunks)
  • packages/ui-styles/package.json (2 hunks)
  • packages/ui-system/package.json (2 hunks)
Files skipped from review due to trivial changes (11)
  • examples/with-vite/package.json
  • examples/with-webpack/package.json
  • package.json
  • packages/bundlesize/package.json
  • packages/documentation/package.json
  • packages/ui-components/package.json
  • packages/ui-form/package.json
  • packages/ui-hooks/package.json
  • packages/ui-icons/package.json
  • packages/ui-styles/package.json
  • packages/ui-system/package.json
Additional comments not posted (3)
packages/ui-private/package.json (3)

35-36: Updated react and react-dom peer dependencies to ^18.3.1 to match the new library versions.


40-41: Updated react and react-dom in devDependencies to 18.3.1. This ensures that the development environment uses the exact version specified, aligning with the updated peer dependencies.


44-44: Updated @floating-ui/react to 0.26.13 in dependencies. This change is part of the updates aimed at improving the handling of floating UI elements as mentioned in the PR summary.


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

Copy link

Bundle Size (components)

Status File Size (Gzip) Limits
style.css 7.35 KB (-1 B -0.01%) 8 KB
index.js 9.76 KB 10 KB
vendor.js 65.15 KB (-36 B -0.05%) 67 KB

Overall bundle size: 82.26 KB (-37 B -0.04%)
Overall status: ✅

Bundle Size (form components)

Status File Size (Gzip) Limits
index.js 4.83 KB (-5 B -0.10%) 20 KB
vendor.js 44.46 KB (-37 B -0.08%) 67 KB

Overall bundle size: 49.29 KB (-42 B -0.08%)
Overall status: ✅

Bundle Size (system)

Status File Size (Gzip) Limits
style.css 7.66 KB (-1 B -0.01%) 8 KB
index.js 1.93 KB 3 KB
vendor.js 44.46 KB (-37 B -0.08%) 46 KB

Overall bundle size: 54.05 KB (-38 B -0.07%)
Overall status: ✅

@aversini aversini merged commit 2826c44 into main Apr 28, 2024
5 checks passed
@aversini aversini deleted the fix-bump-non-breaking-dependencies branch April 28, 2024 19:20
@aversini aversini mentioned this pull request Apr 28, 2024
aversini added a commit that referenced this pull request Apr 28, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>ui-components: 5.19.1</summary>

##
[5.19.1](ui-components-v5.19.0...ui-components-v5.19.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-hooks: 2.2.1</summary>

##
[2.2.1](ui-hooks-v2.2.0...ui-hooks-v2.2.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-system: 1.4.1</summary>

##
[1.4.1](ui-system-v1.4.0...ui-system-v1.4.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-private: 1.4.3</summary>

##
[1.4.3](ui-private-v1.4.2...ui-private-v1.4.3)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-icons: 1.8.1</summary>

##
[1.8.1](ui-icons-v1.8.0...ui-icons-v1.8.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-styles: 1.9.1</summary>

##
[1.9.1](ui-styles-v1.9.0...ui-styles-v1.9.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-form: 1.3.3</summary>

##
[1.3.3](ui-form-v1.3.2...ui-form-v1.3.3)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: aversini <[email protected]>
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