-
Notifications
You must be signed in to change notification settings - Fork 462
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/async to v4 (1.10.x) - autoclosed #2379
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
from
May 17, 2023 16:08
512cb33
to
acd57d0
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
June 1, 2023 21:44
340843e
to
c0ed613
Compare
renovate
bot
changed the title
Update dependency react/async to v4 (1.10.x)
fix(deps): update dependency react/async to v4 (1.10.x)
Jun 6, 2023
renovate
bot
changed the title
fix(deps): update dependency react/async to v4 (1.10.x)
Update dependency react/async to v4 (1.10.x)
Jun 8, 2023
renovate
bot
changed the title
Update dependency react/async to v4 (1.10.x)
fix(deps): update dependency react/async to v4 (1.10.x)
Jun 8, 2023
renovate
bot
changed the title
fix(deps): update dependency react/async to v4 (1.10.x)
Update dependency react/async to v4 (1.10.x)
Jun 8, 2023
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
from
June 14, 2023 14:23
c0ed613
to
56b1da5
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
2 times, most recently
from
June 20, 2023 05:33
d633e56
to
f287de1
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
4 times, most recently
from
June 28, 2023 11:22
2e7c042
to
dc4bb87
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
July 6, 2023 12:43
eb7af48
to
b8b2f39
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
7 times, most recently
from
July 19, 2023 10:03
ab78350
to
de16bf4
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
July 25, 2023 11:22
cb02742
to
42e791b
Compare
renovate
bot
changed the title
Update dependency react/async to v4 (1.10.x)
fix(deps): update dependency react/async to v4 (1.10.x)
Jul 25, 2023
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
January 4, 2024 17:09
6777c01
to
d307d17
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
2 times, most recently
from
January 23, 2024 00:14
0b7c3b0
to
b0503ce
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
4 times, most recently
from
February 13, 2024 14:01
744c897
to
affdc60
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
February 23, 2024 16:12
8234c41
to
cb5b7be
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
from
March 5, 2024 00:12
cb5b7be
to
7ffa9f6
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
2 times, most recently
from
March 16, 2024 07:24
353a807
to
95234ce
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
6 times, most recently
from
March 26, 2024 18:09
ac5275e
to
5f55ea2
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
3 times, most recently
from
April 3, 2024 18:57
03e104c
to
921bb47
Compare
renovate
bot
force-pushed
the
renovate/1.10.x-react-async-4.x
branch
from
April 11, 2024 11:25
921bb47
to
c2d5644
Compare
renovate
bot
changed the title
Update dependency react/async to v4 (1.10.x)
fix(deps): update dependency react/async to v4 (1.10.x)
Apr 25, 2024
renovate
bot
changed the title
fix(deps): update dependency react/async to v4 (1.10.x)
fix(deps): update dependency react/async to v4 (1.10.x) - autoclosed
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3
->^4
Release Notes
reactphp/async (react/async)
v4.2.0
Compare Source
Feature: Add Promise v3 template types for all public functions.
(#40 by @WyriHaximus)
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:
Feature: Full PHP 8.3 compatibility.
(#81 by @clue)
Update test suite to avoid unhandled promise rejections.
(#79 by @clue)
v4.1.0
Compare Source
Feature: Add new
delay()
function to delay program execution.(#69 by @clue)
Update test suite, add PHPStan with
max
level and report failed assertions.(#66 and #76 by @clue and #61 and #73 by @WyriHaximus)
v4.0.0
Compare Source
A major new feature release, see release announcement.
We'd like to emphasize that this component is production ready and battle-tested.
We plan to support all long-term support (LTS) releases for at least 24 months,
so you have a rock-solid foundation to build on top of.
The v4 release will be the way forward for this package. However, we will still
actively support v3 and v2 to provide a smooth upgrade path for those not yet
on PHP 8.1+. If you're using an older PHP version, you may use either version
which all provide a compatible API but may not take advantage of newer language
features. You may target multiple versions at the same time to support a wider range of
PHP versions:
4.x
branch (PHP 8.1+)3.x
branch (PHP 7.1+)2.x
branch (PHP 5.3+)This update involves some major new features and a minor BC break over the
v3.0.0
release. We've tried hard to avoid BC breaks where possible andminimize impact otherwise. We expect that most consumers of this package will be
affected by BC breaks, but updating should take no longer than a few minutes.
See below for more details:
Feature / BC break: Require PHP 8.1+ and add
mixed
type declarations.(#14 by @clue)
Feature: Add Fiber-based
async()
andawait()
functions.(#15, #18, #19 and #20 by @WyriHaximus and #26, #28, #30, #32, #34, #55 and #57 by @clue)
Project maintenance, rename
main
branch to4.x
and update installation instructions.(#29 by @clue)
The following changes had to be ported to this release due to our branching
strategy, but also appeared in the
v3.0.0
release:Feature: Support iterable type for
parallel()
+series()
+waterfall()
.(#49 by @clue)
Feature: Forward compatibility with upcoming Promise v3.
(#48 by @clue)
Minor documentation improvements.
(#36 by @SimonFrings and #51 by @nhedger)
v3.2.0
Compare Source
This release contains backported features from the Async v4.2.0 release for those
not yet on PHP 8.1+. Async v3 provides a compatible API, but may not take advantage
of newer language features. We encourage upgrading to the latest version when possible.
Feature: Add Promise v3 template types for all public functions.
(#82 by @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:
Feature: Full PHP 8.3 compatibility.
(#83 by @clue)
Update test suite to avoid unhandled promise rejections.
(#80 by @clue)
v3.1.0
Compare Source
Feature: Add new
delay()
function to delay program execution.(#71 by @clue)
Update test suite, add PHPStan with
max
level and report failed assertions.(#67 and #77 by @clue and #60 and #74 by @WyriHaximus)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.