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 all packages #28

Merged
merged 2 commits into from Feb 23, 2018
Merged

chore(deps): update all packages #28

merged 2 commits into from Feb 23, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 30, 2018

This Pull Request renovates the package group "all".

Note: This PR was created on a configured schedule ("every weekend") and will not receive updates outside those times.

Release Notes

sinonjs/sinon

v4.1.4

  • Fix: assertion error messages did not handle Symbol names (#​1640)
  • Deprecate spy.reset(), use spy.resetHistory() instead (#​1446)

v4.1.5

This release fixes an issue, where the server type from useFakeServer is unexpected (#​1534)


v4.1.6

  • Fix bad build, missing nise@​1.2.0 (#​1656)
  • Upgrade dependency supports-color

v4.2.0

  • Add match.every and match.some (#​1624) (#​1661)

v4.2.1

  • Performance: spend less time stubbing methods (#​1627)

v4.2.2

  • Fix #​1638: Make resetHistory work for props

mochajs/mocha

v4.0.0

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

💥 Breaking Changes

For more info, please read this article.

Compatibility
  • #​3016: Drop support for unmaintained versions of Node.js ([@​boneskull]):
    • 0.10.x
    • 0.11.x
    • 0.12.x
    • iojs (any)
    • 5.x.x
  • #​2979: Drop support for non-ES5-compliant browsers ([@​boneskull]):
    • IE7
    • IE8
    • PhantomJS 1.x
  • #​2615: Drop Bower support; old versions (3.x, etc.) will remain available ([@​ScottFreeCode], [@​boneskull])
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 prevent node 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
  • #​2095: Remove stdout: prefix from browser reporter logs (@​skeggse)
  • #​2295: Add separator in "unified diff" output (@​olsonpm)
  • #​2686: Print failure message when --forbid-pending or --forbid-only is specified ([@​ScottFreeCode])
  • #​2814: Indent contexts for better readability when reporting failures ([@​charlierudolph])

👎 Deprecations

  • #​2493: The --compilers command-line option is now soft-deprecated and will emit a warning on STDERR. Read this for more info and workarounds ([@​ScottFreeCode], [@​boneskull])

🎉 Enhancements

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

📖 Documentation

  • #​3020: Link to CLA in README.md and CONTRIBUTING.md (@​skeggse)

🔩 Other

  • #​2890: Speed up build by (re-)consolidating SauceLabs tests ([@​boneskull])

v4.0.1

🐛 Fixes

  • #​3051: Upgrade Growl to v1.10.3 to fix its peer dep problems (@​dpogue)

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


bugsnag/bugsnag-node

v2.0.0

Enhancements
  • Handle process#unhandledRejection
    by default.
    (#​115)
  • Added support for detecting whether an error was handled or unhandled.
    (#​116)
Notes

Bugsnag will shut down your process after reporting a process#unhandledRejection
event. This is the most sensible thing to do by default, and it will become the
default behaviour of a node process in the near future. However this is a breaking
change for the module, hence the major/breaking version bump.

If you want to do something else when process#unhandledRejection happens, you
can set options.autoNotifyUnhandledRejection=false.


v2.0.1

Bug fixes
  • Fix type annotations
    [Dan Prince].
    #​118
  • Fix autoNotifyUnhandledRejection option

v2.1.0

Enhancements
  • Support for tracking sessions and overall crash rate of web requests by setting sessionTrackingEnabled to true.
Bug fixes
  • Prevent duplicate logging when uncaught error report is not delivered (#​124)

v2.1.1

Bug fixes
  • The runtime dependency "backo" was in devDependencies in package.json. It has been moved to dependencies (fixes #​125).

v2.1.2

Enhancements
  • Migrate option name sessionTrackingEnabled -> autoCaptureSessions for consistency with other notifiers
  • Session reporting now respects the notifyReleaseStages and will only send if error reports will

v2.1.3

Bug fixes
  • Reverted a payload change which made the notifier not backwards compatible with older versions of Bugsnag On-premise #​128

v2.2.0

Enhancements
  • Apply Configuation.filters to all aspects of the payload that can contain custom data #​131
Bug fixes
  • Don't call req.connection.address() in requestInfo() if it's not available (to support express-like serverless-http framework) [Julien Guépin] #​132

Commits

sinonjs/sinon

v4.1.4

  • 93f422aUse relative URLs in WebWorker test
  • 1660991Remove unnecessary text-shadow (#​1632)
  • 07db0f4Fix coverage test run
  • 8cd3bf4Remove reference to 'reset' from docs
  • e870a64Use deprecation helper and remove all references to 'reset'
  • 5e131b3Single quotes on strings
  • bde5b51Merge pull request #​1630 from GCHQDeveloper500/feature/alias-resethistory-to-history
  • c1fd210Remove headless test runs from CircleCI
  • b51d5b9Run test-coverage script only once on Travis
  • 78a8986Merge pull request #​1629 from sinonjs/headless-chrome
  • 5cea23aenabled headless and webwork tests
  • 0feae33installing latest version of chrome
  • 65b8cb0override chrome path
  • d4a0e2cuse debian instead of alpine
  • 07763c4hack mochify to pass additional params to chrome
  • 9ef9a20pass updated chrome path to test-webworker
  • 4fd01efignore-scripts for node v4
  • 360c2e7added more details and notes
  • ecdc4e0test with updated mochify
  • 177c4b6upgraded to the lastest official version of mochify
  • d078af9try using default chrome install
  • 6315621invalidate cache
  • 39186f4use google-chrome-unstable for tests
  • ca9e2faMerge pull request #​1636 from fearphage/fix-headless-chrome-in-circle
  • 93418f6Update documentation to emphasize Stack Overflow
  • 7c1ebd0Update issue links to point to sinonjs/sinon
  • 8fa1e14Merge pull request #​1641 from mroderick/point-to-stack-overflow
  • a8262ddAssertion error messages handle symbolic method names
  • f2ee9f1Update History.md and AUTHORS for new release
  • 571263e4.1.4
  • 078c082Add release documentation for v4.1.4
  • 1ea2749Update docs/changelog.md and set new release id in docs/_config.yml

v4.1.5

  • ef81c37Update package-lock.json
  • bb5529bUse nise.fakeServer as the sandbox serverPrototype
  • ec2496dRun mochify with --allow-chrome-as-root on travis
  • 81fb949Update History.md and AUTHORS for new release
  • dd9c75c4.1.5
  • 706ac9eUpdate docs/changelog.md and set new release id in docs/_config.yml

v4.1.6

  • 7c3cb4fEnable StaleBot with default configuration (#​1649)
  • fcf967bUpgrade dependency supports-color
  • 78ebdb3Upgrade lint-staged to latest
  • a316f02Upgrade markdownlint-cli to latest
  • dcd4191Upgrade browserify to latest
  • 0ae60b6Merge pull request #​1653 from mroderick/upgrade-dependencies
  • a5c59a5Update History.md and AUTHORS for new release
  • 29e80be4.1.6
  • cd8ae51Add release documentation for v4.1.6
  • 68c37edUpdate docs/changelog.md and set new release id in docs/_config.yml

v4.2.0

  • 781429dUse "stale" as label for stale issues (#​1658)
  • c5dfaaeAdd match.every and match.some (#​1624) (#​1661)
  • f2d5902Fix tests for IE11
  • 3eaf042Update package-lock.json
  • 6444c67Update History.md and AUTHORS for new release
  • 3cc6ac24.2.0
  • 28aee6fAdd release documentation for v4.2.0
  • 5063c33Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.1

  • 1503cceAdd eslint-plugin-ie11 (#​1666)
  • cf3ed84Move eslint config into it's own file
  • c28bca3Make sure eslint-plugin-ie11 is applied to entire codebase
  • d7075d9Add .yml extension to .eslintrc
  • fdd1948added another sinon article (#​1669)
  • 1237e0dUpdate footer to use Stack Overflow
  • 225083eUpdate copyright statement
  • d929b22Merge pull request #​1670 from mroderick/update-footer
  • 2d0509e"throttle" is actually a "debounce" in the example
  • a5c22f2#​1627
  • 158f33eUpdate History.md and AUTHORS for new release
  • f3e34f84.2.1
  • 32d6c4aAdd release documentation for v4.2.1
  • a8171c3Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.2

  • b37820aFix poor test of resetHistory
  • 3551fdfFix #​1638: Make resetHistory work for props also
  • 5920e1dRemove mention of PhantomJS from CONTRIBUTING.md
  • 47b9ba9Update History.md and AUTHORS for new release
  • 66280804.2.2
  • c76cf01Add release documentation for v4.2.2
  • c2f44b0Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.3

  • f4e44acUse comments in pull request template to get better descriptions with less template text
  • a21e4f7Replace formatio with @​sinonjs/formatio
  • a401b34Update package-lock.json
  • 8f54d73Update History.md and AUTHORS for new release
  • 45cf3304.2.3
  • 9cbf3f2Add release documentation for v4.2.3
  • b5968abUpdate docs/changelog.md and set new release id in docs/_config.yml

v4.3.0

  • 3e7edcaadd calledOnceWithExactly assertion
  • beea2f6simplify nested if statements
  • 5459212add calledOnceWith
  • c27e714add docs
  • c45032eUpdate package-lock.json
  • 2bee64eUpdate History.md and AUTHORS for new release
  • 66603e74.3.0
  • 0b75f10Add release documentation for v4.3.0
  • f7139e7Update docs/changelog.md and set new release id in docs/_config.yml

v4.4.0

  • 2c2bc0dAdded comma, for clarity
  • b81d20fChange return value of yield and callArg
  • 9f0615eUpdate History.md and AUTHORS for new release
  • a50f7594.4.0
  • 1f3b7dcAdd release documentation for v4.4.0
  • 78b2192Update docs/changelog.md and set new release id in docs/_config.yml
mochajs/mocha

v4.1.0

  • 743c830Test: add bdd interface test case, coverage increased
  • 3200d41add docs/ to .eslintignore
  • 5fbbce9introduce package-lock.json; closes #​3025 (#​3026)
  • 2b5c0c5update link to "help wanted" label in CONTRIBUTING.md [ci skip]
  • 2988a47attempt to fix Gitter notifications from Travis-CI [ci skip]
  • f7d6d8bIgnore difference of newline output in diffing test
  • 4c0df70return the created test in xit for bdd interface; closes #​3142 (#​3143)
  • 7ceaaf2Add --no-diff option (fixes mochajs/mocha#​2514)
  • 575d83dfixup no-diff tests to use expect.js for #​2536
  • 6fc2d9eMove re variable definition in lookupFiles Utility (#​3082)
  • 1d48615use ES6 in Node-only sources; closes #​3146
  • ae7166edocs: Fixed link and typo (#​3151) [ci skip]
  • 325fd4dadd mocha side bar image to the static page (#​3150) [ci skip]
  • 9b0b8cbfix local documentation problems; closes #​3157 [ci skip]
  • 64c2bfcfix timeout in file-utils.spec.js
  • 28bfc85Added a link to the walkthrough video
  • 33b7ea6remove engines.npm from package.json; closes #​3073
  • 78b686foptions.reporterOptions are used for progress reporter
  • 9150e34Revert "options.reporterOptions are used for progress reporter"
  • a27e54dAdded assetgraph-builder post build improvement
  • 960d249Switch backer and sponsor avatars from svg to raw images. Cuts 500kb avatars download away
  • 6a6d716Pull normalize.css into repository for quicker local serving
  • 91e705ePull html5 shiv into local project for faster serving
  • f56e411Move google analytics script to footer to avoid clogging the pipes during slowstart
  • 363d05eSwitch header over to use local logo and drop js for animating logo and tagline on load
  • 418d517Use local gitter image
  • 1f11c77Switch backers from js onload animation to having a default background and pop in the loaded image on top of it
  • a125438Switch opencollective image listing and avatars fadein
  • b5967baSwitch google analytics to always use https, since they redirect theselves
  • 1ef2318Mobile friendliness
  • 735994cSpace out badges a bit
  • 7f01ebdAdd svgo and inline small enough images
  • 829b7d1Downsize content images to maximum content width
  • 906e26dReduce color palette of largest images
  • f38f403More screenshot image palette reduction
  • a631f98Add pre-browsing hints for external services
  • a6519adForce https download for avatars. Leverage http2 from opencollective
  • 361a13bForce https download for avatars. Leverage http2 from opencollective
  • 7fb4b5fOnly preconnect to analytics
  • a4b684dAdded netlify header auto generation
  • 4b18851Externalise js bundles
  • d5a5125Be explicit about styling of screenshot images
  • 8f1ded4https urls where possible
  • 64deadcSpecific value for inlining htmlimages to guarantee logo is inlined
  • 123ee4fHandle the case where all avatars are already loaded at the time when the script exexecutes
  • bd5109eRemove crossorigin='anonymous' from preconnect hints. Only needed for fonts, xhr and es module loads
  • 119543eAdd preconnect for doubleclick domain that google analytics results in contacting
  • 3abed9bLint netlify-headers script
  • 4a6e095Run appveyor tests on x64 platform. Might enable sharp installation
  • 33db6b1Use x64 node on appveyor
  • ae3712c[ImgBot] optimizes images (#​3175)
  • adc67fdRevert "[ImgBot] optimizes images (#​3175)"
  • ea96b18add .fossaignore [ci skip]
  • 5be22b2options.reporterOptions are used for progress reporter
  • 3c4b116update CHANGELOG for v4.1.0
  • 6b9ddc6Release v4.1.0

v5.0.0

  • c1da848Update README.md
  • 5161639Fix typos
  • ef981a2Link to unexpected.js on http. Cert errors on https
  • 3e85f89Ensure consistent calculation of duration
  • a554adbUpdate .travis.yml
  • 3f314b6drop support for ie9 and ie10; closes https://github.com/mochajs/mocha/issues/3148
  • 95d2fe7Update karma.conf.js
  • dc12bd5test setup for ESM support
  • a723b8flint Markdown; closes #​3172
  • b2697a7add --no-timeouts to docs; closes #​3137 (#​3176)
  • cb09e8bdocument Error/undefined params to the 'done' callback; closes #​3134
  • e54370ereplace phantomjs with puppeteer for browser tests; closes #​3128
  • 565726dAdded Netlify config file
  • e8b5592Align netlify config with admin panel
  • ac1dd70attempt to get travis working again
  • 5c6e99bupdate ESM tests to run against headless chrome instead of saucelabs' chrome only
  • c7730a6Drop TextMate integration inside mocha closes https://github.com/mochajs/mocha/issues/3118
  • 0a3e32bRewrite Makefile using NPS Scripts. Closes #​2352
  • 7d8abe0fix id and class definition
  • 50aec7aAdd ability to pass in test files to be ran before positional files via --file (#​3190)
  • 401997fupdate package-lock.json
  • f8a1d2adocs(index): add missing doc link (#​3203); closes #​3135
  • dc58252prep changelog for v5.0.0 [ci skip]
  • a7267b4remove more references to make and Makefile
  • 9f61c04finalize v5.0.0 CHANGELOG [ci skip]
  • cc4a818Release v5.0.0

v5.0.1

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

v2.0.0

  • eb91ddfdocs: update ANNOUNCEMENTS
  • b40f83cchore: bump major version and add dependencies
  • 267a217docs: update README
  • a64c043feat: add hasBeenPublished method
  • b5b2b0arefact: assertVersionBump to return a promise of an object
  • 039f530refact: publish to return an object
  • 5545289Merge pull request #​15 from invisible-tech/rgo/npm-check
bugsnag/bugsnag-node

v2.0.0

  • de9d65fChanges to match updated spec
  • e23c52bMerge branch 'master' into handled-unhandled
  • 37beb1fDon't assume grunt is installed globally
  • cd0d8cav2.0.0

v2.0.1

  • 5c0e716add error param to types for onBeforeNotify callback
  • 508925dMerge branch 'danprince-fix-ts-before-notify'
  • cc02caaFix autoNotifyUnhandledRejection option
  • c1b0036Restrict dev dependency versions to known working ranges
  • d3a9022v2.0.1

v2.1.0

  • 163a307Prevent duplicate log for undelivered error, fixes #​123
  • ff5dfbcMerge pull request #​124 from bugsnag/dedupe-logging
  • ec208dfv2.1.0

v2.1.1

v2.1.2

v2.1.3

  • 60bee54Ensure apiKey is still sent in request body (#​128)
  • be8431bv2.1.3

v2.2.0

  • 31448beApply metaData filters to request, app, user, device and breadcrumbs
  • 062074cDon't call req.connection.address() if address is undefined
  • 34bb87dUpdate README.md
  • ef816a1Add link to bugsnag.com in readme
  • 06b1df2Improve use of Configuration.filters
  • 196a917Merge pull request #​132 from Lendix/master
  • 2213c6dv2.2.0

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ebe10f0 to 7d7870d Compare February 14, 2018 16:57
@invisible-tech invisible-tech deleted a comment from renovate bot Feb 23, 2018
@rodrigo4244 rodrigo4244 merged commit be7ed1b into master Feb 23, 2018
@rodrigo4244 rodrigo4244 deleted the renovate/all branch February 23, 2018 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants