chore(deps): bump the ruby-deps group with 5 updates#2512
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the ruby-deps group with 5 updates#2512dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the ruby-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [pagy](https://github.com/ddnexus/pagy) | `43.3.0` | `43.3.1` | | [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) | `1.6.2` | `1.7.0` | | [haml_lint](https://github.com/sds/haml-lint) | `0.70.0` | `0.71.0` | | [web-console](https://github.com/rails/web-console) | `4.2.1` | `4.3.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.84.2` | `1.85.0` | Updates `pagy` from 43.3.0 to 43.3.1 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](ddnexus/pagy@43.3.0...43.3.1) Updates `rails-html-sanitizer` from 1.6.2 to 1.7.0 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.6.2...v1.7.0) Updates `haml_lint` from 0.70.0 to 0.71.0 - [Release notes](https://github.com/sds/haml-lint/releases) - [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md) - [Commits](sds/haml-lint@v0.70.0...v0.71.0) Updates `web-console` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown) - [Commits](rails/web-console@v4.2.1...v4.3.0) Updates `rubocop` from 1.84.2 to 1.85.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.2...v1.85.0) --- updated-dependencies: - dependency-name: pagy dependency-version: 43.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rails-html-sanitizer dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: haml_lint dependency-version: 0.71.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: web-console dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... 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 ruby-deps group with 5 updates:
43.3.043.3.11.6.21.7.00.70.00.71.04.2.14.3.01.84.21.85.0Updates
pagyfrom 43.3.0 to 43.3.1Release notes
Sourced from pagy's releases.
Changelog
Sourced from pagy's changelog.
Commits
39b2be5Merge branch 'dev'debc98cVersion 43.3.18c4c5b3Update gems0655d3eUpdate RM run configurationse8acc65Improve docs61aa160Parallelize e2e testsa100906💎 Update assets for a few appsaa74bdaRefactor e2e testing:69533c3Refactor PagyApp:bd839fdAdd minitest-reporter and improve backatrace readabilityUpdates
rails-html-sanitizerfrom 1.6.2 to 1.7.0Release notes
Sourced from rails-html-sanitizer's releases.
Changelog
Sourced from rails-html-sanitizer's changelog.
Commits
a8a0413version bump to v1.7.0ea9e7a4Merge pull request #214 from rails/add-allowed-urif26dc35Add Rails::HTML::Sanitizer.allowed_uri? delegating to Loofahcc83f51Merge pull request #213 from rails/flavorjones/ruby-4-supportee54515dev: ruby 4 support2a8fe89Merge pull request #208 from rails/dependabot/bundler/rack-3.1.172b0ecc7build(deps-dev): bump rack from 3.1.16 to 3.1.17c7ab9f2Merge pull request #206 from rails/dependabot/bundler/rack-3.1.160283ca4build(deps-dev): bump rack from 3.1.14 to 3.1.16ba7a284Merge pull request #204 from rails/dependabot/bundler/rack-3.1.14Updates
haml_lintfrom 0.70.0 to 0.71.0Release notes
Sourced from haml_lint's releases.
Changelog
Sourced from haml_lint's changelog.
Commits
73f075eCut version 0.71.0 (#630)9ac6174Gracefully degrade if Coveralls is down (#631)Updates
web-consolefrom 4.2.1 to 4.3.0Release notes
Sourced from web-console's releases.
Changelog
Sourced from web-console's changelog.
Commits
90e3474Release 4.3.0bdbb391Merge pull request #344 from fatkodima/fix-filter-proxies950462cFix compatiblity with latest railsc1f9252Merge pull request #345 from fatkodima/fix-ci6bc7159Fix CI859bc60Merge pull request #342 from zunda/bind-on-ipv6c66460aAlways permit IPv4-mapped IPv6 loopback addressesf3d437cMerge pull request #338 from luiscobot/patch-15383121replace close icon with ×9a5c089Merge pull request #336 from sambostock/drop-active-modelUpdates
rubocopfrom 1.84.2 to 1.85.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
Commits
aa2797eCut 1.85c0f3332Update Changelog934465cFix MCP version number and add missing language to source blocks0774181Fix nav placement, code blocks, and minor doc issuesbb1eae4Update version example in installation docs to 1.84276d1f0Standardize code blocks to AsciiDoc [source] syntax9c62a14Merge pull request #14956 from lovro-bikic/redundant-interpolation-unfreeze-s...d011fdeMerge pull request #14955 from lovro-bikic/redundant-parentheses-block-body113f35cAdd support for String.new with interpolated strings to Style/RedundantInterp...dc58188Register redundant parentheses around block body in Style/RedundantParenthesesDependabot 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