René's URL Explorer Experiment


Title: Bump jest from 26.6.3 to 29.6.0 by dependabot[bot] · Pull Request #107 · github-developer/javascript-action · GitHub

Open Graph Title: Bump jest from 26.6.3 to 29.6.0 by dependabot[bot] · Pull Request #107 · github-developer/javascript-action

X Title: Bump jest from 26.6.3 to 29.6.0 by dependabot[bot] · Pull Request #107 · github-developer/javascript-action

Description: Bumps jest from 26.6.3 to 29.6.0. Release notes Sourced from jest's releases. v29.6.0 Features [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139) [jest-cli] Include type definitions to generated config files (#14078) [jest-snapshot] Support arrays as property matchers (#14025) [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174) Fixes [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110) [jest-config] Handle frozen config object (#14054) [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180) [jest-core] Always use workers in watch mode to avoid crashes (#14059). [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989) [jest-matcher-utils] Fix copying value of inherited getters (#14007) [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008) [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087) [jest-runtime] Bind jest.isolateModulesAsync to this (#14083) [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148) [jest-runtime] Guard _isMockFunction access with in (#14188) [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036) [@jest/transform] Do not instrument .json modules (#14048) Chore & Maintenance [*] Update semver dependency to get vulnerability fix (#14262) [docs] Updated documentation for the --runTestsByPath CLI command (#14004) [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056) [docs] Update jest statistics of use and downloads in website Index. New Contributors @​huntie made their first contribution in jestjs/jest#13989 @​liammulh made their first contribution in jestjs/jest#14001 @​BenceSzalai made their first contribution in jestjs/jest#14007 @​Mike-Dax made their first contribution in jestjs/jest#14056 @​bakasmarius made their first contribution in jestjs/jest#14025 @​PeteTheHeat made their first contribution in jestjs/jest#14015 @​tjenkinson made their first contribution in jestjs/jest#14083 @​soyjuanmacias made their first contribution in jestjs/jest#14101 @​bharathkalyans made their first contribution in jestjs/jest#14154 @​itzjacki made their first contribution in jestjs/jest#14165 @​DmitryMakhnev made their first contribution in jestjs/jest#14174 @​BobdenOs made their first contribution in jestjs/jest#14148 @​william-lai-927 made their first contribution in jestjs/jest#14179 @​bakamitai456 made their first contribution in jestjs/jest#14045 @​rbuckton made their first contribution in jestjs/jest#14188 @​barbados-clemens made their first contribution in jestjs/jest#14180 @​rburdet made their first contribution in jestjs/jest#14197 @​cw1997 made their first contribution in jestjs/jest#14184 ... (truncated) Changelog Sourced from jest's changelog. 29.6.0 Features [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139) [jest-cli] Include type definitions to generated config files (#14078) [jest-snapshot] Support arrays as property matchers (#14025) [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174) Fixes [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110) [jest-config] Handle frozen config object (#14054) [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180) [jest-core] Always use workers in watch mode to avoid crashes (#14059). [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989) [jest-matcher-utils] Fix copying value of inherited getters (#14007) [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008) [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087) [jest-runtime] Bind jest.isolateModulesAsync to this (#14083) [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148) [jest-runtime] Guard _isMockFunction access with in (#14188) [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036) [@jest/transform] Do not instrument .json modules (#14048) Chore & Maintenance [*] Update semver dependency to get vulnerability fix (#14262) [docs] Updated documentation for the --runTestsByPath CLI command (#14004) [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056) [docs] Update jest statistics of use and downloads in website Index. 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) ... (truncated) Commits c1e5b8a v29.6.0 6ffa48d chore: upgrade TypeScript to v5 (#14155) a95eeb6 chore: update tsd runner (#14020) 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 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 26.6.3 to 29.6.0. Release notes Sourced from jest's releases. v29.6.0 Features [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139) [je...

X Description: Bumps jest from 26.6.3 to 29.6.0. Release notes Sourced from jest's releases. v29.6.0 Features [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)...

Opengraph URL: https://github.com/github-developer/javascript-action/pull/107

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:864fe334-05f2-d8cf-bde0-93c63eb163aa
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8C9A:8300:284D27:357416:6982E1ED
html-safe-noncee0ea6accb8f568d44b3792072d91564e676cf739bf88c91c9af67a6d871367a2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzlBOjgzMDA6Mjg0RDI3OjM1NzQxNjo2OTgyRTFFRCIsInZpc2l0b3JfaWQiOiIxMzUwMjk0NjExMDQ1ODM1MjQ1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace1b064d6e960ec6fa1fc1f69dac0de26298484b2e5abcaf7fa4a11d537d303c0
hovercard-subject-tagpull_request:1419967810
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github-developer/javascript-action/pull/107/files
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 26.6.3 to 29.6.0. Release notes Sourced from jest's releases. v29.6.0 Features [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139) [je...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec6741528aa4d4ba81c57bbff8f8cc0de0e9115cb2993431dc9dac8d489f7b4ee
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github-developer/javascript-action git https://github.com/github-developer/javascript-action.git
octolytics-dimension-user_id13240041
octolytics-dimension-user_logingithub-developer
octolytics-dimension-repository_id346478541
octolytics-dimension-repository_nwogithub-developer/javascript-action
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id346478541
octolytics-dimension-repository_network_root_nwogithub-developer/javascript-action
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedf2a3cea9cc9adaf422cd462f5351935c407af4d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub-developer%2Fjavascript-action%2Fpull%2F107%2Ffiles
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%2Fgithub-developer%2Fjavascript-action%2Fpull%2F107%2Ffiles
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%2Ffiles&source=header-repo&source_repo=github-developer%2Fjavascript-action
Reloadhttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
Reloadhttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
Reloadhttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
github-developer https://patch-diff.githubusercontent.com/github-developer
javascript-actionhttps://patch-diff.githubusercontent.com/github-developer/javascript-action
actions/javascript-actionhttps://patch-diff.githubusercontent.com/actions/javascript-action
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub-developer%2Fjavascript-action
Fork 25 https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub-developer%2Fjavascript-action
Star 34 https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub-developer%2Fjavascript-action
Code https://patch-diff.githubusercontent.com/github-developer/javascript-action
Issues 0 https://patch-diff.githubusercontent.com/github-developer/javascript-action/issues
Pull requests 5 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pulls
Actions https://patch-diff.githubusercontent.com/github-developer/javascript-action/actions
Projects 0 https://patch-diff.githubusercontent.com/github-developer/javascript-action/projects
Security 0 https://patch-diff.githubusercontent.com/github-developer/javascript-action/security
Insights https://patch-diff.githubusercontent.com/github-developer/javascript-action/pulse
Code https://patch-diff.githubusercontent.com/github-developer/javascript-action
Issues https://patch-diff.githubusercontent.com/github-developer/javascript-action/issues
Pull requests https://patch-diff.githubusercontent.com/github-developer/javascript-action/pulls
Actions https://patch-diff.githubusercontent.com/github-developer/javascript-action/actions
Projects https://patch-diff.githubusercontent.com/github-developer/javascript-action/projects
Security https://patch-diff.githubusercontent.com/github-developer/javascript-action/security
Insights https://patch-diff.githubusercontent.com/github-developer/javascript-action/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fgithub-developer%2Fjavascript-action%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=%2Fgithub-developer%2Fjavascript-action%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/github-developer/javascript-action/tree/main
dependabot/npm_and_yarn/jest-29.6.0https://patch-diff.githubusercontent.com/github-developer/javascript-action/tree/dependabot/npm_and_yarn/jest-29.6.0
Conversation 1 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107
Commits 1 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/commits
Checks 0 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/checks
Files changed https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
Bump jest from 26.6.3 to 29.6.0 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/files
c96f335 Bump jest from 26.6.3 to 29.6.0 dependabot[bot] Jul 4, 2023 https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/commits/c96f33580005156db122822cca2bcf33e127e27c
Clear filters https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
Please reload this pagehttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
package-lock.json https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/github-developer/javascript-action/pull/107/changes
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.