Skip to content

Bump http-proxy from 1.17.0 to 1.18.1 in /samples/browser #319

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps http-proxy from 1.17.0 to 1.18.1.

Changelog

Sourced from http-proxy's changelog.

v1.18.1 - 2020-05-17

Merged

1.18.0 - 2019-09-18

Merged

Commits

  • [dist] New test fixtures. 7e4a0e5
  • [dist] End of an era. a9b09cc
  • [dist] Version bump. 1.18.0 9bbe486
  • [fix] Latest versions. 59c4403
  • [fix test] Update tests. dd1d08b
  • [dist] Update dependency ws to v3 [SECURITY] b00911c
  • [dist] .gitattributes all the things. fc93520
  • [dist] Regenerate package-lock.json. 16d4f8a
Commits
  • 9b96cd7 1.18.1
  • 335aeeb Skip sending the proxyReq event when the expect header is present (#1447)
  • dba3966 Remove node6 support, add node12 to build (#1397)
  • 9bbe486 [dist] Version bump. 1.18.0
  • 6e4bef4 Added in auto-changelog module set to keepachangelog format (#1373)
  • d056241 fix 'Modify Response' readme section to avoid unnecessary array copying (#1300)
  • 244303b Fix incorrect target name for reverse proxy example (#1135)
  • b4028ba Fix modify response middleware example (#1139)
  • 77a9815 [dist] Update dependency async to v3 (#1359)
  • c662f9e Fix path to local http-proxy in examples. (#1072)
  • Additional commits viewable in compare view

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 7, 2020
baywet
baywet previously approved these changes Sep 7, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/samples/browser/http-proxy-1.18.1 branch from 38e92d5 to 626f40a Compare September 9, 2020 06:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/samples/browser/http-proxy-1.18.1 branch from 626f40a to 515cc6b Compare September 9, 2020 06:29
@nikithauc nikithauc merged commit ab824f7 into dev Sep 9, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/samples/browser/http-proxy-1.18.1 branch September 9, 2020 06:37
nikithauc added a commit that referenced this pull request Oct 9, 2020
* updated broken link in README

* Post request with empty body, now working fine.

* updated the tests for this case

* made change to use undefined instead of null as classname

* added functionality to simplify building middleware chain

* Updated GraphRequest.ts for .count() scenario

Updated GraphRequest.ts to handle .count() when no parameter is specified

* Bumped version to '2.1.0-Preview.1'

* Adding the Modifying middleware chain samples

* - fixes broken link to client instance

* Updated the example to the correct return type

* fix casing on filename

* Update package.json

* Designed ChaosHandler

* Removing the set and get middleware chain method

* Update README

* Update README

* Bump lodash from 4.17.15 to 4.17.19 in /samples/browser

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

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

* Changed parsepath and query functions to split query params on first equals sign considering nested queries. Added comments to query functions

* Correcting spelling in comments, setting the param key directlyand replacing ternary condition with if else

* Adding a buildheaders function to conditionally set content type and checking if body is null when serializing content

* Altering condition to be optimal

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding formdata to the node project, setting the esModuleInterop config as true for allowing import of npm modules, adding unit test for application/xhtml+xml content type post

* Adding a private query parsing function and more validations

* Adding tests for url parsing and comments to the private url parsing functions

* Adding more information in the return comments for functions returning the GraphRequest instance

* Adding unit test for serializecontent testing if content is null, changed content type setting for put and patch

* Changing the conditional expression to check for undefined or null headers

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding the missing return

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Removing the try catch block from the test case

* Removing the try catch block from the test case

* Returning if the content-type is present else setting content-type as default

* Uninstalling formdata, restoring the tsconfigs and removing the condition to check if form-data is undefined in GraphRequest.ts

* Restoring file

* Reverting the package json changes

* Bump yargs-parser from 13.1.1 to 13.1.2 in /samples/browser (#321)

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

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

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

* Bump mixin-deep from 1.3.1 to 1.3.2 in /scripts (#301)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Bump http-proxy from 1.17.0 to 1.18.1 in /samples/browser (#319)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.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.17.0...1.18.1)

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

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

* Update OneDriveLargeFileUploadTask.ts (#325)

* Update OneDriveLargeFileUploadTask.ts

Trying to upload files with the '#' or '%' character in the filename ends with network errors of the form -
400 status response "The parameter item does not exist in method getByPath" 

Encoding the entire URL does not encode URL components correctly. When the SDK's client tries to encode these URL components in the parameters on the call to OneDriveLargeFileUploadTask.create, then the resultant file in OneDrive has the URL encoded filename (as opposed to the user-friendly/decoded filename). Therefore, fix the encoding in the SDK's URL components itself, directly.

* Update OneDriveLargeFileUploadTask.ts

Fix typo

* Update src/tasks/OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Update OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Use correct class name (#284)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Typo in documentation example. (#270)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Enhancement/#311 page iterator request options (#318)

* Adding request options property to PageIterator

* Adding tests for page iterator task to test passing along the headers

* using headersinit type for headers

* Specifying parameter definition

* using constants

* Updating function documentation

* remove response type, test passing fetchoptions

* testing requestOptions set in pageiterator

* typos, optional parameters comments

* Sorting parameter list - chaoshandleroptions (#334)

* Client init with middleware array (#333)

* Passing midddleware array in client options

* Tests for middleware array

* Removing try catch

* ifnode condition,chain middleware test

* Adding missing exports

* Array initialization

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* merging with dev

* Using spread operator

* Checking if middleware is not empty

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* Make GraphError real Error (#335)

Co-authored-by: nikithauc <nikithauc@gmail.com>

* Using ternary shorthand, upgrade preview 2.1.0-2 (#337)

* Bump version to 2.1.0

* changing.substring parameter, comments to check middleware

* adding tests, urlotherqueryoptions type

Co-authored-by: Abhinav Srivastava <abhinav.0543@gmail.com>
Co-authored-by: muthurathinam <mumuthus@microsoft.com>
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
Co-authored-by: warreee <ward.schodts@student.kuleuven.be>
Co-authored-by: Gideon Goldberg <gidsgoldberg@gmail.com>
Co-authored-by: Muthurathinam <6259786+muthurathinam@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Behnam Mohammadi <behnam.mohammadi@snapp.cab>
Co-authored-by: DeVere Dyett <ddyett@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Hari Sridharan <hasridha@microsoft.com>
Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>
Co-authored-by: mattdenkers <mbdenkers@gmail.com>
Co-authored-by: lewgordon <50742795+lewgordon@users.noreply.github.com>
Co-authored-by: Olivier Cuypers <oliviercuyp@gmail.com>
nikithauc added a commit that referenced this pull request Oct 23, 2020
* FIx Batching Documentation code

The code example in the Batching Documentation does not work. The batchResponse is not set in the example code.

* Correcting missing import, incorrect reference in example (#326)

* Release - 2.1.0 (#338)

* updated broken link in README

* Post request with empty body, now working fine.

* updated the tests for this case

* made change to use undefined instead of null as classname

* added functionality to simplify building middleware chain

* Updated GraphRequest.ts for .count() scenario

Updated GraphRequest.ts to handle .count() when no parameter is specified

* Bumped version to '2.1.0-Preview.1'

* Adding the Modifying middleware chain samples

* - fixes broken link to client instance

* Updated the example to the correct return type

* fix casing on filename

* Update package.json

* Designed ChaosHandler

* Removing the set and get middleware chain method

* Update README

* Update README

* Bump lodash from 4.17.15 to 4.17.19 in /samples/browser

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

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

* Changed parsepath and query functions to split query params on first equals sign considering nested queries. Added comments to query functions

* Correcting spelling in comments, setting the param key directlyand replacing ternary condition with if else

* Adding a buildheaders function to conditionally set content type and checking if body is null when serializing content

* Altering condition to be optimal

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding formdata to the node project, setting the esModuleInterop config as true for allowing import of npm modules, adding unit test for application/xhtml+xml content type post

* Adding a private query parsing function and more validations

* Adding tests for url parsing and comments to the private url parsing functions

* Adding more information in the return comments for functions returning the GraphRequest instance

* Adding unit test for serializecontent testing if content is null, changed content type setting for put and patch

* Changing the conditional expression to check for undefined or null headers

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding the missing return

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Removing the try catch block from the test case

* Removing the try catch block from the test case

* Returning if the content-type is present else setting content-type as default

* Uninstalling formdata, restoring the tsconfigs and removing the condition to check if form-data is undefined in GraphRequest.ts

* Restoring file

* Reverting the package json changes

* Bump yargs-parser from 13.1.1 to 13.1.2 in /samples/browser (#321)

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

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

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

* Bump mixin-deep from 1.3.1 to 1.3.2 in /scripts (#301)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Bump http-proxy from 1.17.0 to 1.18.1 in /samples/browser (#319)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.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.17.0...1.18.1)

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

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

* Update OneDriveLargeFileUploadTask.ts (#325)

* Update OneDriveLargeFileUploadTask.ts

Trying to upload files with the '#' or '%' character in the filename ends with network errors of the form -
400 status response "The parameter item does not exist in method getByPath" 

Encoding the entire URL does not encode URL components correctly. When the SDK's client tries to encode these URL components in the parameters on the call to OneDriveLargeFileUploadTask.create, then the resultant file in OneDrive has the URL encoded filename (as opposed to the user-friendly/decoded filename). Therefore, fix the encoding in the SDK's URL components itself, directly.

* Update OneDriveLargeFileUploadTask.ts

Fix typo

* Update src/tasks/OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Update OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Use correct class name (#284)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Typo in documentation example. (#270)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Enhancement/#311 page iterator request options (#318)

* Adding request options property to PageIterator

* Adding tests for page iterator task to test passing along the headers

* using headersinit type for headers

* Specifying parameter definition

* using constants

* Updating function documentation

* remove response type, test passing fetchoptions

* testing requestOptions set in pageiterator

* typos, optional parameters comments

* Sorting parameter list - chaoshandleroptions (#334)

* Client init with middleware array (#333)

* Passing midddleware array in client options

* Tests for middleware array

* Removing try catch

* ifnode condition,chain middleware test

* Adding missing exports

* Array initialization

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* merging with dev

* Using spread operator

* Checking if middleware is not empty

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* Make GraphError real Error (#335)

Co-authored-by: nikithauc <nikithauc@gmail.com>

* Using ternary shorthand, upgrade preview 2.1.0-2 (#337)

* Bump version to 2.1.0

* changing.substring parameter, comments to check middleware

* adding tests, urlotherqueryoptions type

Co-authored-by: Abhinav Srivastava <abhinav.0543@gmail.com>
Co-authored-by: muthurathinam <mumuthus@microsoft.com>
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
Co-authored-by: warreee <ward.schodts@student.kuleuven.be>
Co-authored-by: Gideon Goldberg <gidsgoldberg@gmail.com>
Co-authored-by: Muthurathinam <6259786+muthurathinam@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Behnam Mohammadi <behnam.mohammadi@snapp.cab>
Co-authored-by: DeVere Dyett <ddyett@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Hari Sridharan <hasridha@microsoft.com>
Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>
Co-authored-by: mattdenkers <mbdenkers@gmail.com>
Co-authored-by: lewgordon <50742795+lewgordon@users.noreply.github.com>
Co-authored-by: Olivier Cuypers <oliviercuyp@gmail.com>

Co-authored-by: Abrax20 <abs.christoph@gmail.com>
Co-authored-by: Darrel <darrmi@microsoft.com>
Co-authored-by: Abhinav Srivastava <abhinav.0543@gmail.com>
Co-authored-by: muthurathinam <mumuthus@microsoft.com>
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
Co-authored-by: warreee <ward.schodts@student.kuleuven.be>
Co-authored-by: Gideon Goldberg <gidsgoldberg@gmail.com>
Co-authored-by: Muthurathinam <6259786+muthurathinam@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Behnam Mohammadi <behnam.mohammadi@snapp.cab>
Co-authored-by: DeVere Dyett <ddyett@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Hari Sridharan <hasridha@microsoft.com>
Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>
Co-authored-by: mattdenkers <mbdenkers@gmail.com>
Co-authored-by: lewgordon <50742795+lewgordon@users.noreply.github.com>
Co-authored-by: Olivier Cuypers <oliviercuyp@gmail.com>
nikithauc added a commit that referenced this pull request Nov 18, 2020
* FIx Batching Documentation code

The code example in the Batching Documentation does not work. The batchResponse is not set in the example code.

* Correcting missing import, incorrect reference in example (#326)

* Release - 2.1.0 (#338)

* updated broken link in README

* Post request with empty body, now working fine.

* updated the tests for this case

* made change to use undefined instead of null as classname

* added functionality to simplify building middleware chain

* Updated GraphRequest.ts for .count() scenario

Updated GraphRequest.ts to handle .count() when no parameter is specified

* Bumped version to '2.1.0-Preview.1'

* Adding the Modifying middleware chain samples

* - fixes broken link to client instance

* Updated the example to the correct return type

* fix casing on filename

* Update package.json

* Designed ChaosHandler

* Removing the set and get middleware chain method

* Update README

* Update README

* Bump lodash from 4.17.15 to 4.17.19 in /samples/browser

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

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

* Changed parsepath and query functions to split query params on first equals sign considering nested queries. Added comments to query functions

* Correcting spelling in comments, setting the param key directlyand replacing ternary condition with if else

* Adding a buildheaders function to conditionally set content type and checking if body is null when serializing content

* Altering condition to be optimal

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding formdata to the node project, setting the esModuleInterop config as true for allowing import of npm modules, adding unit test for application/xhtml+xml content type post

* Adding a private query parsing function and more validations

* Adding tests for url parsing and comments to the private url parsing functions

* Adding more information in the return comments for functions returning the GraphRequest instance

* Adding unit test for serializecontent testing if content is null, changed content type setting for put and patch

* Changing the conditional expression to check for undefined or null headers

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Adding the missing return

Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>

* Removing the try catch block from the test case

* Removing the try catch block from the test case

* Returning if the content-type is present else setting content-type as default

* Uninstalling formdata, restoring the tsconfigs and removing the condition to check if form-data is undefined in GraphRequest.ts

* Restoring file

* Reverting the package json changes

* Bump yargs-parser from 13.1.1 to 13.1.2 in /samples/browser (#321)

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

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

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

* Bump mixin-deep from 1.3.1 to 1.3.2 in /scripts (#301)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Bump http-proxy from 1.17.0 to 1.18.1 in /samples/browser (#319)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.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.17.0...1.18.1)

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

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

* Update OneDriveLargeFileUploadTask.ts (#325)

* Update OneDriveLargeFileUploadTask.ts

Trying to upload files with the '#' or '%' character in the filename ends with network errors of the form -
400 status response "The parameter item does not exist in method getByPath" 

Encoding the entire URL does not encode URL components correctly. When the SDK's client tries to encode these URL components in the parameters on the call to OneDriveLargeFileUploadTask.create, then the resultant file in OneDrive has the URL encoded filename (as opposed to the user-friendly/decoded filename). Therefore, fix the encoding in the SDK's URL components itself, directly.

* Update OneDriveLargeFileUploadTask.ts

Fix typo

* Update src/tasks/OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Update OneDriveLargeFileUploadTask.ts

Updated comment

Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>

* Use correct class name (#284)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Typo in documentation example. (#270)

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: nikithauc <nikithauc@gmail.com>

* Enhancement/#311 page iterator request options (#318)

* Adding request options property to PageIterator

* Adding tests for page iterator task to test passing along the headers

* using headersinit type for headers

* Specifying parameter definition

* using constants

* Updating function documentation

* remove response type, test passing fetchoptions

* testing requestOptions set in pageiterator

* typos, optional parameters comments

* Sorting parameter list - chaoshandleroptions (#334)

* Client init with middleware array (#333)

* Passing midddleware array in client options

* Tests for middleware array

* Removing try catch

* ifnode condition,chain middleware test

* Adding missing exports

* Array initialization

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* merging with dev

* Using spread operator

* Checking if middleware is not empty

Co-authored-by: Vincent Biret <vibiret@microsoft.com>

* Make GraphError real Error (#335)

Co-authored-by: nikithauc <nikithauc@gmail.com>

* Using ternary shorthand, upgrade preview 2.1.0-2 (#337)

* Bump version to 2.1.0

* changing.substring parameter, comments to check middleware

* adding tests, urlotherqueryoptions type

Co-authored-by: Abhinav Srivastava <abhinav.0543@gmail.com>
Co-authored-by: muthurathinam <mumuthus@microsoft.com>
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
Co-authored-by: warreee <ward.schodts@student.kuleuven.be>
Co-authored-by: Gideon Goldberg <gidsgoldberg@gmail.com>
Co-authored-by: Muthurathinam <6259786+muthurathinam@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Behnam Mohammadi <behnam.mohammadi@snapp.cab>
Co-authored-by: DeVere Dyett <ddyett@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Hari Sridharan <hasridha@microsoft.com>
Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>
Co-authored-by: mattdenkers <mbdenkers@gmail.com>
Co-authored-by: lewgordon <50742795+lewgordon@users.noreply.github.com>
Co-authored-by: Olivier Cuypers <oliviercuyp@gmail.com>

* Setting GraphError prototype explicity. Version 2.1.1 (#347)

Co-authored-by: Abrax20 <abs.christoph@gmail.com>
Co-authored-by: Darrel <darrmi@microsoft.com>
Co-authored-by: Abhinav Srivastava <abhinav.0543@gmail.com>
Co-authored-by: muthurathinam <mumuthus@microsoft.com>
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
Co-authored-by: warreee <ward.schodts@student.kuleuven.be>
Co-authored-by: Gideon Goldberg <gidsgoldberg@gmail.com>
Co-authored-by: Muthurathinam <6259786+muthurathinam@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Behnam Mohammadi <behnam.mohammadi@snapp.cab>
Co-authored-by: DeVere Dyett <ddyett@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Hari Sridharan <hasridha@microsoft.com>
Co-authored-by: Mustafa Zengin <mzengin88@gmail.com>
Co-authored-by: mattdenkers <mbdenkers@gmail.com>
Co-authored-by: lewgordon <50742795+lewgordon@users.noreply.github.com>
Co-authored-by: Olivier Cuypers <oliviercuyp@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants