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 all-dependencies group with 12 updates #517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the all-dependencies group with 13 updates:

Package From To
GraphQL.DataLoader 7.9.0 8.1.0
GraphQL 7.9.0 8.1.0
System.Drawing.Common 4.7.2 8.0.8
AWSSDK.S3 3.7.403.5 3.7.404.3
PdfPig 0.1.8 0.1.9
Microsoft.Identity.Web 3.2.0 3.2.1
System.Drawing.Common 4.7.2 5.0.0
System.Formats.Asn1 8.0.1 9.0.0-rc.1.24431.7
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.1.0 8.1.1
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.8 9.0.0-rc.1.24452.1
JsonPath.Net 1.1.5 1.1.6
Microsoft.Extensions.Azure 1.7.5 1.7.6
libphonenumber-csharp 8.13.46 8.13.47

Updates GraphQL.DataLoader from 7.9.0 to 8.1.0

Release notes

Sourced from GraphQL.DataLoader's releases.

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

... (truncated)

Commits
  • 9609f83 Bug fix for issue 4064: object cannot be coerced to a list of objects (#4065)
  • 42c2261 Add DefaultAstValueAttribute to set default values of complex objects in type...
  • f0fb375 Add Parser, Validator and ValidateArguments attribute analyzers (#4057)
  • 91b3708 Verify sample code provided in issue 4060 (#4062)
  • 0a37c8e Deprecated arguments are returned when feature is disabled (#4061)
  • e2e15b2 Rename default method names for Parser and Validator attributes (#4056)
  • 841e422 Allow private methods in Parser/Validator/ValidateArguments attributes (#4055)
  • 36db79b Add attributes for Parser, Validator and ValidateArguments (#4052)
  • b6593a5 Obsolete validation rule constructors (#4051)
  • 7340df9 Add validation for field arguments (#4047)
  • Additional commits viewable in compare view

Updates GraphQL from 7.9.0 to 8.1.0

Release notes

Sourced from GraphQL's releases.

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

... (truncated)

Commits
  • 9609f83 Bug fix for issue 4064: object cannot be coerced to a list of objects (#4065)
  • 42c2261 Add DefaultAstValueAttribute to set default values of complex objects in type...
  • f0fb375 Add Parser, Validator and ValidateArguments attribute analyzers (#4057)
  • 91b3708 Verify sample code provided in issue 4060 (#4062)
  • 0a37c8e Deprecated arguments are returned when feature is disabled (#4061)
  • e2e15b2 Rename default method names for Parser and Validator attributes (#4056)
  • 841e422 Allow private methods in Parser/Validator/ValidateArguments attributes (#4055)
  • 36db79b Add attributes for Parser, Validator and ValidateArguments (#4052)
  • b6593a5 Obsolete validation rule constructors (#4051)
  • 7340df9 Add validation for field arguments (#4047)
  • Additional commits viewable in compare view

Updates System.Drawing.Common from 4.7.2 to 8.0.8

Release notes

Sourced from System.Drawing.Common's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

Updates AWSSDK.S3 from 3.7.403.5 to 3.7.404.3

Commits

Updates PdfPig from 0.1.8 to 0.1.9

Release notes

Sourced from PdfPig's releases.

Red Wattle Hog

This will be the last release solely by the current maintainer, future releases can come from new co-maintainer(s) and you should audit your dependency upgrades on this basis.

This is the first major release in well over a year so it is not feasible to provide exhaustive release notes.

This release contains many performance improvements and bug-fixes. We also drop support for the following full framework versions:

  • .NET 4.5.1
  • .NET 4.5.2
  • .NET 4.6
  • .NET 4.6.1

If you are using full framework the newest version has additional dependencies:

The other major change is to use double instead of decimal package-wide. This should provide performance benefits and more closely matches the behavior in the official PDF specification. Where you were using decimal before you will need to switch to double.

Thanks to all the contributors!

Commits
  • c46722f version 0.1.9
  • eb9a191 remove useless checksum check for truetype font processing
  • f6566d6 Fix #878
  • 5260c4b Fix Separation color space and add tests
  • 8ce6bcc Fix ByteEncodingCMapTable.CharacterCodeToGlyphIndex() to account for glyph ma...
  • ad78532 Handle unpacking components for 16 bits per component images and use Span in ...
  • 5c168f9 Handle null token in DirectObjectFinder, handle null state in SetNamedGraphic...
  • 689c127 Get correct text orientation when base line points are equal and fix #741
  • 4845f43 Support reading files with missing white space after xref in lenient mode (#906)
  • 09bddba Enabled ClipPaths option to filter letters. (#905)
  • Additional commits viewable in compare view

Updates Microsoft.Identity.Web from 3.2.0 to 3.2.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

3.2.1

  • Updated to Microsoft.IdentityModel.* 8.1.1

What's Changed

Full Changelog: AzureAD/microsoft-identity-web@3.2.0...3.2.1

Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.2.1

  • Updated to Microsoft.IdentityModel.* 8.1.1
Commits

Updates System.Drawing.Common from 4.7.2 to 5.0.0

Release notes

Sourced from System.Drawing.Common's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

Updates System.Formats.Asn1 from 8.0.1 to 9.0.0-rc.1.24431.7

Release notes

Sourced from System.Formats.Asn1's releases.

.NET 9.0 RC 1

Release

.NET 9.0 Preview 7

Release

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.8

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.1.0 to 8.1.1

Release notes

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's releases.

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.1.0...8.1.1

Changelog

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's changelog.

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.
Commits

Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.8 to 9.0.0-rc.1.24452.1

Release notes

Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.

.NET 9.0 RC 1

Release

.NET 9.0 Preview 7

Release

.NET 9.0 Preview 6

Release

.NET 9 Preview 5

Release

.NET 9 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

Commits

Updates JsonPath.Net from 1.1.5 to 1.1.6

Commits
  • 4d6c742 Merge pull request #799 from json-everything/pub-sept-24
  • 4d3f4b8 update schemagen version and release notes
  • f8f2ea0 remove jetbrains trash
  • f94252a update path version and release notes
  • c74567c Updated XML doc on JsonExclude
  • 8714b2a Cleanup whitespace
  • ec1a02d Add tests
  • 84ec03c Fix JsonPath.TryParse to allow relative start, consistent with JsonPath.Parse
  • 8c3b64f Resolve PR feedback
  • 811d8c9 Tidy up 2
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Azure from 1.7.5 to 1.7.6

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

Microsoft.Extensions.Azure_1.7.6

1.7.6 (2024-10-04)

Other Changes

  • Improved the efficiency of AzureEventSourceLogForwarder by eliminating message formatting. (#46202)
Commits

Bumps the all-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [GraphQL.DataLoader](https://github.com/graphql-dotnet/graphql-dotnet) | `7.9.0` | `8.1.0` |
| [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) | `7.9.0` | `8.1.0` |
| [System.Drawing.Common](https://github.com/dotnet/winforms) | `4.7.2` | `8.0.8` |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.403.5` | `3.7.404.3` |
| [PdfPig](https://github.com/UglyToad/PdfPig) | `0.1.8` | `0.1.9` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `3.2.0` | `3.2.1` |
| [System.Drawing.Common](https://github.com/dotnet/winforms) | `4.7.2` | `5.0.0` |
| [System.Formats.Asn1](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0-rc.1.24431.7` |
| [Microsoft.IdentityModel.Protocols.OpenIdConnect](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.1.0` | `8.1.1` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.8` | `9.0.0-rc.1.24452.1` |
| [JsonPath.Net](https://github.com/json-everything/json-everything) | `1.1.5` | `1.1.6` |
| [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net) | `1.7.5` | `1.7.6` |
| [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp) | `8.13.46` | `8.13.47` |


Updates `GraphQL.DataLoader` from 7.9.0 to 8.1.0
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.9.0...8.1.0)

Updates `GraphQL` from 7.9.0 to 8.1.0
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.9.0...8.1.0)

Updates `System.Drawing.Common` from 4.7.2 to 8.0.8
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.8)

Updates `AWSSDK.S3` from 3.7.403.5 to 3.7.404.3
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `PdfPig` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/UglyToad/PdfPig/releases)
- [Commits](UglyToad/PdfPig@v0.1.8...v0.1.9)

Updates `Microsoft.Identity.Web` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@3.2.0...3.2.1)

Updates `System.Drawing.Common` from 4.7.2 to 5.0.0
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.8)

Updates `System.Formats.Asn1` from 8.0.1 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0-rc.1.24431.7)

Updates `Microsoft.IdentityModel.Protocols.OpenIdConnect` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.1.0...8.1.1)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.8 to 9.0.0-rc.1.24452.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.8...v9.0.0-rc.1.24452.1)

Updates `JsonPath.Net` from 1.1.5 to 1.1.6
- [Commits](json-everything/json-everything@path-v1.1.5...path-v1.1.6)

Updates `Microsoft.Extensions.Azure` from 1.7.5 to 1.7.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.7.5...Microsoft.Extensions.Azure_1.7.6)

Updates `libphonenumber-csharp` from 8.13.46 to 8.13.47
- [Release notes](https://github.com/twcclegg/libphonenumber-csharp/releases)
- [Commits](twcclegg/libphonenumber-csharp@v8.13.46...v8.13.47)

---
updated-dependencies:
- dependency-name: GraphQL.DataLoader
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: GraphQL
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: PdfPig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.Formats.Asn1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: JsonPath.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: libphonenumber-csharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

4 similar comments
Copy link
Author

dependabot bot commented on behalf of github Oct 21, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Oct 29, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Nov 11, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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