Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

fix(deps): update all non-major dependencies #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 4, 2018

This PR contains the following updates:

Package Type Update Change References
chalk dependencies minor ^2.2.0 -> ^2.4.1 source
eslint devDependencies minor ^5.8.0 -> ^5.9.0 homepage, source
eslint-plugin-import devDependencies minor ^2.7.0 -> ^2.14.0 source
eslint-plugin-node devDependencies patch ^5.2.0 -> ^5.2.1 source
eslint-plugin-promise devDependencies minor ^3.5.0 -> ^3.8.0 source
eslint-plugin-standard devDependencies minor ^3.0.1 -> ^3.1.0 source
hoek dependencies patch ^5.0.0 -> ^5.0.4 source
joi dependencies minor ^13.0.1 -> ^13.7.0 source
standard-version devDependencies minor ^4.2.0 -> ^4.4.0 source

Release Notes

chalk/chalk

v2.4.1

Compare Source

  • Improved Flow type definition for CommonJS interop.

v2.4.0

Compare Source

  • Added Flow type definitions. 7c6f83f

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

  • Added a .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. dc092b4
  • TypeScript type definitions improvements. 7be154c

v2.2.2

Compare Source

eslint/eslint

v5.9.0

Compare Source

benmosher/eslint-plugin-import

v2.14.0

Compare 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 API
Added
  • [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])
  • fix Flow type imports ([#​1106], thanks [@​syymza])
  • [no-relative-parent-imports]: resolve paths ([#​1135], thanks [@​chrislloyd])
  • [import/order]: fix autofixer when using typescript-eslint-parser ([#​1137], thanks [@​justinanastos])
  • repeat fix from [#​797] for [#​717], in another place (thanks [@​ljharb])
Refactors
  • add explicit support for RestElement alongside ExperimentalRestProperty (thanks [@​ljharb])

v2.13.0

Compare Source

Added
  • Add ESLint 5 support ([#​1122], thanks [@​ai] and [@​ljharb])
  • Add [no-relative-parent-imports] rule: disallow relative imports from parent directories ([#​1093], thanks [@​chrislloyd])
Fixed
  • namespace rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@​ljharb])

v2.12.0

Compare Source

Added
  • Ignore type imports for [named] rule ([#​931], thanks [@​mattijsbliek])
  • Add documentation for [no-useless-path-segments] rule ([#​1068], thanks [@​manovotny])
  • packageDir option for [no-extraneous-dependencies] can be array-valued ([#​1085], thanks [@​hulkish])

v2.11.0

Compare Source

Added
  • Fixer for [first] ([#​1046], thanks [@​fengkfengk])
  • allow-require option for [no-commonjs] rule ([#​880], thanks [@​futpib])
Fixed
  • memory/CPU regression where ASTs were held in memory ([#​1058], thanks [@​klimashkin]/[@​lukeapage])

v2.10.0

Compare Source

Added
  • Autofixer for [order] rule ([#​908], thanks [@​tihonove])
  • Add [no-cycle] rule: reports import cycles.

v2.9.0

Compare Source

Added
  • Add [group-exports] rule: style-guide rule to report use of multiple named exports ([#​721], thanks [@​robertrossmann])
  • Add [no-self-import] rule: forbids a module from importing itself. ([#​727], [#​449], [#​447], thanks [@​giodamelio]).
  • Add [no-default-export] rule ([#​889], thanks [@​isiahmeadows])
  • Add [no-useless-path-segments] rule ([#​912], thanks [@​graingert] and [@​danny-andrews])
  • ... and more! check the commits for v[2.9.0]

v2.8.0

Compare Source

Added
  • [exports-last] rule ([#​620] + [#​632], thanks [@​k15a])
Changed
  • Case-sensitivity checking ignores working directory and ancestors. ([#​720] + [#​858], thanks [@​laysent])
Fixed
  • support scoped modules containing hyphens ([#​744], thanks [@​rosswarren])
  • core-modules now resolves files inside declared modules ([#​886] / [#​891], thanks [@​mplewis])
  • TypeError for missing AST fields from TypeScript ([#​842] / [#​944], thanks [@​alexgorbatchev])
mysticatea/eslint-plugin-node

v5.2.1

Compare Source

xjamundx/eslint-plugin-promise

v3.8.0

Compare Source

  • Removed promise/avoid-new from recommended configuration
    (#​119)
  • Ignored event listener callbacks in promise/prefer-await-to-callbacks
    (#​117)
  • Ignored top-level awaits in promise/prefer-await-to-then
    (#​126)
  • Added docs for promise/no-nesting and promise/prefer-await-to-then
    (#​120)
    (#​121)

v3.7.0

Compare Source

  • Added promise/valid-params rule
    (#​85)
  • Added promise/no-new-statics rule
    (#​82)
  • Added fixer for promise/param-names rule
    (#​99)
  • Added rule documentation to each rule
    (#​91)

v3.6.0

Compare Source

  • Added ['catch'] support in catch-or-return
  • Added no-return-in-finally rule
  • Fixed some formatting in the docs
  • Added allowReject option to no-return-wrap
  • Added exceptions for no-callback-in-promise
standard/eslint-plugin-standard

v3.1.0

Compare Source

hapijs/hoek

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

hapijs/joi

v13.7.0

Compare Source

v13.6.0

Compare Source

v13.5.2

Compare Source

v13.5.1

Compare Source

v13.5.0

Compare Source

v13.4.0

Compare Source

v13.3.0

Compare Source

v13.2.0

Compare Source

v13.1.2

Compare Source

v13.1.1

Compare Source

v13.1.0

Compare Source

v13.0.2

Compare Source

conventional-changelog/standard-version

v4.4.0

Compare Source

Bug Fixes
Features

v4.3.0

Compare 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant