Skip to content
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

chore(deps): update all non-major dependencies #186

Merged
merged 2 commits into from
May 30, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2019

This PR contains the following updates:

Package Type Update Change References
codecov devDependencies minor ^3.3.0 -> ^3.5.0 source
eslint-plugin-html devDependencies patch ^5.0.3 -> ^5.0.5 source
eslint-plugin-import devDependencies patch ^2.17.2 -> ^2.17.3 source
eslint-plugin-jest devDependencies minor ^22.5.1 -> ^22.6.4 source
eslint-plugin-node devDependencies minor ^9.0.1 -> ^9.1.0 source
fs-extra devDependencies patch ^8.0.0 -> ^8.0.1 source
fs-extra dependencies patch ^8.0.0 -> ^8.0.1 source
jsdom devDependencies minor ^15.0.0 -> ^15.1.1 source
lerna devDependencies minor ^3.13.4 -> ^3.14.1 source
node-fetch devDependencies minor ^2.5.0 -> ^2.6.0 source
nuxt-edge devDependencies patch ^2.7.0-25951689.86c7fe88 -> ^2.7.0-25963209.b8a7fb75 source
vuepress devDependencies patch ^1.0.0-alpha.47 -> ^1.0.0-alpha.48 source

Release Notes

codecov/codecov-node

v3.5.0

Compare Source

v3.4.0

Compare Source

BenoitZugmeyer/eslint-plugin-html

v5.0.5

Compare Source

v5.0.4

Compare Source

benmosher/eslint-plugin-import

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.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.
jprichardson/node-fs-extra

v8.0.1

Compare Source

  • Fix bug Maximum call stack size exceeded error in util/stat (#​679)
jsdom/jsdom

v15.1.1

Compare Source

  • Moved the nonce property from HTMLScriptElement and HTMLStyleElement to HTMLElement. Note that it is still just a simple reflection of the attribute, and has not been updated for the rest of the changes in whatwg/html#​2373.
  • Fixed the style and on<event> properties to properly track their related attributes for SVG elements. (kbruneel)
  • Fixed XMLHttpRequest merging preflight and response headers. (thiagohirata)
  • Fixed XMLHttpRequest reserializing content-type request headers unnecessarily. See whatwg/mimesniff#​84 for more details. (thiagohirata)
  • Fixed element.tagName to be the ASCII uppercase of the element's qualified name, instead of the Unicode uppercase.

v15.1.0

Compare Source

  • Added the Headers class from the Fetch standard.
  • Added the element.translate getter and setter.
  • Fixed synchronous XMLHttpRequest on the newly-released Node.js v12.
  • Fixed form.elements to exclude <input type="image"> elements.
  • Fixed event path iteration in shadow DOM cases, following spec fixes at whatwg/dom#​686 and whatwg/dom#​750.
  • Fixed pattern="" form control validation to apply the given regular expression to the whole string. (kontomondo)
lerna/lerna

v3.14.1

Compare Source

Bug Fixes
  • collect-uncommitted: Call git with correct arguments, test properly (551e6e4), closes #​2091

v3.14.0

Compare Source

Bug Fixes
  • add: Never pass filter options to nested bootstrap (9a5a29c), closes #​1989
  • run-lifecycle: Bump npm-lifecycle dependency to avoid noisy audit warning (ea7c20d)
Features

3.13.4 (2019-04-24)

Bug Fixes
  • import: Avoid "unrecognized input" error from colors when using --flatten (#​2037) (51625fa), closes #​1644
  • version: Resolve prerelease for version without bump (#​2041) (aa11325)
  • version: Search for complete tag prefix when composing GitHub releases (024a6ab), closes #​2038

3.13.3 (2019-04-17)

Bug Fixes
  • child-process: Centralize exitCode translation from string codes into numbers (09c0103), closes #​2031
  • docs: Add missing docs for --tag-version-prefix (#​2035) (ff9c476), closes #​1924
  • exec: Handle node string error codes before setting process.exitCode (#​2031) (c599c64)

3.13.2 (2019-04-08)

Bug Fixes
  • lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)

3.13.1 (2019-02-26)

Bug Fixes
bitinn/node-fetch

v2.6.0

Compare Source

  • Enhance: options.agent, it now accepts a function that returns custom http(s).Agent instance based on current URL, see readme for more information.
  • Fix: incorrect Content-Length was returned for stream body in 2.5.0 release; note that node-fetch doesn't calculate content length for stream body.
  • Fix: Response.url should return empty string instead of null by default.
vuejs/vuepress

v1.0.0-alpha.48

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.


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

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

@codecov
Copy link

codecov bot commented May 7, 2019

Codecov Report

Merging #186 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #186   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         1      1           
  Lines         2      2           
===================================
  Hits          2      2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9daeb9...84c2e2b. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f464876 to 8cb800e Compare May 7, 2019 08:57
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.7.0-25953129.a88e8b60 Update dependency nuxt-edge to ^2.7.0-25953129.a88e8b60 May 7, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cb800e to fd7fd28 Compare May 7, 2019 09:26
@renovate renovate bot changed the title Update dependency nuxt-edge to ^2.7.0-25953129.a88e8b60 chore(deps): update dependency nuxt-edge to ^2.7.0-25953129.a88e8b60 May 7, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4cc03b6 to fe8fc8a Compare May 8, 2019 00:14
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.7.0-25953129.a88e8b60 chore(deps): update dependency nuxt-edge to ^2.7.0-25954569.9346df7f May 8, 2019
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.7.0-25954569.9346df7f chore(deps): update dependency nuxt-edge to ^2.7.0-25956010.2f5646ba May 9, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 738477d to 01fb0db Compare May 9, 2019 04:43
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.7.0-25956010.2f5646ba chore(deps): update all non-major dependencies May 9, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 0194845 to 1560e1a Compare May 15, 2019 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e224eba to 2e320d7 Compare May 22, 2019 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ec17ad1 to 6c2cae4 Compare May 28, 2019 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c2cae4 to 7467a3b Compare May 28, 2019 13:41
@renovate
Copy link
Contributor Author

renovate bot commented May 28, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@pi0 pi0 merged commit 8d811db into dev May 30, 2019
@renovate renovate bot deleted the renovate/all-minor-patch branch May 30, 2019 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants