ioBroker / ioBroker.discovery

This adapter tries to discover all known devices
MIT License
28 stars 48 forks source link

chore(deps): update ipaddr.js requirement from ^2.0.1 to ^2.1.0 #272

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on ipaddr.js to permit the latest version.

Changelog

Sourced from ipaddr.js's changelog.

2.1.0 - 2023-05-23

  • un-deprecate IPv6.toString() and make it an alias to toRFC5952String()
  • add reserved 198.18.0.0/15 block
  • add reserved blocks in 2001: space

2.0.1 - 2020-01-06

  • add support for deprecated IPv4 compatible IPv6 addresses #142
  • drop node 8 testing, add v14
  • fix parseInt for decimal, octal, hex
  • add support for classful (2,3 octet) IPv4

2.0.0 - 2019-10-13

  • use es6 templates instead of concatenated strings
  • lint: update tests with no-var
  • lint: allow no-cond-assign with extra parens
  • es6: replace var with const/let
  • update README with es6 examples #125
  • replace nodeunit with mocha
  • rewrite in JS, drop CoffeeScript

1.9.1 - 2019-07-03

Commits
  • fb16961 Bump version to 2.1.0
  • 8e1c5a8 Merge pull request #148 from msimerson/travis-to-github-actions
  • 604776a Merge pull request #163 from Darkwa/master
  • c623ac0 Add toString tests for IPv4 CIDR and IPv6 CIDR
  • fdb3656 Fix IPv6 toString method
  • dbd4c4f Add reserved block to SpecialRanges
  • 68300e6 README: fix broken links
  • 0335c09 Add IANA reserved IPv6 addresses of 2001 space
  • 9e02bba README: update badge URLs
  • fd1db46 add GitHub Actions CI tests
  • See full diff in compare view


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 commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)