1. 22 11月, 2018 1 次提交
  2. 20 11月, 2018 1 次提交
  3. 07 11月, 2018 1 次提交
  4. 06 11月, 2018 1 次提交
  5. 04 11月, 2018 1 次提交
  6. 25 10月, 2018 1 次提交
  7. 24 10月, 2018 1 次提交
  8. 09 10月, 2018 1 次提交
  9. 06 10月, 2018 2 次提交
  10. 05 10月, 2018 1 次提交
  11. 29 9月, 2018 1 次提交
    • D
      ️ Bump node-pty from 0.7.7 to 0.7.8 in /src (#166) · ca88c820
      dependabot[bot] 提交于
      Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.7.7 to 0.7.8.
      <details>
      <summary>Commits</summary>
      
      - See full diff in [compare view](https://github.com/Tyriar/node-pty/commits)
      </details>
      <br />
      
      [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=node-pty&package-manager=npm_and_yarn&previous-version=0.7.7&new-version=0.7.8)](https://dependabot.com/compatibility-score.html?dependency-name=node-pty&package-manager=npm_and_yarn&previous-version=0.7.7&new-version=0.7.8)
      
      Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
      
      Dependabot will **not** automatically merge this PR because this dependency is pre-1.0.0.
      
      ---
      
      <details>
      <summary>Dependabot commands and options</summary>
      <br />
      
      You can trigger Dependabot actions by commenting on this PR:
      - `@dependabot rebase` will rebase this PR
      - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
      - `@dependabot merge` will merge this PR after your CI passes on it
      - `@dependabot cancel merge` will cancel a previously requested merge
      - `@dependabot reopen` will reopen this PR if it is closed
      - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
      - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
      - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
      - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
      - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
      - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
      - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
      
      Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
      - Update frequency (including time of day and day of week)
      - Automerge options (never/patch/minor, and dev/runtime dependencies)
      - Pull request limits (per update run and/or open at any time)
      - Out-of-range updates (receive only lockfile updates, if desired)
      - Security updates (receive only security updates, if desired)
      
      Finally, you can contact us by mentioning @dependabot.
      
      </details>
      ca88c820
  12. 23 9月, 2018 1 次提交
  13. 18 9月, 2018 1 次提交
  14. 16 9月, 2018 1 次提交
  15. 13 9月, 2018 1 次提交
  16. 12 9月, 2018 1 次提交
  17. 11 9月, 2018 1 次提交
  18. 10 9月, 2018 2 次提交
  19. 07 9月, 2018 3 次提交
  20. 06 9月, 2018 1 次提交
  21. 05 9月, 2018 2 次提交
    • D
    • D
      ️ Bump systeminformation from 3.44.2 to 3.45.0 in /src (#138) · e718588e
      dependabot[bot] 提交于
      Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 3.44.2 to 3.45.0.
      <details>
      <summary>Changelog</summary>
      
      *Sourced from [systeminformation's changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md).*
      
      > # Changelog
      > 
      > ### Major (breaking) Changes - Version 3
      > 
      > - works only with [node.js][nodejs-url] **v4.0.0** and above (using now internal ES6 promise function, arrow functions, ...)
      > - **Promises**. As you can see in the documentation, you can now also use it in a promise oriented way. But callbacks are still supported.
      > - **Async/Await**. Due to the promises support, systeminformation also works perfectly with the `async/await` pattern (available in [node.js][nodejs-url] **v7.6.0** and above). See example in the docs.
      > - `cpuCurrentspeed`: now returns an object with current minimal, maximal and average CPU frequencies of all cores.
      > - `mem`: now supports also newer versions of `free` (Version 3.3.10 and above); extended information `avaliable` (potentially available memory)
      > - `fsStats`: added information sum bytes read + write (tx) and sum transfer rate/sec (tx_sec)
      > - `networkInterfaces`: now providing one more detail: internal - true if this is an internal interface like "lo"
      > - `networkConnections`: instead of only counting sockets, you now get an array of objects with connection details for each socket (protocol, local and peer address, state)
      > - `users`: now provides an array of objects with users online including detailed session information (login date/time, ip address, terminal, command)
      > - `inetLatency`: now you can provide a host against which you want to test latency (default is 8.8.8.8)
      > - `getDynamicData`: changed order of parameters (callback - if provided - is now the last one): `getDynamicData(srv, network, callback)`
      > - `getAllData`: changed order of parameters (callback - if provided - is now the last one): `getAllData(srv, network, callback)`
      > 
      > New Functions
      > 
      > - FreeBSD support: for some basic functions (new in version 3.34 ff)
      > - `diskLayout`: returns hard disk layout (new in version 3.23)
      > - `memLayout`: returns memory chip layout (new in version 3.23)
      > - Windows support: for some basic functions (new in version 3.17 ff)
      > - `cpuCache`: returns CPU cache (L1, L2, L3) sizes (new in version 3.14)
      > - `cpuFlags`: returns CPU flags (new in version 3.14)
      > - `currentLoad.cpus`: returns current load per cpu/core in an array (new in version 3.14)
      > - `shell`: returns standard shell e.g. /bin/bash (new in version 3.13)
      > - `blockDevices`: returns array of block devices like disks, partitions, raids, roms (new in version 3.10)
      > - `dockerContainerProcesses`: returns processes for a specific docker container (new in version 3.8)
      > - `versions`: returns object of versions - kernel, ssl, node, npm, ...(new in version 3.6)
      > - `graphics`: returns arrays of graphics controllers and displays (new in version 3.5)
      > - `networkInterfaceDefault`: returns default network interface (new in version 3.4)
      > - `processes`: now returns also a process list with all process details (new in version 3.3)
      > - `battery`: retrieves battery status and charging level (new in version 3.2)
      > - `dockerContainers`: returns a list of all docker containers (new in version 3.1)
      > - `dockerContainerStats`: returns statistics for a specific docker container (new in version 3.1)
      > - `dockerAll`: returns a list of all docker containers including their stats (new in version 3.1)
      > - `disksIO`: returns overall diskIO and IOPS values for all mounted volumes (new in version 3.0)
      > 
      > Bug Fixes / improvements
      > 
      > - improvement `cpuTemperature` - works now also on Raspberry Pi
      > - bugfix `disksIO` - on OSX read and write got mixed up
      > - several bug fixes (like assess errors in `cpuCurrentspeed`, potentially incorrect results in `users`, ...)
      > - testet on even more platforms and linux distributions
      > 
      > **Be aware**, that the new version 3.x is **NOT fully backward compatible** to version 2.x ...
      > 
      > 
      > ### Major (breaking) Changes - Version 2
      ></table> ... (truncated)
      </details>
      <details>
      <summary>Commits</summary>
      
      - See full diff in [compare view](https://github.com/sebhildebrandt/systeminformation/commits)
      </details>
      <br />
      
      [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=systeminformation&package-manager=npm_and_yarn&previous-version=3.44.2&new-version=3.45.0)](https://dependabot.com/compatibility-score.html?dependency-name=systeminformation&package-manager=npm_and_yarn&previous-version=3.44.2&new-version=3.45.0)
      
      Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
      
      Dependabot will **not** automatically merge this PR because it includes a minor update to a production dependency.
      
      ---
      
      <details>
      <summary>Dependabot commands and options</summary>
      <br />
      
      You can trigger Dependabot actions by commenting on this PR:
      - `@dependabot rebase` will rebase this PR
      - `@dependabot merge` will merge this PR after your CI passes on it
      - `@dependabot cancel merge` will cancel a previously requested merge
      - `@dependabot reopen` will reopen this PR if it is closed
      - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
      - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
      - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
      - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
      - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
      - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
      - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
      
      Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
      - Update frequency (including time of day and day of week)
      - Automerge options (never/patch/minor, and dev/runtime dependencies)
      - Pull request limits (per update run and/or open at any time)
      - Out-of-range updates (receive only lockfile updates, if desired)
      - Security updates (receive only security updates, if desired)
      
      Finally, you can contact us by mentioning @dependabot.
      
      </details>
      e718588e
  22. 29 8月, 2018 1 次提交
  23. 28 8月, 2018 1 次提交
  24. 27 8月, 2018 2 次提交
  25. 06 8月, 2018 2 次提交
  26. 29 7月, 2018 1 次提交
  27. 20 7月, 2018 1 次提交
  28. 17 6月, 2018 1 次提交
  29. 15 6月, 2018 1 次提交
  30. 14 6月, 2018 1 次提交
  31. 10 6月, 2018 1 次提交
  32. 19 5月, 2018 1 次提交
  33. 13 5月, 2018 1 次提交