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

Bump proxy from 1.0.2 to 2.1.1 #531

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps proxy from 1.0.2 to 2.1.1.

Release notes

Sourced from proxy's releases.

proxy@2.1.1

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

proxy@2.1.0

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections

proxy@2.0.1

Patch Changes

  • 7674748: Update @types/node to v14.18.45
Changelog

Sourced from proxy's changelog.

2.1.1

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

2.1.0

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections

2.0.1

Patch Changes

  • 7674748: Update @types/node to v14.18.45

2.0.0

Major Changes

  • d99a7c8: Major version bump for all packages

Patch Changes

  • c169ced: Convert mocha tests to jest for all packages
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 2.1.1.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy@2.1.1/packages/proxy)

---
updated-dependencies:
- dependency-name: proxy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Jun 5, 2023
Signed-off-by: dependabot[bot] <support@github.com>
@timursaurus
Copy link
Collaborator

timursaurus commented Jun 5, 2023

Updated package now exposes a named export createProxy

import { createProxy } from 'proxy';

// would be just enough to rename the import
import { createProxy as proxy } from "proxy";

@timursaurus timursaurus self-assigned this Jun 5, 2023
@timursaurus
Copy link
Collaborator

timursaurus commented Jun 5, 2023

b187bc2
^ Here's what needs to be done to safely update the package

What would be the best way to handle this pull request?

Close this and open a new one manually?

@nhtruong
Copy link
Collaborator

nhtruong commented Jun 6, 2023

@timursaurus yeah feel free to create your own manual PR to fix this. You can close this once you have the manual PR.

@nhtruong nhtruong closed this Jul 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@nhtruong nhtruong deleted the dependabot/npm_and_yarn/proxy-2.1.1 branch July 13, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants