chicago-tool-library / circulate

A lending library management system
Other
82 stars 66 forks source link

Bump the deps group across 1 directory with 10 updates #1657

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the deps group with 10 updates in the / directory:

Package From To
audited 5.4.1 5.7.0
mjml-rails 4.11.0 4.12.0
pagy 9.0.5 9.0.6
[square.rb]() 38.1.1.20240717 39.0.0.20240821
aws-sdk-s3 1.157.0 1.159.0
appsignal 3.12.6 4.0.2
stimulus-rails 1.3.3 1.3.4
lefthook 1.7.12 1.7.14
minitest 5.24.1 5.25.1
good_job 4.1.1 4.2.0

Updates audited from 5.4.1 to 5.7.0

Changelog

Sourced from audited's changelog.

5.7.0 (2024-08-13)

5.6.0 (2024-04-05)

  • Removed support for Rails 5.0 and 5.1.
  • Replace RequestStore with ActiveSupport::CurrentAttributes - @​punkisdead #702

5.5.0 (2024-04-02)

  • Bad release. Same code as 5.4.1. Use 5.6.0 for updated features.

5.4.3 (2024-01-11)

5.4.2 (2023-11-30)

  • Revert replacing RequetStore with ActiveSupport::CurrentAttributes until it is fully tested.
Commits
  • 9aad4d4 Bump version to 5.7.0
  • 0d18048 Merge pull request #723 from mattbrictson/ci-cleanup-rails-7.2
  • a28a6a4 Add Rails 7.2 and Ruby 3.3 to the README
  • c7a002c Fix postgres migration issue in spec helper under Rails 7.2
  • 83bab73 Fix incorrect YAML indentation
  • af1efc5 Increase uncovered baseline to get CI passing
  • 831215b Add Ruby 3.3 to CI
  • 053ca2e Fix problem where 3.0 in CI YAML is interpreted as "3"
  • 7b7a9de Add Rails 7.2 to CI; remove 8.0 for now
  • 575c29b Fix enum deprecation warning on Rails 7.2
  • Additional commits viewable in compare view


Updates mjml-rails from 4.11.0 to 4.12.0

Changelog

Sourced from mjml-rails's changelog.

4.12.0

  • Ray Brown added support for the Bun package manager.
Commits


Updates pagy from 9.0.5 to 9.0.6

Release notes

Sourced from pagy's releases.

Version 9.0.6

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.0.6

  • Fix docs (closes #732)
  • Replace pluck with pick

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.0.6

  • Fix docs (closes #732)
  • Replace pluck with pick
Commits


Updates square.rb from 38.1.1.20240717 to 39.0.0.20240821

Updates aws-sdk-s3 from 1.157.0 to 1.159.0

Changelog

Sourced from aws-sdk-s3's changelog.

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.
Commits


Updates appsignal from 3.12.6 to 4.0.2

Changelog

Sourced from appsignal's changelog.

4.0.2

Published on 2024-08-23.

Fixed

  • Do not log a warning for nil data being added as sample data, but silently ignore it because we don't support it. (patch 0a658e5e)
  • Fix Rails session data not being reported. (patch 1565c7f0)

4.0.1

Published on 2024-08-23.

Fixed

  • Do not report Sidekiq::JobRetry::Skip errors. These errors would be reported by our Rails error subscriber. This is an internal Sidekiq error we do not need to report. (patch 9ea2d3e8)
  • Do not report SystemExit errors from our at_exit error reporter. (patch e9c0cad3)

4.0.0

Published on 2024-08-23.

Changed

  • Release the final package version. See the pre-release changelog entries for the changes in this version. (major)

Removed

  • Remove the Transaction.new method Transaction ID argument. The Transaction ID will always be automatically generated. (major bb938a9f)

4.0.0.beta.2

Published on 2024-08-19.

Added

  • Add a helper for parameters sample data to be unset. This is a private method until we stabilize it. (patch e9336363)

4.0.0.beta.1

Published on 2024-08-19.

Added

  • Add an at_exit callback error reporter. By default, AppSignal will now report any unhandled errors that crash the process as long as Appsignal started beforehand.

    require "appsignal"
    

    Appsignal.start

... (truncated)

Commits
  • 251d18f Publish package v4.0.2
  • 6088461 Merge pull request #1259 from appsignal/sample-data-fixes
  • 1565c7f Fix Rails session data not being reported
  • 0a658e5 Do not warn about nil being set as SampleData
  • 9d39995 Split Resque tests per module (#1258)
  • 51368c2 Publish package v4.0.1
  • e9c0cad Do not report SystemExit errors in at_exit handler (#1257)
  • 9ea2d3e Do not report Sidekiq::JobRetry::Skip errors (#1256)
  • 0639452 Publish package v4.0.0
  • 5bdf096 Fix benchmark transaction creation
  • Additional commits viewable in compare view


Updates stimulus-rails from 1.3.3 to 1.3.4

Release notes

Sourced from stimulus-rails's releases.

v1.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/hotwired/stimulus-rails/compare/v1.3.3...v1.3.4

Commits


Updates lefthook from 1.7.12 to 1.7.14

Release notes

Sourced from lefthook's releases.

v1.7.14

Changelog

v1.7.13

Changelog

  • 1aa06dc0801bc54bbc410ba6234a7b37fb13b144 feat: support openbsd (#808)
Changelog

Sourced from lefthook's changelog.

1.7.14 (2024-08-17)

Fix lefthook NPM package to include OpenBSD package as optional dependency.

1.7.13 (2024-08-16)

Commits


Updates minitest from 5.24.1 to 5.25.1

Changelog

Sourced from minitest's changelog.

=== 5.25.1 / 2024-08-16

  • 2 bug fixes:

    • Fix incompatibility caused by minitest-hooks & rails invading minitest internals.
    • Revert change from =~ to match? to allow for nil if $TERM undefined.

=== 5.25.0 / 2024-08-13

  • 2 minor enhancements:

    • Fixed some inefficiencies filtering and matching (mostly backtraces).
    • Refactored siginfo handler to reduce runtime costs. Saved ~30%!
  • 5 bug fixes:

    • Added missing rdoc to get back to 100% coverage.
    • Cleaning up ancient code checking for defined?(Encoding) and the like.
    • Disambiguated some shadowed variables in minitest/compress.
    • Fixed an ironic bug if using string-literals AND Werror.
    • Improve description of test:slow task. (stomar)
Commits
  • 6d83843 prepped for release
  • 0ccdc80 - Fix incompatibility caused by minitest-hooks & rails invading minitest inte...
  • 9e7c58d - Revert change from =~ to match? to allow for nil if $TERM undefined.
  • 393e334 prepped for release
  • 8cd3b1c + Refactored siginfo handler to reduce runtime costs. Saved ~30%!
  • bd96499 normalized all actual/expected var names for assert_equal tests
  • 4fe69b1 Accept colon style Hash#inspect in test. (tompng)
  • 296269c - Improve description of test:slow task. (stomar)
  • 1156b6c - Cleaning up ancient code checking for defined?(Encoding) and the like.
  • 2bd62c5 Minor fix to make deprecation tests pass when using rake testW0
  • Additional commits viewable in compare view


Updates good_job from 4.1.1 to 4.2.0

Release notes

Sourced from good_job's releases.

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

Changelog

Sourced from good_job's changelog.

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
  • Edge rails changes breaking binding commits #1466
  • Dynamic creation of CronEntries #1457
  • Batch callback job not enqueued after success of retried job #1450

Merged pull requests:

Commits
  • 43ec2ad Release good_job v4.2.0
  • 2da97eb respect perform_throttle even if perform_limit is provided (#1470)
  • cc9784d Update compatibility matrix, remove compatibility code (#1465)
  • 59c3300 Update cron documentation to remove confusion about multiple processes (#1467)
  • a61fc09 Run tests with warnings enabled (#1462)
  • 72ba713 Fix a few method redefinition warnings (#1459)
  • a19bd1d Do not use advisory lock on heartbeat in production (#1451)
  • 4201534 Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating...
  • b0c9707 Add retry functionality for batches (#1456)
  • aebdb97 Bump rexml from 3.3.2 to 3.3.3 (#1455)
  • Additional commits viewable in compare view


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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions