-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency ava to v5 #640
Merged
Merged
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/ava-5.x
branch
6 times, most recently
from
October 30, 2022 06:28
55414e9
to
73327d5
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
2 times, most recently
from
November 5, 2022 06:21
c025ec3
to
1d41a53
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
5 times, most recently
from
November 16, 2022 17:04
582cd72
to
3e6dc88
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
December 4, 2022 04:35
3e6dc88
to
5c5febe
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
5 times, most recently
from
December 16, 2022 02:36
aea6cef
to
0f696f6
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
2 times, most recently
from
December 22, 2022 21:51
f0a78f0
to
804f650
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
2 times, most recently
from
January 5, 2023 13:05
1a527d6
to
512ee16
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
3 times, most recently
from
January 14, 2023 01:30
5e97ce3
to
e85b38e
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
January 18, 2023 02:42
e85b38e
to
b155358
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
December 22, 2023 04:57
86f94db
to
56f7be7
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
March 15, 2024 19:01
56f7be7
to
bb8c558
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
April 11, 2024 23:43
bb8c558
to
7e2a680
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
July 6, 2024 02:11
7e2a680
to
e558664
Compare
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
14 times, most recently
from
November 19, 2024 09:51
4501b9e
to
c989a39
Compare
renovate
bot
changed the title
Update dependency ava to v5
chore(deps): update dependency ava to v5
Nov 19, 2024
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
2 times, most recently
from
November 20, 2024 22:32
1be82f2
to
f05d7e6
Compare
renovate
bot
changed the title
chore(deps): update dependency ava to v5
chore(deps): update dependency ava to v5 - autoclosed
Nov 21, 2024
renovate
bot
changed the title
chore(deps): update dependency ava to v5 - autoclosed
chore(deps): update dependency ava to v5
Nov 21, 2024
renovate
bot
force-pushed
the
renovate/ava-5.x
branch
from
November 21, 2024 23:40
f05d7e6
to
02398ce
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.3.3
->5.3.1
Release Notes
avajs/ava (ava)
v5.3.1
Compare Source
What's Changed
t.like()
to support Symbol keys and ignore non-enumerable properties by @gibson042 in https://github.com/avajs/ava/pull/3209t.like()
by @novemberborn in https://github.com/avajs/ava/pull/3212Full Changelog: avajs/ava@v5.3.0...v5.3.1
v5.3.0
Compare Source
What's Changed
t.like()
assertions by @tommy-mitchell in https://github.com/avajs/ava/pull/3185expect
andassert
) and use their formatting by @Irvenae in https://github.com/avajs/ava/pull/3187New Contributors
Full Changelog: avajs/ava@v5.2.0...v5.3.0
v5.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: avajs/ava@v5.1.1...v5.2.0
v5.1.1
Compare Source
What's Changed
Full Changelog: avajs/ava@v5.1.0...v5.1.1
v5.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: avajs/ava@v5.0.1...v5.1.0
v5.0.1
Compare Source
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
npm install --save-dev ava
Breaking Changes
Improvements
process.exit()
called from tests by @gibson042 in https://github.com/avajs/ava/pull/3080os.cpus()
returning an empty array on unsupported platforms by @catink123 in https://github.com/avajs/ava/pull/3095New Contributors
Full Changelog: avajs/ava@v4.3.3...v5.0.1
v5.0.0
Compare Source
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
It's available as a pre-release under the
next
tag for the next few weeks:npm install --save-dev ava@next
Breaking Changes
Improvements
process.exit()
called from tests by @gibson042 in https://github.com/avajs/ava/pull/3080os.cpus()
returning an empty array on unsupported platforms by @catink123 in https://github.com/avajs/ava/pull/3095New Contributors
Full Changelog: avajs/ava@v4.3.3...v5.0.0
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.