-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump jest from 29.4.3 to 29.5.0 #47
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
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 13, 2023
@dependabot merge
…--
Beau Raines
***@***.***
425.654.4663 (voice and sms)
beau.raines (skype)
LinkedIn www.linkedin.com/in/beauraines/
On Sun, Mar 12, 2023, 10:05 PM dependabot[bot] ***@***.***> wrote:
Bumps jest <https://github.com/facebook/jest/tree/HEAD/packages/jest>
from 29.4.3 to 29.5.0.
Release notes
*Sourced from jest's releases <https://github.com/facebook/jest/releases>.*
v29.5.0 Features
- [jest-changed-files] Support Sapling (#13941
<https://redirect.github.com/facebook/jest/pull/13941>)
- [jest-circus, @jest/cli, jest-config] Add feature to randomize order
of tests via CLI flag or through the config file(#12922
<https://redirect.github.com/facebook/jest/pull/12922>)
- [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters,
jest-runner, jest-runtime, @jest/types] Add workerThreads
configuration option to allow using worker threads
<https://nodejs.org/dist/latest/docs/api/worker_threads.html> for
parallelization (#13939
<https://redirect.github.com/facebook/jest/pull/13939>)
- [jest-cli] Export yargsOptions (#13970
<https://redirect.github.com/facebook/jest/pull/13970>)
- [jest-config] Add openHandlesTimeout option to configure possible
open handles warning. (#13875
<https://redirect.github.com/facebook/jest/pull/13875>)
- ***@***.***/create-cache-key-function] Allow passing length argument to
createCacheKey() function and set its default value to 16 on Windows (
#13827 <https://redirect.github.com/facebook/jest/pull/13827>)
- [jest-message-util] Add support for AggregateError
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError>
(#13946 <https://redirect.github.com/facebook/jest/pull/13946> & #13947
<https://redirect.github.com/facebook/jest/pull/13947>)
- [jest-message-util] Add support for Error causes
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause>
in test and it (#13935
<https://redirect.github.com/facebook/jest/pull/13935> & #13966
<https://redirect.github.com/facebook/jest/pull/13966>)
- [jest-reporters] Add summaryThreshold option to summary reporter to
allow overriding the internal threshold that is used to print the summary
of all failed tests when the number of test suites surpasses it (#13895
<https://redirect.github.com/facebook/jest/pull/13895>)
- [jest-runtime] Expose @sinonjs/fake-timers async APIs functions
advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)),
advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (
runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981
<https://redirect.github.com/facebook/jest/pull/13981>)
- [jest-runtime, @jest/transform] Allow V8 coverage provider to
collect coverage from files which were not loaded explicitly (#13974
<https://redirect.github.com/facebook/jest/pull/13974>)
- [jest-snapshot] Add support to cts and mts TypeScript files to
inline snapshots (#13975
<https://redirect.github.com/facebook/jest/pull/13975>)
- [jest-worker] Add start method to worker farms (#13937
<https://redirect.github.com/facebook/jest/pull/13937>)
- [jest-worker] Support passing a URL as path to worker (#13982
<https://redirect.github.com/facebook/jest/pull/13982>)
Fixes
- [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest
usages (#13952 <https://redirect.github.com/facebook/jest/pull/13952>)
- [jest-circus] Send test case results for todo tests (#13915
<https://redirect.github.com/facebook/jest/pull/13915>)
- [jest-circus] Update message printed on test timeout (#13830
<https://redirect.github.com/facebook/jest/pull/13830>)
- [jest-circus] Avoid creating the word "testfalse" when
takesDoneCallback is false in the message printed on test timeout AND
updated timeouts test (#13954
<https://redirect.github.com/facebook/jest/pull/13954>)
- [jest-environment-jsdom] Stop setting document to null on teardown (
#13972 <https://redirect.github.com/facebook/jest/pull/13972>)
- ***@***.***/expect-utils] Update toStrictEqual() to be able to check
jest.fn().mock.calls (#13960
<https://redirect.github.com/facebook/jest/pull/13960>)
- ***@***.***/test-result] Allow TestResultsProcessor type to return a
Promise (#13950 <https://redirect.github.com/facebook/jest/pull/13950>)
Chore & Maintenance
- [jest-snapshot] Remove dependency on jest-haste-map (#13977
<https://redirect.github.com/facebook/jest/pull/13977>)
New Contributors
- @frosas <https://github.com/frosas> made their first contribution
in jestjs/jest#13932
<https://redirect.github.com/facebook/jest/pull/13932>
- @akshitsinha <https://github.com/akshitsinha> made their first
contribution in jestjs/jest#13915
<https://redirect.github.com/facebook/jest/pull/13915>
- @trajano <https://github.com/trajano> made their first contribution
in jestjs/jest#13827
<https://redirect.github.com/facebook/jest/pull/13827>
- @DercilioFontes <https://github.com/DercilioFontes> made their
first contribution in jestjs/jest#13954
<https://redirect.github.com/facebook/jest/pull/13954>
- @jsnajdr <https://github.com/jsnajdr> made their first contribution
in jestjs/jest#13952
<https://redirect.github.com/facebook/jest/pull/13952>
- @SteveFlames <https://github.com/SteveFlames> made their first
contribution in jestjs/jest#13895
<https://redirect.github.com/facebook/jest/pull/13895>
- @willc001 <https://github.com/willc001> made their first
contribution in jestjs/jest#13970
<https://redirect.github.com/facebook/jest/pull/13970>
- @benjaminhobbs <https://github.com/benjaminhobbs> made their first
contribution in jestjs/jest#13901
<https://redirect.github.com/facebook/jest/pull/13901>
*Full Changelog*: ***@***.***
<jestjs/jest@v29.4.3...v29.5.0>
Changelog
*Sourced from jest's changelog
<https://github.com/facebook/jest/blob/main/CHANGELOG.md>.*
29.5.0 Features
- [jest-changed-files] Support Sapling (#13941
<https://redirect.github.com/facebook/jest/pull/13941>)
- [jest-circus, @jest/cli, jest-config] Add feature to randomize order
of tests via CLI flag or through the config file(#12922
<https://redirect.github.com/facebook/jest/pull/12922>)
- [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters,
jest-runner, jest-runtime, @jest/types] Add workerThreads
configuration option to allow using worker threads
<https://nodejs.org/dist/latest/docs/api/worker_threads.html> for
parallelization (#13939
<https://redirect.github.com/facebook/jest/pull/13939>)
- [jest-cli] Export yargsOptions (#13970
<https://redirect.github.com/facebook/jest/pull/13970>)
- [jest-config] Add openHandlesTimeout option to configure possible
open handles warning. (#13875
<https://redirect.github.com/facebook/jest/pull/13875>)
- ***@***.***/create-cache-key-function] Allow passing length argument to
createCacheKey() function and set its default value to 16 on Windows (
#13827 <https://redirect.github.com/facebook/jest/pull/13827>)
- [jest-message-util] Add support for AggregateError
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError>
(#13946 <https://redirect.github.com/facebook/jest/pull/13946> & #13947
<https://redirect.github.com/facebook/jest/pull/13947>)
- [jest-message-util] Add support for Error causes
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause>
in test and it (#13935
<https://redirect.github.com/facebook/jest/pull/13935> & #13966
<https://redirect.github.com/facebook/jest/pull/13966>)
- [jest-reporters] Add summaryThreshold option to summary reporter to
allow overriding the internal threshold that is used to print the summary
of all failed tests when the number of test suites surpasses it (#13895
<https://redirect.github.com/facebook/jest/pull/13895>)
- [jest-runtime] Expose @sinonjs/fake-timers async APIs functions
advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)),
advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (
runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981
<https://redirect.github.com/facebook/jest/pull/13981>)
- [jest-runtime, @jest/transform] Allow V8 coverage provider to
collect coverage from files which were not loaded explicitly (#13974
<https://redirect.github.com/facebook/jest/pull/13974>)
- [jest-snapshot] Add support to cts and mts TypeScript files to
inline snapshots (#13975
<https://redirect.github.com/facebook/jest/pull/13975>)
- [jest-worker] Add start method to worker farms (#13937
<https://redirect.github.com/facebook/jest/pull/13937>)
- [jest-worker] Support passing a URL as path to worker (#13982
<https://redirect.github.com/facebook/jest/pull/13982>)
Fixes
- [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest
usages (#13952 <https://redirect.github.com/facebook/jest/pull/13952>)
- [jest-circus] Send test case results for todo tests (#13915
<https://redirect.github.com/facebook/jest/pull/13915>)
- [jest-circus] Update message printed on test timeout (#13830
<https://redirect.github.com/facebook/jest/pull/13830>)
- [jest-circus] Avoid creating the word "testfalse" when
takesDoneCallback is false in the message printed on test timeout AND
updated timeouts test (#13954
<https://redirect.github.com/facebook/jest/pull/13954>)
- [jest-environment-jsdom] Stop setting document to null on teardown (
#13972 <https://redirect.github.com/facebook/jest/pull/13972>)
- ***@***.***/expect-utils] Update toStrictEqual() to be able to check
jest.fn().mock.calls (#13960
<https://redirect.github.com/facebook/jest/pull/13960>)
- ***@***.***/test-result] Allow TestResultsProcessor type to return a
Promise (#13950 <https://redirect.github.com/facebook/jest/pull/13950>)
Chore & Maintenance
- [jest-snapshot] Remove dependency on jest-haste-map (#13977
<https://redirect.github.com/facebook/jest/pull/13977>)
Commits
- 39f3bed
<jestjs/jest@39f3bed>
v29.5.0
- See full diff in compare view
<https://github.com/facebook/jest/commits/v29.5.0/packages/jest>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#47
Commit Summary
- 4803532
<4803532>
Bump jest from 29.4.3 to 29.5.0
File Changes
(1 file <https://github.com/beauraines/toggl-cli/pull/47/files>)
- *M* package-lock.json
<https://github.com/beauraines/toggl-cli/pull/47/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(576)
Patch Links:
- https://github.com/beauraines/toggl-cli/pull/47.patch
- https://github.com/beauraines/toggl-cli/pull/47.diff
—
Reply to this email directly, view it on GitHub
<#47>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQV3MKRIT4BECV6IMCDV7DW32TIFANCNFSM6AAAAAAVYS22UU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
Bumps jest from 29.4.3 to 29.5.0.
Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
39f3bed
v29.5.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)