-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency System.CodeDom to v9 #43
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-dotnet-monorepo
base: master
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.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
3 times, most recently
from
November 24, 2022 15:30
3c04e96
to
30eeb41
Compare
ermshiperete
approved these changes
Nov 24, 2022
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
November 24, 2022 15:41
2fe1fac
to
59b3a60
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
3 times, most recently
from
January 9, 2023 09:14
afc71f2
to
dd3a1ce
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
January 23, 2023 06:45
dd3a1ce
to
3bd209d
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
March 8, 2023 16:06
3bd209d
to
ac5b615
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
March 16, 2023 07:45
ac5b615
to
808d381
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
March 24, 2023 09:03
808d381
to
e818642
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
April 17, 2023 16:50
e818642
to
adb3116
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
May 30, 2023 08:28
95fff1a
to
90d0887
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
June 12, 2023 09:16
90d0887
to
0a398d3
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
August 29, 2023 06:18
0a398d3
to
fd19964
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
September 26, 2023 11:19
f7d5087
to
ade7f04
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
November 14, 2023 13:57
ade7f04
to
84b6767
Compare
renovate
bot
changed the title
Update dependency System.CodeDom to v7
Update dependency System.CodeDom to v8
Nov 14, 2023
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
November 14, 2023 17:32
84b6767
to
4e7c0ec
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
December 5, 2023 13:39
4e7c0ec
to
4bb19d4
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
3 times, most recently
from
December 15, 2023 16:25
4e9994c
to
b8b5499
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
February 5, 2024 11:54
b8b5499
to
6541405
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
March 20, 2024 09:33
6541405
to
73b282c
Compare
renovate
bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
November 12, 2024 20:50
73b282c
to
3b33ae5
Compare
renovate
bot
changed the title
Update dependency System.CodeDom to v8
Update dependency System.CodeDom to v9
Nov 12, 2024
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.
This PR contains the following updates:
6.0.0
->9.0.0
Release Notes
dotnet/runtime (System.CodeDom)
v9.0.0
: .NET 9.0.0Release
What's Changed
InlineArray
swift lowering in mono by @jkurdek in https://github.com/dotnet/runtime/pull/108483field
references in property accessors by @github-actions in https://github.com/dotnet/runtime/pull/1082222024101
.1 by @carlossanlop in https://github.com/dotnet/runtime/pull/108766SwiftSelf<T>
position requirement to last by @github-actions in https://github.com/dotnet/runtime/pull/108856Full Changelog: dotnet/runtime@v9.0.0-rc.2.24473.5...v9.0.0
v8.0.0
: .NET 8.0.0Release
What's Changed
dotnet/installer
by @radical in https://github.com/dotnet/runtime/pull/92795DevServer
by @radical in https://github.com/dotnet/runtime/pull/92906JsonObjectHandling.Populate
to types with parameterized constructors. by @github-actions in https://github.com/dotnet/runtime/pull/929472290250
by @dotnet-bot in https://github.com/dotnet/runtime/pull/934222291029
by @dotnet-bot in https://github.com/dotnet/runtime/pull/93496Full Changelog: dotnet/runtime@v8.0.0-rc.2.23479.6...v8.0.0
v7.0.0
: .NET 7.0.0Release
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.