Skip to content

Bump Microsoft.Json.Pointer and 3 others#3134

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/dev/minor-and-patch-2020e536ce
Closed

Bump Microsoft.Json.Pointer and 3 others#3134
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/dev/minor-and-patch-2020e536ce

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Json.Pointer from 2.1.0 to 2.3.0.

Release notes

Sourced from Microsoft.Json.Pointer's releases.

2.3.0

Microsoft Json Schema Packages

2.3.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • FEATURE: Added support to validate JSON against string format attribute from JSON Schema. #​169

2.2.0

2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. #​167
  • FEATURE: Add new option for specifying .NET type to express Json numbers: --generate-json-number-as = double | float | decimal with a default of double. #​166

Commits viewable in compare view.

Updated Microsoft.Json.Schema from 2.1.0 to 2.3.0.

Release notes

Sourced from Microsoft.Json.Schema's releases.

2.3.0

Microsoft Json Schema Packages

2.3.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • FEATURE: Added support to validate JSON against string format attribute from JSON Schema. #​169

2.2.0

2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. #​167
  • FEATURE: Add new option for specifying .NET type to express Json numbers: --generate-json-number-as = double | float | decimal with a default of double. #​166

Commits viewable in compare view.

Updated Microsoft.Json.Schema.Validation from 2.1.0 to 2.3.0.

Release notes

Sourced from Microsoft.Json.Schema.Validation's releases.

2.3.0

Microsoft Json Schema Packages

2.3.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • FEATURE: Added support to validate JSON against string format attribute from JSON Schema. #​169

2.2.0

2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. #​167
  • FEATURE: Add new option for specifying .NET type to express Json numbers: --generate-json-number-as = double | float | decimal with a default of double. #​166

Commits viewable in compare view.

Pinned System.Collections.Immutable at 1.7.1.

Release notes

Sourced from System.Collections.Immutable's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Collections.Immutable from 9.0.8 to 9.0.17.

Release notes

Sourced from System.Collections.Immutable's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.16...v9.0.17

9.0.16

Release

9.0.15

Release

9.0.14

Release

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

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 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 Microsoft.Json.Pointer from 2.1.0 to 2.3.0
Bumps Microsoft.Json.Schema from 2.1.0 to 2.3.0
Bumps Microsoft.Json.Schema.Validation from 2.1.0 to 2.3.0
Bumps System.Collections.Immutable to 1.7.1, 9.0.17

---
updated-dependencies:
- dependency-name: Microsoft.Json.Pointer
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Json.Schema
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Json.Schema.Validation
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: System.Collections.Immutable
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: System.Collections.Immutable
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 11, 2026
@dependabot
dependabot Bot requested review from aasim and cfaucon as code owners July 11, 2026 06:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jul 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #3138.

@dependabot dependabot Bot closed this Jul 18, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/dev/minor-and-patch-2020e536ce branch July 18, 2026 06:32
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants