Bump the ruby group with 7 updates#158
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the ruby group with 7 updates: | Package | From | To | | --- | --- | --- | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.19.2` | `1.19.3` | | [pagy](https://github.com/ddnexus/pagy) | `43.4.4` | `43.5.3` | | [propshaft](https://github.com/rails/propshaft) | `1.3.1` | `1.3.2` | | [puma](https://github.com/puma/puma) | `7.2.0` | `8.0.1` | | [rake](https://github.com/ruby/rake) | `13.3.1` | `13.4.2` | | [view_component](https://github.com/viewcomponent/view_component) | `4.6.0` | `4.8.0` | | [faker](https://github.com/faker-ruby/faker) | `3.6.1` | `3.8.0` | Updates `nokogiri` from 1.19.2 to 1.19.3 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.2...v1.19.3) Updates `pagy` from 43.4.4 to 43.5.3 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](ddnexus/pagy@43.4.4...43.5.3) Updates `propshaft` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.3.1...v1.3.2) Updates `puma` from 7.2.0 to 8.0.1 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.0...v8.0.1) Updates `rake` from 13.3.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.1...v13.4.2) Updates `view_component` from 4.6.0 to 4.8.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@v4.6.0...v4.8.0) Updates `faker` from 3.6.1 to 3.8.0 - [Release notes](https://github.com/faker-ruby/faker/releases) - [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md) - [Commits](faker-ruby/faker@v3.6.1...v3.8.0) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: pagy dependency-version: 43.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: propshaft dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: puma dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: view_component dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: faker dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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 ruby group with 7 updates:
1.19.21.19.343.4.443.5.31.3.11.3.27.2.08.0.113.3.113.4.24.6.04.8.03.6.13.8.0Updates
nokogirifrom 1.19.2 to 1.19.3Release notes
Sourced from nokogiri's releases.
Changelog
Sourced from nokogiri's changelog.
Commits
c139a3dversion bump to v1.19.37501a63fix: backtracking in CSS tokenizer rules (v1.19.x backport) (#3627)03e7968test: skip CSS tokenizer benchmarks on JRubyb984b7efix: ReDoS in CSS tokenizer ident rule0092623fix: ReDoS in CSS tokenizer STRING ruleee17d33fix: memory leak in XSLT transform (backport to v1.19.x) (#3624)ce188a3doc: update CHANGELOGcaeaac4fix: memory leak in XSLT transform25220bfdep(test): test against libxml-ruby v6 (#3618)0caeb21doc: add security warnings for untrusted XSLT stylesheetsUpdates
pagyfrom 43.4.4 to 43.5.3Release notes
Sourced from pagy's releases.
... (truncated)
Changelog
Sourced from pagy's changelog.
Commits
5f08538Merge branch 'dev'874833cVersion 43.5.34a0fba2💎 Autoload series, a_lambda and page_label55e0802Improve Ferrum test stabilityd9b37f9Improve page segment file876b61f💎 Add Hungarian localization file for Pagy (#896)187e0daMerge branch 'dev'd67d69bVersion 43.5.21f2d27dUpdate libsf3e3342💎 Add type validation for page and limit keys type (close #895)Updates
propshaftfrom 1.3.1 to 1.3.2Release notes
Sourced from propshaft's releases.
Commits
eb59571Bump version for 1.3.28335366Add charset=utf-8 to Content-Type for CSS and HTML assets (#264)67def02Merge pull request #265 from flavorjones/fix-ci-minitest2f9965aSupport minitest 6 where possible, pin < 6 elsewhereUpdates
pumafrom 7.2.0 to 8.0.1Release notes
Sourced from puma's releases.
Changelog
Sourced from puma's changelog.
Commits
cee7e61Release v8.0.1 (#3932)f955cafFix prune_bundler stripping user-configured BUNDLE_* env vars on re-exec (#3929)97996aaci: test_error_logger.rb - fix TruffleRuby error (#3930)03825bcBuild(deps): Bump actions/github-script from 8 to 9 (#3925)053efaeReword v8 upgrade guide ipv6 bullet (#3928)b19f35aFix incorrect hook names in gRPC docs (#3923)eeabe4bUse blocks for debug logging to avoid creating messages if debug disabled (#3...08f63d4Release v8.0.0 (#3914)7406cc1Fix IPv4-mapped IPv6 addresses inREMOTE_ADDRand request logs (#3916)e090243Build(deps): Bump actions/checkout from 4 to 6 (#3915)Updates
rakefrom 13.3.1 to 13.4.2Commits
503b8ecv13.4.246038e7Merge pull request #723 from ruby/fix/testopts-preserve-existing-value604a3d9Isolate TESTOPTS env in TestRakeTestTask setup/teardown5886caaPreserve ENV["TESTOPTS"] when verbose is enabled92193acv13.4.1b74be0bMerge pull request #721 from ruby/fix/add-options-to-gemspec829f66dAdd lib/rake/options.rb to gemspec2d55bc4v13.4.01415070Exclude dependabot updates from release noteb3dc948Merge pull request #713 from pvdb/simplify_standard_system_dirUpdates
view_componentfrom 4.6.0 to 4.8.0Release notes
Sourced from view_component's releases.
Changelog
Sourced from view_component's changelog.
Commits
d7e8cb4Merge pull request #2615 from ViewComponent/release-4-8-0091e30afix flaky tesT9e0dae4release 4.8.0ef90407Merge pull request #2613 from ViewComponent/instrument-compilationd920918clean up test3cc6d61simplify testd7947fcAdd compile.view_component ActiveSupport::Notifications event for eager compi...5d84af8Merge pull request #2612 from ViewComponent/dependabot/bundler/propshaft-1.3.28f4ef89Bump propshaft from 1.3.1 to 1.3.29ae4d79Merge pull request #2611 from ViewComponent/dependabot/bundler/yard-0.9.43Updates
fakerfrom 3.6.1 to 3.8.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
... (truncated)
Commits
e48d35fbump faker to v3.8.0 (#3245)7193b32Add Lazy loading config (#3244)737ae42Bump faker to v3.7.1c55d8f5Drop support for Ruby 3.1 (#3240)381ff5bBump rubocop from 1.85.1 to 1.86.1 (#3235)ade1040Bump timecop from 0.9.10 to 0.9.11 (#3236)bc6f7a2Bump yard from 0.9.38 to 0.9.40 (#3237)dfb0e67Remove duplicate 'Recalled to Life' book title (#3238)66fb4d1Added additional football teams (#3231)69cf1dfRemove json_schema and public-suffix version constraint (#3224)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