chore(deps): bump the ruby-deps group with 5 updates - #2786
Conversation
Bumps the ruby-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [csv](https://github.com/ruby/csv) | `3.3.5` | `3.3.6` | | [haml](https://github.com/haml/haml) | `7.2.0` | `7.2.2` | | [msgpack](https://github.com/msgpack/msgpack-ruby) | `1.8.3` | `1.8.4` | | [simplecov](https://github.com/simplecov-ruby/simplecov) | `1.0.2` | `1.0.3` | | [sitemap_generator](https://github.com/kjvarga/sitemap_generator) | `7.1.0` | `7.1.1` | Updates `csv` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](ruby/csv@v3.3.5...v3.3.6) Updates `haml` from 7.2.0 to 7.2.2 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](haml/haml@v7.2.0...v7.2.2) Updates `msgpack` from 1.8.3 to 1.8.4 - [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog) - [Commits](msgpack/msgpack-ruby@v1.8.3...v1.8.4) Updates `simplecov` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v1.0.2...v1.0.3) Updates `sitemap_generator` from 7.1.0 to 7.1.1 - [Changelog](https://github.com/kjvarga/sitemap_generator/blob/master/CHANGES.md) - [Commits](kjvarga/sitemap_generator@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: haml dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: msgpack dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: simplecov dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: sitemap_generator dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Upgrade Review: ruby-deps group (5 bumps) — csv, haml, msgpack, simplecov, sitemap_generatorPR ScopeDependency-only — touches only Changes in DependencyAll five are patch releases containing bug fixes and backward-compatible improvements only:
No breaking changes, no removed APIs, no major/minor version jumps. Usage in Repository
Compatibility AssessmentCompatible — all changes are bug fixes/improvements in features this app doesn't use (haml's TruffleRuby/Ripper quirk, msgpack's direct Buffer API, sitemap's rake-clean paths, simplecov's report-rendering edge cases). Patch-level within each pinned minor, so no breaking API surface. Test CoverageGood — full RSpec suite exercises the Haml views, CSV generation (event/meeting invite exports), and the Rails caching path (msgpack), and the suite runs under simplecov. The 1.0.2→1.0.3 simplecov move was already validated locally in prior work. Confidence RatingHigh — dependency-only diff, all patch releases, no used API intersects a breaking change, and existing test coverage exercises the relevant paths. |
mroderick
left a comment
There was a problem hiding this comment.
Approved. See analysis comment above.
Bumps the ruby-deps group with 5 updates:
3.3.53.3.67.2.07.2.21.8.31.8.41.0.21.0.37.1.07.1.1Updates
csvfrom 3.3.5 to 3.3.6Release notes
Sourced from csv's releases.
Changelog
Sourced from csv's changelog.
Commits
0873ab3Add 3.3.6 entryc94763aDon't use enumerator in CSV (#363)b36c160Bump actions/checkout from 6 to 7 (#360)c773f27Bump rubygems/configure-rubygems-credentials from 2.0.0 to 2.1.0 (#359)19c7649Unify first parameter name topath_or_ioacross methods (#358)79eb55aBump rubygems/configure-rubygems-credentials from 1.0.0 to 2.0.0 (#357)4a5c504Support block in CSV::Row#to_h (#356)bc69827Bump actions/checkout from 5 to 6 (#354)a2bda1eLink to LICENSE.txt0de1bf0Bump actions/checkout from 4 to 5 (#351)Updates
hamlfrom 7.2.0 to 7.2.2Release notes
Sourced from haml's releases.
Changelog
Sourced from haml's changelog.
Commits
8f293acVersion 7.2.2a33ec14Remove obsolete TruffleRuby compatibility skips (#1210)c613224Version 7.2.1c013fe4Pin rdoc below 8 on JRubyab098cfDo not rely on Ripper quick in parsing old-style Haml attributes (#1212)0880837Add Ruby 4.0 to tested versionsUpdates
msgpackfrom 1.8.3 to 1.8.4Changelog
Sourced from msgpack's changelog.
Commits
42378b0Release 1.8.47cb88d4Merge pull request #399 from Watson1978/fix-rmem-page-ownershipce44d0eFix rmem page released while a later chunk still points into it8ab8a5aMerge pull request #398 from hsbt/claude/vigilant-chebyshev-63ce11b136b7fMerge pull request #397 from Watson1978/fix-recursive-ext-stack-overflowcf586e9Build deep recursive-extension spec payload without deep recursion752ad7fSkip recursive-extension StackError spec on JRuby1b0cdf7Raise StackError instead of crashing on deeply nested recursive extensionsd2e1c88Fix build failure on mswin due to empty UNREACHABLE_RETURN()3efa8bdMove dev dependencies in the GemfileUpdates
simplecovfrom 1.0.2 to 1.0.3Release notes
Sourced from simplecov's releases.
Changelog
Sourced from simplecov's changelog.
Commits
e9fddf0Bump version to 1.0.31bc8a8cbundle update0e6eae8fix: memoise key parsing in RubyDataParser to fix combiner performance regres...1a8a9baAccept formatter instances in formatter configuration3ef1068Bump ruby/setup-ruby from 1.316.0 to 1.318.0f33a574Assert engine-independent invariants for receiver name fallbacks3492da6Aggregate method coverage by source location alone2e60550Survive user code that breaks receiver name renderingUpdates
sitemap_generatorfrom 7.1.0 to 7.1.1Changelog
Sourced from sitemap_generator's changelog.
Commits
ce2c377chore(release): prepare 7.1.1 (#515)209416ctest: resolve the last RuboCop relaxations across the spec suite (#514)dcc4421fix(specs): resolve RSpec/SubjectStub, RSpec/InstanceVariable, and RSpec/Stub...3c24c29test(specs): resolve the second batch of RuboCop spec-suite exclusions (#512)14d5e03test(specs): resolve the first batch of RuboCop spec-suite exclusions (#511)a8e0129chore(specs): enable RuboCop to catch broken and silently-passing tests (#510)12d81b6fix: use timezone-aware current time for default lastmod (#505)b7bcd69fix: capture write time in SitemapFile to support frozen time in tests (#508)254a9f4fix: respect SitemapGenerator.verbose in rake tasks (#503)4f63b24fix: prepend host to relative alternate hrefs (#504)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