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 the gomodupdates group in /providers/ms365 with 3 updates #3054

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps the gomodupdates group in /providers/ms365 with 3 updates: github.com/Azure/azure-sdk-for-go/sdk/azidentity, github.com/microsoft/kiota-abstractions-go and github.com/microsoftgraph/msgraph-sdk-go.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.4.0 to 1.5.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.5.1

1.5.1 (2024-01-17)

Bugs Fixed

  • InteractiveBrowserCredential handles AdditionallyAllowedTenants correctly

sdk/azidentity/v1.5.0

1.5.0 (2024-01-16)

Breaking Changes

These changes affect only code written against a beta version such as v1.5.0-beta.1

  • Removed persistent token caching. It will return in v1.6.0-beta.1

Bugs Fixed

  • Credentials now preserve MSAL headers e.g. X-Client-Sku

Other Changes

  • Upgraded dependencies

sdk/internal/v1.5.1

1.5.1 (2023-12-06)

Bugs Fixed

  • Recording will restore the original scheme/host after making a successful HTTP(s) call.
Commits

Updates github.com/microsoft/kiota-abstractions-go from 1.5.3 to 1.5.5

Release notes

Sourced from github.com/microsoft/kiota-abstractions-go's releases.

v1.5.5

Changed

v1.5.4

Changed

  • Fix bug where empty string query parameters are added to the request. #133
Changelog

Sourced from github.com/microsoft/kiota-abstractions-go's changelog.

[1.5.5] - 2024-01-17

Changed

[1.5.4] - 2024-01-16

Changed

  • Fix bug where empty string query parameters are added to the request. #133
Commits
  • 6f6c124 Merge pull request #137 from microsoft/bugfix/backing-store-nil
  • 504f5f5 - fixes wrong usage of is nil API
  • 1d65678 - fixes nullability issue with in memory backing store
  • 8266e41 Merge pull request #136 from XdpCs/fix-query-string
  • aa16daa test(request_information_test.go): modify TestItDoesNotSetEmptySearchQueryPar...
  • 728b6d0 fix(request_information): fix empty string
  • f119d9a Merge pull request #135 from mattn/fix-typo
  • 5c590f5 fix typo
  • 5f7f709 Merge pull request #134 from mattn/fix-typos
  • 8ff30fe fix typos
  • Additional commits viewable in compare view

Updates github.com/microsoftgraph/msgraph-sdk-go from 1.29.0 to 1.30.0

Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

[1.30.0]- 2024-01-17

Changed

  • Weekly generation.
Commits
  • 59c6b20 Generated models and request builders (#646)
  • a80c224 Merge pull request #647 from microsoftgraph/dependabot/go_modules/github.com/...
  • 12659ec Bump github.com/microsoft/kiota-abstractions-go from 1.5.3 to 1.5.4
  • 7b266d8 Merge pull request #645 from microsoftgraph/dependabot/go_modules/github.com/...
  • d9c02c9 Bump github.com/microsoft/kiota-serialization-json-go
  • f10f79f Generated models and request builders (#636)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 18, 2024
Bumps the gomodupdates group in /providers/ms365 with 3 updates: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go), [github.com/microsoft/kiota-abstractions-go](https://github.com/microsoft/kiota-abstractions-go) and [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.4.0 to 1.5.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.4.0...sdk/internal/v1.5.1)

Updates `github.com/microsoft/kiota-abstractions-go` from 1.5.3 to 1.5.5
- [Release notes](https://github.com/microsoft/kiota-abstractions-go/releases)
- [Changelog](https://github.com/microsoft/kiota-abstractions-go/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-abstractions-go@v1.5.3...v1.5.5)

Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-go@v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/microsoft/kiota-abstractions-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/providers/ms365/gomodupdates-b90be489a7 branch from 687b9bc to c4d4767 Compare January 19, 2024 09:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/providers/ms365/gomodupdates-b90be489a7 branch January 20, 2024 13:36
@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants