crimethinc / website

Ruby on Rails app that powers crimethinc.com
https://crimethinc.com
Creative Commons Zero v1.0 Universal
102 stars 31 forks source link

Bump the bundler-all group with 8 updates #3874

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the bundler-all group with 8 updates:

Package From To
aws-sdk-s3 1.155.0 1.156.0
sidekiq 7.2.4 7.3.0
aws-partitions 1.949.0 1.952.0
aws-sdk-core 3.200.0 3.201.1
aws-sdk-kms 1.87.0 1.88.0
irb 1.13.2 1.14.0
mini_magick 4.13.1 4.13.2
rack 3.1.4 3.1.6

Updates aws-sdk-s3 from 1.155.0 to 1.156.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.156.0 (2024-07-02)

  • Feature - Added response overrides to Head Object requests.
Commits


Updates sidekiq from 7.2.4 to 7.3.0

Changelog

Sourced from sidekiq's changelog.

7.3.0

  • NEW FEATURE Add Sidekiq::IterableJob, iteration support for long-running jobs. [#6286, fatkodima] Iterable jobs are interruptible and can restart quickly if running during a deploy. You must ensure that each_iteration doesn't take more than Sidekiq's -t timeout (default: 25 seconds). Iterable jobs must not implement perform.
class ProcessArrayJob
  include Sidekiq::IterableJob
  def build_enumerator(*args, **kwargs)
    array_enumerator(args, **kwargs)
  end
  def each_iteration(arg)
    puts arg
  end
end
ProcessArrayJob.perform_async(1, 2, 3)

See the Iteration wiki page and the RDoc in Sidekiq::IterableJob. This feature should be considered BETA until the next minor release.

  • SECURITY The Web UI no longer allows extensions to use <script>. Adjust CSP to disallow inline scripts within the Web UI. Please see examples/webui-ext for how to register Web UI extensions and use dynamic CSS and JS. This will make Sidekiq immune to XSS attacks. #6270
  • Add config option, :skip_default_job_logging to disable Sidekiq's default start/finish job logging. #6200
  • Allow Sidekiq::Limiter.redis to use Redis Cluster #6288
  • Retain CurrentAttributeѕ after inline execution #6307
  • Ignore non-existent CurrentAttributes attributes when restoring #6341
  • Raise default Redis {read,write,connect} timeouts from 1 to 3 seconds to minimize ReadTimeoutErrors #6162
  • Add logger as a dependency since it will become bundled in Ruby 3.5 #6320
  • Ignore unsupported locales in the Web UI #6313
Commits
  • 602d046 require securerandom for base64
  • dbb68ee thursday now
  • 8532f2e latest
  • fcffc8e Fix flaky test breakages
  • 944cb34 initialize AJ in helper so all tests can use AJ, use zero DB because garnet d...
  • a9cab7d fix bottom nav bar overlap on large screen devices
  • 4e150c3 updates
  • adaf1f5 remove throttling stub, change Sidekiq::Job#stopping? to Sidekiq::Job#interru...
  • cdc7644 no reason not to prefer unlink
  • 9ebabc3 forgot to save first
  • Additional commits viewable in compare view


Updates aws-partitions from 1.949.0 to 1.952.0

Changelog

Sourced from aws-partitions's changelog.

1.952.0 (2024-07-05)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.951.0 (2024-07-03)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.950.0 (2024-07-01)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits


Updates aws-sdk-core from 3.200.0 to 3.201.1

Changelog

Sourced from aws-sdk-core's changelog.

3.201.1 (2024-07-05)

  • Issue - Fix Aws::ProcessCredentials warning in cases where shared config is used.

3.201.0 (2024-07-02)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Support auth trait to enable SigV4a based services.

  • Feature - Support configuration for sigv4a signing regions using ENV['AWS_SIGV4A_SIGNING_REGION_SET'], sigv4a_signing_region_set shared config, or the sigv4a_signing_region_set client option.

Commits


Updates aws-sdk-kms from 1.87.0 to 1.88.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.88.0 (2024-07-02)

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


Updates irb from 1.13.2 to 1.14.0

Release notes

Sourced from irb's releases.

v1.14.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: https://github.com/ruby/irb/compare/v1.13.2...v1.14.0

Commits


Updates mini_magick from 4.13.1 to 4.13.2

Release notes

Sourced from mini_magick's releases.

v4.13.2

  • Silence convert deprecation warning in latest version of ImageMagick 7.
Commits


Updates rack from 3.1.4 to 3.1.6

Changelog

Sourced from rack's changelog.

[3.1.6] - 2024-07-03

  • Fix several edge cases in Rack::Request#parse_http_accept_header's implementation. (#2226, [@​ioquatix])

[3.1.5] - 2024-07-02

Security

Commits


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