bensheldon / open311status

Open311 Status monitors and aggregates the status of dozens of Open311 API endpoints, providing benchmarks and comparative insights.
https://status.open311.org
MIT License
34 stars 14 forks source link

Bump the bundler-all group across 1 directory with 53 updates #285

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the bundler-all group with 24 updates in the / directory:

Package From To
autoprefixer-rails 10.4.16.0 10.4.19.0
aws-sdk-s3 1.156.0 1.164.0
bootsnap 1.18.3 1.18.4
chartkick 5.0.7 5.1.0
good_job 4.1.0 4.3.0
jbuilder 2.12.0 2.13.0
pg 1.5.7 1.5.8
sentry-rails 5.18.2 5.19.0
textacular 5.6.0 5.7.0
selenium-webdriver 4.23.0 4.25.0
rubocop 1.65.0 1.66.1
rubocop-performance 1.21.1 1.22.1
rubocop-rails 2.25.1 2.26.2
rubocop-rspec 3.0.3 3.0.5
slim_lint 0.27.0 0.29.0
actioncable 7.1.3.4 7.1.4
activemodel-serializers-xml 1.0.2 1.0.3
childprocess 5.0.0 5.1.0
factory_bot 6.4.6 6.5.0
hashdiff 1.1.0 1.1.1
net-imap 0.4.14 0.4.16
rspec-core 3.13.0 3.13.1
rspec-expectations 3.13.1 3.13.3
sprockets-rails 3.5.1 3.5.2

Updates autoprefixer-rails from 10.4.16.0 to 10.4.19.0

Changelog

Sourced from autoprefixer-rails's changelog.

10.4.19.0

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.
  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
  • Fixed user-select: contain prefixes.
Commits


Updates aws-sdk-s3 from 1.156.0 to 1.164.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.164.0 (2024-09-20)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.163.0 (2024-09-18)

  • Feature - Added SSE-KMS support for directory buckets.

1.162.0 (2024-09-11)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.161.0 (2024-09-10)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.160.0 (2024-09-03)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.159.0 (2024-08-20)

  • Feature - Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

1.158.0 (2024-08-15)

  • Feature - Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

1.157.0 (2024-08-01)

  • Feature - Support head_bucket, get_object_attributes, delete_objects, and copy_object for Access Grants.
Commits


Updates bootsnap from 1.18.3 to 1.18.4

Changelog

Sourced from bootsnap's changelog.

1.18.4

  • Allow using bootsnap without bundler. See #488.
  • Fix startup failure if the cache directory points to a broken symlink.
Commits
  • cae219a Release 1.18.4
  • 407bdef Merge pull request #489 from Shopify/fix-load-error
  • 7afa951 Fix bootsnap setup in environments without bundler
  • c5513d9 Merge pull request #487 from Uaitt/update-gh-action-versions
  • 65691ca Update GitHub actions versions
  • 156b8c9 Merge pull request #485 from Uaitt/changelog-typo
  • e76fe38 Merge pull request #486 from Uaitt/correct-rubocop-offenses
  • 9ec8d70 Correct Rubocop offenses
  • 47ad134 Correct a typo present in the CHANGELOG
  • f627992 Add --version flag
  • Additional commits viewable in compare view


Updates chartkick from 5.0.7 to 5.1.0

Changelog

Sourced from chartkick's changelog.

5.1.0 (2024-08-20)

  • Updated Chart.js to 4.4.4
  • Dropped support for Ruby < 3.1
Commits


Updates good_job from 4.1.0 to 4.3.0

Release notes

Sourced from good_job's releases.

v4.3.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.2.1...v4.3.0

v4.2.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.2.0...v4.2.1

v4.2.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0

v4.1.1

Review the Changelog for more details.

What's Changed

... (truncated)

Changelog

Sourced from good_job's changelog.

v4.3.0 (2024-09-14)

Full Changelog

Fixed bugs:

  • Don't shadow gem loading errors during autoloading with the inline adapter #1486 (Earlopain)
  • Ensure before actions run on root route #1482 (ebiven)

Closed issues:

  • Undefined method unhandled_error for nil #1485
  • bin/rails g good_job:install fails #1481
  • Rails 7.2.1 breaks enqueuing without enqueue_after_transaction_commit? method on queue adapter #1477

Merged pull requests:

  • Fix documentation for 2nd Batch callback parameter: consistently call it context #1476 (martijnversluis)
  • Redefine Batch#finished_at to mean all callback jobs have finished too; add Batch#jobs_finished_at to allow not deleting batches until all their callback jobs complete #1454 (bensheldon)

v4.2.1 (2024-08-29)

Full Changelog

Closed issues:

  • Issue with active_record.strict_loading_by_default #1474

Merged pull requests:

v4.2.0 (2024-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • respect perform_throttle even if perform_limit is provided #1470 (doits)
  • Do not use advisory lock on heartbeat in production #1451 (bensheldon)

Closed issues:

  • perform_limit and perform_throttle don't work both #1469

... (truncated)

Commits
  • 62af353 Release good_job v4.3.0
  • 9783e3c Ensure before actions run on root route (#1482)
  • 4d443b3 Don't delete batches until all their callback jobs complete (#1454)
  • 5409e2c Update dependabot.yml
  • 5152a7b Handle gem loading errors in perform_inline (#1486)
  • f294e30 Fix documentation for 2nd Batch callback parameter: consistently call it `con...
  • 9a78188 Release good_job v4.2.1
  • 2b815ca Bump fugit from 1.11.0 to 1.11.1 (#1471)
  • d8ea45a Bump rexml from 3.3.3 to 3.3.6 (#1473)
  • 0e3d094 fix strict_loading_by_default in BaseRecord (#1475)
  • Additional commits viewable in compare view


Updates jbuilder from 2.12.0 to 2.13.0

Release notes

Sourced from jbuilder's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/jbuilder/compare/v2.12.0...v2.13.0

Commits
  • 9aa3dd9 Use new version const
  • acf7a46 No lock committed
  • d469896 Bump version for 2.13.0
  • 9bcd653 Add test binstub
  • 99c42bd Add release binstub
  • e18fe2a Give Jbuilder a programmatically accessible version
  • 1a18149 Use new params.expect syntax (#573)
  • 5288e8a Remove OpenStruct references from Jbuilder (#567)
  • acf44b8 Add missing ':see_other' status code in generated destroy controller method (...
  • 0adeb96 Suggestion: Return early from collection partial rendering if blank. (#560)
  • Additional commits viewable in compare view


Updates pg from 1.5.7 to 1.5.8

Changelog

Sourced from pg's changelog.

v1.5.8 [2024-09-06] Lars Kanis lars@greiz-reinsdorf.de

  • Fix host list duplication every time conn.reset is used. #586
  • Add default decoder for anonymous record types to BasicTypeRegistry #579
  • Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.
Commits
  • cb35e3f Update to Postgresql-16.4 and OpenSSL-3.3.2 for Windows binary gems
  • 7af75a4 Bump VERSION to 1.5.8 and add changelog entry
  • d4c6c61 Merge pull request #589 from larskanis/fix-host-dup-on-reset
  • bf7d57f Save connection options for conn.reset
  • a2a3e6d CI: github actions @​v4 need distinct artifact names
  • dd060bc Merge pull request #587 from larskanis/github-v4
  • 7515aac CI: Use latest github actions
  • 070b72b Remove unused variable in spec
  • 65c5031 Improve code documentation
  • 60f74ff Fix typo
  • Additional commits viewable in compare view


Updates sentry-rails from 5.18.2 to 5.19.0

Changelog

Sourced from sentry-rails's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
    
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
    
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false
    

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364
Commits


Updates textacular from 5.6.0 to 5.7.0

Changelog

Sourced from textacular's changelog.

5.7.0

  • ActiveRecord 7.2 compatibility
  • Defer extending ActiveRecord::Base until Active Record is loaded
Commits
  • 89eedb3 release 5.7.0
  • ea00b4a relax Active Record dependency
  • 7ebd3e1 Merge pull request #159 from bensheldon/patch-1
  • 68c7086 Merge pull request #161 from elektronaut/rails-7-2
  • 0e854f8 Add support for TestCase.fixture_paths
  • f15394c Fix migrations task
  • 0d23e59 Update gem requirements to allow Rails 7.2
  • 4e1a6f3 Defer extending ActiveRecord::Base until Active Record is loaded
  • See full diff in compare view


Updates selenium-webdriver from 4.23.0 to 4.25.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.25.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.25.0 (2024-09-19)

  • Add CDP for Chrome 129 and remove 126
  • Fix add_cause method not being able to process an array of hashes (#14433)
  • replace fedcm links with new ones (#14478)
  • Allow driver path to be set using ENV variables (#14287)

4.24.0 (2024-08-23)

  • Deprecate WebStorage JS methods (#14276)
  • BUGFIX: Add stamp to nightly build (#14320)
  • Add timeout and tests for curb, also added the gem curb that was not part of selenium (#14285)
  • Add CDP for Chrome 128 and remove 125
Commits
  • 26db22e [build] Prepare for release of Selenium 4.25.0 (#14516)
  • 7602371 [rb] Allow driver path to be set using ENV variables (#14287)
  • b2ef56a replace fedcm links with new ones (#14478)
  • 247bc2b [rb] Fix add_cause method not being able to process an array of hashes (#14433)
  • 5aa336f Setting nightly version
  • 748ffc9 Release 4.24.0 (#14429)
  • e4258ea [ci] Use a tag to figure out what we might want to release (#14378)
  • a93c89b Add timeout and tests for curb, also added the gem curb that was not part of ...
  • 7833dc0 [rb] Updating the Gemfile.lock as well
  • f4a86a4 [rb] BUGFIX: Add stamp to nightly build (#14320)
  • Additional commits viewable in compare view


Updates rubocop from 1.65.0 to 1.66.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.66.1

Bug fixes

  • #13191: Fix an error for Style/IfWithSemicolon when using nested single-line if/;/end in block of if/else branches. (@​koic)
  • #13178: Fix false positive for Style/EmptyLiteral with Hash.new([]). (@​earlopain)
  • #13176: Fix crash in Style/EmptyElse when AllowComments: true and the else clause is missing. (@​vlad-pisanov)
  • #13185: Fix false negatives in Style/MapIntoArray autocorrection when using ensure, def, defs and for. (@​vlad-pisanov)

RuboCop 1.66

New features

  • #13077: Add new global StringLiteralsFrozenByDefault option for correct analysis with RUBYOPT=--enable=frozen-string-literal. (@​earlopain)
  • #13080: Add new DocumentationExtension global option to serve documentation with extensions different than .html. (@​earlopain)
  • #13074: Add new Lint/UselessNumericOperation cop to check for inconsequential numeric operations. ([@​zopolis4][])
  • #13061: Add new Style/RedundantInterpolationUnfreeze cop to check for dup and @+ on interpolated strings in Ruby >= 3.0. (@​earlopain)

Bug fixes

  • #13093: Fix an error for Lint/ImplicitStringConcatenation when implicitly concatenating a string literal with a line break and string interpolation. (@​koic)
  • #13098: Fix an error for Style/IdenticalConditionalBranches when handling empty case branches. (@​koic)
  • #13113: Fix an error for Style/IfWithSemicolon when a nested if with a semicolon is used. (@​koic)
  • #13097: Fix an error for Style/InPatternThen when using alternative pattern matching deeply. (@​koic)
  • #13159: Fix an error for Style/OneLineConditional when using if/then/else/end with multiple expressions in the then body. (@​koic)
  • #13092: Fix an incorrect autocorrect for Layout/EmptyLineBetweenDefs when two method definitions are on the same line separated by a semicolon. (@​koic)
  • #13116: Fix an incorrect autocorrect for Style/IfWithSemicolon when a single-line if/;/end has an argument in the then body expression. (@​koic)
  • #13161: Fix incorrect autocorrect for Style/IfWithSemicolon when using multiple expressions in the else body. (@​koic)
  • #13132: Fix incorrect autocorrect for Style/TrailingBodyOnMethodDefinition when an expression precedes a method definition on the same line with a semicolon. (@​koic)
  • #13164: Fix incorrect autocorrect behavior for Layout/BlockAlignment when EnforcedStyleAlignWith: either (default). (@​koic)
  • #13087: Fix an incorrect autocorrect for Style/MultipleComparison when expression with more comparisons precedes an expression with less comparisons. ([@​fatkodima][])
  • #13172: Fix an error for Layout/EmptyLinesAroundExceptionHandlingKeywords when ensure or else and end are on the same line. (@​koic)
  • #13107: Fix an error for Lint/ImplicitStringConcatenation when there are multiple adjacent string interpolation literals on the same line. (@​koic)
  • #13111: Fix an error for Style/GuardClause when if clause is empty and correction would not fit on single line because of Layout/LineLength. (@​earlopain)
  • #13137: Fix an error for Style/ParallelAssignment when using __FILE__. (@​earlopain)
  • #13143: Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax. (@​earlopain)
  • #13131: Fix false negatives for Lint/Void when using ensure, defs and numblock. (@​vlad-pisanov)
  • #13174: Fix false negatives for Style/MapIntoArray when initializing the destination using Array[], Array([]), or Array.new([]). (@​vlad-pisanov)
  • #13173: Fix false negatives for Style/EmptyLiteral when using Array[], Hash[], Array.new([]) and Hash.new([]). (@​vlad-pisanov)
  • #13126: Fix a false positive for Style/Alias when using multiple alias in def. (@​koic)
  • #13085: Fix a false positive for Style/EmptyElse when a comment-only else is used after elsif and AllowComments: true is set. (@​koic)
  • #13118: Fix a false positive for Style/MapIntoArray when splatting. (@​earlopain)
  • #13105: Fix false positives for Style/ArgumentsForwarding when forwarding kwargs/block arg with non-matching additional args. (@​koic)
  • #13139: Fix false positives for Style/RedundantCondition when using modifier if or unless. (@​koic)
  • #13134: Fix false negative for Lint/Void when using using frozen literals. (@​vlad-pisanov)
  • #13148: Fix incorrect autocorrect for Lint/EmptyConditionalBody when missing elsif body with end on the same line. (@​koic)
  • #13109: Fix an error for the Lockfile parser when it contains incompatible BUNDLED WITH versions. (@​earlopain)
  • #13112: Fix detection of TargetRubyVersion through the gemfile if the gemfile ruby version is below 2.7. (@​earlopain)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.66.1 (2024-09-04)

Bug fixes

  • #13191: Fix an error for Style/IfWithSemicolon when using nested single-line if/;/end in block of if/else branches. ([@​koic][])
  • #13178: Fix false positive for Style/EmptyLiteral with Hash.new([]). ([@​earlopain][])
  • #13176: Fix crash in Style/EmptyElse when AllowComments: true and the else clause is missing. ([@​vlad-pisanov][])
  • #13185: Fix false negatives in Style/MapIntoArray autocorrection when using ensure, def, defs and for. ([@​vlad-pisanov][])

1.66.0 (2024-08-31)

New features

  • #13077: Add new global StringLiteralsFrozenByDefault option for correct analysis with RUBYOPT=--enable=frozen-string-literal. ([@​earlopain][])
  • #13080: Add new DocumentationExtension global option to serve documentation with extensions different than .html. ([@​earlopain][])
  • #13074: Add new Lint/UselessNumericOperation cop to check for inconsequential numeric operations. ([@​zopolis4][])
  • #13061: Add new Style/RedundantInterpolationUnfreeze cop to check for dup and @+ on interpolated strings in Ruby >= 3.0. ([@​earlopain][])

Bug fixes

  • #13093: Fix an error for Lint/ImplicitStringConcatenation when implicitly concatenating a string literal with a line break and string interpolation. ([@​koic][])
  • #13098: Fix an error for Style/IdenticalConditionalBranches when handling empty case branches. ([@​koic][])
  • #13113: Fix an error for Style/IfWithSemicolon when a nested if with a semicolon is used. ([@​koic][])
  • #13097: Fix an error for Style/InPatternThen when using alternative pattern matching deeply. ([@​koic][])
  • #13159: Fix an error for Style/OneLineConditional when using if/then/else/end with multiple expressions in the then body. ([@​koic][])
  • #13092: Fix an incorrect autocorrect for Layout/EmptyLineBetweenDefs when two method definitions are on the same line separated by a semicolon. ([@​koic][])
  • #13116: Fix an incorrect autocorrect for Style/IfWithSemicolon when a single-line if/;/end has an argument in the then body expression. ([@​koic][])
  • #13161: Fix incorrect autocorrect for Style/IfWithSemicolon when using multiple expressions in the else body. ([@​koic][])
  • #13132: Fix incorrect autocorrect for Style/TrailingBodyOnMethodDefinition when an expression precedes a method definition on the same line with a semicolon. ([@​koic][])
  • #13164: Fix incorrect autocorrect behavior for Layout/BlockAlignment when EnforcedStyleAlignWith: either (default). ([@​koic][])
  • #13087: Fix an incorrect autocorrect for Style/MultipleComparison when expression with more comparisons precedes an expression with less comparisons. ([@​fatkodima][])
  • #13172: Fix an error for Layout/EmptyLinesAroundExceptionHandlingKeywords when ensure or else and end are on the same line. ([@​koic][])
  • #13107: Fix an error for Lint/ImplicitStringConcatenation when there are multiple adjacent string interpolation literals on the same line. ([@​koic][])
  • #13111: Fix an error for Style/GuardClause when if clause is empty and correction would not fit on single line because of Layout/LineLength. ([@​earlopain][])
  • #13137: Fix an error for Style/ParallelAssignment when using __FILE__. ([@​earlopain][])
  • #13143: Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax. ([@​earlopain][])
  • #13131: Fix false negatives for Lint/Void when using ensure, defs and numblock. ([@​vlad-pisanov][])
  • #13174: Fix false negatives for Style/MapIntoArray when initializing the destination using Array[], Array([]), or Array.new([]). ([@​vlad-pisanov][])
  • #13173: Fix false negatives for Style/EmptyLiteral when using Array[], Hash[], Array.new([]) and Hash.new([]). ([@​vlad-pisanov][])
  • #13126: Fix a false positive for Style/Alias when using multiple alias in def. ([@​koic][])
  • #13085: Fix a false positive for Style/EmptyElse when a comment-only else is used after elsif and AllowComments: true is set. ([@​koic][])
  • #13118: Fix a false positive for Style/MapIntoArray when splatting. ([@​earlopain][])
  • #13105: Fix false positives for Style/ArgumentsForwarding when forwarding kwargs/block arg with non-matching additional args. ([@​koic][])
  • #13139: Fix false positives for Style/RedundantCondition when using modifier if or unless. ([@​koic][])
  • #13134: Fix false negative for Lint/Void when using using frozen literals. ([@​vlad-pisanov][])
  • #13148: Fix incorrect autocorrect for Lint/EmptyConditionalBody when missing elsif body with end on the same line. ([@​koic][])
  • #13109: Fix an error for the Lockfile parser when it contains incompatible BUNDLED WITH versions. ([@​earlopain][])
  • #13112: Fix detection of TargetRubyVersion through the gemfile if the gemfile ruby version is below 2.7. ([@​earlopain][])
  • #13155: Fixes an error when the server cache directory has too long path, causing rubocop to fail even with caching disabled. ([@​protocol7][])

... (truncated)

Commits
  • ba8e7be Cut 1.66.1
  • 2900c91 Update Changelog
  • 08bed81 Fix an error for Style/IfWithSemicolon
  • c2ae362 Don't parse YAML twice
  • 5f3481f Use rubocop-ast SimpleForwardable
  • 5e65a39 Merge pull request #13185 from vlad-pisanov/vp_map_into_array_2
  • d18b3c9 Fix false negatives in Style/MapIntoArray autocorrection when using `ensure...
  • 3277118 [Fix #13182] Tweak the doc for Style/RedundantInterpolationUnfreeze
  • 9a38b11 Merge pull request #13179 from Earlopain/node-matcher-directiry-error
  • fd4f4d7 Fix an error for InternalAffairs/NodeMatcherDirective when no second argument
  • Additional commits viewable in compare view


Updates rubocop-performance from 1.21.1 to 1.22.1

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.22.1

Bug fixes

  • #468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. (@​koic)

RuboCop Performance 1.22.0

Bug fixes

  • #454: Fix false positives for Performance/BigDecimalWithNumericArgument when using BigDecimal 3.1+. (@​koic)

Changes

Changelog

Sourced from rubocop-performance's changelog.

1.22.1 (2024-09-17)

Bug fixes

  • #468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. ([@​koic][])

1.22.0 (2024-09-16)

Bug fixes

    ... _Description has been truncated_
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.