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

Update dependency react/async to ~4.3.0 #50

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react/async ~3.0.0 || ~4.1.0 -> ~4.3.0 age adoption passing confidence

Release Notes

reactphp/async (react/async)

v4.3.0

Compare Source

  • Feature: Improve performance by avoiding unneeded references in FiberMap.
    (#​88 by @​clue)

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
    (#​87 by @​clue)

  • Improve type safety for test environment.
    (#​86 by @​SimonFrings)

v4.2.0

Compare Source

  • Feature: Add Promise v3 template types for all public functions.
    (#​40 by @​WyriHaximus and @​clue)

    All our public APIs now use Promise v3 template types to guide IDEs and static
    analysis tools (like PHPStan), helping with proper type usage and improving
    code quality:

    assertType('bool', await(resolve(true)));
    assertType('PromiseInterface<bool>', async(fn(): bool => true)());
    assertType('PromiseInterface<bool>', coroutine(fn(): bool => true));
  • Feature: Full PHP 8.3 compatibility.
    (#​81 by @​clue)

  • Update test suite to avoid unhandled promise rejections.
    (#​79 by @​clue)


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

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.66%. Comparing base (898f2c3) to head (2a372a5).

Current head 2a372a5 differs from pull request most recent head 4fac70b

Please upload reports for the commit 4fac70b to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #50      +/-   ##
============================================
- Coverage     82.72%   82.66%   -0.06%     
  Complexity      691      691              
============================================
  Files            18       18              
  Lines          1719     1719              
============================================
- Hits           1422     1421       -1     
- Misses          297      298       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/react-async-4.x branch from 2a372a5 to 4fac70b Compare June 4, 2024 15:41
@renovate renovate bot changed the title Update dependency react/async to ~4.2.0 Update dependency react/async to ~4.3.0 Jun 4, 2024
Copy link

sonarqubecloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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