Skip to content

Commit

Permalink
fix(deps): update wait-port to 0.2.14 (#4788)
Browse files Browse the repository at this point in the history
* fix(deps): update wait-port to 0.2.14

* Revert "chore: vendor wait-port to unblock CI (#4783)"

This reverts commit 9cefa25.

# Conflicts:
#	npm-shrinkwrap.json
#	package.json

* chore: update contributors field

* chore: update contributors field

* chore: update contributors field

* chore: update contributors field

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: token-generator-app[bot] <token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 11, 2022
1 parent 3c0e7ee commit 302d31f
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 525 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ coverage
!.vscode/launch.json
.github/styles

# node sdk
vendor

# osx
.DS_STORE

Expand Down
22 changes: 11 additions & 11 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@
"/src/functions-templates/**",
"/src/lib/functions/templates/**",
"!/src/**/node_modules/**",
"!/src/**/*.test.js",
"/vendor"
"!/src/**/*.test.js"
],
"homepage": "https://github.com/netlify/cli",
"keywords": [
Expand Down Expand Up @@ -321,7 +320,7 @@
"unixify": "^1.0.0",
"update-notifier": "^5.0.0",
"uuid": "^8.0.0",
"wait-port": "0.2.9",
"wait-port": "^0.2.14",
"winston": "^3.2.1",
"write-file-atomic": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/commands/dev/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const { Option } = require('commander')
const execa = require('execa')
const StaticServer = require('static-server')
const stripAnsiCc = require('strip-ansi-control-characters')
const waitPort = require('wait-port')

const waitPort = require('../../../vendor/wait-port')
const { promptEditorHelper } = require('../../lib/edge-functions')
const { startFunctionsServer } = require('../../lib/functions/server')
const {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/http-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const { readFile } = require('fs').promises

const { HttpsProxyAgent } = require('https-proxy-agent')
const waitPort = require('wait-port')

const waitPort = require('../../vendor/wait-port')
const { NETLIFYDEVERR, NETLIFYDEVWARN, exit, log } = require('../utils')

// https://github.com/TooTallNate/node-https-proxy-agent/issues/89
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/20.command.functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const avaTest = require('ava')
const { isCI } = require('ci-info')
const execa = require('execa')
const getPort = require('get-port')
const waitPort = require('wait-port')

const fs = require('../../src/lib/fs')
const { NetlifyFunction } = require('../../src/lib/functions/netlify-function')
const waitPort = require('../../vendor/wait-port')

const callCli = require('./utils/call-cli')
const cliPath = require('./utils/cli-path')
Expand Down
21 changes: 0 additions & 21 deletions vendor/wait-port/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/wait-port/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/wait-port/index.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/wait-port/lib/errors/connection-error.js

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/wait-port/lib/errors/target-error.js

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/wait-port/lib/errors/validation-error.js

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/wait-port/lib/extract-target.js

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/wait-port/lib/output-functions/dots.js

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/wait-port/lib/output-functions/index.js

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/wait-port/lib/output-functions/silent.js

This file was deleted.

62 changes: 0 additions & 62 deletions vendor/wait-port/lib/validate-parameters.js

This file was deleted.

Loading

17 comments on commit 302d31f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“Š Benchmark results

Package size: 227 MB

Please sign in to comment.