This repository was archived by the owner on Nov 19, 2018. It is now read-only.
fix(deps): update all non-major dependencies - #2
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 4, 2018 23:38
c787a4c to
f142e78
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 9, 2018 19:04
f142e78 to
f04a059
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
^2.2.0->^2.4.1^5.8.0->^5.9.0^2.7.0->^2.14.0^5.2.0->^5.2.1^3.5.0->^3.8.0^3.0.1->^3.1.0^5.0.0->^5.0.4^13.0.1->^13.7.0^4.2.0->^4.4.0Release Notes
chalk/chalk
v2.4.1Compare Source
v2.4.0Compare Source
7c6f83fv2.3.2Compare Source
b764af9d6e08c8chalk.ansi256when in a terminal with 256-color level support. chalk/ansi-styles@1ac7472v2.3.1Compare Source
levelwhen forcing color. chalk/supports-color@b16e9a4cf7bd05v2.3.0Compare Source
.visible()method for emitting text only when Chalk is enabled. This can be useful for purely cosmetic content that shouldn't be shown when there are no colors, like when piping the output.dc092b47be154cv2.2.2Compare Source
eslint/eslint
v5.9.0Compare Source
9436712Fix: Unused recursive function expressions (fixes #10982) (#11032) (Sergei Startsev)c832cd5Update: addignoreDestructuringoption toid-matchrule (#10554) (一名宅。)54687a8Fix: prefer-const autofix multiline assignment (fixes #10582) (#10987) (Scott Stern)ae2b61dUpdate: "off" options for "space-before-blocks" (refs #10906) (#10907) (Sophie Kirschner)57f357eDocs: Update require-await docs with exception (fixes #9540) (#11063) (Nicholas C. Zakas)79a2797Update: no-restricted-imports to check re-export (fixes #9678) (#11064) (Nicholas C. Zakas)3dd7493Docs: update ecmaVersion to include 2019/10 values (#11059) (Vse Mozhet Byt)607635dUpgrade: eslint-plugin-node & eslint-plugin (#11067) (薛定谔的猫)dcc6233Fix: Ignore empty statements in no-unreachable (fixes #9081) (#11058) (Nicholas C. Zakas)7ad86deNew: Add --fix-type option to CLI (fixes #10855) (#10912) (Nicholas C. Zakas)0800b20Chore: fix invalid super() calls in tests (#11054) (Teddy Katz)4fe3287Docs: Cross-reference two rules (refs #11041) (#11042) (Paul Melnikow)5525eb6Fix: rule deprecation warnings did not consider all rules (#11044) (Teddy Katz)44d37caDocs: Update steps for adding new TSC member (#11038) (Nicholas C. Zakas)802e926Update: Warn for deprecation in Node output (fixes #7443) (#10953) (Colin Chang)benmosher/eslint-plugin-import
v2.14.0Compare Source
69e0187(HEAD -> master, source/master, origin/master, origin/HEAD) Merge pull request #1151 from jf248/jsx|\
| *
e30a757(source/pr/1151, fork/jsx) Add JSX check to namespace rule|/
8252344(source/pr/1148) Add error to output when module loaded as resolver has invalid APIAdded
no-useless-path-segments]: add commonJS (CJS) support ([#1128], thanks [@1pete])namespace]: add JSX check ([#1151], thanks [@jf248])Fixed
no-cycle]: ignore Flow imports ([#1126], thanks [@gajus])no-relative-parent-imports]: resolve paths ([#1135], thanks [@chrislloyd])import/order]: fix autofixer when using typescript-eslint-parser ([#1137], thanks [@justinanastos])Refactors
v2.13.0Compare Source
Added
no-relative-parent-imports] rule: disallow relative imports from parent directories ([#1093], thanks [@chrislloyd])Fixed
namespacerule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@ljharb])v2.12.0Compare Source
Added
named] rule ([#931], thanks [@mattijsbliek])no-useless-path-segments] rule ([#1068], thanks [@manovotny])packageDiroption for [no-extraneous-dependencies] can be array-valued ([#1085], thanks [@hulkish])v2.11.0Compare Source
Added
first] ([#1046], thanks [@fengkfengk])allow-requireoption for [no-commonjs] rule ([#880], thanks [@futpib])Fixed
v2.10.0Compare Source
Added
order] rule ([#908], thanks [@tihonove])no-cycle] rule: reports import cycles.v2.9.0Compare Source
Added
group-exports] rule: style-guide rule to report use of multiple named exports ([#721], thanks [@robertrossmann])no-self-import] rule: forbids a module from importing itself. ([#727], [#449], [#447], thanks [@giodamelio]).no-default-export] rule ([#889], thanks [@isiahmeadows])no-useless-path-segments] rule ([#912], thanks [@graingert] and [@danny-andrews])v2.8.0Compare Source
Added
exports-last] rule ([#620] + [#632], thanks [@k15a])Changed
Fixed
mysticatea/eslint-plugin-node
v5.2.1Compare Source
xjamundx/eslint-plugin-promise
v3.8.0Compare Source
promise/avoid-newfrom recommended configuration(#119)
promise/prefer-await-to-callbacks(#117)
promise/prefer-await-to-then(#126)
promise/no-nestingandpromise/prefer-await-to-then(#120)
(#121)
v3.7.0Compare Source
promise/valid-paramsrule(#85)
promise/no-new-staticsrule(#82)
promise/param-namesrule(#99)
(#91)
v3.6.0Compare Source
['catch']support incatch-or-returnno-return-in-finallyruleallowRejectoption tono-return-wrapno-callback-in-promisestandard/eslint-plugin-standard
v3.1.0Compare Source
hapijs/hoek
v5.0.4Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
hapijs/joi
v13.7.0Compare Source
v13.6.0Compare Source
v13.5.2Compare Source
v13.5.1Compare Source
v13.5.0Compare Source
v13.4.0Compare Source
v13.3.0Compare Source
v13.2.0Compare Source
v13.1.2Compare Source
v13.1.1Compare Source
v13.1.0Compare Source
v13.0.2Compare Source
conventional-changelog/standard-version
v4.4.0Compare Source
Bug Fixes
Features
v4.3.0Compare Source
Bug Fixes
Features
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.