René's URL Explorer Experiment


Title: Bump jest from 28.1.3 to 29.5.0 by dependabot[bot] · Pull Request #61 · aaran-chi/JavaScript · GitHub

Open Graph Title: Bump jest from 28.1.3 to 29.5.0 by dependabot[bot] · Pull Request #61 · aaran-chi/JavaScript

X Title: Bump jest from 28.1.3 to 29.5.0 by dependabot[bot] · Pull Request #61 · aaran-chi/JavaScript

Description: Bumps jest from 28.1.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#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 for parallelization (#13939) [jest-cli] Export yargsOptions (#13970) [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875) [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827) [jest-message-util] Add support for AggregateError (#13946 & #13947) [jest-message-util] Add support for Error causes in test and it (#13935 & #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) [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981) [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974) [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#13975) [jest-worker] Add start method to worker farms (#13937) [jest-worker] Support passing a URL as path to worker (#13982) Fixes [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#13952) [jest-circus] Send test case results for todo tests (#13915) [jest-circus] Update message printed on test timeout (#13830) [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#13954) [jest-environment-jsdom] Stop setting document to null on teardown (#13972) [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#13960) [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#13950) Chore & Maintenance [jest-snapshot] Remove dependency on jest-haste-map (#13977) New Contributors @​frosas made their first contribution in facebook/jest#13932 @​akshitsinha made their first contribution in facebook/jest#13915 @​trajano made their first contribution in facebook/jest#13827 @​DercilioFontes made their first contribution in facebook/jest#13954 @​jsnajdr made their first contribution in facebook/jest#13952 @​SteveFlames made their first contribution in facebook/jest#13895 @​willc001 made their first contribution in facebook/jest#13970 @​benjaminhobbs made their first contribution in facebook/jest#13901 Full Changelog: jestjs/jest@v29.4.3...v29.5.0 v29.4.3 Features [expect] Update toThrow() to be able to use error causes (#13606) [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846) [jest-message-util] Add support for error causes (#13868 & #13912) ... (truncated) Changelog Sourced from jest's changelog. 29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#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 for parallelization (#13939) [jest-cli] Export yargsOptions (#13970) [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875) [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827) [jest-message-util] Add support for AggregateError (#13946 & #13947) [jest-message-util] Add support for Error causes in test and it (#13935 & #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) [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981) [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974) [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#13975) [jest-worker] Add start method to worker farms (#13937) [jest-worker] Support passing a URL as path to worker (#13982) Fixes [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#13952) [jest-circus] Send test case results for todo tests (#13915) [jest-circus] Update message printed on test timeout (#13830) [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#13954) [jest-environment-jsdom] Stop setting document to null on teardown (#13972) [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#13960) [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#13950) Chore & Maintenance [jest-snapshot] Remove dependency on jest-haste-map (#13977) 29.4.3 Features [expect] Update toThrow() to be able to use error causes (#13606) [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846) [jest-message-util] Add support for error causes (#13868 & #13912) [jest-runtime] Revert import assertions for JSON modules as it's been relegated to Stage 2 (#13911) Fixes [@jest/expect-utils] subsetEquality should consider also an object's inherited string keys (#13824) [jest-mock] Clear mock state when jest.restoreAllMocks() is called (#13867) [jest-mock] Prevent mockImplementationOnce and mockReturnValueOnce bleeding into withImplementation (#13888) [jest-mock] Do not restore mocks when jest.resetAllMocks() is called (#13866) 29.4.2 ... (truncated) Commits 39f3bed v29.5.0 a49c886 v29.4.3 6d2632a Update copyrights with Meta Platforms, restore original license in Jasmine fo... f0fc92e v29.4.2 bc7b20c chore: make sure to exclude .eslintcache from published module (#13832) bc84c8a v29.4.1 4bc0e8a v29.4.0 6e5b1d6 chore: update typescript (#13616) 05deb83 v29.3.1 84b8de9 v29.3.0 Additional commits viewable in compare view 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)

Open Graph Description: Bumps jest from 28.1.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature...

X Description: Bumps jest from 28.1.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add fea...

Opengraph URL: https://github.com/aaran-chi/JavaScript/pull/61

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:ce836717-8613-0f0c-1b84-b62c087c71c5
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idEC78:1FA6C4:304FF83:43FB225:69791D98
html-safe-nonce286582c132263fd2b147c4c17f482dea26ab3ce3cea61908d0a3198e3809d6bd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQzc4OjFGQTZDNDozMDRGRjgzOjQzRkIyMjU6Njk3OTFEOTgiLCJ2aXNpdG9yX2lkIjoiNTg2NzY1NjMyNzI0NDM1NzAxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac75e7d3a90a4b2e047297f1b2ffef083940b00d8a54a95cdc48361cb0db8eca71
hovercard-subject-tagpull_request:1266875676
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/aaran-chi/JavaScript/pull/61/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps jest from 28.1.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3c7f9dd0916337a11e6ea9c7a54b96960b654425bd4240b9643d6c3af745492e
turbo-cache-controlno-preview
go-importgithub.com/aaran-chi/JavaScript git https://github.com/aaran-chi/JavaScript.git
octolytics-dimension-user_id118247618
octolytics-dimension-user_loginaaran-chi
octolytics-dimension-repository_id495213467
octolytics-dimension-repository_nwoaaran-chi/JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id495213467
octolytics-dimension-repository_network_root_nwoaaran-chi/JavaScript
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasea2ee5467a024047ab777ae5b5b3ee378f2e75635
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Faaran-chi%2FJavaScript%2Fpull%2F61%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Faaran-chi%2FJavaScript%2Fpull%2F61%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=aaran-chi%2FJavaScript
Reloadhttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
Reloadhttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
Reloadhttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
aaran-chi https://patch-diff.githubusercontent.com/aaran-chi
JavaScripthttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript
actions/javascript-actionhttps://patch-diff.githubusercontent.com/actions/javascript-action
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Faaran-chi%2FJavaScript
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Faaran-chi%2FJavaScript
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Faaran-chi%2FJavaScript
Code https://patch-diff.githubusercontent.com/aaran-chi/JavaScript
Issues 2 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/issues
Pull requests 9 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/actions
Projects 0 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/projects
Security 0 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/security
Insights https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pulse
Code https://patch-diff.githubusercontent.com/aaran-chi/JavaScript
Issues https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/issues
Pull requests https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/actions
Projects https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/projects
Security https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/security
Insights https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Faaran-chi%2FJavaScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Faaran-chi%2FJavaScript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/tree/main
dependabot/npm_and_yarn/jest-29.5.0https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/tree/dependabot/npm_and_yarn/jest-29.5.0
Conversation 0 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61
Commits 1 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/commits
Checks 0 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
Files changed https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/files
Please reload this pagehttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
Bump jest from 28.1.3 to 29.5.0 https://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/aaran-chi/JavaScript/pull/61/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.