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

Update http-proxy-middleware to the latest version 🚀 #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 16, 2020

The devDependency http-proxy-middleware was updated from 0.20.0 to 0.21.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: chimurai
License: MIT

Find out more about this release.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@vercel
Copy link

vercel bot commented Feb 16, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/geoblink/design-system/ggemhh7iv
✅ Preview: https://design-system-git-greenkeeper-http-proxy-middleware-0210.geoblink.now.sh

@codecov
Copy link

codecov bot commented Feb 16, 2020

Codecov Report

Merging #27 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   84.95%   84.95%           
=======================================
  Files         149      149           
  Lines        3364     3364           
  Branches      278      278           
=======================================
  Hits         2858     2858           
  Misses        436      436           
  Partials       70       70           
Impacted Files Coverage Δ
src/elements/GeoPill/GeoPill.vue 100.00% <0.00%> (ø) ⬆️
src/elements/GeoAlert/GeoAlert.vue 100.00% <0.00%> (ø) ⬆️
src/elements/GeoChart/GeoChart.vue 86.66% <0.00%> (ø) ⬆️
src/elements/GeoChart/constants.js 100.00% <0.00%> (ø) ⬆️
src/elements/GeoInput/GeoInput.vue 84.21% <0.00%> (ø) ⬆️
src/elements/GeoModal/GeoModal.vue 64.86% <0.00%> (ø) ⬆️
src/elements/GeoTable/GeoTable.vue 88.07% <0.00%> (ø) ⬆️
src/elements/GeoButton/GeoButton.vue 100.00% <0.00%> (ø) ⬆️
src/elements/GeoCircle/GeoCircle.vue 100.00% <0.00%> (ø) ⬆️
src/elements/GeoSelect/GeoSelect.vue 100.00% <0.00%> (ø) ⬆️
... and 139 more

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 0d14458...0a2cdd9. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2020

Update to this version instead 🚀

Release Notes for v1.0.0

v0.21.0...v1.0.0

  • feat(createProxyMiddleware): explicit import http-proxy-middleware (BREAKING CHANGE)(#400)
  • feat(typescript): export http-proxy-middleware types (#400)
  • fix(typescript): ES6 target - TS1192 (#400)

BREAKING CHANGE

require/import of http-proxy-middleware is now explicit

functionality did not change in this release.

https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module

v0.x.x with implicit require

const proxy = require('http-proxy-middleware');

v1.0.0 with explicit require

const { createProxyMiddleware } = require('http-proxy-middleware');

TypesScript Types

import { Filter, Options, RequestHandler } from 'http-proxy-middleware';

v1.0.0 - semver

Moving to less confusing semver versioning (#358)

Commits

The new version differs by 5 commits.

  • aefdbe8 chore(package): v1.0.0
  • 95233df Merge pull request #402 from chimurai/types-fix
  • 4aaaae6 feat(typescript): export http-proxy-middleware types [BREAKING CHANGE]
  • 777b911 Merge pull request #399 from chimurai/docs-polka
  • 41534b9 docs(polka): add polka example usage

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants