Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use internal-ip@4.0.0 #1668

Merged
merged 3 commits into from
Feb 18, 2019
Merged

Use internal-ip@4.0.0 #1668

merged 3 commits into from
Feb 18, 2019

Conversation

patrickhrastnik
Copy link
Contributor

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update (I'm not sure if this category is correct)

For Bugs and Features; did you add new tests?

Motivation / Use-Case

Short conclusion: This change makes webpack-dev-server available for AIX systems.

internal-ip got an upgrade, as well as its dependency default-gateway. Both of them now support aix systems. Since internal-ip got a new major release version (because it was upgraded to use node>=6 as well), we need to upgrade the required version of internal-ip here.

We have an AIX system we want to use Angular and/or React on. Since default-gateway was not available on AIX systems, we had to come up with a solution for this system.
The package maintainer of default-gateway politely made the pull request to update internal-ip. By doing this, they made a new major release. That's why the changes in default-gateway and internal-ip are not automatically used when installing webpack-dev-server.

Breaking Changes

Additional Info

default-gateway has a new optional dependency idb-connector. This is a package only available for AIX systems. Thus, it's listed in the package-lock.json, but not installed on other platforms. Optional dependencies don't lead to failure if they cannot be installed.

internal-ip got an upgrade, as well as its dependency default-gateway. Both of them now support aix systems. Since internal-ip got a new major release version (because it was upgraded to use node>=6 as well), we need to upgrade the required version of internal-ip here.
@jsf-clabot
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

Merging #1668 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1668   +/-   ##
=======================================
  Coverage   75.37%   75.37%           
=======================================
  Files          19       19           
  Lines         597      597           
  Branches      172      172           
=======================================
  Hits          450      450           
  Misses        113      113           
  Partials       34       34

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2bcdb0...0661da1. Read the comment docs.

@alexander-akait alexander-akait merged commit 017dc3d into webpack:master Feb 18, 2019
@patrickhrastnik
Copy link
Contributor Author

Thanks for merging the changes. When are they going to be released, to be available via npm?

@alexander-akait
Copy link
Member

Today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants