chore(deps): bump the minor group across 1 directory with 7 updates#501
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the minor group across 1 directory with 7 updates#501dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rails](https://github.com/rails/rails) | `8.1.2` | `8.1.3` | | [solid_queue](https://github.com/rails/solid_queue) | `1.3.2` | `1.4.0` | | [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `6.4.1` | `6.5.0` | | [pagy](https://github.com/ddnexus/pagy) | `43.4.2` | `43.4.3` | | [ferrum](https://github.com/rubycdp/ferrum) | `0.17.1` | `0.17.2` | | [webmock](https://github.com/bblimke/webmock) | `3.26.1` | `3.26.2` | Updates `rails` from 8.1.2 to 8.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.2...v8.1.3) Updates `solid_queue` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.3.2...v1.4.0) Updates `sentry-ruby` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@6.4.1...6.5.0) Updates `sentry-rails` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@6.4.1...6.5.0) Updates `pagy` from 43.4.2 to 43.4.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.2...43.4.3) Updates `ferrum` from 0.17.1 to 0.17.2 - [Release notes](https://github.com/rubycdp/ferrum/releases) - [Changelog](https://github.com/rubycdp/ferrum/blob/main/CHANGELOG.md) - [Commits](rubycdp/ferrum@v0.17.1...v0.17.2) Updates `webmock` from 3.26.1 to 3.26.2 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.26.1...v3.26.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: solid_queue dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sentry-ruby dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sentry-rails dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pagy dependency-version: 43.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: ferrum dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: webmock dependency-version: 3.26.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
3d33686 to
1c5230d
Compare
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 minor group with 6 updates in the / directory:
8.1.28.1.31.3.21.4.06.4.16.5.043.4.243.4.30.17.10.17.23.26.13.26.2Updates
railsfrom 8.1.2 to 8.1.3Release notes
Sourced from rails's releases.
... (truncated)
Commits
fa8f081Preparing for 8.1.3 release63cef3dMerge branch '8-1-sec' into 8-1-stable1db4b89Preparing for 8.1.2.1 release1c7d1cfUpdate changeloge91694bUpdate CHANGELOG (8.1 only)6752711Fix XSS in debug exceptions copy-to-clipboard63f5ad8Skip blank attribute names in Action View tag helpers8c9676bPrevent glob injection in ActiveStorage DiskService#delete_prefixed9b06fbcPrevent path traversal in ActiveStorage DiskServiceec1a0e2Improve performance of NumberToDelimitedConverterUpdates
solid_queuefrom 1.3.2 to 1.4.0Release notes
Sourced from solid_queue's releases.
Commits
176721eBump solid_queue to 1.4.03df3de3Merge pull request #553 from cupatea/feature/dynamic_recurring_tasks2f142eddocs: improve grammar a little50defe2Avoid unintended FOR UPDATE query execution.3b490adMerge right value ofstaticcorrectly7ded710Avoid extra queries for dynamic tasks for process metadata and proclineb4f7c99Clean a bit top-level SolidQueue methods to manage dynamic tasks3d36ca4Simplify recurring schedule with respect to dynamic task reloadingb012535Refactor scheduler loop and add missing testsf7e39b5Read static from options in from_configuration and rename to dynamic_tasks_en...Updates
sentry-rubyfrom 6.4.1 to 6.5.0Changelog
Sourced from sentry-ruby's changelog.
Commits
a34b047release: 6.5.0d61d271fix: Copy event processors on Scope#dup (#2893)8205acbfix(release-detector): Prefer HEROKU_BUILD_COMMIT over deprecated HEROKU_SLUG...2c1c8b7feat(transport): Handle HTTP 413 response for oversized envelopes (#2885)5685885fix: Don't transform attributes in place in metrics (#2883)d8352b6test: fix flaky request timing tests (#2882)cfcab4bfeat: Implement strict trace continuation (#2872)Updates
sentry-railsfrom 6.4.1 to 6.5.0Changelog
Sourced from sentry-rails's changelog.
Commits
a34b047release: 6.5.0a1c5282fix(rails): set mechanism.handled based on error handling status (#2892)cf9e45cfix: Maptrilogydatabase adapter tomysqlfor Query Insights compatibili...Updates
pagyfrom 43.4.2 to 43.4.3Release notes
Sourced from pagy's releases.
Changelog
Sourced from pagy's changelog.
Commits
4596940Merge branch 'dev'1a3cb77Version 43.4.392d940b💎 Deprecate the :max_pages option (close #890)e1dcd20Polish docsce4fe21Move the shared options, readers and exceptions to docs templates for direct ...36d6d60Improve docs icons, style and contentb715f63Simplify docs layout and contentb07582eDocs fixesc67360cRemove the "Edit this page" repo linkUpdates
ferrumfrom 0.17.1 to 0.17.2Release notes
Sourced from ferrum's releases.
Changelog
Sourced from ferrum's changelog.
Commits
2f0699dBump upaa0b7adchore: revert default for :pending_connection_errors to true and update relat...3606d54fix: undefined method `find_target' for nil (NoMethodError) #54225f68f8chore: update CHANGELOG56a46cdfix:browser.resettries to dispose default implicit context #540 (#566)0c4d14bAdd RBS types (#565)e1b51b1chore: add CHANGELOG entry8c68153fix: ensure session_id is set only if session is absentde385e2Fix wss urls and session_id lost (#559)1cd3d76chore: move documentation to a dedicated websiteUpdates
webmockfrom 3.26.1 to 3.26.2Release notes
Sourced from webmock's releases.
Changelog
Sourced from webmock's changelog.
Commits
ce700d9Version 3.26.2ddf8a43Merge pull request #1121 from criess/cr/curb-http-2-parse-headers035e9fc[fix] add support to parse http/2 request on curb adapter29d3532Merge pull request #1123 from sferik/support-http_rb-6801ad3bMerge pull request #1122 from criess/cr/curb-easy-code-as-aliasa4de224Add HTTP.rb 6.0.0 compatibility to http_rb adapterc6cf2f1[fix] CurbAdapter aliascodefromresponse_code596d8a8Merge pull request #1113 from koic/ci_against_ruby_4_086977f8Run CI against Ruby 4.0cc11b78Merge pull request #1114 from koic/remove_pride_option_from_minitest_rake_taskDependabot 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