Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update mocha to the latest version 🚀#11

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
greenkeeper wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromgreenkeeper/mocha-3.5.0

Conversation

greenkeeper[bot]
Copy link

Version3.5.0 ofmocha just got published.

Dependency mocha
Current Version 3.2.0
Type devDependency

The version3.5.0 isnot covered by yourcurrent version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mocha.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notesfree-as-in-freezing

3.5.0 / 2017-07-31

📰 News

  • Mocha now has acode of conduct (thanks@kungapal!).
  • Old issues and PRs are now being marked "stale" byProbot's "Stale" plugin. If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.
  • WARNING: Support for non-ES5-compliant environments will be dropped starting with version 4.0.0 of Mocha!

🔒 Security Fixes

🎉 Enhancements

  • #2696: Add--forbid-only and--forbid-pending flags. Use these in CI or hooks to ensure tests aren't accidentally being skipped! (@charlierudolph)
  • #2813: Support Node.js 8's--napi-modules flag (@jupp0r)

🔩 Other

Commits

The new version differs by 142 commits.

  • 82d879fRelease v3.5.0
  • bf687ceupdate mocha.js for v3.5.0
  • ec73c9aupdate date for release of v3.5.0 in CHANGELOG [ci skip]
  • 1ba2cfcupdate CHANGELOG.md for v3.5.0 [ci skip]
  • 065e14eremove custom install script from travis (no longer needed)
  • 4e87046update karma-sauce-launcher URL for npm@5
  • 6886cccincrease timeout for slow-grepping test
  • 2408d90Make dependencies use older version of readable-stream to work around incompatibilities introduced by 2.3.0 on June 19th
  • 68a1466Try not clearing the env for debug in the integration test and see if that fixes Node 0.10 on AppVeyor; if need be, some other fix/workaround can be applied to handle whatever was up with debug without causing this issue
  • 958fbb4Update new tests to work in browser per test hierarchy reorganization
  • 1df7c94Merge pull request #2704 from seppevs/increase_test_coverage_of_mocha_js
  • 1f270cdStop timing out (#2889)
  • 27c7496upgrade to debug@2.6.8; closes #2859 (#2860)
  • 50fc47dfix CI; closes #2867 (#2868)
  • 1b1377cAdd test for ignoreLeaks and fix descriptions

There are 142 commits in total.

See thefull diff

Not sure how things should work exactly?

There is a collection offrequently asked questions and of course you may alwaysask my humans.


YourGreenkeeper Bot 🌴

greenkeeperbot added a commit that referenced this pull requestSep 10, 2017
@greenkeeper
Copy link
Author

Version3.5.1 just got published.

Update to this version instead 🚀

Release Notesv3.5.1

3.5.1 / 2017-09-09

📰 News

  • 📣 Mocha is now sponsoringPDXNode! If you're in thePortland area, come check out the monthly talks and hack nights!

🐛 Fixes

  • #2997: Fix missingxit export for "require" interface (@solodynamo)
  • #2957: Fix unicode character handling in XUnit reporter failures (@jkrems)

🔩 Other

Commits

The new version differs by 14 commits.

  • 4070a44Release v3.5.1
  • 466ba73update CHANGELOG.md for v3.5.1 [ci skip]
  • 1cc0fc0import/require xit, fixes #2972
  • 74fa66fupdate nyc to latest; remove workaround in travis script
  • aa52933update coveralls strategy; closes #2984
  • 73a5338Spelling (#2981)
  • 9f403bfAddutils.escape tests and fix unicode escaping
  • 800acbcwhitelist "developer-experience" tag for stalebot [ci skip]
  • 5895671Added issue, pull request templates. (#2869)
  • 075bd51Merge pull request #2918 from mochajs/no-shell-test
  • 8710438Work around Node 0.10 Windows flake when testing
  • 13b8340Ensure that compiler lookup works and not just that transpilation works (#2922)
  • 26d337aAdd tests for double-star behavior
  • c0e6b68Eliminate glob.sh

See thefull diff

greenkeeperbot added a commit that referenced this pull requestSep 10, 2017
@greenkeeper
Copy link
Author

Version3.5.2 just got published.

Update to this version instead 🚀

Release Notesv3.5.2

3.5.2 / 2017-09-10

🐛 Fixes

Commits

The new version differs by 5 commits.

  • 72622abRelease v3.5.2
  • ac4c39ffix version in CHANGELOG.md [ci skip]
  • f06d969update CHANGELOG for 3.5.2 [ci skip]
  • 9a3ddebfix AMD bundle by hacking around check inhe module; closes #3000
  • 337d317fix broken links in CHANGELOG.md [ci skip]

See thefull diff

greenkeeperbot added a commit that referenced this pull requestSep 11, 2017
@greenkeeper
Copy link
Author

Version3.5.3 just got published.

Update to this version instead 🚀

Release Notesv3.5.3

3.5.3 / 2017-09-11

🐛 Fixes

  • #3003: Fix invalid entities in xUnit reporter first appearing in v3.5.1 (@jkrems)
Commits

The new version differs by 3 commits.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestOct 3, 2017
@greenkeeper
Copy link
Author

Version4.0.0 just got published.

Update to this version instead 🚀

Release Notesv4.0.0

4.0.0 / 2017-10-02

You might want to read this before filing a new bug! 😝

💥 Breaking Changes

For more info, pleaseread this article.

Compatibility

Default Behavior

  • #2879: By default, Mocha will no longer force the process to exit once all tests complete. This means any test code (or code under test) which would normally preventnode from exiting will do so when run in Mocha. Supply the--exit flag to revert to pre-v4.0.0 behavior (@ScottFreeCode,@boneskull)

Reporter Output

👎 Deprecations

  • #2493: The--compilers command-line option is now soft-deprecated and will emit a warning onSTDERR. Readthis for more info and workarounds (@ScottFreeCode,@boneskull)

🎉 Enhancements

  • #2628: Allow override of default test suite name in XUnit reporter (@ngeor)

📖 Documentation

🔩 Other

Commits

The new version differs by 48 commits.

  • d69bf14Release v4.0.0
  • 171b9f9pfix "prepublishOnly" potential portability problem
  • 60e39d9Update link to wiki (GitHub at the leading--)
  • 804f9d5Update link because GitHub ate the leading--
  • 3326c23update CHANGELOG for v4.0.0 [ci skip]
  • 6dd9252add link to wiki on --compilers deprecation
  • 96318e1Deprecate --compilers
  • 92beda9drop bower support
  • 58a4c6aremove unused .npmignore
  • 7af6611kill Date#toISOString shim
  • 43501a2reduce noise about slow tests; make a few tests faster, etc.
  • fa228e9update --exit / --no-exit integration test for new default behavior
  • 3fdd3ffSwitch default from forced exit to no-exit
  • c5d69e0add integration tests for --exit/--no-exit
  • 3a7f8dcenhance runMochaJSON() helper by returning the subprocess instance

There are 48 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestOct 6, 2017
@greenkeeper
Copy link
Author

Version4.0.1 just got published.

Update to this version instead 🚀

Release Notesv4.0.1

4.0.1 / 2017-10-05

🐛 Fixes

Commits

The new version differs by 6 commits.

  • eb8bf8dRelease v4.0.1
  • 3b485eaupdate CHANGELOG.md for v4.0.1 [ci skip]
  • 96e5c1aupgrade eslint to v4.8.0
  • d7cff37Update growl to 1.10.3
  • 0cdd921remove preversion script; test on publish; closes #2999
  • f49c0ceFix changelog issues/pr URLs (#3047)

See thefull diff

greenkeeperbot added a commit that referenced this pull requestDec 29, 2017
@greenkeeper
Copy link
Author

Version4.1.0 just got published.

Update to this version instead 🚀

Release Notesv4.1.0

4.1.0 / 2017-12-28

This is mainly a "housekeeping" release.

Welcome@Bamieh and@xxczaki to the team!

🐛: Fixes

  • #2661:progress reporter now accepts reporter options (@canoztokmak)
  • #3142:xit inbdd interface now properly returns itsTest object (@Bamieh)
  • #3075: Diffs now computed eagerly to avoid misinformation when reported (@abrady0)
  • #2745:--help will now help you even if you have amocha.opts (@Zarel)

🎉 Enhancements

  • #2514: The--no-diff flag will completely disable diff output (@CapacitorSet)
  • #3058: All "setters" in Mocha's API are now also "getters" if called without arguments (@makepanic)

📖 Documentation

🔩 Other

Commits

The new version differs by 409 commits.

  • 6b9ddc6Release v4.1.0
  • 3c4b116update CHANGELOG for v4.1.0
  • 5be22b2options.reporterOptions are used for progress reporter
  • ea96b18add .fossaignore [ci skip]
  • adc67fdRevert "[ImgBot] optimizes images (#3175)"
  • ae3712c[ImgBot] optimizes images (#3175)
  • 33db6b1Use x64 node on appveyor
  • 4a6e095Run appveyor tests on x64 platform. Might enable sharp installation
  • 3abed9bLint netlify-headers script
  • 119543eAdd preconnect for doubleclick domain that google analytics results in contacting
  • bd5109eRemove crossorigin='anonymous' from preconnect hints. Only needed for fonts, xhr and es module loads
  • 123ee4fHandle the case where all avatars are already loaded at the time when the script exexecutes
  • 64deadcSpecific value for inlining htmlimages to guarantee logo is inlined
  • 8f1ded4https urls where possible
  • d5a5125Be explicit about styling of screenshot images

There are 250 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestJan 18, 2018
@greenkeeper
Copy link
Author

Version5.0.0 just got published.

Update to this version instead 🚀

Release Notesv5.0.0

5.0.0 / 2018-01-17

Mocha starts off 2018 right by again dropping support forunmaintained rubbish.

Welcome@vkarpov15 to the team!

💥 Breaking Changes

  • #3148: Drop support for IE9 and IE10 (@Bamieh)
    Practically speaking, only code which consumes (through bundling or otherwise) the userlandbuffer module should be affected. However, Mocha will no longer test against these browsers, nor apply fixes for them.

🎉 Enhancements

🐛 Fixes

😎 Developer Experience

📖 Documentation

🔩 Other

Commits

The new version differs by 26 commits.

  • cc4a818Release v5.0.0
  • 9f61c04finalize v5.0.0 CHANGELOG [ci skip]
  • a7267b4remove more references to make and Makefile
  • dc58252prep changelog for v5.0.0 [ci skip]
  • f8a1d2adocs(index): add missing doc link (#3203); closes #3135
  • 401997fupdate package-lock.json
  • 50aec7aAdd ability to pass in test files to be ran before positional files via --file (#3190)
  • 7d8abe0fix id and class definition
  • 0a3e32bRewrite Makefile using NPS Scripts. Closes #2352
  • c7730a6Drop TextMate integration inside mocha closes#3118
  • 5c6e99bupdate ESM tests to run against headless chrome instead of saucelabs' chrome only
  • ac1dd70attempt to get travis working again
  • e8b5592Align netlify config with admin panel
  • 565726dAdded Netlify config file
  • e54370ereplace phantomjs with puppeteer for browser tests; closes #3128

There are 26 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestFeb 14, 2018
@greenkeeper
Copy link
Author

Version5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 09ce746Release v5.0.1
  • 70027b6update changelog for v5.0.1 [ci skip]
  • 44aae9fadd working wallaby config
  • 412cf27[Update] license year
  • b7377b3rename help-wanted to "help wanted" in stale.yml
  • d975a6afix memory leak when run in v8; closes #3119
  • 3509029update .gitignore to only ignore root mocha.js [ci skip]
  • b57f623fix: When using --delay, .only() no longer works. Issue #1838
  • cd74322Slight copy update on docs for test directory
  • f687d2bupdate docs for the glob
  • 14fc030Add all supported wallaby editors
  • 2e7e4c0rename "common-mistake" label to "faq"
  • bca57f4clarify docs on html, xunit and 3p reporters; closes #1906
  • 2fe2d01Revert "fix travis "before script" script"
  • c0ac1b9fix travis "before script" script

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 6, 2018
@greenkeeper
Copy link
Author

Version5.0.2 just got published.

Update to this version instead 🚀

Release Notesv5.0.2

5.0.2 / 2018-03-05

This release fixes a class of tests which report asfalse positives.Certain tests will now break, though they would have previously been reported as passing. Details below. Sorry for the inconvenience!

🐛 Fixes

  • #3226: Do not swallow errors that are thrown asynchronously from passing tests (@boneskull). Example:

    it('should actually fail, sorry!',function (done) {// passing assertionassert(true===true);

    // test complete & is marked as passing
    done();

    // ...but something evil lurks within
    setTimeout(()=> {
    thrownewError('chaos!');
    },100);
    });

    Previously to this version, Mocha would havesilently swallowed thechaos! exception, and you wouldn't know. Well,now you know. Mocha cannot recover from this gracefully, so it will exit with a nonzero code.

    Maintainers of external reporters:If a test of this class is encountered, theRunner instance will emit theend eventtwice; youmay need to change your reporter to userunner.once('end') intead ofrunner.on('end').

  • #3093: Fix stack trace reformatting problem (@outsideris)

:nut_and_bolt Other

Commits

The new version differs by 13 commits.

  • f2ee53cRelease v5.0.2
  • ff1bd9eupdate package-lock.json
  • 6a796cbprepare CHANGELOG for v5.0.2 [ci skip]
  • 0542c40update README.md; closes #3191 [ci skip]
  • afcd08fadd MAINTAINERS.md to .fossaignore [ci skip]
  • 3792befadd opencollective header image to assets/
  • 5078fc5persist paths in stack trace which have cwd as infix
  • 2c720a3do not eat exceptions thrown asynchronously from passed tests; closes #3226
  • 3537061Update to correctly licensed browser-stdout version
  • ec8901aremove unused functionality in utils module
  • f71f347rename wallaby.js -> .wallaby.js
  • c4ef568fix PR url
  • 73d55acfix typos in changelog [ci skip]

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 7, 2018
@greenkeeper
Copy link
Author

Version5.0.3 just got published.

Update to this version instead 🚀

Release Notesv5.0.3

5.0.3 / 2018-03-06

This patch features a fix to address a potential "low severity"ReDoS vulnerability in thediff package (a dependency of Mocha).

🔒 Security Fixes

🔩 Other

Commits

The new version differs by 6 commits.

  • da6e5c9Release v5.0.3
  • 70d9262update CHANGELOG.md for v5.0.3 [ci skip]
  • aaaa5abfix: ReDoS vuln in mocha@5.0.2 › diff@3.3.1 (#3266)
  • 8df5727Tidies up code after review
  • 660bcccadds unit tests covering Base.generateDiff
  • bdcb3c3exposes generateDiff function from base reporter

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 7, 2018
@greenkeeper
Copy link
Author

Version5.0.4 just got published.

Update to this version instead 🚀

Release Notesv5.0.4

5.0.4 / 2018-03-07

🐛 Fixes

  • #3265: Fixes regression in "watch" functionality introduced in v5.0.2 (@outsideris)
Commits

The new version differs by 3 commits.

  • 851ad29Release v5.0.4
  • 868830aupdate CHANGELOG.md for v5.0.4 [ci skip]
  • eb09421restore removed methods which still used

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 23, 2018
@greenkeeper
Copy link
Author

Version5.0.5 just got published.

Update to this version instead 🚀

Release Notesv5.0.5

5.0.5 / 2018-03-22

Welcome@outsideris to the team!

🐛 Fixes

📖 Documentation

🔩 Other

Commits

The new version differs by 18 commits.

  • c11e1e2Release v5.0.5
  • b5a556eadd changes for v5.0.5 [ci skip]
  • 424ef84increase default timeout for browser unit tests
  • 19104e3fix debug msg in Runnable#slow; closes #2952
  • f4275b6extract checking AMD bundle as own test
  • 19b764dAddressed feedback
  • 2c19503Fixed linting
  • ab84f02chore(docs): rewording pending tests
  • 6383916fix to bail option works properly with hooks (#3278)
  • 0060884keep hierarchy for skipped suites w/o a callback
  • 39df783docs: Fix typo in an emoji
  • 27af2cffix(changelog): update links to some PRs
  • d76f490chore(ci): Remove PHANTOMJS_CDNURL, nit
  • 86af6bbfix my carelessness in e19e879
  • e19e879ensure lib/mocha.js is not ignored by ESLint

There are 18 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestApr 13, 2018
@greenkeeper
Copy link
Author

Version5.1.0 just got published.

Update to this version instead 🚀

Release Notesv5.1.0

5.1.0 / 2018-04-12

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

Commits

The new version differs by 23 commits ahead by 23, behind by 2.

  • 40d9ea3Release v5.1.0
  • bf34e42update CHANGELOG for v5.1.0 [ci skip]
  • 63462ddImplement API documentation using npm:documantation.
  • 741b0bdfix circular objects in json reporter; closes #2433 (#3318)
  • 8010501fix wrong version in package.json! [ci skip]
  • 94e7289doc precision for exclusive tests
  • 8b6c957optimize package-scripts.js
  • d71b80aPATH workaround for Travis CI bug
  • 7544bd3further build improvements (#3315)
  • 88b9882update package-lock.json for v5.0.5 [ci skip]
  • 4ae26b2improve caching performance in CI (#3310)
  • ff9f3cfupdate stages and build matrices (#3308)
  • f2560e7add update-contributors script; closes #3289 (#3290)
  • cd1c835upgrade eslint; lint
  • 35dac3euse build stages for Travis CI (#3302)

There are 23 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestApr 19, 2018
@greenkeeper
Copy link
Author

Version5.1.1 just got published.

Update to this version instead 🚀

Release Notesv5.1.1

5.1.1 / 2018-04-18

🐛 Fixes

Commits

The new version differs by 6 commits.

  • e0bc1c1Release v5.1.1
  • eac31feupdate package-lock.json [ci skip]
  • fde558dupdate CHANGELOG.md for v5.1.1 [ci skip]
  • a5fd5e6Revert "remove default js in "--watch-extensions" option; closes #3275"
  • 7057638update outdated info in docs/README.md [ci skip]
  • 5212718fix ESLint problems and consolidate configuration

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMay 19, 2018
@greenkeeper
Copy link
Author

Version5.2.0 just got published.

Update to this version instead 🚀

Release Notesv5.2.0

5.2.0 / 2018-05-18

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

Commits

The new version differs by 30 commits.

  • 5bd33a0Release v5.2.0
  • 0a5604freformat missed files
  • 7c8f551ensure scripts/*.js gets prettiered
  • d8ea2baupdate CHANGELOG.md for v5.2.0 [ci skip]
  • 7203ed7update all dependencies
  • fb5393bmigrate Mocha's tests to Unexpected assertion library (#3343)
  • fae9af2docs(docs/index.md): Update "mocha.opts" documentation
  • 9d9e6c6feat(bin/options.js): Add support for comment lines in "mocha.opts"
  • e0306fffix busted lint-staged config
  • f2be6d4Annotate when exceptions are caught but ignored; closes #3354 (#3356)
  • 889e681remove dead code in bin/_mocha
  • 8712b95fix(ocd): re-order Node.js tests in .travis.yml (descending)
  • 3ab0e7efix to exit correctly when using bail flag
  • d87b12eadd Node.js v10 to build; fix win32 issues (#3350)
  • b392af5update package-lock.json for npm@6 [ci skip]

There are 30 commits in total.

See thefull diff

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp