-
Notifications
You must be signed in to change notification settings - Fork 187
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hypnosphi
requested changes
Dec 5, 2017
There was a problem hiding this 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The following dependencies have been updated:
gemini
inpackages/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
inpackages/docs
from "2.6.1" to "2.9.1"Details
Dependencies.io has updated
gemini
(a npm dependency inpackages/gemini
) from "4.18.2" to "4.19.3".4.19.3
Performance Improvements
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
4.19.0
Features
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
7.2.0
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 improvedgrid-row
andgrid-column
support. evgeny-petukhov addedgrid-template-areas
andgrid-template
support.Even this complex emoji example will work with new Autoprefixer (output):
Just don’t forget to set
grid: true
option: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
:Also, pdokas added default value (current working dir) for
from
option inautoprefixer.info()
.Other Changes
radial-gradient
properties warning.reverse
animation direction.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
You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel.
🐛 Bug Fix
📝 Documentation
🏠 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
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
raw
value (#183) (daeff0e)1.1.1
2017-09-30
Bug Fixes
additionalProperties
(#207) (cf7c85a)1.1.0
2017-09-29
Features
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
*Linux support refers to Ubuntu, Debian, and CentOS 6+ (See sass/node-sass#2159 about CentOS 5)
4.7.1
Fixes
Supported Environments
*Linux support refers to Ubuntu, Debian, and CentOS 6+ (See sass/node-sass#2159 about CentOS 5)
4.6.1
Fixes
Supported Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
4.6.0
Fixes
Supported Environments
*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
Dependencies.io has updated
react-virtualized
(a npm dependency in/
) from "9.10.1" to "9.13.0".9.13.0
Masonry
bug that caused cells to be unnecessarily destroyed and then recreated when new cells were measured - d561d9c9.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
MultiGrid
crash due toscrollTo*
prop beingNaN
Bump @babel/polyfill from 7.4.0 to 7.4.3 #829 by mcordova47MultiGrid
invalidtabIndex
prop type Bump electron from 4.1.1 to 4.1.2 #818 by kalleyDependencies.io has updated
react-waypoint
(a npm dependency in/
) from "7.2.0" to "7.3.1".7.3.1
import Waypoint from 'react-waypoint/es'
)7.3.0
Dependencies.io has updated
svg-sprite-loader
(a npm dependency in/
) from "3.2.6" to "3.4.1".3.4.1
Bug Fixes
3.4.0
Features
3.3.1
Bug Fixes
3.3.0
Features
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
limit
as string (#96) (b31684d)0.6.1
2017-10-04
Bug Fixes
additionalProperties
(#94) (2b01ea2)0.6.0
2017-10-03
Features
schema-utils
) (#78) (ced5990)fallback
option (#88) (636ebed)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 vianpm install electron@beta
, ornpm i electron@1.8.1
.Upgrades
58.0.3029.110
to59.0.3071.115
. #99467.9.0
to8.2.1
. #99925.8.283.38
to5.9.211.38
. #9946@types/node
^7.0.18
to^8.0.24
. #10328Other Changes
sandbox
is on. #10214did-change-theme-color
event. #10240chrome-extension
. #9950getMenuItemById(id)
to Menu API. #10440Linux
app.makeSingleInstance
hanging. #10518macOS
show
option on newBrowserWindow
whenparent
is specified. #8836shell.openItem
to activate the opened app. #10477Windows
API Changes
-webkit-app-region
support to BrowserView. #10232webContents.print
. #10081macOS
sound
in macOS notifications. #10293app.isInApplicationsFolder()
andapp.moveToApplicationsFolder()
. #10142app.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, #10305BrowserWindow
API. #10321BrowserWindow
API. #10254Windows
win.setIgnoreMouseEvents(ignore[, options])
. #10183Dependencies.io has updated
enzyme
(a npm dependency in/
) from "3.1.1" to "3.2.0".3.2.0
New Stuff
Fixes
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
Patches
describeWithDOM
messaging (#48)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
font-family-no-missing-generic-family-keyword
false positives for at-font-face (#3034).8.3.0
<style>
tags and markdown fences in.vue
and.html
files (#2975).font-family-no-missing-generic-family-keyword
rule (#2930).no-duplicate-at-import-rules
rule (#2963).number-leading-zero
autofix (#2921).number-no-trailing-zeros
autofix (#2947).shorthand-property-no-redundant-values
autofix (#2956).string-quotes
autofix (#2959).ignore: ["custom-properties"]
option tolength-zero-no-unit
(#2967).except: ["inside-block"]
option torule-empty-line-before
(#2982).ignoreValues
tovalue-no-vendor-prefix
(#3015).ignoreMediaFeatureNames
tounit-blacklist
(#3027).comment-empty-line-before
false positives for shared-line comments (#2986).unit-*
false positives for spaceless multiplication (#2948).8.2.0
length-zero-no-unit
autofix (#2861).selector-max-specificity
support for level 4 evaluation context pseudo-classes (#2857).ignoreUnits
option tonumber-max-precision
(#2941).ignoreSelectors
option toselector-max-specificity
(#2857).ignoreProperties
option tovalue-keyword-case
(#2937).*-empty-line-before
false negatives and positives when two or moreexcept: [*]
options were triggered (#2920).*-empty-line-before
false positives for CSS in HTML (#2854).rule-empty-line-before
false positives forignore: ["inside-block"]
and CSS in HTML (#2894).rule-empty-line-before
false positives forexcept: ["after-single-line-comment"]
and preceding shared-line comments (#2920).selector-list-comma-newline-after
false positives for shared-line comments separated by more than once space (#2915).selector-pseudo-class-no-unknown
false positives when using chained pseudo-classes (#2810).string-quotes
false positives for@charset
and single quotes (#2902).unit-no-unknown
false positives for spaceless multiplication and division incalc()
functions (#2848).Dependencies.io has updated
webpack-dev-server
(a npm dependency inpackages/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
andafter
hooksFeatures
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
--open
option to specify the browser to use (Bump forever from 0.15.3 to 0.15.4 #825)subjectAltName
field in self-signed cert (Bump @storybook/addon-storysource from 5.0.11 to 5.1.4 #987)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.