Pigmice2733 / scouting-frontend

Frontend for the Pigmice Scouting website
https://pigmice.ga
MIT License
0 stars 1 forks source link

Update Node.js to v10.10.0 #311

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency node (source) from v10.9.0 to v10.10.0


Release Notes

2018-09-06, Version 10.10.0 (Current), @​targos

Compare Source

Notable Changes
  • child_process:
    • TypedArray and DataView values are now accepted as input by
      execFileSync and spawnSync. #​22409
  • coverage:
    • Native V8 code coverage information can now be output to disk by setting the
      environment variable NODE_V8_COVERAGE to a directory. #​22527
  • deps:
  • fs:
    • The methods fs.read, fs.readSync, fs.write, fs.writeSync,
      fs.writeFile and fs.writeFileSync now all accept TypedArray and
      DataView objects. #​22150
    • A new boolean option, withFileTypes, can be passed to to fs.readdir and
      fs.readdirSync. If set to true, the methods return an array of directory
      entries. These are objects that can be used to determine the type of each
      entry and filter them based on that without calling fs.stat. #​22020
  • http2:
    • The http2 module is no longer experimental. #​22466
  • os:
    • Added two new methods: os.getPriority and os.setPriority, allowing to
      manipulate the scheduling priority of processes. #​22407
  • process:
    • Added process.allowedNodeEnvironmentFlags. This object can be used to
      programmatically validate and list flags that are allowed in the
      NODE_OPTIONS environment variable. #​19335
  • src:
    • Deprecated option variables in public C++ API. #​22515
    • Refactored options parsing. #​22392
  • vm:
    • Added vm.compileFunction, a method to create new JavaScript functions from
      a source body, with options similar to those of the other vm methods. #​21571
  • Added new collaborators:
Commits


This PR has been generated by Renovate Bot.