chore(deps): bump the dependencies group across 1 directory with 5 updates#5070
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the dependencies group across 1 directory with 5 updates#5070dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…dates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [json](https://github.com/ruby/json) | `2.18.0` | `2.19.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.19.0` | `1.19.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.82.1` | `1.85.1` | | [fastimage](https://github.com/sdsykes/fastimage) | `2.4.0` | `2.4.1` | | [minitest](https://github.com/minitest/minitest) | `6.0.1` | `6.0.2` | Updates `json` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.18.0...v2.19.1) Updates `nokogiri` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.0...v1.19.1) Updates `rubocop` from 1.82.1 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.85.1) Updates `fastimage` from 2.4.0 to 2.4.1 - [Changelog](https://github.com/sdsykes/fastimage/blob/master/CHANGELOG) - [Commits](sdsykes/fastimage@2.4.0...v2.4.1) Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastimage dependency-version: 2.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... 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 dependencies group with 5 updates in the / directory:
2.18.02.19.11.19.01.19.11.82.11.85.12.4.02.4.16.0.16.0.2Updates
jsonfrom 2.18.0 to 2.19.1Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
4a42a04Release 2.19.113689c2Add missing GC_GUARD infbuffer_append_stra11acc1Release 2.19.00a4fb79fbuffer.h: Use size_t over unsigned longa29fcdcAdd depth validation to Jruby and TruffleRuby implementationsde993aaReject negative depth; add overflow guards to prevent hang/crash6ccc102Fixallow_blankparsing option to only consider strings.3f32c47Reimplementto_jsonmethods in Ruby93bc1b3Remove unused load_uint8x16_4 function.a888d6dUse single quotes for allow_invalid_escape docUpdates
nokogirifrom 1.19.0 to 1.19.1Release notes
Sourced from nokogiri's releases.
Changelog
Sourced from nokogiri's changelog.
Commits
d913045version bump to v1.19.1b81cb98doc: update CHANGELOG for upcoming v1.19.18e66809C14n raise on failure (#3600)5b77f3dRaise RuntimeError when canonicalization failsedc5595Thank sponsors in the READMEd4dc245dep: update rdoc to v7Updates
rubocopfrom 1.82.1 to 1.85.1Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
fd07672Cut 1.85.15c41f90Update Changelog5e8e492Merge pull request #14975 from sferik/fix_1497390f3780FixStyle/ReduceToHashfalse positive when accumulator is read in key/value90c7959Merge pull request #14972 from lovro-bikic/relevant-options-digest-cache3c20e8dCache relevant options digeste305f79Merge pull request #14969 from lovro-bikic/autoload-formatter-constants3f0a304Autoload formatters; they're required only when actually usedeb973f4Merge pull request #14966 from koic/fix_false_positives_in_style_redundant_pa...3338a40[Fix #14964] Fix false positives inStyle/RedundantParenthesesUpdates
fastimagefrom 2.4.0 to 2.4.1Changelog
Sourced from fastimage's changelog.
... (truncated)
Commits
7a0dcf7Update changelog and version to 2.4.16b0c533Merge pull request #159 from delphaber/fix-html-with-inline-svg-detectiondb92e52Merge pull request #162 from sdsykes/fix/ruby-2-5-workflow893013dTry a fix for ruby 2.5 workflow8c8b349Merge pull request #160 from delphaber/replace-external-test-dependencies59ad39bReplace external Wikipedia dependency in tests with local servers7b615aeMerge pull request #161 from sdsykes/fix/actions-runner5907fdbAdd ruby 4.0 to tests, update readme749dec0Remove testing old ruby versionsf9b0332Update Ruby test runner to use Ubuntu 22.04Updates
minitestfrom 6.0.1 to 6.0.2Changelog
Sourced from minitest's changelog.
Commits
339492cprepped for release73eb48eFixed some doco coverage... still running into tons of pain with rdoc.58387c7- Fixed bisect to use same cmd ($0) to run tests as original invocation.2a529a0y-yagi is smart and I am dumcf465a6- Only show --bisect in usage if using minitest.e5ad492Push up server_plugin fix to minitest.rb guarded by env.a7aeb10Fixed up tests to be line independent.59ac1fa- MT6: load server_plugin if server is loaded. (y-yagi)dba350e- Manipulate local args instead of ARGV in Sprint.run.8e008edAdded new rdoc rsync location.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