-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 25 dependencies from npm #2724
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
Codecov Report
@@ Coverage Diff @@
## master #2724 +/- ##
=======================================
Coverage 34.31% 34.31%
=======================================
Files 391 391
Lines 8806 8806
Branches 924 917 -7
=======================================
Hits 3022 3022
+ Misses 5163 5162 -1
- Partials 621 622 +1
Continue to review full report at Codecov.
|
Hypnosphi
approved these changes
Jan 11, 2018
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:
commander
in/
from "2.12.2" to "2.13.0"jest
in/
from "22.0.5" to "22.0.6"jest-cli
in/
from "22.0.5" to "22.0.6"jest-config
in/
from "22.0.5" to "22.0.6"jest-diff
in/
from "22.0.5" to "22.0.6"jest-environment-jsdom
in/
from "22.0.5" to "22.0.6"jest-jasmine2
in/
from "22.0.5" to "22.0.6"nodemon
in/
from "1.14.10" to "1.14.11"prettier
in/
from "1.9.2" to "1.10.2"tslint
in/
from "5.8.0" to "5.9.1"commander
inapp/react
from "2.12.2" to "2.13.0"common-tags
inapp/react
from "1.7.0" to "1.7.2"nodemon
inapp/react
from "1.14.10" to "1.14.11"commander
inapp/angular
from "2.12.2" to "2.13.0"common-tags
inapp/angular
from "1.7.0" to "1.7.2"zone.js
inapp/angular
from "0.8.19" to "0.8.20"nodemon
inapp/angular
from "1.14.10" to "1.14.11"commander
inapp/react-native
from "2.12.2" to "2.13.0"commander
inapp/vue
from "2.12.2" to "2.13.0"common-tags
inapp/vue
from "1.7.0" to "1.7.2"nodemon
inapp/vue
from "1.14.10" to "1.14.11"babel-jest
inexamples/cra-kitchen-sink
from "22.0.4" to "22.0.6"jest
inexamples/cra-kitchen-sink
from "22.0.5" to "22.0.6"commander
inlib/cli
from "2.12.2" to "2.13.0"zone.js
inexamples/angular-cli
from "0.8.19" to "0.8.20"Details
Dependencies.io has updated
commander
(a npm dependency in/
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
jest
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
jest-cli
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
jest-config
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
jest-diff
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
jest-environment-jsdom
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
jest-jasmine2
(a npm dependency in/
) from "22.0.5" to "22.0.6".22.0.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
nodemon
(a npm dependency in/
) from "1.14.10" to "1.14.11".1.14.11
1.14.11 (2018-01-11)
Bug Fixes
Dependencies.io has updated
prettier
(a npm dependency in/
) from "1.9.2" to "1.10.2".1.10.2
link
Dependencies.io has updated
tslint
(a npm dependency in/
) from "5.8.0" to "5.9.1".5.9.1
🛠️ Bugfixes
tslint:recommended
ortslint:latest
by disablingtypeof-compare
in these rulesets. (Don't scroll story on knob change #3639)rulesDirectory
paths, which fixes usage with tslint-loader. (Move .storybook/config.js #3640)5.9.0
src/language/utils.ts
have been deprecated (feat: Add 'component' option to @addons/info #3476)Configuration inheritance changes
Significant changes have been made to configuration inheritance to address a long-standing UX issue around
defualtSeverity
: #2569.defaultSeverity
defined in atslint.json
file will now override thedefaultSeverity
value defined in any configurations you are extending.This means that any rules specified in the base configurations can now take on a new
defaultSeverity
if you so choose. If you extend multipleconfiguration files, the
defaultSeverity
defined in the last one wins.In practice, this allows users to, for example, more easily use the built-in TSLint configurations (
tslint:recommended
,tslint:latest
,tslint:all
)and treat all errors as warnings instead of errors.
For more details, see the relevant PRs:
defaultSeverity
defined in extended configs (ReferenceError: h is not defined #3449)🎉 Features
file-header
(Storybook for HTML snippets #3475)no-dynamic-delete
(addon-centered for Angular #3573)prefer-readonly
(support .vue extention resolving #2896)newline-per-chained-call
(RN Disables websockets when using onDeviceUI #3278)"temporalDeadZone"
forno-shadowed-variable
to ignore shadowing in the temporal dead zone of classes, parameters, enums and variables declared withlet
orconst
(React.forwardRef cause invalid prop in PropTable for the withInfo addon #3389)
"shorthand-first"
forobject-literal-sort-key
(fix(knobs): cancel debounced onChange on unmounting #3607)max-line-length
(viewport-addon: Make the addon configurable #3099)🛠️ Bugfixes & enhancements
--project
excludes all files of external dependencies (Add babel-core in package.json in angular example #3320)tsconfig.json
is invalid (Can't install: Pull is not possible because you have unmerged files. #3410)no-implicit-dependencies
don't crash on malformed package.json (Use per-story parameters in Notes addon #3373)strict-type-predicates
allows comparing typeof result with non-literals (@angular/forms versions available: 6.0.0 #3542)no-redundant-jsdoc
fixed crash on unhandled tag (viewport-addon: configure => configureViewport #3414)object-literal-sort-keys
fixed regression that effectively disabled the rule with\r\n
line breaks (Test suite failed to run #3427)curly
fixer now correctly handles comments (Knobs: add escapeHTML option; use it by default in Vue, Angular, and Polymer #3473)no-unsafe-any
fixed false-positive with namespaced types (Suppress verbose build output #3487)no-any
(Search box not auto focused. #3486)no-unnecessary-type-assertion
fixed false negatives for types with numeric keys (Add excludedPropTypes as an option to info addon #3468)callable-types
adds parentheses when fixing a type literal inside an array type (Update 18 dependencies from npm #3440)no-unsafe-any
allows spreading anany
value into an object (Update 2 dependencies from npm #3439)arrow-parens
fixer (Storybook not global styles.scss file #3618)prefer-const
false negative with index signature named like a variable (Storyshots screenshot timing issue #3385)whitespace
rule checks property declarations if"check-decl"
is enabled (@angular/compiler versions available: 6.0.0 #3546)no-duplicate-super
rule. (@angular/platform-browser-dynamic versions available: 6.0.0 #3544)no-shadowed-variable
now excludes declaration files and ambient modules (Update 30 dependencies from npm #3387)no-duplicate-imports
Allow duplicate imports from separate ambient module declarations (Addon-info not showing description and propTypes after adding react-css-modules #3398)await-promise
correctly recognises classes extending Promise (Enforce addons store being a singleton by storing it in global variable #3383)prefer-conditional-expression
: don't repeat error on nested if statements ([addon background] Not persisting background color #3528)completed-docs
: don't require documentation on methods in object literals (Storybook addon Jest angular suport #3532)one-line
fixed crash on syntax error in class or interface (Replace decorate with decorateAction #3538)no-redundant-jsdoc
allow@template
tag if it has a description (Add a link to learnstorybook to get started guide #3415)typeof-compare
(Update 63 dependencies from npm #3429)"properties"
option forcompleted-docs
rule now checks getter and setter accessors. ([Polymer] Bundling ES5 shim breaks ES6 elements #3497)no-magic-numbers
ignores parseInt radix parameter (chore: add Node.js 10 #3536)--project
option (Storybook crashes on initial run using webpack 4.3 #3313)stylish
-formatter's output jumps to the first failure in that file. (angular-cli 6 (with webpack 4) compatibility #3491)ban-comma-operator
ignores comma operator inside for-loop incrementor (Don't try to access the devtools hook if we are cross-origin #3485)space-within-parens
updated to always allow empty parentheses()
. (Update 30 dependencies from npm #3513)completed-docs
modifier lists (mdx stories? #3379)ban-comma-operator
(getstorybook shouldn't use yarn if there's noyarn.lock
#3384)completed-docs
rule to use a function instead of a walker (Upgrade to json5@1.0.1 #3466)ban-comma-operator
: fix metadata, list as "functionality" rule (Fix the output of the boolean knob #3612)no-use-before-declare
documentation to clarify the rule's status (Fix render order in preview #3520)await-promise
options documentation (Channel-postmessage: handle events from the same window #3519)hasFix
metadata for theindent
rule (getstorybook is failing on Windows #3529)no-irregular-whitespace
(Update 37 dependencies from npm #3627)Thanks to our contributors!
Dependencies.io has updated
commander
(a npm dependency inapp/react
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
common-tags
(a npm dependency inapp/react
) from "1.7.0" to "1.7.2".1.7.2
No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.
Dependencies.io has updated
nodemon
(a npm dependency inapp/react
) from "1.14.10" to "1.14.11".1.14.11
1.14.11 (2018-01-11)
Bug Fixes
Dependencies.io has updated
commander
(a npm dependency inapp/angular
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
common-tags
(a npm dependency inapp/angular
) from "1.7.0" to "1.7.2".1.7.2
No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.
Dependencies.io has updated
zone.js
(a npm dependency inapp/angular
) from "0.8.19" to "0.8.20".0.8.20
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
nodemon
(a npm dependency inapp/angular
) from "1.14.10" to "1.14.11".1.14.11
1.14.11 (2018-01-11)
Bug Fixes
Dependencies.io has updated
commander
(a npm dependency inapp/react-native
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
commander
(a npm dependency inapp/vue
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
common-tags
(a npm dependency inapp/vue
) from "1.7.0" to "1.7.2".1.7.2
No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.
Dependencies.io has updated
nodemon
(a npm dependency inapp/vue
) from "1.14.10" to "1.14.11".1.14.11
1.14.11 (2018-01-11)
Bug Fixes
Dependencies.io has updated
babel-jest
(a npm dependency inexamples/cra-kitchen-sink
) from "22.0.4" to "22.0.6".22.0.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
jest
(a npm dependency inexamples/cra-kitchen-sink
) from "22.0.5" to "22.0.6".22.0.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
commander
(a npm dependency inlib/cli
) from "2.12.2" to "2.13.0".2.13.0
Dependencies.io has updated
zone.js
(a npm dependency inexamples/angular-cli
) from "0.8.19" to "0.8.20".0.8.20
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.