Skip to content

Bump ip-address from 9.0.5 to 10.4.0 in the npm_and_yarn group across 1 directory - #101

Merged
llastflowers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-573c91500e
Aug 7, 2026
Merged

Bump ip-address from 9.0.5 to 10.4.0 in the npm_and_yarn group across 1 directory#101
llastflowers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-573c91500e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: ip-address.

Updates ip-address from 9.0.5 to 10.4.0

Release notes

Sourced from ip-address's releases.

v10.4.0

What's Changed

Full Changelog: beaugunderson/ip-address@v10.3.1...v10.4.0

v10.3.1

Full Changelog: beaugunderson/ip-address@v10.3.0...v10.3.1

v10.3.0

Full Changelog: beaugunderson/ip-address@v10.2.2...v10.3.0

v10.2.2

Full Changelog: beaugunderson/ip-address@v10.2.1...v10.2.2

v10.2.1

Full Changelog: beaugunderson/ip-address@v10.2.0...v10.2.1

Commits
  • fbb8db2 10.4.0
  • 45a2b11 Validate the byte arrays Address6 is given (#217)
  • bac8810 Keep the package loadable on node 12, and enforce it (#216)
  • 9b3d848 Add a security policy and a README section on security posture
  • e84a7b3 Order the README API reference Address4, Address6, AddressError
  • 015160b Collapse each class in the README API reference
  • 34061a8 Pin checkout and setup-node to commits in the release job
  • c5fae5d Pin action-gh-release to a commit and move it to 3.0.2
  • e0ef048 Replace CircleCI with GitHub Actions
  • 5e3ceb7 Add GitHub Actions CI across Node 20, 22, 24 and 25 (#213)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ip-address since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [ip-address](https://github.com/beaugunderson/ip-address).


Updates `ip-address` from 9.0.5 to 10.4.0
- [Release notes](https://github.com/beaugunderson/ip-address/releases)
- [Commits](beaugunderson/ip-address@v9.0.5...v10.4.0)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.4.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 17:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
@llastflowers

Copy link
Copy Markdown
Contributor

@copilot please evaluate the breaking changes in this update and comment your findings here

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@copilot please evaluate the breaking changes in this update and comment your findings here

Findings on the ip-address 9.0.5 → 10.4.0 update:

  • auto-check-element does not import ip-address directly. It is a dev-only transitive dependency through @web/test-runner → puppeteer-core → @puppeteer/browsers → proxy-agent → socks-proxy-agent → socks → ip-address.
  • Main upstream breaking surface for direct ip-address consumers: the old jsbn BigInteger APIs were replaced with native bigint APIs (bigInteger() / fromBigInteger() are gone in favor of bigInt() / fromBigInt(); related helpers such as _startAddress(), _endAddress(), and getBits() now return bigint).
  • Packaging changes: ip-address no longer ships src/* or .d.ts.map files and removed runtime dependencies on jsbn and sprintf-js. The package still has node >= 12, keeps the CommonJS main entry (dist/ip-address.js), and does not add restrictive exports.
  • Impact here appears low: this repo only receives it through test tooling, and repository source has no ip-address usage.

Validation performed: npm ci, npm run lint, npm run build, and npm audit --omit=dev all completed successfully. npm test was blocked before running tests because Playwright’s install --with-deps attempted apt repository access and the sandbox received 403 responses from Ubuntu/Google package repositories.

@llastflowers
llastflowers merged commit 465a5cd into main Aug 7, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-573c91500e branch August 7, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants