Skip to content

chore(deps): bump @microsoft/microsoft-graph-client from 1.4.0 to 2.0.0 - #14

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microsoft/microsoft-graph-client-2.0.0
Closed

dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microsoft/microsoft-graph-client-2.0.0

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Jan 31, 2020

Copy link
Copy Markdown

Bumps @microsoft/microsoft-graph-client from 1.4.0 to 2.0.0.

Release notes

Sourced from @microsoft/microsoft-graph-client's releases.

2.0.0

New Features (Breaking Changes)

Refer this guide for migrating from 1.x.x to 2.x.x

Polyfilling

Removed polyfills for Fetch and Promise, Now its the responsibility of the library users to polyfill these based on their environment support needs.

New minified files

graph-js-sdk-web.js and graph-js-sdk-core.js files are no longer available, new file named graph-js-sdk.js will be shipped along with graph-es-sdk.js. Both graph-js-sdk.js and graph-es-sdk.js will not depend on the isomorphic-fetch and es6-promise anymore.

Getting Raw Response

When making request using callback method raw response will not be passed as the param to the callback, instead one can get the same by using .responseType(ResponseType.RAW).

Renaming MSALAuthenticationProvider

Authentication provider and its options for MSAL library are now renamed from MSALAuthenticationProvider to ImplicitMSALAuthenticationProvider.

Initializing ImplicitMSALAuthenticationProvider

In order to create an instance of ImplicitMSALAuthenticationProvider previously named as MSALAuthenticaitonProvider now you can only pass an instance of MSAL's UserAgentApplication and MSALAuthenticationProviderOptions.

Creating MSAL's UserAgentApplication

MSAL changed its way of initializing UserAgentApplication (also called as MSALInstance) in v1.0.0. Since we updated our MSAL's dependency to latest stable version and ImplicitMSALAuthenticationProvider modified to adapt the same. Creating instance of ImplicitMSALAuthenticationProvider takes UserAgentApplication created as per MSAL v1.0.0.

Changing Default Content-Type in put method

Changed default Content-Type for a put request method to application/json, as it works with most of the cases. In case of putting payload other than JSON use .header method to add custom Content-Type.

Bug Fixes

2.0.0-Preview.5

Bug Fixes

2.0.0-Preview.4

Fixes

... (truncated)
Changelog

Sourced from @microsoft/microsoft-graph-client's changelog.

Changelog

Commits
  • d38a32f Bumped version to '2.0.0'
  • 09f3dbd Bumped version to '2.0.0-Preview.5'
  • 5bd942d Merge pull request #216 from microsoftgraph/abhsriva/issue-template
  • 4fbeb07 Merge branch 'dev' into abhsriva/issue-template
  • 2f85796 Merge pull request #217 from microsoftgraph/abhsriva/Fix-Dependencies
  • 35cd238 Added some place holders to Usage Information
  • 0e41646 Merge branch 'dev' into abhsriva/issue-template
  • 73177f0 Merge pull request #213 from microsoftgraph/abhsriva/BatchResponseContent
  • 267c50f Updated the version of dependencies
  • 4083a06 Added usage information in bug report
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoftgraph, a new releaser for @microsoft/microsoft-graph-client since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 31, 2020
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/microsoft/microsoft-graph-client-2.0.0 branch from 98a6a39 to 9297bf8 Compare March 15, 2020 17:19
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/microsoft/microsoft-graph-client-2.0.0 branch from 9297bf8 to 3ef782a Compare July 10, 2020 08:07
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #64.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/microsoft/microsoft-graph-client-2.0.0 branch October 10, 2020 21:03
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.

0 participants