Update json-schema 4.3.0 → 5.1.0 (major) #3530
Merged
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ json-schema (4.3.0 → 5.1.0) · Repo · Changelog
Release Notes
5.1.0 (from changelog)
5.0.1 (from changelog)
5.0.0 (from changelog)
4.3.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 60 commits:
Merge pull request #532 from bastelfreak/rel510
Release 5.1.0
Merge pull request #531 from bastelfreak/vp3
rubocop: autofix
voxpupuli-rubocop: Update 2.8.0->3.0.0
Merge pull request #530 from andrew/patch-1
Add funding_uri to gemspec
Merge pull request #529 from emmanuel-ferdman/master
Update license reference
Merge pull request #528 from bastelfreak/rel501
Release 5.0.1
Merge pull request #527 from bastelfreak/vp
Load rake tasks from voxpupuli-rubocop
Merge pull request #526 from bastelfreak/rel500
Release 5.0.0
Merge pull request #525 from bastelfreak/strict
gemspec: remove homepage_uri
CI: Use Ruby 3.3 for releases
CI: build gem with strict mode
dev deps: Add strict version contraints
Merge pull request #524 from bastelfreak/bundler
Drop bundler dev dependency
Merge pull request #478 from bastelfreak/ruby27
regenerate .rubocop_todo.yml
voxpupuli-rubocop: Update to 2.8.0
switch to voxpupuli-rubocop
rubocop: cleanup whitespace
Add Ruby 2.7 rubocop version
Merge pull request #523 from bastelfreak/vendor
.gitignore: Add vendor dirs from bundler
Merge pull request #515 from bolshakov/fix-normalize_ref
Update lib/json-schema/util/uri.rb
Revert "Reproduce caching issue with the JSON::Util::URI.normalize_ref method"
Rename methods back to reduce diff
Rename URI2 to URI
Use URI2.parse instead of URI2.parse
Use URI2.absolutize_ref instead of URI.absolutize_ref
Replace URI.normalize_ref with URI2.normalize_ref
Replace URI.normalized_uri with URI2.normalize_uri
Replace URI.strip_fragment with URI2.strip_fragment
Replace URI.file_uri with URI2.file_uri
Replace URI.unescaped_path with URI.unescape_path
Move URI.unescape_uri to URI2.unescape
Add caching to JSON::Util::URI.file_uri method
Add caching to JSON::Util::URI.unescaped_path method
Use singleton class to define methods in URI
Reproduce caching issue with the JSON::Util::URI.normalize_ref method
Merge pull request #522 from yohasebe/yohasebe-patch-1
Update "Understanding JSON Schemas" URL in README.md
Merge pull request #521 from bastelfreak/ruby2
rubocop: autofix
Drop Ruby 2.5/2.6 support
Merge pull request #520 from bastelfreak/version
Merge pull request #519 from bastelfreak/eol
Remove VERSION.yml
Drop Ruby 1.8 leftovers
Merge pull request #518 from bastelfreak/rel431
Release 4.3.1
Merge pull request #512 from jmarrec/patch-1
Add missing require 'stringio'
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands