arpjs
arpjs copied to clipboard
Update dependency getmac to v5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| getmac | dependencies | major | 1.5.0 -> 5.15.0 |
Release Notes
bevry/getmac
v5.15.0
- Updated dependencies, base files, and editions using boundation
v5.14.0
- Updated dependencies, base files, and editions using boundation
v5.13.0
- Updated dependencies, base files, and editions using boundation
v5.12.0
- Updated dependencies, base files, and editions using boundation
v5.11.0
- Updated dependencies, base files, and editions using boundation
v5.10.0
- Updated dependencies, base files, and editions using boundation
v5.9.0
- Updated dependencies, base files, and editions using boundation
v5.8.0
- Updated dependencies, base files, and editions using boundation
v5.7.0
- Updated dependencies, base files, and editions using boundation
v5.6.0
- Updated dependencies, base files, and editions using boundation
v5.5.0
- Updated dependencies, base files, and editions using boundation
v5.4.0
- Updated dependencies, base files, and editions using boundation
v5.3.0
- Updated dependencies, base files, and editions using boundation
v5.2.0
- Fix
Object is possibly 'undefined'compile error- Closes issue #100 thanks to DiamondYuan and marcoburrometo
- Removes leftover
coffeescriptandcoffeelintdev dependencies- Closes pull request #98 thanks to Jan Pilzer
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8tonode: >=10to keep up with mandatory ecosystem changes
v5.1.0
- Fix using getmac under enabled tsconfig config rule
noUnusedLocalsdue to unused import NetworkInterfaceInfo- Merges #96 thanks to Benoit Sepe
- Updated dependencies, base files, and editions using boundation
v5.0.0
- If you are using CommonJS, you must now do
require('getmac').default - Updated dependencies, base files, and editions using boundation
v4.4.0
- Updated dependencies, base files, and editions using boundation
v4.3.0
- Updated dependencies, base files, and editions using boundation
v4.2.0
- Updated dependencies, base files, and editions using boundation
v4.1.0
- Updated dependencies, base files, and editions using boundation
v4.0.1
- MAC addresses with single character parts are now considered valid
v4.0.0
- Uses the built in
require('os').networkInterfaces()instead -
getmac-nodenow supports receiving the iface name to filter, e.g.getmac-node en6
v3.0.1
- Better handling of errors with the
getmac-nodebinary
v3.0.0
-
getMacrenamed togetMACand has the function signature(iface?: string) => Promise<string> -
extractMACis now exported, if you already have the MAC interfaces string, with the signature(input: string, iface?: string) => string -
isMacrenamed toisMAC - Converted to TypeScript
- Updated dependencies, base files, and editions using boundation
v2.0.0
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.10tonode: >=8to keep up with mandatory ecosystem changes
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.