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 in /it/csharp with 3 updates #4102

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the kiota-dependencies group in /it/csharp with 3 updates: Microsoft.Kiota.Serialization.Form, Microsoft.Kiota.Serialization.Json and Microsoft.Kiota.Serialization.Text.

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

Release notes

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

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
  • #90: Bump actions/setup-java from 3 to 4
  • #88: Bump xunit from 2.6.1 to 2.6.2
  • #89: Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
  • #87: Switch to windows runner for build and test GH action
  • #86: Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0

This list of changes was auto generated.

Changelog

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

[1.1.2] - 2024-01-30

Changed

  • Fixed some AOT warnings due to reflection use on enum types.
Commits
  • 1788aaf Merge pull request #107 from IEvangelist/aot-warning-and-cleanup
  • e1d98bf - bumps patch version
  • af345ab - properly reverts changes
  • a4b95db Apply suggestions from code review
  • bfc6971 Apply suggestions from code review
  • 6e527d1 Add back net5.0
  • 8967a15 Fix AOT warning issues, and clean up.
  • 86b23af Merge pull request #106 from microsoft/dependabot/nuget/Microsoft.Kiota.Abstr...
  • 75b7b68 Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • e08e31f Merge pull request #105 from microsoft/feature/wf-permissions-sonar
  • Additional commits viewable in compare view

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

Release notes

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

1.1.4

Changes:

  • #174: Fix AOT warning issues and clean up.

This list of changes was auto generated.

Changelog

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

[1.1.4] - 2024-01-30

Changed

  • Fixed AOT warnings caused by reflection on enum types.
Commits
  • 0579ef0 Merge pull request #174 from IEvangelist/aot-warning-and-cleanup
  • 76f5ade Move Cast<T> call when in .NET Standard.
  • ca4cc7c - bumps patch version
  • 2c2296d - properly reverts changes
  • 402d7bd Apply suggestions from code review
  • fb00ddf Add back net5.0
  • eb8bd12 Fix AOT warning issues and clean up.
  • See full diff in compare view

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

Release notes

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

1.1.2

Changes:

  • #138: Address AOT warning issues.
  • #137: Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • #136: - adds permissions to SQ workflow
  • #135: - adds permissions in workflow file in anticipation for token lockdown
  • #134: Bump actions/cache from 3 to 4
  • #133: Bump xunit from 2.6.5 to 2.6.6
  • #132: Bump Microsoft.Kiota.Abstractions from 1.7.4 to 1.7.5
  • #131: Bump Microsoft.Kiota.Abstractions from 1.7.3 to 1.7.4
  • #130: Bump xunit from 2.6.4 to 2.6.5
  • #128: Bump xunit from 2.6.3 to 2.6.4
  • #129: Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6
  • #127: Bump github/codeql-action from 2 to 3
  • #126: Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5
  • #125: Bump xunit from 2.6.2 to 2.6.3
  • #124: Bump actions/setup-dotnet from 3 to 4
  • #123: Bump Microsoft.Kiota.Abstractions from 1.7.2 to 1.7.3
  • #122: Bump actions/setup-java from 3 to 4
  • #121: Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
  • #120: Bump xunit from 2.6.1 to 2.6.2
  • #119: Switch to windows runner for build and test GH action
  • #118: Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0

This list of changes was auto generated.

Changelog

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

[1.1.2] - 2024-01-30

Changed

  • Fixed AOT warnings with reflection being used for enum types.
Commits
  • b7dd84b Merge pull request #138 from IEvangelist/aot-warnings
  • d697b53 - adds changelog entry for AOT fixes
  • d2ff4ba - bumps patch version
  • 7515c16 Address AOT warning issues.
  • 02e85a9 Merge pull request #137 from microsoft/dependabot/nuget/Microsoft.Kiota.Abstr...
  • 42546ac Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • 9c0f161 Merge pull request #136 from microsoft/feature/wf-permissions-sonar
  • 23fafa0 - adds permissions to SQ workflow
  • 346fc5f Merge pull request #135 from microsoft/feature/wf-permissions
  • 1703b27 - adds permissions in workflow file in anticipation for token lockdown
  • 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 in /it/csharp with 3 updates: [Microsoft.Kiota.Serialization.Form](https://github.com/microsoft/kiota-serialization-form-dotnet), [Microsoft.Kiota.Serialization.Json](https://github.com/microsoft/kiota-serialization-json-dotnet) and [Microsoft.Kiota.Serialization.Text](https://github.com/microsoft/kiota-serialization-text-dotnet).


Updates `Microsoft.Kiota.Serialization.Form` from 1.1.1 to 1.1.2
- [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.2)

Updates `Microsoft.Kiota.Serialization.Json` from 1.1.3 to 1.1.4
- [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.3...v1.1.4)

Updates `Microsoft.Kiota.Serialization.Text` from 1.1.1 to 1.1.2
- [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.1...v1.1.2)

---
updated-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.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 1, 2024 08:55
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 1, 2024
@github-actions github-actions bot enabled auto-merge February 1, 2024 08:55
auto-merge was automatically disabled February 1, 2024 09:00

Pull Request is not mergeable

@andrueastman andrueastman merged commit eb6c755 into main Feb 1, 2024
185 of 186 checks passed
@andrueastman andrueastman deleted the dependabot/nuget/it/csharp/kiota-dependencies-7ae324ac6f branch February 1, 2024 10: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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant