Bump the all-updates group with 3 updates#25
Merged
mikkelkaas merged 1 commit intomasterfrom Mar 6, 2026
Merged
Conversation
Bumps Ical.Net from 5.1.2 to 5.2.1 Bumps Microsoft.AspNetCore.OpenApi from 9.0.11 to 9.0.13 Bumps Swashbuckle.AspNetCore from 10.0.1 to 10.1.4 --- updated-dependencies: - dependency-name: Ical.Net dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.
Updated Ical.Net from 5.1.2 to 5.2.1.
Release notes
Sourced from Ical.Net's releases.
5.2.1
What's Changed
IsCompleted()threw withArgumentOutOfRangeException.Full Changelog: ical-org/ical.net@v5.2.0...v5.2.1
5.2.0
Implemented
BYDAYwith offset and limiting behaviorThe following
RRULEcases are now implementedFREQ=YEARLY;BYMONTH=6,9;BYDAY=2MOFREQ=YEARLY;BYDAY=20MOFREQ=YEARLY;BYMONTH=6,9;BYDAY=-1SUChanges in Detail
BYDAYwith offset and limiting behavior in ImplementBYDAYwith offset and limiting behavior ical-org/ical.net#887Full Changelog: ical-org/ical.net@v5.1.4...v5.2.0
5.1.4
Fix: Regression introduced in v5.1.3 affecting
RRULE:FREQ=YEARLYwhen negativeBYMONTHDAYorBYYEARDAYvalues are used. In certain combinations the evaluator could normalize negative positions incorrectly and skip valid occurrences (e.g., end‑of‑month or end‑of‑year instances). This has been fixed — please upgrade to v5.1.4.Example of an affected rule (prior behavior could skip results):
What's Changed
optionsinworkflow_dispatch(Publish.yml) ical-org/ical.net#892, chore: Use envNUGET_API_KEYin dotnet publish ical-org/ical.net#893, chore: Updatepublish.ymlical-org/ical.net#894Full Changelog: ical-org/ical.net@v5.1.3...v5.1.4
5.1.3
What's Changed
RRULE:FREQ=YEARLYcombined withBYMONTHandBYWEEKNO. The previous implementation could skip occurrences in some scenarios.RRULE:FREQ=YEARLYwhenBYMONTHist missing, e.g.RRULE:FREQ=YEARLY;INTERVAL=2;BYDAY=MO,TU. Now takes the month ofDTSTARTas a limiter. The previous implementation could show occurrences for wrong months.Full Changelog: ical-org/ical.net@v5.1.2...v5.1.3
Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 10.0.1 to 10.1.4.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
10.1.4
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4
10.1.3
What's Changed
"null"by @jgarciadelanoceda in Fix null examples being represented as the string null domaindrivendev/Swashbuckle.AspNetCore#3788Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3
10.1.2
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2
10.1.1
What's Changed
New Contributors
Full Changelog:
domaindrivendev/Swashbuckle.AspNetCore@v10.1.0...v10.1.1
10.1.0
What's Changed
New Features
SchemaRepository.ReplaceSchemaIdby @bkoelman in Add public method SchemaRepository.ReplaceSchemaId domaindrivendev/Swashbuckle.AspNetCore#3708Bug Fixes
AllOfby @John-Paul-R in fix(SchemaGenerator): exclude inherited properties only when base add… domaindrivendev/Swashbuckle.AspNetCore#3692Miscellaneous
TryLookupByTypewith nullability hints by @martincostello in Annotate TryLookupByType for nullability domaindrivendev/Swashbuckle.AspNetCore#3719New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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