DEPS: Bump the gems group across 1 directory with 6 updates#53
Open
dependabot[bot] wants to merge 1 commit into
Open
DEPS: Bump the gems group across 1 directory with 6 updates#53dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the gems group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.19.3` | `1.19.4` | | [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.3.6` | `1.3.7` | | [json](https://github.com/ruby/json) | `2.19.9` | `2.20.0` | | [pp](https://github.com/ruby/pp) | `0.6.3` | `0.6.4` | | [rubocop](https://github.com/rubocop/rubocop) | `1.87.0` | `1.88.0` | | [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.6.13295` | `0.6.13312` | Updates `nokogiri` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.3...v1.19.4) Updates `concurrent-ruby` from 1.3.6 to 1.3.7 - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](ruby-concurrency/concurrent-ruby@v1.3.6...v1.3.7) Updates `json` from 2.19.9 to 2.20.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.9...v2.20.0) Updates `pp` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/ruby/pp/releases) - [Commits](ruby/pp@v0.6.3...v0.6.4) Updates `rubocop` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.87.0...v1.88.0) Updates `sorbet-runtime` from 0.6.13295 to 0.6.13312 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gems - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gems - dependency-name: json dependency-version: 2.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gems - dependency-name: pp dependency-version: 0.6.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gems - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gems - dependency-name: sorbet-runtime dependency-version: 0.6.13312 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gems ... 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.
Bumps the gems group with 6 updates in the / directory:
1.19.31.19.41.3.61.3.72.19.92.20.00.6.30.6.41.87.01.88.00.6.132950.6.13312Updates
nokogirifrom 1.19.3 to 1.19.4Release notes
Sourced from nokogiri's releases.
Changelog
Sourced from nokogiri's changelog.
Commits
8cfb9daversion bump to v1.19.4a856d1efix: JRuby NONET bypass in XML::Schema (v1.19.x) (#3639)6a0aa1efix(CRuby): use-after-free in Document#encoding= when setter raises (v1.19.x)...f658a54fix: JRuby NONET bypass in XML::Schema39d26fefix(CRuby): use-after-free in Document#encoding= when setter raises04a09ddfix(CRuby): out-of-bounds read in NodeSet#[] with large negative index (v1.19...7799fbdfix: avoid NPE on uninitialized XML::Node structs (v1.19.x) (#3645)ef19e13fix(CRuby): avoid UAF in XML::Attr#value= (v1.19.x) (#3644)5524fa9fix:Document#root=rejects non-element nodes (v1.19.x) (#3643)9891ad1fix(CRuby): use-after-free in XPathContext document lifetime (v1.19.x) (#3641)Updates
concurrent-rubyfrom 1.3.6 to 1.3.7Release notes
Sourced from concurrent-ruby's releases.
Changelog
Sourced from concurrent-ruby's changelog.
Commits
4c8fc28Release 1.3.7d91ca94Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...7e4d711FixReentrantReadWriteLockread hold overflow into write-lock bit6e37e06FixAtomicReference#updatelivelock when stored value isFloat::NAN2825cfaCleanup spec3fd4932FixReadWriteLockwrong-thread write release and stray read release1974b47Add Ruby 4.0 in CIdf8706dAdd SECURITY.md (#1104)7a1b789Bump actions/upload-pages-artifact from 4 to 59b2dbf7Bump actions/deploy-pages from 4 to 5Updates
jsonfrom 2.19.9 to 2.20.0Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
1316292Release 2.20.01443265Remove useless executable bits532065cPreserve UTF-8 encoding when reallocating a frozen ResumableParser buffer7c8af4bUpdate extconf.rb guard to use RUBY_ENGINE_VERSION2afd1a9Cleanup therb_catch_objworkaround9892514Simplify parser_config_initb30a8f8ResumableParser: eagerly drop the buffer when reaching EOSf08c663ResumableParser: accept only keyword arguments9d8efcbWorkaround TruffleRuby buggyrb_catch_objimplementation4bd1e9bResumableParser: use throw rather than raise for handled EOSUpdates
ppfrom 0.6.3 to 0.6.4Release notes
Sourced from pp's releases.
Commits
29552e8v0.6.4e08d84cExclude dependabot updates from release note91079ceMerge pull request #87 from ruby/dependabot/github_actions/rubygems/release-g...a39f73eBump rubygems/release-gem from 1.2.0 to 1.4.05a688e4Merge pull request #86 from ruby/dependabot/github_actions/step-security/hard...d649a95Bump step-security/harden-runner from 2.19.3 to 2.19.454a425dMerge pull request #85 from ruby/dependabot/github_actions/step-security/hard...34941a3Bump step-security/harden-runner from 2.19.1 to 2.19.3670c8c0Merge pull request #84 from ruby/dependabot/github_actions/step-security/hard...bd8165dBump step-security/harden-runner from 2.19.0 to 2.19.1Updates
rubocopfrom 1.87.0 to 1.88.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
37bf5adCut 1.88cd0c2e3Update Changelogb7af64a[Fix #12276] Record pending cops options in the auto-gen-config commandbbd7ff2Add hk integration docs117e40aMerge pull request #15293 from RedZapdos123/fix-literal-interp-hash-symbol4d95141[Fix #15291] Fix hash symbol interpolation0347d27AddRecursiveoption toStyle/MutableConstantf0d92b4Fix incorrect autocorrects forStyle/FileWritewith heredocs32df346Fix an incorrect autocorrect forStyle/Semicolonwith heredocs4c221fb[Fix #15269] Fix a false positive where copIncludepatterns matched parent...Updates
sorbet-runtimefrom 0.6.13295 to 0.6.13312Release notes
Sourced from sorbet-runtime's releases.
... (truncated)
Commits
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