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 kiota-dependencies group with 2 updates #4267

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps the kiota-dependencies group with 2 updates: Microsoft.Kiota.Http.HttpClientLibrary and Microsoft.Kiota.Serialization.Form.

Updates Microsoft.Kiota.Http.HttpClientLibrary from 1.3.4 to 1.3.7

Release notes

Sourced from Microsoft.Kiota.Http.HttpClientLibrary's releases.

1.3.7

Changes:

  • #211: Add net6.0 and net8.0 as Target Frameworks
  • #209: Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • #210: Bump coverlet.collector from 6.0.0 to 6.0.1
  • #208: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7
  • #207: Bump xunit from 2.6.6 to 2.7.0
  • #204: Bump Microsoft.NET.Test.Sdk and Microsoft.TestPlatform.ObjectModel
  • #203: Fixes codeql permissions
  • #202: Bump Microsoft.Kiota.Abstractions from 1.7.8 to 1.7.9

This list of changes was auto generated.

1.3.6

Changes:

  • #201: Fix IsTrimmable property
  • #200: Bump Microsoft.Kiota.Abstractions from 1.7.7 to 1.7.8

This list of changes was auto generated.

1.3.5

Changes:

  • #199: Bump Microsoft.Kiota.Abstractions from 1.7.6 to 1.7.7
  • #198: Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • #197: Adds XXX mapping code to adapter.
  • #196: - adds permissions to SQ workflow
  • #195: - adds permissions in workflow file in anticipation for token lockdown
  • #193: Bump actions/cache from 3 to 4
  • #192: Bump xunit from 2.6.5 to 2.6.6
  • #191: Bump Microsoft.Kiota.Abstractions from 1.7.4 to 1.7.5
  • #190: Bump Microsoft.Kiota.Abstractions from 1.7.3 to 1.7.4

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Http.HttpClientLibrary's changelog.

[1.3.7] - 2024-02-26

Changed

  • Added net6.0 and net8.0 as target frameworks.

[1.3.6] - 2023-02-05

  • Fixes IsTrimmable property on the project.

[1.3.5] - 2023-01-23

Added

  • Adds support for XXX status code error mapping to HttpClientRequestAdapter.
Commits
  • a2cebaf Merge pull request #211 from hwoodiwiss/hwoodiwiss-update-tfm
  • 8229ba8 Update abstractions
  • 30d1d1f Merge pull request #209 from microsoft/dependabot/nuget/coverlet.msbuild-6.0.1
  • 90e6d77 Fix debug build
  • 4bc2239 Update
  • 7e205ee Merge pull request #210 from microsoft/dependabot/nuget/coverlet.collector-6.0.1
  • 5bbea5c Bump version
  • 98a6c37 Add net6.0 and net8.0 as Target Frameworks
  • 91007d0 Bump coverlet.collector from 6.0.0 to 6.0.1
  • d245c1d Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • Additional commits viewable in compare view

Updates Microsoft.Kiota.Serialization.Form from 1.1.1 to 1.1.5

Release notes

Sourced from Microsoft.Kiota.Serialization.Form's releases.

v1.1.5

What's Changed

Full Changelog: microsoft/kiota-serialization-form-dotnet@v1.1.4...v1.1.5

1.1.4

Changes:

  • #117: Add net6.0 and net8.0 as Target Frameworks
  • #116: Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • #115: Bump coverlet.collector from 6.0.0 to 6.0.1
  • #114: Bump xunit from 2.6.6 to 2.7.0
  • #113: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7
  • #112: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  • #111: Bump Microsoft.TestPlatform.ObjectModel from 17.8.0 to 17.9.0

This list of changes was auto generated.

1.1.3

Changes:

  • #110: Fix IsTrimmable property
  • #109: Bump Microsoft.Kiota.Abstractions from 1.7.6 to 1.7.8
  • #108: Move Cast call when in .NET Standard.

This list of changes was auto generated.

1.1.2

Changes:

  • #107: Fix AOT warning issues, and clean up.
  • #106: Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • #105: - adds permissions to SQ workflow
  • #104: - adds permissions in workflow file in anticipation for token lockdown
  • #103: Bump actions/cache from 3 to 4
  • #102: Bump xunit from 2.6.5 to 2.6.6
  • #101: Bump Microsoft.Kiota.Abstractions from 1.7.4 to 1.7.5
  • #100: Bump Microsoft.Kiota.Abstractions from 1.7.3 to 1.7.4
  • #99: Bump xunit from 2.6.4 to 2.6.5
  • #97: Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6

... (truncated)

Changelog

Sourced from Microsoft.Kiota.Serialization.Form's changelog.

[1.1.5] - 2024-02-27

Changed

  • Reduced DynamicallyAccessedMembers scope for enum methods to prevent ILC warnings.

[1.1.4] - 2024-02-26

Changed

  • Added net6.0 and net8.0 as target frameworks.

[1.1.3] - 2024-02-05

Changed

  • Fixes IsTrimmable property on the project.

[1.1.2] - 2024-01-30

Changed

  • Fixed some AOT warnings due to reflection use on enum types.
Commits
  • 29a1914 Merge pull request #118 from hwoodiwiss/hwoodiwiss-update-enum-access-attributes
  • 765a1f9 Bump abstractions to 1.7.11
  • 622a575 Update DynamicallyAccessMembers for IParseNode Enum methods
  • 2d9b8a3 Merge pull request #117 from hwoodiwiss/hwoodiwiss-update-tfm
  • 5593b1c Update abstractions
  • d9d7edf Merge pull request #116 from microsoft/dependabot/nuget/coverlet.msbuild-6.0.1
  • cb2d98f Update
  • 798d108 Add net6.0 and net8.0 as Target Frameworks
  • 5d24b0b Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • ea2c8eb Merge pull request #115 from microsoft/dependabot/nuget/coverlet.collector-6.0.1
  • Additional commits viewable 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

Bumps the kiota-dependencies group with 2 updates: [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com/microsoft/kiota-http-dotnet) and [Microsoft.Kiota.Serialization.Form](https://github.com/microsoft/kiota-serialization-form-dotnet).


Updates `Microsoft.Kiota.Http.HttpClientLibrary` from 1.3.4 to 1.3.7
- [Release notes](https://github.com/microsoft/kiota-http-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-http-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-http-dotnet@v1.3.4...v1.3.7)

Updates `Microsoft.Kiota.Serialization.Form` from 1.1.1 to 1.1.5
- [Release notes](https://github.com/microsoft/kiota-serialization-form-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-form-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-form-dotnet@v1.1.1...v1.1.5)

---
updated-dependencies:
- dependency-name: Microsoft.Kiota.Http.HttpClientLibrary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
- dependency-name: Microsoft.Kiota.Serialization.Form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 29, 2024 08:24
@dependabot dependabot bot added the generator Issues or improvements relater to generation capabilities. label Feb 29, 2024
@github-actions github-actions bot enabled auto-merge February 29, 2024 08:24
auto-merge was automatically disabled February 29, 2024 08:29

Pull Request is not mergeable

@andrueastman andrueastman merged commit 98ce9d0 into main Feb 29, 2024
191 of 192 checks passed
@andrueastman andrueastman deleted the dependabot/nuget/kiota-dependencies-27a33b63d8 branch February 29, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Issues or improvements relater to generation capabilities.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant