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 23 dependencies from npm #31

Merged
merged 28 commits into from Dec 5, 2017

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Dec 5, 2017

Overview

The following dependencies have been updated:

  • gemini in packages/gemini from "4.18.2" to "4.19.3"
  • @jetbrains/icons in / from "1.6.1" to "1.9.1"
  • @jetbrains/logos in / from "0.1.5" to "0.1.6"
  • autoprefixer in / from "7.1.6" to "7.2.1"
  • babel-loader in / from "7.0.0" to "7.1.2"
  • file-loader in / from "1.0.0" to "1.1.5"
  • node-sass in / from "4.5.3" to "4.7.2"
  • postcss-modules-values-replace in / from "1.0.0" to "1.2.1"
  • prop-types in / from "15.5.10" to "15.6.0"
  • react-virtualized in / from "9.10.1" to "9.13.0"
  • react-waypoint in / from "7.2.0" to "7.3.1"
  • svg-sprite-loader in / from "3.2.6" to "3.4.1"
  • url-loader in / from "0.5.9" to "0.6.2"
  • babel-plugin-istanbul in / from "4.0.0" to "4.1.5"
  • chai-dom in / from "1.5.0" to "1.6.0"
  • electron in / from "1.7.9" to "1.8.1"
  • enzyme in / from "3.1.1" to "3.2.0"
  • enzyme-adapter-react-16 in / from "1.0.4" to "1.1.0"
  • flow-bin in / from "0.44.2" to "0.60.1"
  • front-matter in / from "2.2.0" to "2.3.0"
  • sinon in / from "2.3.8" to "2.4.1"
  • stylelint in / from "8.1.1" to "8.3.1"
  • webpack-dev-server in packages/docs from "2.6.1" to "2.9.1"

Details

Dependencies.io has updated gemini (a npm dependency in packages/gemini) from "4.18.2" to "4.19.3".

4.19.3

Performance Improvements

  • lazy load of images in HTML report for retries (754368a)
4.19.2

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

4.19.1

Bug Fixes

  • method "fullUrl" should resolve url in runtime (e796dce)
  • Prevented EMFILE error (too many open files) (e8e4dca)
4.19.0

Features

  • Pass suiteCollection on BEGIN event to allow to modify it (7d04923)

Dependencies.io has updated @jetbrains/icons (a npm dependency in /) from "1.6.1" to "1.9.1".

1.9.1

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

1.9.0

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

1.8.0

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

1.7.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 @jetbrains/logos (a npm dependency in /) from "0.1.5" to "0.1.6".

0.1.6

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 autoprefixer (a npm dependency in /) from "7.1.6" to "7.2.1".

7.2.1
  • Fix IE and other old JS runtimes support.
7.2.0 Coat of arms of Brazil

Autoprefixer 7.2 brings better Grid support for IE
and autoprefixer-info CLI tool.

Grid Layout

With grid: true option Autoprefixer adds -ms- prefixes to Grid Layout properties. But this feature was very limited.

In 7.0 we dramatically improved Grid support for IE. Alex7Kom added grid-area and improved grid-row and grid-column support. evgeny-petukhov added grid-template-areas and grid-template support.

Even this complex emoji example will work with new Autoprefixer (output):

body {
    display: grid;
    grid-template-rows: 30px auto 30px;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "🎩 🎩"
                         "🍔 📰"
                         "👞 👞";
}
.header {
    grid-area: 🎩;
}
.nav {
    grid-area: 🍔;
}
.main {
    grid-area: 📰;
}
.footer {
    grid-area: 👞;
}

Just don’t forget to set grid: true option:

auoprefixer({ grid: true })

Info CLI Tool

Autoprefixer 7.2 ships with new CLI tool to check which browsers are selected and which properties will be prefixed.

Just go to your project directory and run npx autoprefixer-info:

Browsers:
  Edge: 16

These browsers account for 0.04% of all users globally

At-Rules:
  viewport: ms

Selectors:
  ::placeholder: ms

Properties:
  user-select: ms
  hyphens: ms
  appearance: webkit
  scroll-snap-type: ms
  scroll-snap-coordinate: ms
  scroll-snap-destination: ms
  scroll-snap-points-x: ms
  scroll-snap-points-y: ms
  flow-into: ms
  flow-from: ms
  region-fragment: ms
  text-spacing: ms

Also, pdokas added default value (current working dir) for from option in autoprefixer.info().

Other Changes

  • Add wrong radial-gradient properties warning.
  • Do not prefix reverse animation direction.
  • Improve test coverage (by Semigradsky).

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

7.1.2

🐛 Bug Fix

📝 Documentation

🏠 Internal

7.1.1

🐛 Bug Fix

📝 Documentation

🏠 Internal

7.1.0

🚀 New Feature

🐛 Bug Fix

📝 Documentation

  • Remove outdated examples. (Daniel Tschinder)

🏠 Internal


Dependencies.io has updated file-loader (a npm dependency in /) from "1.0.0" to "1.1.5".

1.1.5

2017-10-05

Bug Fixes

  • schema: allow name to be a {Function} (options.name) (#216) (fbfb160)
1.1.4

2017-09-30

Bug Fixes

1.1.3

2017-09-30

1.1.2

2017-09-30

Bug Fixes

1.1.1

2017-09-30

Bug Fixes

1.1.0

2017-09-29

Features

  • add options validation (schema-utils) (#184) (696ca77)

Dependencies.io has updated node-sass (a npm dependency in /) from "4.5.3" to "4.7.2".

4.7.2

Fixes

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Alpine x64 4, 6, 7, 8, 9

*Linux support refers to Ubuntu, Debian, and CentOS 6+ (See sass/node-sass#2159 about CentOS 5)

4.7.1

Fixes

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Alpine x64 4, 6, 7, 8, 9

*Linux support refers to Ubuntu, Debian, and CentOS 6+ (See sass/node-sass#2159 about CentOS 5)

4.6.1

Fixes

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Alpine x64 4, 6, 7, 8, 9
FreeBSD 10+ i386 4, 6, 8
FreeBSD 10+ amd64 4, 6, 8

*Linux support refers to Ubuntu, Debian, and CentOS 5

4.6.0

Fixes

  • Node 9 Support
  • Some Electron ABIs allowed
  • Watcher improvements

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
Alpine x64 4, 6, 7, 8, 9
FreeBSD 10+ i386 4, 6, 8
FreeBSD 10+ amd64 4, 6, 8

*Linux support refers to Ubuntu, Debian, and CentOS 5


Dependencies.io has updated postcss-modules-values-replace (a npm dependency in /) from "1.0.0" to "1.2.1".

1.2.1

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

1.2.0

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

1.1.1

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

1.1.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 prop-types (a npm dependency in /) from "15.5.10" to "15.6.0".

15.6.0
  • Switch from BSD + Patents to MIT license
  • Add PropTypes.exact, like PropTypes.shape but warns on extra object keys. (thejameskyle and aweary in #41 and #87)

Dependencies.io has updated react-virtualized (a npm dependency in /) from "9.10.1" to "9.13.0".

9.13.0
  • 🐛 Fixed Masonry bug that caused cells to be unnecessarily destroyed and then recreated when new cells were measured - d561d9c
9.12.0

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

9.11.1

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

9.11.0

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

7.3.1
  • Make es module opt-in (via import Waypoint from 'react-waypoint/es')
7.3.0
  • Build with rollup.
  • Add an ES module build.

Dependencies.io has updated svg-sprite-loader (a npm dependency in /) from "3.2.6" to "3.4.1".

3.4.1

Bug Fixes

  • plugin: make sprite file hash more stable (7e9c53e)
3.4.0

Features

  • better html-webpack-plugin interop in extract mode (8a2d63e)
3.3.1

Bug Fixes

  • loader: check this.cacheable existence before call it (c1ed50a)
3.3.0

Features

  • plugin: allow to render external sprite without styles and usages (fcf3939)

Dependencies.io has updated url-loader (a npm dependency in /) from "0.5.9" to "0.6.2".

0.6.2

2017-10-04

Bug Fixes

0.6.1

2017-10-04

Bug Fixes

  • schema: allow additionalProperties (#94) (2b01ea2)
0.6.0

2017-10-03

Features

Security


Dependencies.io has updated babel-plugin-istanbul (a npm dependency in /) from "4.0.0" to "4.1.5".

4.1.5

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

4.1.4

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

4.1.3

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

4.1.1

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 chai-dom (a npm dependency in /) from "1.5.0" to "1.6.0".

1.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 electron (a npm dependency in /) from "1.7.9" to "1.8.1".

1.8.1

Note: This is a beta release. This is the first release running on upgraded versions of Chrome/Node.js/V8 and most likely will have have some instability and/or regressions.

Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@1.8.1.

Upgrades

  • Upgraded from Chrome 58.0.3029.110 to 59.0.3071.115. #9946
  • Upgraded from Node 7.9.0 to 8.2.1. #9992
  • Upgraded from v8 5.8.283.38 to 5.9.211.38. #9946
  • Upgraded from @types/node ^7.0.18 to ^8.0.24. #10328

Other Changes

  • Added arm64 builds. #10219
  • Ensure DesktopCapturers are destroyed when no longer needed. #10223
  • New guide for implementing updates. #10251
  • Doc fixes. #10273, #10304, #10306, #10215, #10380, #10453, #10454, #10472, #10481, #10487, #10499, #10497, #10509, #10540, #10550, #10542, #10505, #10326
  • Fixed sandbox crash when opening a background tab. #10264
  • Fixed contextIsolation not working when webPreference sandbox is on. #10214
  • Fixed issue with webContents did-change-theme-color event. #10240
  • Added tracking of the origin of webRequest events. #10429
  • Added support for css in content_scripts. #10076
  • Fixed mixed content errors when loading content from chrome-extension. #9950
  • Fixed BrowserView auto-resize and BrowserWindow resize event. #10052
  • Added getMenuItemById(id) to Menu API. #10440
  • Fixed v.1.8.0 crashes. #10571
  • Changed to not allow drag on fullscreen window. #10627
  • [SECURITY] Fixed Chromium RCE vulnerability.

Linux

  • Added support for indicators in Ubuntu Gnome Session. #10355
  • Fixed app.makeSingleInstance hanging. #10518

macOS

  • Fixed issues around update permissions and non-admin users. #10071 #10298
  • Fixed full screen when resizable is set to true. #8166
  • Fixed missing file extension in download save dialog. #10121
  • Fixed occasional crashes on macOS Sierra when inputting with Chinese IME. #7551
  • Fixed issue closing window if a child modal window is open. #10366
  • Fixed show option on new BrowserWindow when parent is specified. #8836
  • Fixed shell.openItem to activate the opened app. #10477

Windows

  • Fixed uncaught exception on window close. #10275
  • Fixed Electron crash after close. #10188
  • Fixed crash copying cropped image to clipboard. #8017
  • Fixed potential crash in Win32 notifications. #10516
  • Changed to set duration for Windows 7 notifications based on Control Panel settings. #10517
  • Fixed browser-process notifications missing/duplicating images. #10610
  • Fixed for narrowing conversion warnings, minor style change. #10609
  • Fixed downloading updates twice. chore(deps-dev): bump @storybook/builder-webpack5 from 6.5.13 to 6.5.14 #5057

API Changes

  • Added -webkit-app-region support to BrowserView. #10232
  • Added a callback option to webContents.print. #10081

macOS

  • Added support for sound in macOS notifications. #10293
  • Added app.isInApplicationsFolder() and app.moveToApplicationsFolder(). #10142
  • Added new roles for macOS native tab menu items. #9086, #10064
  • Added app.setAccessibilitySupportEnabled(enabled) to enable or disable accessibility support in macOS. chore(deps-dev): bump caniuse-lite from 1.0.30001605 to 1.0.30001606 #7206, #10305
  • Added macOS native tab methods to the BrowserWindow API. #10321
  • Added simple fullscreen mode to the BrowserWindow API. #10254
  • Added more Handoff related APIs. #9869

Windows

  • Added support to forward mouse events via win.setIgnoreMouseEvents(ignore[, options]). #10183

Dependencies.io has updated enzyme (a npm dependency in /) from "3.1.1" to "3.2.0".

3.2.0

New Stuff

  • aweary: Support all attribute selector operators (#1157)

Fixes

  • idanilt: Change ShallowWrapper.text() trim spaces with same behavior as ReactWrapper.text() (#1350)

Dependencies.io has updated enzyme-adapter-react-16 (a npm dependency in /) from "1.0.4" to "1.1.0".

1.1.0

Minor Changes

  • Support for Stateless Functional Components (#53)

Patches

  • Tweak describeWithDOM messaging (#48)
  • Documentation Fixes

Dependencies.io has updated flow-bin (a npm dependency in /) from "0.44.2" to "0.60.1".

0.60.1

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

0.60.0

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

0.59.0

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

0.58.0

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

0.57.3

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

0.57.2

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

0.57.1

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

0.56.0

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

0.55.0

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

0.54.1

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

0.54.0

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

0.53.1

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

0.53.0

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

0.52.0

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

0.51.1

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 front-matter (a npm dependency in /) from "2.2.0" to "2.3.0".

2.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 sinon (a npm dependency in /) from "2.3.8" to "2.4.1".

2.4.1

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

2.4.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 stylelint (a npm dependency in /) from "8.1.1" to "8.3.1".

8.3.1
  • Fixed: font-family-no-missing-generic-family-keyword false positives for at-font-face (#3034).
8.3.0
  • Added: autofix support for stdin input (#2787).
  • Added: support for <style> tags and markdown fences in .vue and .html files (#2975).
  • Added: font-family-no-missing-generic-family-keyword rule (#2930).
  • Added: no-duplicate-at-import-rules rule (#2963).
  • Added: number-leading-zero autofix (#2921).
  • Added: number-no-trailing-zeros autofix (#2947).
  • Added: shorthand-property-no-redundant-values autofix (#2956).
  • Added: string-quotes autofix (#2959).
  • Added: ignore: ["custom-properties"] option to length-zero-no-unit (#2967).
  • Added: except: ["inside-block"] option to rule-empty-line-before (#2982).
  • Added: ignoreValues to value-no-vendor-prefix (#3015).
  • Added: ignoreMediaFeatureNames to unit-blacklist (#3027).
  • Fixed: comment-empty-line-before false positives for shared-line comments (#2986).
  • Fixed: unit-* false positives for spaceless multiplication (#2948).
8.2.0
  • Added: autofix of syntax errors in standard CSS e.g. unclosed braces and brackets (#2886).
  • Added: length-zero-no-unit autofix (#2861).
  • Added: selector-max-specificity support for level 4 evaluation context pseudo-classes (#2857).
  • Added: ignoreUnits option to number-max-precision (#2941).
  • Added: ignoreSelectors option to selector-max-specificity (#2857).
  • Added: ignoreProperties option to value-keyword-case (#2937).
  • Fixed: *-empty-line-before false negatives and positives when two or more except: [*] options were triggered (#2920).
  • Fixed: *-empty-line-before false positives for CSS in HTML (#2854).
  • Fixed: rule-empty-line-before false positives for ignore: ["inside-block"] and CSS in HTML (#2894).
  • Fixed: rule-empty-line-before false positives for except: ["after-single-line-comment"] and preceding shared-line comments (#2920).
  • Fixed: selector-list-comma-newline-after false positives for shared-line comments separated by more than once space (#2915).
  • Fixed: selector-pseudo-class-no-unknown false positives when using chained pseudo-classes (#2810).
  • Fixed: string-quotes false positives for @charset and single quotes (#2902).
  • Fixed: unit-no-unknown false positives for spaceless multiplication and division in calc() functions (#2848).

Dependencies.io has updated webpack-dev-server (a npm dependency in packages/docs) from "2.6.1" to "2.9.1".

2.9.1

Patch release to resolve an errant log message in setup

2.9.0

Note: Minor release due to addition of before and after hooks

Features

Deprecate setup in favor of before and after hooks (#1108)

Bugfixes

Fixed check for webpack/hot/log when setting HMR log level. (#1096)
fixes #1109: internal-ip update breaks useLocalIp option
Fix quote style to satisfy ESLint (#1098)

Updates

Made error overlay translucent. (#1097)

2.8.2

Bugfixes

fixes #1087: yargs@8 causes error output with webpack@2.x
fixes #1084: template literals causing errors on IE (#1089) …
fixes #1086: promise configs fix and example

Updates

add promise-config example

2.8.1

Bugfixes

fixes #1081, closes #1079. addDevServerEndpoints needs app stub for createDomain
fixes #1080 - jQuery update caused live bundle iframe issue
clean up progress option typo and options def

2.8.0

Features

Bugfixes

Updates

2.7.1

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

Copy link
Contributor

@Hypnosphi Hypnosphi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to revert flow-bin update and make some minor adjustments in stylelint config

@Hypnosphi Hypnosphi merged commit 57bfbeb into master Dec 5, 2017
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-51.0.0 branch December 5, 2017 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants