Skip to content
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

Update dependency mocha to v5 - autoclosed #17

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 18, 2018

This Pull Request updates dependency mocha from v4.0.1 to v5.0.1

Release Notes

v4.1.0

This is mainly a "housekeeping" release.

Welcome @​Bamieh and @​xxczaki to the team!

🐛 Fixes

  • #​2661: progress reporter now accepts reporter options (@​canoztokmak)
  • #​3142: xit in bdd interface now properly returns its Test object (@​Bamieh)
  • #​3075: Diffs now computed eagerly to avoid misinformation when reported (@​abrady0)
  • #​2745: --help will now help you even if you have a mocha.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


v5.0.0

Mocha starts off 2018 right by again dropping support for unmaintained 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 userland buffer module should be affected. However, Mocha will no longer test against these browsers, nor apply fixes for them.

🎉 Enhancements

🐛 Fixes

  • #​3187: Fix inaccurate test duration reporting (@​FND)
  • #​3202: Fix bad markup in HTML reporter (@​DanielRuf)

😎 Developer Experience

  • #​2352: Ditch GNU Make for nps to manage scripts (@​TedYav)

📖 Documentation

🔩 Other

  • #​3118: Move TextMate Integration to its own repo (@​Bamieh)
  • #​3185: Add Node.js v9 to build matrix; remove v7 (@​xxczaki)
  • #​3172: Markdown linting ([@​boneskull])
  • Test & Netlify updates ([@​Munter], [@​boneskull])

v5.0.1

...your garden-variety patch release.

Special thanks to Wallaby.js for their continued support! ❤️

🐛 Fixes

  • #​1838: --delay now works with .only() (@​silviom)
  • #​3119: Plug memory leak present in v8 ([@​boneskull])

📖 Documentation

🔩 Other


Commits

v4.1.0

  • 37b63de update docs-related links in CONTRIBUTING.md [ci skip]
  • 743c830 Test: add bdd interface test case, coverage increased
  • 3200d41 add docs/ to .eslintignore
  • 5fbbce9 introduce package-lock.json; closes #​3025 (#​3026)
  • 2b5c0c5 update link to "help wanted" label in CONTRIBUTING.md [ci skip]
  • 2988a47 attempt to fix Gitter notifications from Travis-CI [ci skip]
  • f7d6d8b Ignore difference of newline output in diffing test
  • 4c0df70 return the created test in xit for bdd interface; closes #​3142 (#​3143)
  • 7ceaaf2 Add --no-diff option (fixes mochajs/mocha#​2514)
  • 575d83d fixup no-diff tests to use expect.js for #​2536
  • 6fc2d9e Move re variable definition in lookupFiles Utility (#​3082)
  • 1d48615 use ES6 in Node-only sources; closes #​3146
  • ae7166e docs: Fixed link and typo (#​3151) [ci skip]
  • 325fd4d add mocha side bar image to the static page (#​3150) [ci skip]
  • 9b0b8cb fix local documentation problems; closes #​3157 [ci skip]
  • 64c2bfc fix timeout in file-utils.spec.js
  • 28bfc85 Added a link to the walkthrough video
  • 33b7ea6 remove engines.npm from package.json; closes #​3073
  • 78b686f options.reporterOptions are used for progress reporter
  • 9150e34 Revert "options.reporterOptions are used for progress reporter"
  • a27e54d Added assetgraph-builder post build improvement
  • 960d249 Switch backer and sponsor avatars from svg to raw images. Cuts 500kb avatars download away
  • 6a6d716 Pull normalize.css into repository for quicker local serving
  • 91e705e Pull html5 shiv into local project for faster serving
  • f56e411 Move google analytics script to footer to avoid clogging the pipes during slowstart
  • 363d05e Switch header over to use local logo and drop js for animating logo and tagline on load
  • 418d517 Use local gitter image
  • 1f11c77 Switch backers from js onload animation to having a default background and pop in the loaded image on top of it
  • a125438 Switch opencollective image listing and avatars fadein
  • b5967ba Switch google analytics to always use https, since they redirect theselves
  • 1ef2318 Mobile friendliness
  • 735994c Space out badges a bit
  • 7f01ebd Add svgo and inline small enough images
  • 829b7d1 Downsize content images to maximum content width
  • 906e26d Reduce color palette of largest images
  • f38f403 More screenshot image palette reduction
  • a631f98 Add pre-browsing hints for external services
  • a6519ad Force https download for avatars. Leverage http2 from opencollective
  • 361a13b Force https download for avatars. Leverage http2 from opencollective
  • 7fb4b5f Only preconnect to analytics
  • a4b684d Added netlify header auto generation
  • 4b18851 Externalise js bundles
  • d5a5125 Be explicit about styling of screenshot images
  • 8f1ded4 https urls where possible
  • 64deadc Specific value for inlining htmlimages to guarantee logo is inlined
  • 123ee4f Handle the case where all avatars are already loaded at the time when the script exexecutes
  • bd5109e Remove crossorigin='anonymous' from preconnect hints. Only needed for fonts, xhr and es module loads
  • 119543e Add preconnect for doubleclick domain that google analytics results in contacting
  • 3abed9b Lint netlify-headers script
  • 4a6e095 Run appveyor tests on x64 platform. Might enable sharp installation
  • 33db6b1 Use x64 node on appveyor
  • ae3712c [ImgBot] optimizes images (#​3175)
  • adc67fd Revert "[ImgBot] optimizes images (#​3175)"
  • ea96b18 add .fossaignore [ci skip]
  • 5be22b2 options.reporterOptions are used for progress reporter
  • 3c4b116 update CHANGELOG for v4.1.0
  • 6b9ddc6 Release v4.1.0

v5.0.0

  • c1da848 Update README.md
  • 5161639 Fix typos
  • ef981a2 Link to unexpected.js on http. Cert errors on https
  • 3e85f89 Ensure consistent calculation of duration
  • a554adb Update .travis.yml
  • 3f314b6 drop support for ie9 and ie10; closes https://github.com/mochajs/mocha/issues/3148
  • 95d2fe7 Update karma.conf.js
  • dc12bd5 test setup for ESM support
  • a723b8f lint Markdown; closes #​3172
  • b2697a7 add --no-timeouts to docs; closes #​3137 (#​3176)
  • cb09e8b document Error/undefined params to the 'done' callback; closes #​3134
  • e54370e replace phantomjs with puppeteer for browser tests; closes #​3128
  • 565726d Added Netlify config file
  • e8b5592 Align netlify config with admin panel
  • ac1dd70 attempt to get travis working again
  • 5c6e99b update ESM tests to run against headless chrome instead of saucelabs' chrome only
  • c7730a6 Drop TextMate integration inside mocha closes https://github.com/mochajs/mocha/issues/3118
  • 0a3e32b Rewrite Makefile using NPS Scripts. Closes #​2352
  • 7d8abe0 fix id and class definition
  • 50aec7a Add ability to pass in test files to be ran before positional files via --file (#​3190)
  • 401997f update package-lock.json
  • f8a1d2a docs(index): add missing doc link (#​3203); closes #​3135
  • dc58252 prep changelog for v5.0.0 [ci skip]
  • a7267b4 remove more references to make and Makefile
  • 9f61c04 finalize v5.0.0 CHANGELOG [ci skip]
  • cc4a818 Release v5.0.0

v5.0.1

  • c0ac1b9 fix travis "before script" script
  • 2fe2d01 Revert "fix travis "before script" script"
  • bca57f4 clarify docs on html, xunit and 3p reporters; closes #​1906
  • 2e7e4c0 rename "common-mistake" label to "faq"
  • 14fc030 Add all supported wallaby editors
  • f687d2b update docs for the glob
  • cd74322 Slight copy update on docs for test directory
  • b57f623 fix: When using --delay, .only() no longer works. Issue #​1838
  • 3509029 update .gitignore to only ignore root mocha.js [ci skip]
  • d975a6a fix memory leak when run in v8; closes #​3119
  • b7377b3 rename help-wanted to "help wanted" in stale.yml
  • 412cf27 [Update] license year
  • 44aae9f add working wallaby config
  • 70027b6 update changelog for v5.0.1 [ci skip]
  • 09ce746 Release v5.0.1
  • 73d55ac fix typos in changelog [ci skip]
  • c4ef568 fix PR url

This PR has been generated by Renovate Bot.

@renovate renovate bot changed the title Update dependency mocha to v5 Update dependency mocha to v5 - autoclosed Feb 20, 2018
@renovate renovate bot closed this Feb 20, 2018
@renovate renovate bot deleted the renovate/mocha-5.x branch February 20, 2018 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant