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 5 updates #1978

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 5 updates:

Package From To
System.Text.Json 8.0.4 8.0.5
YantraJS.Core 1.2.232 1.2.234
Microsoft.Extensions.TimeProvider.Testing 8.9.1 8.10.0
NodaTime 3.1.12 3.2.0
Microsoft.Extensions.DependencyInjection 8.0.0 8.0.1

Updates System.Text.Json from 8.0.4 to 8.0.5

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits

Updates YantraJS.Core from 1.2.232 to 1.2.234

Release notes

Sourced from YantraJS.Core's releases.

v1.2.234

What's Changed

Full Changelog: yantrajs/yantra@v1.2.232...v1.2.234

Commits
  • f6a9d47 Merge pull request #98 from yantrajs/dependabot/nuget/YantraJS.Core/System.Te...
  • 5aa265e Bump System.Text.Json from 8.0.4 to 8.0.5 in /YantraJS.Core
  • See full diff in compare view

Updates System.Text.Json from 8.0.4 to 8.0.5

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.TimeProvider.Testing from 8.9.1 to 8.10.0

Commits

Updates NodaTime from 3.1.12 to 3.2.0

Release notes

Sourced from NodaTime's releases.

Release Noda Time 3.2.0

Changes since 3.1.x:

  • Various minor docs/examples fixes
  • More LocalDateTime ISO patterns with reduced precision (
  • More LocalTime ISO formats
  • Support for configurable "2 digit year max value" in patterns
  • Fixed arguments passed to base constructors in AmbiguousTimeException and SkippedTimeException
  • Add the unparsed value (and index) to UnparsableValueException
  • Made previous UnparsableValueException constructors obsolete
  • Optimizations for text handling
  • Added .NET 8 target
  • Added Instant.ToUnixTimeSecondsAndNanoseconds
  • Added Duration.ToInt128Nanoseconds and Duration.FromNanoseconds(Int128) (.NET 8 only)
  • Conditionalized the dependency on System.Runtime.CompilerServices.Unsafe
  • Added Period.MinValue and Period.MaxValue
  • Added generic math support (.NET 8 only)
  • Added TimeProvider extension methods (.NET 8 only)
Commits
  • 4d0e4c0 More release action fixes
  • 0191447 Fix typo in release action
  • 6d4735f Fix push action
  • 25f3341 Release Noda Time 3.2.0
  • 28cbe50 Add CLDR v45 data (pre-3.2.0 release)
  • fd047c0 Add TimeProvider extension methods
  • 945b612 Add tests for otherwise-not-covered members
  • 7656f76 Move members in Offset for consistency
  • 6d4ff46 Added generic math support.
  • 34a6d44 Update TZDB to 2024b
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • 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 all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.4` | `8.0.5` |
| [YantraJS.Core](https://github.com/yantrajs/yantra) | `1.2.232` | `1.2.234` |
| [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) | `8.9.1` | `8.10.0` |
| [NodaTime](https://github.com/nodatime/nodatime) | `3.1.12` | `3.2.0` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |


Updates `System.Text.Json` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

Updates `YantraJS.Core` from 1.2.232 to 1.2.234
- [Release notes](https://github.com/yantrajs/yantra/releases)
- [Commits](yantrajs/yantra@v1.2.232...v1.2.234)

Updates `System.Text.Json` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

Updates `Microsoft.Extensions.TimeProvider.Testing` from 8.9.1 to 8.10.0
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/commits)

Updates `NodaTime` from 3.1.12 to 3.2.0
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.1.12...3.2.0)

Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: YantraJS.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  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 14, 2024
@lahma lahma merged commit 7857b9c into main Oct 14, 2024
3 checks passed
@lahma lahma deleted the dependabot/nuget/all-dependencies-3182b543ac branch October 14, 2024 18:52
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.

1 participant