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

chore(deps): update dependency mocha to v5 #45

Merged
merged 1 commit into from Jan 19, 2018
Merged

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.0

Commits

mochajs/mocha

5.0.0

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

4.1.0

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

This PR has been generated by Renovate Bot.

@vvo vvo merged commit c6ab322 into master Jan 19, 2018
@vvo vvo deleted the renovate/mocha-5.x branch January 19, 2018 08:21
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.

Drop support for IE9, IE10 TextMate integration? Option to disable diff
2 participants