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 ruby-minor-patch group across 1 directory with 6 updates #3334

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the ruby-minor-patch group with 6 updates in the / directory:

Package From To
nokogiri 1.17.2 1.18.1
net-imap 0.5.2 0.5.4
view_component 3.20.0 3.21.0
rubocop-rails 2.27.0 2.28.0
pry 0.15.0 0.15.2
rack-test 2.1.0 2.2.0

Updates nokogiri from 1.17.2 to 1.18.1

Release notes

Sourced from nokogiri's releases.

v1.18.1 / 2024-12-29

Fixed

  • [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395) @​flavorjones
35837013800e34342fcbaca305f8c49231f6bd4f779bfa23fe7b4686ae82d5b8  nokogiri-1.18.1-aarch64-linux-gnu.gem
1b303402cd045f9075a6ee291767c1ffe654b426ed30911e5b47819c21855b22  nokogiri-1.18.1-aarch64-linux-musl.gem
d75193f284c899d225943a8944479faedd995a7573ddd5c8308ffbdf2ec55204  nokogiri-1.18.1-arm64-darwin.gem
3b873fd6b0cd1ad7c77e87af701075bdfd14c9a6b2f2965c5e00ed29a5627a37  nokogiri-1.18.1-arm-linux-gnu.gem
d6fe26f6d1425f403077fbf829fc0ef8e521545c924a13777d6fdf1a0c07c1f3  nokogiri-1.18.1-arm-linux-musl.gem
df18be7e96c34736b6abfdeda80c6e845134fb9afe2fe5d4fbc1cf1f89c68475  nokogiri-1.18.1.gem
e0e19b340f92d09b2b731e22d68895b2062d6555188aff370b05617516d3a781  nokogiri-1.18.1-java.gem
50d81e905a60dff706b99c980abefedaf1c3d2c434a3b49afaf1b69b80f7f5b4  nokogiri-1.18.1-x64-mingw-ucrt.gem
d94e3aa6483577495fc8969d6b4b5c075840ce6b1ab09636a6d4177ad171051d  nokogiri-1.18.1-x86_64-darwin.gem
e516cf16ccde67ed4cc595a2621ca5ddd42562ecb24928914b0045a20a41620e  nokogiri-1.18.1-x86_64-linux-gnu.gem
f2c389bc100541247edaeaabc6d875b31d72e897471b66a67987b2e4df0192d6  nokogiri-1.18.1-x86_64-linux-musl.gem

v1.18.0 / 2024-12-25

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.4.

This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23.

This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux. Now, however, the precompiled gem platforms would be x86_64-linux-gnu and x86_64-linux-musl. So long as you're on bundler >= 2.5.6 this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock".

This release drops precompiled native platform gems for x86-linux and x86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing the ruby platform gem in the installation docs. (#3369, #3081)

Improved

  • [CRuby] CSS and XPath queries are faster now that Node#xpath, Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to @​nwellnhof for helping with this one. (#3378, superseded by #3389) @​flavorjones
a240b4183b7a12d82cdd46d7a77255d785e01198ffb0c52c8aee1197daf0b465  nokogiri-1.18.0-aarch64-linux-gnu.gem
a12b764089d9c0e60f4794b685d29a97a3e2952caa1c4c87473c771edb7e9db5  nokogiri-1.18.0-aarch64-linux-musl.gem
e6e75760aa66adf5ea0dccfba2516c111526ba50f6475426975532d1a134173c  nokogiri-1.18.0-arm64-darwin.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.18.1 / 2024-12-29

Fixed

  • [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395) @​flavorjones

v1.18.0 / 2024-12-25

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.4.

This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23.

This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux. Now, however, the precompiled gem platforms would be x86_64-linux-gnu and x86_64-linux-musl. So long as you're on bundler >= 2.5.6 this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock".

This release drops precompiled native platform gems for x86-linux and x86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing the ruby platform gem in the installation docs. (#3369, #3081)

Improved

  • [CRuby] CSS and XPath queries are faster now that Node#xpath, Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to @​nwellnhof for helping with this one. (#3378, superseded by #3389) @​flavorjones
Commits
  • 3b28b49 version bump to v1.18.1
  • 6344147 fix: SAX::ParserContext keeps a reference to the input (backport of #3395 to ...
  • 1c9b8f1 doc: update CHANGELOG.md
  • 682a293 fix: SAX::ParserContext keeps a reference to the input
  • fdfb6df ci: bump everything to use 3.4 final (#3394)
  • beec772 ci: windows 3.4 is still not available, use head
  • 3ca18ef ci: bump everything to use 3.4 final
  • 729c96c version bump to v1.18.0
  • 800c29e dep: bump rake-compiler-dock to v1.7.0 (#3392)
  • 5ebb458 dep: bump rake-compiler-dock to v1.7.0
  • Additional commits viewable in compare view

Updates net-imap from 0.5.2 to 0.5.4

Release notes

Sourced from net-imap's releases.

v0.5.4

What's Changed

Added

Fixed

Documentation

Full Changelog: ruby/net-imap@v0.5.3...v0.5.4

v0.5.3

What's Changed

Added

Documentation

Full Changelog: ruby/net-imap@v0.5.2...v0.5.3

Commits
  • 45c6628 🔖 Bump version to 0.5.4
  • 4648a06 🔀 Merge pull request #367 from ruby/RFC9394-PARTIAL
  • 39a646d 📚 Document support for the PARTIAL extension
  • 9255757 ✨ Add partial fetch modifier to uid_fetch
  • fa4502d ✨ Add support for PARTIAL esearch result
  • 63e9e49 📚 Update #search rdoc (again!)
  • 43f531e 🐛 Fix partial-range encoding of exclusive ranges
  • 157b528 📚 Fix documentation for #fetch
  • 3d3f658 🔖 Bump version to 0.5.3
  • 6a520fb 🔀 Merge pull request #329 from nevans/vanished
  • Additional commits viewable in compare view

Updates view_component from 3.20.0 to 3.21.0

Release notes

Sourced from view_component's releases.

v3.21.0

  • Updates testing docs to include an example of how to use with RSpec.

    Rylan Bowers

  • Add --skip-suffix option to component generator.

    KAWAKAMI Moeki

  • Add FreeATS to list of companies using ViewComponent.

    Ilia Liamshin

  • Ensure HTML output safety wrapper is used for all inline templates.

    Joel Hawksley

  • Expose .identifier method as part of public API.

    Joel Hawksley

  • Add rails 8 support to CI.

    Reegan Viljoen

  • Updates ActionText compatibility documentation to reference rich_textarea_tag for Rails 8.0 support.

    Alvin Crespo

Changelog

Sourced from view_component's changelog.

3.21.0

  • Updates testing docs to include an example of how to use with RSpec.

    Rylan Bowers

  • Add --skip-suffix option to component generator.

    KAWAKAMI Moeki

  • Add FreeATS to list of companies using ViewComponent.

    Ilia Liamshin

  • Ensure HTML output safety wrapper is used for all inline templates.

    Joel Hawksley

  • Expose .identifier method as part of public API.

    Joel Hawksley

  • Add rails 8 support to CI.

    Reegan Viljoen

  • Updates ActionText compatibility documentation to reference rich_textarea_tag for Rails 8.0 support.

    Alvin Crespo

Commits
  • 644bfb7 release 3.21.0 (#2185)
  • 1278b8b Documentation Update: Add a section for how to add the render_inline helpers ...
  • 8b441cc feat: Add --skip-suffix option to component generator (#2166)
  • 2b46c50 Add OpenProject to list of ViewComponent users (#2183)
  • e85b23b Adjust rich_text_area to rich_textarea for Rails 8 compatibility (#2180)
  • 3392a41 Update dependencies, fix CI (#2181)
  • d6bda33 Add Spring to list of companies that use ViewComponent (#2179)
  • 84b41c4 Add FreeATS to list of companies using ViewComponent (#2175)
  • ea43478 update committers list and guidance (#2172)
  • e21b61d Add rails 8 support (#2167)
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.27.0 to 2.28.0

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.28.0

New features

  • #1383: Introduce AllCops: MigratedSchemaVersion config. (@​koic)

Bug fixes

  • #1390: Fix an incorrect autocorrect for Rails/SelectMap when select has no receiver and method chains are used. (@​masato-bkn)
  • #1382: Fix false negatives for Rails/RedundantActiveRecordAllMethod when using all method in block. (@​masato-bkn)
  • #1397: Fix Rails/FilePath cop error on join method with implicit receiver. (@​viralpraxis)
  • #1398: Fix Rails/FilePath cop error in case of extra operations in Rails.root interpolation. (@​viralpraxis)
  • #1392: Fix Rails/FilePath cop error with rescued Rails.root. (@​viralpraxis)

Changes

  • #1388: Modify Rails/Pluck to ignore map/collect when used inside blocks to prevent potential N+1 queries. (@​masato-bkn)
Changelog

Sourced from rubocop-rails's changelog.

2.28.0 (2024-12-25)

New features

  • #1383: Introduce AllCops: MigratedSchemaVersion config. ([@​koic][])

Bug fixes

  • #1390: Fix an incorrect autocorrect for Rails/SelectMap when select has no receiver and method chains are used. ([@​masato-bkn][])
  • #1382: Fix false negatives for Rails/RedundantActiveRecordAllMethod when using all method in block. ([@​masato-bkn][])
  • #1397: Fix Rails/FilePath cop error on join method with implicit receiver. ([@​viralpraxis][])
  • #1398: Fix Rails/FilePath cop error in case of extra operations in Rails.root interpolation. ([@​viralpraxis][])
  • #1392: Fix Rails/FilePath cop error with rescued Rails.root. ([@​viralpraxis][])

Changes

  • #1388: Modify Rails/Pluck to ignore map/collect when used inside blocks to prevent potential N+1 queries. ([@​masato-bkn][])
Commits
  • fcc4cf6 Cut 2.28.0
  • bac0f3e Update Changelog
  • 2c357f0 Merge pull request #1383 from koic/intro_migrated_schema_version
  • 86b7a55 Introduce AllCops: MigratedSchemaVersion config
  • 2671fb4 Merge pull request #1398 from viralpraxis/fix-rails-file-path-cop-error-on-jo...
  • 815d119 Fix Rails/FilePath cop error on join method with implicit receiver
  • fecead8 Merge pull request #1399 from viralpraxis/fix-rails-file-path-cop-error-on-ex...
  • e4aee6b Fix Rails/FilePath cop error in case of extra operations in Rails.root in...
  • c6f869b Merge pull request #1392 from viralpraxis/fix-rails-file-path-cop-error-with-...
  • bb03d6b Fix Rails/FilePath cop error with rescued Rails.root
  • Additional commits viewable in compare view

Updates pry from 0.15.0 to 0.15.2

Release notes

Sourced from pry's releases.

v0.15.2

This release fixes one additional scenario that could happen if Prism was not available.

Bug Fixes

Avoid breaking reading input if Prism version is undetectable (pry/pry#2340)

v0.15.1

Bug Fixes

  • Restore Pry.config.ls compatibility (#2335)
  • Avoid breaking reading inputs if Prism is not available (#2338)
Changelog

Sourced from pry's changelog.

https://github.com/pry/pry/blob/master/v0.15.2 (December 24, 2024)

Bug Fixes

  • Avoid breaking reading input if Prism version is undetectable (#2340)

https://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)

Bug Fixes

  • Restore Pry.config.ls compatibility (#2335)
  • Avoid breaking reading inputs if Prism is not available (#2338)
Commits
  • 2c89b65 Merge pull request #2341 from pry/prep-for-0-15-2
  • b4c4c30 Prep for v0.15.2
  • beb098e Merge pull request #2340 from pry/prism-not-available-version
  • ec09d6a Avoid breaking pry when prism version is not detectable
  • da8ca59 Merge pull request #2339 from pry/prep-for-0-15-1
  • 4dff418 Prep for v0.15.1 release
  • cb333c9 Merge pull request #2338 from andrehjr/prism-not-available
  • b347dce Avoid breaking pry when prism is not available
  • 798d620 Merge pull request #2333 from pry/dependabot/bundler/psych-lte-5.3.0
  • e7a5768 Merge pull request #2335 from andrehjr/make-ls-config-backwards-compat
  • Additional commits viewable in compare view

Updates rack-test from 2.1.0 to 2.2.0

Changelog

Sourced from rack-test's changelog.

2.2.0 / 2024-12-23

  • Bug fixes:

    • Rack::Test::Cookie now parses cookie parameters using a case-insensitive approach (Guillaume Malette #349)
  • Minor enhancements:

    • Arrays of cookies containing a blank cookie are now handled correctly when processing responses. (Martin Emde #343)
    • Rack::Test::UploadedFile no longer uses a finalizer for named paths to close and unlink the created Tempfile. Tempfile itself uses a finalizer to close and unlink itself, so there is no reason for Rack::Test::UploadedFile to do so (Jeremy Evans #338)
Commits
  • 8c0cfba Bump version to 2.2.0
  • 3a87147 Update History for missed commit
  • 6ba3d04 Remove unnecessary check for starting period in domain inside #valid?
  • f392125 Use -W:strict_unused_block when running tests on Ruby 3.4+
  • 64cd524 Fix spurious warnings in tests when using Rack 3.1
  • e5e9d89 Update History.md
  • 16a3c5c fix: cookie-av allows arbitrary casing
  • 8e5a77b Fix a couple spec failures on Ruby 3.4.0-preview2
  • 35b7310 Fix array of cookies in response containing a blank cookie
  • c69b465 Add Ruby 3.3 to CI and bump actions/checkout to v4
  • 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 ruby-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.17.2` | `1.18.1` |
| [net-imap](https://github.com/ruby/net-imap) | `0.5.2` | `0.5.4` |
| [view_component](https://github.com/viewcomponent/view_component) | `3.20.0` | `3.21.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.27.0` | `2.28.0` |
| [pry](https://github.com/pry/pry) | `0.15.0` | `0.15.2` |
| [rack-test](https://github.com/rack/rack-test) | `2.1.0` | `2.2.0` |



Updates `nokogiri` from 1.17.2 to 1.18.1
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.17.2...v1.18.1)

Updates `net-imap` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.2...v0.5.4)

Updates `view_component` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.20.0...v3.21.0)

Updates `rubocop-rails` from 2.27.0 to 2.28.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.27.0...v2.28.0)

Updates `pry` from 0.15.0 to 0.15.2
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.15.0...v0.15.2)

Updates `rack-test` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@dependabot dependabot bot requested a review from xmunoz December 30, 2024 20:36
@xmunoz xmunoz merged commit 8f5ae38 into main Jan 6, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-minor-patch-4e8e8c6b1b branch January 6, 2025 13:40
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