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 5 updates #4247

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the kiota-dependencies group with 5 updates:

Package From To
Microsoft.Kiota.Abstractions 1.7.10 1.7.11
Microsoft.Kiota.Http.HttpClientLibrary 1.3.4 1.3.7
Microsoft.Kiota.Serialization.Form 1.1.1 1.1.4
Microsoft.Kiota.Serialization.Json 1.1.4 1.1.8
Microsoft.Kiota.Abstractions 1.7.10 1.7.11
Microsoft.Kiota.Serialization.Text 1.1.2 1.1.4

Updates Microsoft.Kiota.Abstractions from 1.7.10 to 1.7.11

Release notes

Sourced from Microsoft.Kiota.Abstractions's releases.

1.7.11

Changes:

  • #202: Reduce IParseNode Enum methods DynamicallyAccessedMembers scope

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Abstractions's changelog.

[1.7.11] - 2024-02-26

Changed

  • Updated IParseNode enum methods DynamicallyAccessedMembersAttribute to PublicFields.
  • Fixed AOT compiler warnings from ILC.
Commits
  • 972be8b Merge pull request #202 from hwoodiwiss/hwoodiwiss-update-enum-access-attributes
  • e25da97 Fix Trim Warning, version gate
  • 44b98e0 Update to use UnconditionalSuppressMessage
  • 7c179bf Add IL2075 suppression
  • 89fe76a Actually fully revert change
  • ab2974f Fully revert change
  • 80afc6d Update changelog to reflect reduced scope
  • f9e5880 Revert GetEnumName change
  • e61bed7 Reduce IParseNode enum methods to only specify PublicFields DynamicAccess
  • 6f4da01 Updates per review
  • Additional commits viewable in compare view

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.4

Release notes

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

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
  • #98: Bump xunit from 2.6.3 to 2.6.4
  • #96: Bump github/codeql-action from 2 to 3
  • #93: Bump xunit from 2.6.2 to 2.6.3
  • #95: Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5
  • #94: Bump Moq from 4.20.69 to 4.20.70
  • #92: Bump actions/setup-dotnet from 3 to 4
  • #91: Bump Microsoft.Kiota.Abstractions from 1.7.2 to 1.7.3

... (truncated)

Changelog

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

[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
  • 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
  • c07e6a2 Bump coverlet.collector from 6.0.0 to 6.0.1
  • 42ea36d Merge pull request #114 from microsoft/dependabot/nuget/xunit-2.7.0
  • 221cfe1 Bump xunit from 2.6.6 to 2.7.0
  • Additional commits viewable in compare view

Updates Microsoft.Kiota.Serialization.Json from 1.1.4 to 1.1.8

Release notes

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

1.1.8

Changes:

  • #191: Update DynamicallyAccessMembers for IParseNode Enum methods

This list of changes was auto generated.

1.1.7

Changes:

  • #190: Add ability to use JsonSerializerContext (and JsonSerialzerOptions) when serializing and deserializing

This list of changes was auto generated.

1.1.6

Changes:

  • #189: Add net6.0 and net8.0 as Target Frameworks
  • #188: Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • #187: Bump coverlet.collector from 6.0.0 to 6.0.1
  • #184: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7
  • #185: Bump xunit from 2.6.6 to 2.7.0
  • #183: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  • #182: Bump Microsoft.TestPlatform.ObjectModel from 17.8.0 to 17.9.0
  • #180: Fixes codeql permissions

This list of changes was auto generated.

1.1.5

Changes:

  • #179: Bump Microsoft.Kiota.Abstractions from 1.7.8 to 1.7.9
  • #178: Fix IsTrimmable property
  • #177: Bump Microsoft.Kiota.Abstractions from 1.7.7 to 1.7.8
  • #176: Bump Microsoft.Kiota.Abstractions from 1.7.6 to 1.7.7

This list of changes was auto generated.

Changelog

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

[1.1.8] - 2024-02-27

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

[1.1.7] - 2024-02-26

  • Add ability to use JsonSerializerContext (and JsonSerialzerOptions) when serializing and deserializing

[1.1.6] - 2024-02-23

Changed

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

[1.1.5] - 2024-02-05

Changed

  • Fixes IsTrimmable property on the project.
Commits
  • faa662b Merge pull request #191 from hwoodiwiss/hwoodiwiss-update-enum-access-attributes
  • 3cf7dbd Update DynamicallyAccessMembers for IParseNode Enum methods
  • 9941827 Merge pull request #190 from crobibero/json-serializer-options
  • 32db393 Update CHANGELOG.md
  • d20ec08 Bump version
  • 1a27d56 Add ability to use JsonSerializerContext (and JsonSerialzerOptions) when seri...
  • 7492e10 Merge pull request #189 from hwoodiwiss/hwoodiwiss-update-tfm
  • 79b8f88 Update abstractions version
  • e8caa86 Merge pull request #188 from microsoft/dependabot/nuget/coverlet.msbuild-6.0.1
  • c30c995 Update
  • Additional commits viewable in compare view

Updates Microsoft.Kiota.Abstractions from 1.7.10 to 1.7.11

Release notes

Sourced from Microsoft.Kiota.Abstractions's releases.

1.7.11

Changes:

  • #202: Reduce IParseNode Enum methods DynamicallyAccessedMembers scope

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Abstractions's changelog.

[1.7.11] - 2024-02-26

Changed

  • Updated IParseNode enum methods DynamicallyAccessedMembersAttribute to PublicFields.
  • Fixed AOT compiler warnings from ILC.
Commits
  • 972be8b Merge pull request #202 from hwoodiwiss/hwoodiwiss-update-enum-access-attributes
  • e25da97 Fix Trim Warning, version gate
  • 44b98e0 Update to use UnconditionalSuppressMessage
  • 7c179bf Add IL2075 suppression
  • 89fe76a Actually fully revert change
  • ab2974f Fully revert change
  • 80afc6d Update changelog to reflect reduced scope
  • f9e5880 Revert GetEnumName change
  • e61bed7 Reduce IParseNode enum methods to only specify PublicFields DynamicAccess
  • 6f4da01 Updates per review
  • Additional commits viewable in compare view

Updates Microsoft.Kiota.Serialization.Text from 1.1.2 to 1.1.4

Release notes

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

1.1.4

Changes:

  • #151: Update DynamicallyAccessMembers for IParseNode Enum methods

This list of changes was auto generated.

1.1.3

Changes:

  • #150: Add net6.0 and net8.0 as Target Frameworks
  • #149: Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • #148: Bump coverlet.collector from 6.0.0 to 6.0.1
  • #146: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7
  • #147: Bump xunit from 2.6.6 to 2.7.0
  • #145: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  • #144: Bump Microsoft.TestPlatform.ObjectModel from 17.8.0 to 17.9.0
  • #142: Fixes codeQl permissions
  • #140: Fix IsTrimmable property
  • #141: Bump Microsoft.Kiota.Abstractions from 1.7.7 to 1.7.8
  • #139: Bump Microsoft.Kiota.Abstractions from 1.7.6 to 1.7.7

This list of changes was auto generated.

Changelog

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

[1.1.4] - 2024-02-27

Changed

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

[1.1.3] - 2024-02-26

Changed

  • Added net6.0 and net8.0 as target frameworks.
Commits
  • 0ac87af Merge pull request #151 from hwoodiwiss/hwoodiwiss-update-enum-access-attributes
  • 17f1ceb Update DynamicallyAccessMembers for IParseNode Enum methods
  • b6109dd Merge pull request #150 from hwoodiwiss/hwoodiwiss-update-tfm
  • fda0244 Update abstractions version
  • b713e87 Merge pull request #149 from microsoft/dependabot/nuget/coverlet.msbuild-6.0.1
  • 0c755f5 Update
  • 7420fc4 Add net6.0 and net8.0 as Target Frameworks
  • 70c2c7d Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • 5221cde Merge pull request #148 from microsoft/dependabot/nuget/coverlet.collector-6.0.1
  • caa4892 Bump coverlet.collector from 6.0.0 to 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-abstractions-dotnet) | `1.7.10` | `1.7.11` |
| [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com/microsoft/kiota-http-dotnet) | `1.3.4` | `1.3.7` |
| [Microsoft.Kiota.Serialization.Form](https://github.com/microsoft/kiota-serialization-form-dotnet) | `1.1.1` | `1.1.4` |
| [Microsoft.Kiota.Serialization.Json](https://github.com/microsoft/kiota-serialization-json-dotnet) | `1.1.4` | `1.1.8` |
| [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-abstractions-dotnet) | `1.7.10` | `1.7.11` |
| [Microsoft.Kiota.Serialization.Text](https://github.com/microsoft/kiota-serialization-text-dotnet) | `1.1.2` | `1.1.4` |


Updates `Microsoft.Kiota.Abstractions` from 1.7.10 to 1.7.11
- [Release notes](https://github.com/microsoft/kiota-abstractions-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-abstractions-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-dotnet@v1.7.10...v1.7.11)

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.4
- [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.4)

Updates `Microsoft.Kiota.Serialization.Json` from 1.1.4 to 1.1.8
- [Release notes](https://github.com/microsoft/kiota-serialization-json-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-json-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-json-dotnet@v1.1.4...v1.1.8)

Updates `Microsoft.Kiota.Abstractions` from 1.7.10 to 1.7.11
- [Release notes](https://github.com/microsoft/kiota-abstractions-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-abstractions-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-dotnet@v1.7.10...v1.7.11)

Updates `Microsoft.Kiota.Serialization.Text` from 1.1.2 to 1.1.4
- [Release notes](https://github.com/microsoft/kiota-serialization-text-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-text-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-text-dotnet@v1.1.2...v1.1.4)

---
updated-dependencies:
- dependency-name: Microsoft.Kiota.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-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
- dependency-name: Microsoft.Kiota.Serialization.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
- dependency-name: Microsoft.Kiota.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
- dependency-name: Microsoft.Kiota.Serialization.Text
  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 27, 2024 08:25
@dependabot dependabot bot added the generator Issues or improvements relater to generation capabilities. label Feb 27, 2024
@github-actions github-actions bot enabled auto-merge February 27, 2024 08:25
@github-actions github-actions bot merged commit 5bc3bb1 into main Feb 27, 2024
184 of 192 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/kiota-dependencies-ad5030766d branch February 27, 2024 08:31
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