Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2019

This PR contains the following updates:

Package Type Update Change
connect dependencies minor ^3.6.6 -> ^3.7.0
eslint-plugin-import devDependencies minor ^2.17.2 -> ^2.18.2
eslint-plugin-jest devDependencies minor ^22.5.1 -> ^22.14.1
eslint-plugin-node devDependencies minor ^9.0.0 -> ^9.1.0
eslint-plugin-promise devDependencies minor ^4.1.1 -> ^4.2.1
eslint-plugin-vue (source) devDependencies patch ^5.2.2 -> ^5.2.3
poi devDependencies minor ^12.6.7 -> ^12.7.1
serve-static dependencies minor ^1.13.2 -> ^1.14.1
ws dependencies minor ^7.0.0 -> ^7.1.1

Release Notes

senchalabs/connect

v3.7.0

Compare Source

==================

  • deps: finalhandler@1.1.2
    • Set stricter Content-Security-Policy header
    • Fix 404 output for bad / missing pathnames
    • deps: encodeurl@~1.0.2
    • deps: parseurl@~1.3.3
    • deps: statuses@~1.4.0
  • deps: parseurl@~1.3.3
  • perf: remove substr call from FQDN mapping
benmosher/eslint-plugin-import

v2.18.2

Compare Source

  • Skip warning on type interfaces ([#​1425], thanks [@​lencioni])

v2.18.1

Compare Source

Fixed
  • Improve parse perf when using @typescript-eslint/parser ([#​1409], thanks [@​bradzacher])
  • [prefer-default-export]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#​1377], thanks [@​sharmilajesupaul])
  • [no-unused-modules]: Exclude package "main"/"bin"/"browser" entry points ([#​1404], thanks [@​rfermann])
  • [export]: false positive for typescript overloads ([#​1412], thanks [@​golopot])
Refactors
  • [no-extraneous-dependencies], importType: remove lodash ([#​1419], thanks [@​ljharb])

v2.18.0

Compare Source

Added
  • Support eslint v6 ([#​1393], thanks [@​sheepsteak])
  • [order]: Adds support for correctly sorting unknown types into a single group ([#​1375], thanks [@​swernerx])
  • [order]: add fixer for destructuring commonjs import ([#​1372], thanks [@​golopot])
  • typescript config: add TS def extensions + defer to TS over JS ([#​1366], thanks [@​benmosher])
Fixed
  • [no-unused-modules]: handle ClassDeclaration ([#​1371], thanks [@​golopot])
Docs
  • [no-cycle]: split code examples so file separation is obvious ([#​1370], thanks [@​alex-page])
  • [no-named-as-default-member]: update broken link ([#​1389], thanks [@​fooloomanzoo])

v2.17.3

Compare Source

Fixed
  • [no-common-js]: Also throw an error when assigning ([#​1354], thanks [@​charlessuh])
  • [no-unused-modules]: don't crash when lint file outside src-folder ([#​1347], thanks [@​rfermann])
  • [no-unused-modules]: make import { name as otherName } work ([#​1340], [#​1342], thanks [@​rfermann])
  • [no-unused-modules]: make appveyor tests passing ([#​1333], thanks [@​rfermann])
  • [named]: ignore Flow typeof imports and type exports ([#​1345], thanks [@​loganfsmyth])
  • [refactor] fix eslint 6 compat by fixing imports (thank [@​ljharb])
  • Improve support for Typescript declare structures ([#​1356], thanks @​christophercurrie)
Docs
  • add missing no-unused-modules in README ([#​1358], thanks [@​golopot])
  • [no-unused-modules]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#​1352], thanks [@​johndevedu])
  • Document env option for eslint-import-resolver-webpack ([#​1363], thanks [@​kgregory])
jest-community/eslint-plugin-jest

v22.14.1

Compare Source

Bug Fixes

v22.14.0

Compare Source

Features

v22.13.7

Compare Source

Bug Fixes

v22.13.6

Compare Source

Bug Fixes

v22.13.5

Compare Source

Bug Fixes

v22.13.4

Compare Source

Bug Fixes

v22.13.3

Compare Source

Bug Fixes
  • import TS utils from correct package (7f1867b)

v22.13.2

Compare Source

Bug Fixes

v22.13.1

Compare Source

Bug Fixes

v22.13.0

Compare Source

Features

v22.12.0

Compare Source

Features

v22.11.1

Compare Source

Bug Fixes
  • require-tothrow-message: require throw messages on async functions (#​303) (3ee3874)

v22.11.0

Compare Source

Features

v22.10.0

Compare Source

Features

v22.9.0

Compare Source

Features
  • no-large-snapshots: option for whitelisting snapshots (#​288) (25e3970)

v22.8.0

Compare Source

Features

v22.7.2

Compare Source

Bug Fixes
  • add missing schemas so rule config is properly validated (#​291) (e901d03)

v22.7.1

Compare Source

Bug Fixes

v22.7.0

Compare Source

Features

v22.6.4

Compare Source

Bug Fixes

v22.6.3

Compare Source

Bug Fixes

v22.6.2

Compare Source

Bug Fixes

v22.6.1

Compare Source

Bug Fixes

v22.6.0

Compare Source

Features
mysticatea/eslint-plugin-node

v9.1.0

Compare Source

✨ Features

  • fd9d19d updated no-deprecated-api to not suggest alternative APIs if it has not supported on configured Node.js version. Thank you, @​Lalem001 !

🐛 Bug Fixes

  • e5aee3c updated semver package to not crash on wildcard * version range.

v9.0.1

Compare Source

🐛 Bug Fixes

  • dfb4dc0 fixed the false positive of node/file-extension-in-import rule on scoped packages (#​160).
xjamundx/eslint-plugin-promise

v4.2.1

Compare Source

  • Added more use cases to no-return-wrap
vuejs/eslint-plugin-vue

v5.2.3

Compare Source

🐛 Bug Fixes

  • 082c03d fixed a crash bug on ESLint 6.0.0.
expressjs/serve-static

v1.14.1

Compare Source

===================

  • Set stricter CSP header in redirect response
  • deps: send@0.17.1
    • deps: range-parser@~1.2.1

v1.14.0

Compare Source

===================

  • deps: parseurl@~1.3.3
  • deps: send@0.17.0
    • deps: http-errors@~1.7.2
    • deps: mime@1.6.0
    • deps: ms@2.1.1
    • deps: statuses@~1.5.0
    • perf: remove redundant path.normalize call
websockets/ws

v7.1.1

Compare Source

Bug fixes

  • An error is now thrown if the WebSocket server constructor is used
    incorrectly (3641266).

v7.1.0

Compare Source

Features

  • Added utility to wrap a WebSocket in a Duplex stream (#​1589).

Bug fixes

v7.0.1

Compare Source

Bug fixes

  • Added ability to disable sending the SNI extension (#​1587).

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@pi0 pi0 merged commit 14cc6be into master Aug 5, 2019
@renovate renovate bot deleted the renovate/all-minor-patch branch August 5, 2019 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants