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(deps): update dependency react-native-screens to ~3.35.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-screens ~3.27.0 -> ~3.35.0 age adoption passing confidence

Release Notes

software-mansion/react-native-screens (react-native-screens)

v3.35.0

Compare Source

What's Changed

Minor release supporting RN 0.76 with a lot of fixes and improvements cherry picked from 4.0.0 line.

Most notably, the formSheet presentation is not in its best shape on 3.x line of this library, we highly recommend using latest beta of 4.0.0.

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@3.34.0...3.35.0

v3.34.1

Compare Source

v3.34.0

Compare Source

Recently released 3.33.0 introduced a crash when running on Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version.

What's Changed

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@3.33.0...3.34.0

v3.33.0

Compare Source

Minor release heavily focused on fixing existing Fabric bugs. This version also comes with compatibility with react-native@0.75 (in its current state - 0.75-rc.6) and a new prop for shadow control (details below).

We want to give a shoutout to @​janicduplessis and every person who reported issues in our repository. This is really a big help, thanks a lot! You are the cornerstone of open source community!

Thanks for following along! 💙

What's Changed

Here's more detailed information on what changes this release introduces.

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-screens@3.32.0...3.33.0

v3.32.0

Compare Source

Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉

What's Changed
👍 Improvements
🐛 Bug fixes
🔢 Miscellaneous
New Contributors

Full Changelog: software-mansion/react-native-screens@3.31.1...3.32.0

v3.31.1

Compare Source

Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens.
Thanks for following along! 💙

What's Changed

🐛 Bug fixes

Full Changelog: software-mansion/react-native-screens@3.31.0...3.31.1

v3.31.0

Compare Source

Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack.
Thanks for following along! 💙

What's Changed

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.31.0-rc.1...3.31.0

v3.30.1

Compare Source

Patch release addressing an issue with building a package due to the missing submodule from postinstall command.

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@3.30.0...3.30.1

v3.30.0

Compare Source

Minor release including custom screen transitions, adding support for VisionOS, supporting slide_from_left animation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric).
Thanks for following along! 💙

Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.

What's Changed

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.29.0...3.30.0

v3.29.0

Compare Source

Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )

What's Changed

🐛 Bug fixes

**Fu


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sticker-smash ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 1:23pm

Copy link

changeset-bot bot commented Dec 31, 2023

⚠️ No Changeset found

Latest commit: fa99099

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.

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

Copy link

sweep-ai bot commented Dec 31, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Copy link

sweep-ai bot commented Dec 31, 2023

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:

The command:
Run bun run biome ci .
yielded the following error:
##[error]Process completed with exit code 1.

Here are the logs:
./renovate.json format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× File content differs from formatting output

1 1 │   {
2   │ - ··"$schema":·"https://docs.renovatebot.com/renovate-schema.json",
3   │ - ··"extends":·[
4   │ - ····"config:recommended"
5   │ - ··]
2 │ + → "$schema":·"https://docs.renovatebot.com/renovate-schema.json",
3 │ + → "extends":·["config:recommended"]
Checked 15 file(s) in 6ms
Found 2 error(s)
6 4 │   }
7 5 │


./renovate.json ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× The file contains diagnostics that needs to be addressed.


ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× Some errors were emitted while running checks.


error: "biome" exited with code 1

Making changes according to plan... (step 3/3)

Copy link

sweep-ai bot commented Dec 31, 2023

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:

The command:
Run bun run biome ci .
yielded the following error:
##[error]Process completed with exit code 1.

Here are the logs:
./renovate.json format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× File content differs from formatting output

1 1 │   {
2   │ - ··"$schema":·"https://docs.renovatebot.com/renovate-schema.json",
3   │ - ··"extends":·[
4   │ - ····"config:recommended"
5   │ - ··]
2 │ + → "$schema":·"https://docs.renovatebot.com/renovate-schema.json",
Checked 15 file(s) in 4ms
Found 2 error(s)
3 │ + → "extends":·["config:recommended"]
6 4 │   }
7 5 │


./renovate.json ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× The file contains diagnostics that needs to be addressed.


ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

× Some errors were emitted while running checks.


error: "biome" exited with code 1

Making changes according to plan... (step 3/3)

Copy link

github-actions bot commented Dec 31, 2023

🚀 Expo preview is ready!

  • Project → StickerSmash
  • Platforms → android, ios
  • Scheme → stickersmash
  • Runtime Version → 1.0.0
  • More info

Learn more about 𝝠 Expo Github Action

@renovate renovate bot changed the title Update dependency react-native-screens to ~3.29.0 fix(deps): update dependency react-native-screens to ~3.29.0 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from a9e2be6 to b462b2d Compare December 31, 2023 04:48
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from b462b2d to de498bb Compare December 31, 2023 05:55
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from de498bb to 6b39f85 Compare December 31, 2023 06:19
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 6b39f85 to fd686dc Compare December 31, 2023 14:03
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from fd686dc to 8c052ca Compare December 31, 2023 14:23
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 8c052ca to cc5421b Compare March 24, 2024 07:25
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from cc5421b to 632f5ab Compare March 25, 2024 15:55
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.29.0 fix(deps): update dependency react-native-screens to ~3.30.0 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 632f5ab to aa09f26 Compare April 23, 2024 13:24
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.30.0 fix(deps): update dependency react-native-screens to ~3.31.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from aa09f26 to d75cf0f Compare June 18, 2024 14:17
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.31.0 fix(deps): update dependency react-native-screens to ~3.32.0 Jun 18, 2024
Copy link

coderabbitai bot commented Jun 18, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The recent update involves upgrading the react-native-screens package in the package.json file from version ~3.27.0 to ~3.34.0. This change is aimed at enhancing the application’s performance and stability, as the new version likely includes improvements and fixes. Overall, it signifies a commitment to maintaining up-to-date dependencies for better functionality.

Changes

Files Change Summary
package.json Updated "react-native-screens" from ~3.27.0 to ~3.34.0

Poem

In the garden of code, a rabbit hops free,
Upgrading our screens, oh what glee! 🐇
With each little leap, we improve and refine,
Bugs disappear, and the flow is divine.
So here’s to the updates, let’s dance and rejoice,
For a smoother experience, we cheer with one voice! 🎉


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

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

@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from d75cf0f to 632e74b Compare July 31, 2024 13:45
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.32.0 fix(deps): update dependency react-native-screens to ~3.33.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 632e74b to 9c31019 Compare August 5, 2024 14:48
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.33.0 fix(deps): update dependency react-native-screens to ~3.34.0 Aug 5, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d4cea9c and 9c31019.

Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

39-39: Dependency Update Approved.

The update to react-native-screens version ~3.34.0 addresses critical bugs and includes several improvements. Ensure to verify the functionality and stability of the application after this update.

@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 9c31019 to fa99099 Compare October 25, 2024 13:22
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.34.0 fix(deps): update dependency react-native-screens to ~3.35.0 Oct 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.35.0 fix(deps): update dependency react-native-screens to ~3.35.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/react-native-screens-3.x branch December 8, 2024 18:40
@renovate renovate bot changed the title fix(deps): update dependency react-native-screens to ~3.35.0 - autoclosed fix(deps): update dependency react-native-screens to ~3.35.0 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 929326f to fa99099 Compare December 9, 2024 07:00
Copy link

vercel bot commented Dec 9, 2024

Deployment failed with the following error:

Resource is limited - try again in 35 minutes (more than 100, code: "api-deployments-free-per-day").

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