Ren茅's URL Explorer Experiment


Title: Update mocha to the latest version 馃殌 by greenkeeper[bot] 路 Pull Request #41 路 msgflo/msgflo-python 路 GitHub

Open Graph Title: Update mocha to the latest version 馃殌 by greenkeeper[bot] 路 Pull Request #41 路 msgflo/msgflo-python

X Title: Update mocha to the latest version 馃殌 by greenkeeper[bot] 路 Pull Request #41 路 msgflo/msgflo-python

Description: The devDependency mocha was updated from 5.2.0 to 6.0.0. This version is not covered by your current version range. If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. Release Notes for v6.0.0 6.0.0 / 2019-02-18 馃挜 Breaking Changes #3149: Drop Node.js v4.x support (@outsideris) #3556: Changes to command-line options (@boneskull): --grep and --fgrep are now mutually exclusive; attempting to use both will cause Mocha to fail instead of simply ignoring --grep --compilers is no longer supported; attempting to use will cause Mocha to fail with a link to more information -d is no longer an alias for --debug; -d is currently ignored #3275: --watch-extensions no longer implies js; it must be explicitly added (@TheDancingCode) #2908: tap reporter emits error messages (@chrmod) #2819: When conditionally skipping in a before hook, subsequent before hooks and tests in nested suites are now skipped (@bannmoore) #627: Emit filepath in "timeout exceeded" exceptions where applicable (@boneskull) #3556: lib/template.html has moved to lib/browser/template.html (@boneskull) #2576: An exception is now thrown if Mocha fails to parse or find a mocha.opts at a user-specified path (@plroebuck) #3458: Instantiating a Base-extending reporter without a Runner parameter will throw an exception (@craigtaub) #3125: For consumers of Mocha's programmatic API, all exceptions thrown from Mocha now have a code property (and some will have additional metadata). Some Error messages have changed. Please use the code property to check Error types instead of the message property; these descriptions will be localized in the future. (@craigtaub) 馃摖 Deprecations These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha: -gc users should use --gc-global instead Consumers of the function exported by bin/options should now use the loadMochaOpts or loadOptions (preferred) functions exported by the lib/cli/options module Regarding the Mocha class constructor (from lib/mocha): Use property color: false instead of useColors: false Use property timeout: false instead of enableTimeouts: false All of the above deprecations were introduced by #3556. mocha.opts is now considered "legacy"; please prefer RC file or package.json over mocha.opts. 馃帀 Enhancements #3726: Add ability to unload files from require cache (@plroebuck) Enhancements introduced in #3556: Mocha now supports "RC" files in JS, JSON, YAML, or package.json-based (using mocha property) format .mocharc.js, .mocharc.json, .mocharc.yaml or .mocharc.yml are valid "rc" file names and will be automatically loaded Use --config /path/to/rc/file to specify an explicit path Use --package /path/to/package.json to specify an explicit package.json to read the mocha prop from Use --no-config or --no-package to completely disable loading of configuration via RC file and package.json, respectively Configurations are merged as applicable using the priority list: Command-line arguments RC file package.json mocha.opts Mocha's own defaults Check out these example config files Node/V8 flag support in mocha executable: Support all allowed node flags as supported by the running version of node (also thanks to @demurgos) Support any V8 flag by prepending --v8- to the flag name All flags are also supported via config files, package.json properties, or mocha.opts Debug-related flags (e.g., --inspect) now imply --no-timeouts Use of e.g., --debug will automatically invoke --inspect if supported by running version of node Support negation of any Mocha-specific command-line flag by prepending --no- to the flag name Interfaces now have descriptions when listed using --interfaces flag Mocha constructor supports all options --extension is now an alias for --watch-extensions and affects non-watch-mode test runs as well. For example, to run only test/*.coffee (not test/*.js), you can do mocha --require coffee-script/register --extensions coffee. #3552: tap reporter is now TAP13-capable (@plroebuck & @mollstam) #3535: Mocha's version can now be queried programmatically via public property Mocha.prototype.version (@plroebuck) #3428: xunit reporter shows diffs (@mlucool) #2529: Runner now emits a retry event when tests are retried (reporters can listen for this) (@catdad) #2962, #3111: In-browser notification support; warn about missing prereqs when --growl supplied (@plroebuck) 馃悰 Fixes #3737: Fix falsy values from options globals (@plroebuck) #3707: Fix encapsulation issues for Suite#_onlyTests and Suite#_onlySuites (@vkarpov15) #3711: Fix diagnostic messages dealing with plurality and markup of output (@plroebuck) #3723: Fix "reporter-option" to allow comma-separated options (@boneskull) #3722: Fix code quality and performance of lookupFiles and files (@plroebuck) #3650, #3654: Fix noisy error message when no files found (@craigtaub) #3632: Tests having an empty title are no longer confused with the "root" suite (@juergba) #3666: Fix missing error codes (@vkarpov15) #3684: Fix exiting problem in Node.js v11.7.0+ (@addaleax) #3691: Fix --delay (and other boolean options) not working in all cases (@boneskull) #3692: Fix invalid command-line argument usage not causing actual errors (@boneskull) #3698, #3699: Fix debug-related Node.js options not working in all cases (@boneskull) #3700: Growl notifications now show the correct number of tests run (@outsideris) #3686: Avoid potential ReDoS when diffing large objects (@cyjake) #3715: Fix incorrect order of emitted events when used programmatically (@boneskull) #3706: Fix regression wherein --reporter-option/--reporter-options did not support comma-separated key/value pairs (@boneskull) Fix missing mocharc.json in published package (@boneskull) #3356: --no-timeouts and --timeout 0 now does what you'd expect (@boneskull) #3475: Restore --no-exit option (@boneskull) #3570: Long-running tests now respect SIGINT (@boneskull) #2944: --forbid-only and --forbid-pending now "fail fast" when encountered on a suite (@outsideris) #1652, #2951: Fix broken clamping of timeout values (@plroebuck) #2753: start and end events now emitted properly from Runner instance when using Mocha programmatically (@outsideris) #2095, #3521: Do not log stdout: prefix in browser console (@Bamieh) #3595: Fix mochajs.org deployment problems (@papandreou) #3518: Improve utils.isPromise() (@fabiosantoscode) #3320: Fail gracefully when non-extensible objects are thrown in async tests (@fargies) #2475: XUnit does not duplicate test result numbers in "errors" and "failures"; "failures" will always be zero (@mlucool) #3398, #3598, #3457, #3617: Fix regression wherein --bail would not execute "after" nor "after each" hooks (@juergba) #3580: Fix potential exception when using XUnit reporter programmatically (@Lana-Light) #1304: Do not output color to TERM=dumb (@plroebuck) 馃摉 Documentation #3525: Improvements to .github/CONTRIBUTING.md (@markowsiak) #3466: Update description of slow option (@finfin) #3405: Remove references to bower installations (@goteamtim) #3361: Improvements to --watch docs (@benglass) #3136: Improve docs around globbing and shell expansion (@akrawchyk) #2819: Update docs around skips and hooks (@bannmoore) Many improvements by @outsideris #3652: Switch from Jekyll to Eleventy (@Munter) 馃敥 Other #3677: Add error objects for createUnsupportedError and createInvalidExceptionError (@boneskull) #3733: Removed unnecessary processing in post-processing hook (@wanseob) #3730: Update nyc to latest version (@coreyfarrell) #3648, #3680: Fixes to support latest versions of unexpected and unexpected-sinon (@sunesimonsen) #3638: Add meta tag to site (@MartijnCuppens) #3653: Fix parts of test suite failing to run on Windows (@boneskull) #3557: Use ms userland module instead of hand-rolled solution (@gizemkeser) Many CI fixes and other refactors by @plroebuck Test refactors by @outsideris Commits The new version differs by 209 commits ahead by 209, behind by 39. 42303e2 Release v6.0.0 a553ca7 punctuation updates for changelog v6.0.0 c710792 grammar updates for changelog v6.0.0 9f9293a update changelog for v6.0.0 a540eb0 remove "projects" section from MAINTAINERS.md [ci skip] 52b5c42 Uppercased JSON reporter name in describe title (#3739) 82307fb Fix .globals to remove falsy values (#3737) 56dc28e Remove unnecessary post-processing code having no effect; closes #3708 (#3733) 16b4281 Documentation updates (#3728) 5d9d3eb Update nyc 118c9ae Refactor out usages of Suite#_onlyTests and Suite#_onlyTests (#3689) (#3707) 0dacd1f Add ability to unload files from require cache (redux) (#3726) 66a52f2 update release steps [ci skip] 45ae014 Refactor lookupFiles and files (#3722) 94c9320 fix --reporter-option to allow comma-separated options; closes #3706 There are 209 commits in total. See the full diff FAQ and help There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper. Your Greenkeeper bot 馃尨

Open Graph Description: The devDependency mocha was updated from 5.2.0 to 6.0.0. This version is not covered by your current version range. If you don鈥檛 accept this pull request, your project will work just like it did be...

X Description: The devDependency mocha was updated from 5.2.0 to 6.0.0. This version is not covered by your current version range. If you don鈥檛 accept this pull request, your project will work just like it did be...

Opengraph URL: https://github.com/msgflo/msgflo-python/pull/41

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:c6274413-ad14-a451-40bc-ce37b3c09742
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idB406:37DD1D:58FC06B:78D7464:69733111
html-safe-noncece883fd27bcc10e6db163a1b8a53edc7ece175f2b634e00aa3b4cc27ab9a7dc1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNDA2OjM3REQxRDo1OEZDMDZCOjc4RDc0NjQ6Njk3MzMxMTEiLCJ2aXNpdG9yX2lkIjoiMzkwOTU0ODM0ODY0OTE4OTY0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca7c886f3f93449cb9ecacfdb55b62e8d30d0648dc255e49369d2f93cdc6da694
hovercard-subject-tagpull_request:254052788
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/msgflo/msgflo-python/pull/41/checks
twitter:imagehttps://avatars.githubusercontent.com/in/505?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/505?s=400&v=4
og:image:altThe devDependency mocha was updated from 5.2.0 to 6.0.0. This version is not covered by your current version range. If you don鈥檛 accept this pull request, your project will work just like it did be...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None44ab3188c1dcfe3be0f9c3feca2e04e14fb79f120939ce2395e4f15ab96ec1d4
turbo-cache-controlno-preview
go-importgithub.com/msgflo/msgflo-python git https://github.com/msgflo/msgflo-python.git
octolytics-dimension-user_id12742589
octolytics-dimension-user_loginmsgflo
octolytics-dimension-repository_id36836658
octolytics-dimension-repository_nwomsgflo/msgflo-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36836658
octolytics-dimension-repository_network_root_nwomsgflo/msgflo-python
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
releasea5e2b48bd1260476599758f5d253b5d24092ab84
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgflo%2Fmsgflo-python%2Fpull%2F41%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%2Fmsgflo%2Fmsgflo-python%2Fpull%2F41%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=msgflo%2Fmsgflo-python
Reloadhttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks
Reloadhttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks
Reloadhttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks
msgflo https://patch-diff.githubusercontent.com/msgflo
msgflo-pythonhttps://patch-diff.githubusercontent.com/msgflo/msgflo-python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmsgflo%2Fmsgflo-python
Fork 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fmsgflo%2Fmsgflo-python
Star 13 https://patch-diff.githubusercontent.com/login?return_to=%2Fmsgflo%2Fmsgflo-python
Code https://patch-diff.githubusercontent.com/msgflo/msgflo-python
Issues 8 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/issues
Pull requests 4 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pulls
Actions https://patch-diff.githubusercontent.com/msgflo/msgflo-python/actions
Projects 0 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/projects
Wiki https://patch-diff.githubusercontent.com/msgflo/msgflo-python/wiki
Security 0 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/security
Insights https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pulse
Code https://patch-diff.githubusercontent.com/msgflo/msgflo-python
Issues https://patch-diff.githubusercontent.com/msgflo/msgflo-python/issues
Pull requests https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pulls
Actions https://patch-diff.githubusercontent.com/msgflo/msgflo-python/actions
Projects https://patch-diff.githubusercontent.com/msgflo/msgflo-python/projects
Wiki https://patch-diff.githubusercontent.com/msgflo/msgflo-python/wiki
Security https://patch-diff.githubusercontent.com/msgflo/msgflo-python/security
Insights https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fmsgflo%2Fmsgflo-python%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=%2Fmsgflo%2Fmsgflo-python%2Fissues%2Fnew%2Fchoose
greenkeeperhttps://patch-diff.githubusercontent.com/apps/greenkeeper
masterhttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/tree/master
greenkeeper/mocha-6.0.0https://patch-diff.githubusercontent.com/msgflo/msgflo-python/tree/greenkeeper/mocha-6.0.0
Conversation 15 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41
Commits 1 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/commits
Checks 0 https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks
Files changed https://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/files
Please reload this pagehttps://patch-diff.githubusercontent.com/msgflo/msgflo-python/pull/41/checks
Learn more about GitHub Actionshttps://docs.github.com/categories/automating-your-workflow-with-github-actions
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.