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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 6 dependencies from npm #163

Merged
merged 6 commits into from Mar 6, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Mar 6, 2018

Overview

The following dependencies have been updated:

  • html-reporter in packages/gemini from "2.5.0" to "2.6.0"
  • babel-loader in / from "7.1.3" to "7.1.4"
  • react-markdown in / from "3.2.2" to "3.3.0"
  • react-waypoint in / from "8.0.0" to "8.0.1"
  • electron in / from "1.8.2" to "1.8.3"
  • mocha in / from "5.0.1" to "5.0.2"

Details

Dependencies.io has updated html-reporter (a npm dependency in packages/gemini) from "2.5.0" to "2.6.0".

2.6.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated babel-loader (a npm dependency in /) from "7.1.3" to "7.1.4".

7.1.4

馃悰 Bug Fix

  • Update code to read filename

Dependencies.io has updated react-markdown (a npm dependency in /) from "3.2.2" to "3.3.0".

3.3.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react-waypoint (a npm dependency in /) from "8.0.0" to "8.0.1".

8.0.1

Bugfix for incorrect TypeScript definition.


Dependencies.io has updated electron (a npm dependency in /) from "1.8.2" to "1.8.3".

1.8.3

Bug Fixes

  • Added Offscreen rendering improvements. #11729
  • Fixed downloading from custom protocols using WebContents.downloadURL. #12100
  • Fixed net::ERR_INSECURE_RESPONSE on https error. #12117
  • [SECURITY] Fixed Integer overflow with PropertyArray issue. #12117

Linux

  • [SECURITY] Disabled executable stack. #11955

Windows

  • Fixed titlebar displaying for frameless and transparent windows. #11910
  • Fixed desktopCapturer to capture the correct screen. #11677
  • Fixed support for precision trackpad / mouse scrolling. #12117

Dependencies.io has updated mocha (a npm dependency in /) from "5.0.1" to "5.0.2".

5.0.2

This release fixes a class of tests which report as false 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 assertion
      assert(true === true);
    
      // test complete & is marked as passing
      done();
    
      // ...but something evil lurks within
      setTimeout(() => {
        throw new Error('chaos!');
      }, 100);
    });

    Previously to this version, Mocha would have silently swallowed the chaos! 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, the Runner instance will emit the end event twice; you may need to change your reporter to use runner.once('end') intead of runner.on('end').

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

:nut_and_bolt Other

@Hypnosphi Hypnosphi merged commit 7fd85fe into master Mar 6, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-171.0.0 branch March 6, 2018 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants