-
Notifications
You must be signed in to change notification settings - Fork 0
Update cartservice #11
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cartservice
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b4c4a59
to
cf49b3f
Compare
cf49b3f
to
fc9ecbd
Compare
f02880e
to
4bfbb9a
Compare
217e72b
to
8ce3c8a
Compare
784812c
to
2f33603
Compare
2f33603
to
5d42df9
Compare
e905e27
to
21fcf9b
Compare
46818c8
to
ac576bd
Compare
ac576bd
to
e510bc2
Compare
e510bc2
to
1ad3dc3
Compare
b8e7d20
to
920c2ea
Compare
d124790
to
515c3aa
Compare
515c3aa
to
6ac3447
Compare
4227077
to
ed629fa
Compare
ed629fa
to
a575e18
Compare
40324a3
to
a1a88bc
Compare
a1a88bc
to
1f24106
Compare
f0fd010
to
d7c07a8
Compare
d7c07a8
to
19eaab2
Compare
a83ff8a
to
38e2fdb
Compare
38e2fdb
to
180b8a4
Compare
180b8a4
to
0246c4f
Compare
0605c30
to
b783f16
Compare
b783f16
to
5952419
Compare
5952419
to
a69eb2e
Compare
a69eb2e
to
a4337c6
Compare
a4337c6
to
311e788
Compare
311e788
to
6abac65
Compare
6abac65
to
33eb6b9
Compare
33eb6b9
to
71ab13b
Compare
71ab13b
to
c39d20d
Compare
c39d20d
to
fc359e9
Compare
fc359e9
to
aafbe89
Compare
aafbe89
to
d3e8546
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.59.0
->2.71.0
2.59.0
->2.71.0
2.59.0
->2.71.0
8.0.0
->8.0.20
17.8.0
->17.14.1
1.6.0
->1.12.0
1.6.0
->1.12.0
1.6.0-beta.3
->1.12.0
1.6.0-beta.3
->1.12.0
0.5.0-beta.3
->0.5.0-beta.7
1.5.1
->1.12.0
1.0.0-rc9.12
->1.0.0-rc9.15
1.0.0-beta.4
->1.0.0-beta.7
2.7.4
->2.9.17
8.0.0-alpine3.18
->8.0.6-alpine3.18
8.0.100-1
->8.0.401-1
2.6.2
->2.9.3
2.5.4
->2.8.2
Release Notes
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.71.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0
v2.70.0
What's Changed
await using
forpackageVersionStream
to ensure proper disposal of async resources by @dexcompiler in #2521New Contributors
Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0
v2.67.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0
v2.66.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0
v2.65.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0
v2.64.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0
v2.63.0
What's Changed
ReadAllAsync
for netstandard2.0 by @WeihanLi in #2411New Contributors
Full Changelog: grpc/grpc-dotnet@v2.62.0...v2.63.0
v2.62.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.61.0...v2.62.0
v2.61.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.60.0...v2.61.0
v2.60.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0
dotnet/aspnetcore (Microsoft.AspNetCore.TestHost)
v8.0.20
: .NET 8.0.20Release
What's Changed
c67de11
to373af2e
by @dependabot[bot] in #63038Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20
v8.0.19
v8.0.18
: .NET 8.0.18Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in #62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
v8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headers
sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7
to04ee1b4
(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
v8.0.16
: .NET 8.0.16Release
What's Changed
24a9e94
to52204f7
by @dependabot in #61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
v8.0.15
: .NET 8.0.15Release
What's Changed
e235eb3
to24a9e94
by @dependabot in #60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
v8.0.14
: .NET 8.0.14Release
What's Changed
7d76a23
toe235eb3
by @dependabot in #60150Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14
v8.0.13
: .NET 8.0.13Release
What's Changed
d144031
to7d76a23
by @dependabot in #59678Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.