chore(deps): bump the ruby-deps group across 1 directory with 5 updates - #2817
Conversation
Dependency Upgrade Review: ruby-deps group (5 packages)PR ScopeDependency-only — only Changes per Package
Changes in Dependencieshaml 7.3.0 → 7.4.1: Performance and internal refactoring only. haml_lint 0.77.0 → 0.78.0: Compatibility fix for haml 7.4 — it dropped an rubocop-performance 1.26.1 → 1.27.0: Bug fix for rubocop-rails 2.36.0 → 2.37.0: Performance improvement in webmock 3.26.2 → 3.26.3: Compatibility with curb 1.3.7 and fix for Usage in Repository
Compatibility AssessmentCompatible — All changes are internal optimizations, bug fixes, or compatibility patches. None of the used APIs are affected. Test CoverageHigh — All 6 test groups, RuboCop, security audit, and coverage reports pass on CI. The upgrade touched no application code, only lockfile versions. Confidence RatingHigh — CI is green across all 8 checks, including the full test suite, RuboCop, and security audit. |
mroderick
left a comment
There was a problem hiding this comment.
Approved. See analysis comment above.
|
@dependabot rebase |
Bumps the ruby-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [haml](https://github.com/haml/haml) | `7.3.0` | `7.4.1` | | [haml_lint](https://github.com/sds/haml-lint) | `0.77.0` | `0.78.0` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.26.1` | `1.27.0` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.36.0` | `2.37.0` | | [webmock](https://github.com/bblimke/webmock) | `3.26.2` | `3.26.3` | Updates `haml` from 7.3.0 to 7.4.1 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](haml/haml@v7.3.0...v7.4.1) Updates `haml_lint` from 0.77.0 to 0.78.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.77.0...v0.78.0) Updates `rubocop-performance` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.1...v1.27.0) Updates `rubocop-rails` from 2.36.0 to 2.37.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.36.0...v2.37.0) Updates `webmock` from 3.26.2 to 3.26.3 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.26.2...v3.26.3) --- updated-dependencies: - dependency-name: haml dependency-version: 7.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: haml_lint dependency-version: 0.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop-performance dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop-rails dependency-version: 2.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: webmock dependency-version: 3.26.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
3b100ed to
7e5e363
Compare
Bumps the ruby-deps group with 5 updates in the / directory:
7.3.07.4.10.77.00.78.01.26.11.27.02.36.02.37.03.26.23.26.3Updates
hamlfrom 7.3.0 to 7.4.1Release notes
Sourced from haml's releases.
Changelog
Sourced from haml's changelog.
Commits
7f51ae7Version 7.4.1fce2365Move find_and_preserve into Haml::Preserver26c36cdDrop the tag list from the emitted find_and_preserve call11796e2Build the preserve regex once per tag list instead of per call4b26909Move find_and_preserve into Haml::Helpers7da8851Drop an empty tag from the preserve pattern2e3e512Match a newline with a String in preserve9acd59cRequire haml/helpers in the script compiler5dc327fVersion 7.4.078ddd14Escape interpolated tag text through Haml::Escape (#1217)Updates
haml_lintfrom 0.77.0 to 0.78.0Release notes
Sourced from haml_lint's releases.
Changelog
Sourced from haml_lint's changelog.
Commits
f4e48f7Cut 0.78.0 release (#695)a9d063dAdd HAML 7.3 compatibility (#694)decd86cAdd support for Haml 7.4 (#693)Updates
rubocop-performancefrom 1.26.1 to 1.27.0Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
c07064dCut 1.27.00e7abe8Update Changelog0d43a61Suppress RuboCop offenses72eb77dMerge pull request #533 from koic/fix_chain_array_allocation_false_negatives9c60244Merge pull request #528 from koic/fix_regexp_match_offense_message_for_bang_t...c3515cb[Fix #532] Fix false negatives forPerformance/ChainArrayAllocationdba3d75Merge pull request #530 from koic/lazy_load_copsdd5f992Load cops lazilyf1763dd[Fix #510] ClarifyPerformance/RegexpMatchmessage for!~9c969a6Fix JRuby CI failure caused by rbs native extension buildUpdates
rubocop-railsfrom 2.36.0 to 2.37.0Release notes
Sourced from rubocop-rails's releases.
Changelog
Sourced from rubocop-rails's changelog.
Commits
2ccba59Cut 2.37.0597f352Update Changeloga400494Merge pull request #1652 from moberegger/moberegger/optimize-HttpPositionalAr...cbc6157Optimize HttpPositionalArguments copcb023b9Suppress RuboCop offenses166cfc6Merge pull request #1650 from koic/lazy_load_cops3dd6378Load cops lazily0b20dadMerge pull request #1649 from kuboon/copilot/attribute-default-block-value7c76696Allow frozen literal defaults in AttributeDefaultBlockValue84fef55Reset the docs versionUpdates
webmockfrom 3.26.2 to 3.26.3Release notes
Sourced from webmock's releases.
Changelog
Sourced from webmock's changelog.
Commits
ee409acVersion 3.26.32c976d5Merge pull request #1127 from jbockler/curb-1.35b40155Confirm to work with curb 1.3.7f685e7eMerge pull request #1130 from lesleh/fix-async-http-status-descriptiona50557eFix NameError in async-http adapter on protocol-http1 >= 0.40