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

chore(deps): bump http-proxy from 1.18.0 to 1.18.1 #1280

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2020

Bumps http-proxy from 1.18.0 to 1.18.1.

Changelog

Sourced from http-proxy's changelog.

v1.18.1 - 2020-05-17

Merged

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2020
@sagalbot sagalbot merged commit c2fcce1 into master Sep 18, 2020
@sagalbot sagalbot deleted the dependabot/npm_and_yarn/http-proxy-1.18.1 branch September 18, 2020 19:48
@github-actions
Copy link

🎉 This PR is included in version 3.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

sagalbot added a commit that referenced this pull request Dec 28, 2020
* chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#1280)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](http-party/node-http-proxy@1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /docs (#1284)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump node-fetch from 2.6.0 to 2.6.1 (#1283)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /docs (#1281)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](http-party/node-http-proxy@1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Update README.md (#1288)

Added exclamation.

* Update vue & vue-loader; install @vue/compiler-sfc

* Adjust webpack build for vue 3

* Update dev.js to create application with breaking changes

* scopedSlots => slots

* Update with vue event 'emits' changes

* Update packages to allow testing

* Update helper.js to (1) use props instead of propsData and (2) create and mount correctly

* Fix spyOn uses, which now need to access internal context

* propsData -> props

* Fix Ajax tests; listeners/search -> props/onSearch

* Fix Autoscroll tests; trigger event from Select rather than its slot

* Fix Components tests, switching Vue.component to defineComponent and contains to find

* Fix spyOn in Autoscroll

* propsData -> props in Select

* Use get('input') in place of find({ ref: 'search' }) in helpers

* Fix Deselecting tests (find -> get and disabled is no longer set to 'disabled')

* Fix Dropdown tests; find({ref}) -> get, contains -> find().exists()

* Fix Keydown tests, find({ref}) -> get('input')

* Fix ReactiveOptions tests; spy fixes, setData go away, remove superfluous nexttick

* Change 'value' to 'modelValue' and 'input' event to 'update:modelValue' (breaking from vue 3)

* Update fixed tests with the modelValue and update:modelValue changes

* Fix Reduce tests, mostly value -> selectedValue changes

* Fix Selectable tests

* Fix Selecting tests (including a few tests that weren't working previously

* Fix Slots tests

* Fix Tagging tests

* Fix TypeAhead tests

* Fix previous spy 'fix', removing ctx hack (that didn't really work)

* Add prepare run script

* npm -> yarn

* Update vue peer dependency

* Change emits to reference 'update:modelValue' rather than 'input'

* Add vue to externals so it's not bundled in (and avoids 'Symbol(fragment)' errors)

* Update package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shaykingsbury <70592288+shaykingsbury@users.noreply.github.com>
Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant