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

Update dependency @types/node to v10.11.7 #51

Merged
merged 1 commit into from
Oct 11, 2018
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 10, 2018

This PR contains the following updates:

Package Type Update Change References
@types/node devDependencies minor ^10.1.2 -> 10.11.7 source
node minor 10.11.0 -> 10.12.0 source

Release Notes

nodejs/node

v10.12.0

Compare Source

Notable changes
  • assert
    • The diff output is now a tiny bit improved by sorting object properties when
      inspecting the values that are compared with each other. #​22788
  • cli
    • The options parser now normalizes _ to - in all multi-word command-line
      flags, e.g. --no_warnings has the same effect as --no-warnings. #​23020
    • Added bash completion for the node binary. To generate a bash completion
      script, run node --completion-bash. The output can be saved to a file
      which can be sourced to enable completion. #​20713
  • crypto
    • Added support for PEM-level encryption. #​23151
    • Added an API asymmetric key pair generation. The new methods
      crypto.generateKeyPair and crypto.generateKeyPairSync can be used to
      generate public and private key pairs. The API supports RSA, DSA and EC and
      a variety of key encodings (both PEM and DER). #​22660
  • fs
    • Added a recursive option to fs.mkdir and fs.mkdirSync. If this option
      is set to true, non-existing parent folders will be automatically created. #​21875
  • http2
    • Added a 'ping' event to Http2Session that is emitted whenever a non-ack
      PING is received. #​23009
    • Added support for the ORIGIN frame. #​22956
    • Updated nghttp2 to 1.34.0. This adds RFC 8441 extended connect protocol
      support to allow use of WebSockets over HTTP/2. #​23284
  • module
    • Added module.createRequireFromPath(filename). This new method can be used
      to create a custom require function that will resolve modules relative to
      the filename path. #​19360
  • process
    • Added a 'multipleResolves' process event that is emitted whenever a
      Promise is attempted to be resolved multiple times, e.g. if the resolve
      and reject functions are both called in a Promise executor. #​22218
  • url
    • Added url.fileURLToPath(url) and url.pathToFileURL(path). These methods
      can be used to correctly convert between file: URLs and absolute paths. #​22506
  • util
    • Added the sorted option to util.inspect(). If set to true, all
      properties of an object and Set and Map entries will be sorted in the
      returned string. If set to a function, it is used as a compare function. #​22788
    • The util.instpect.custom symbol is now defined in the global symbol
      registry as Symbol.for('nodejs.util.inspect.custom'). #​20857
    • Added support for BigInt numbers in util.format(). #​22097
  • V8 API
    • A number of V8 C++ APIs have been marked as deprecated since they have been
      removed in the upstream repository. Replacement APIs are added where
      necessary. #​23159
  • Windows
    • The Windows msi installer now provides an option to automatically install
      the tools required to build native modules. #​22645
  • Workers
    • Debugging support for Workers using the DevTools protocol has been
      implemented. #​21364
    • The public inspector module is now enabled in Workers. #​22769
  • Added new collaborators:
Commits

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!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

@3rwww1 3rwww1 merged commit 3b309fa into master Oct 11, 2018
@3rwww1 3rwww1 deleted the renovate/node-10.x branch October 11, 2018 09:00
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