Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the production-dependencies group across 1 directory with 7 updates #118

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
puma 6.5.0 6.6.0
solid_cable 3.0.5 3.0.7
solid_queue 1.1.2 1.1.3
thruster 0.1.9 0.1.10
tailwindcss-rails 3.1.0 3.3.0
tailwindcss-ruby 3.4.17 4.0.1
aws-sdk-s3 1.176.1 1.179.0

Updates puma from 6.5.0 to 6.6.0

Release notes

Sourced from puma's releases.

6.6.0 - Return to Forever

image

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few debug/logging/observability related goodies.

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Changelog

Sourced from puma's changelog.

6.6.0 / 2025-01-29

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Commits

Updates solid_cable from 3.0.5 to 3.0.7

Release notes

Sourced from solid_cable's releases.

v3.0.7

v3.0.6

What's Changed

New Contributors

Full Changelog: rails/solid_cable@v3.0.5...v3.0.6

Commits

Updates solid_queue from 1.1.2 to 1.1.3

Release notes

Sourced from solid_queue's releases.

v1.1.3

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.1.2...v1.1.3

Commits
  • c46b6de Bump solid_queue to 1.1.3
  • f8b309e Remove specific Gemfile and testing for Ruby 3.1.6
  • 5fe24d2 Address Ruby 3.4 frozen string warnings and improve flaky tests
  • 8d9e7bb Call previous on_thread_error when silencing exceptions
  • 6dee786 Try setting zeitwerk 2.6.0 as development dependency in general
  • 5e6fa6d Add a couple of minor style changes
  • 96c9fbb Go back to explicit method definitions for lifecycle hooks
  • 378107c Document new lifecycle hooks for dispatcher and scheduler
  • 2bc05ed Merge pull request #496 from ikyn-inc/fix-issue-482
  • dd2f0fe Add lifecycle hooks to Dispatcher and Scheduler
  • Additional commits viewable in compare view

Updates thruster from 0.1.9 to 0.1.10

Changelog

Sourced from thruster's changelog.

v0.1.10 / 2025-01-06

  • Avoid runtime glibc dependency in dist builds
Commits

Updates tailwindcss-rails from 3.1.0 to 3.3.0

Release notes

Sourced from tailwindcss-rails's releases.

v3.3.0 / 2025-01-19

  • Add support for using the puma plugin in a standalone puma process (outside of rails server). (#458) @​flavorjones

v3.2.0 / 2025-01-10

  • Improve the scaffold views by making positions, padding, and sizes more consistent, add titles to all pages, add hover states and semantic colors to buttons and links, and change border and focus colors on fields with errors. (#452) @​patriciomacadden

New Contributors

Full Changelog: rails/tailwindcss-rails@v3.1.0...v3.2.0

Changelog

Sourced from tailwindcss-rails's changelog.

v3.3.0 / 2025-01-19

  • Add support for using the puma plugin in a standalone puma process (outside of rails server). (#458) @​flavorjones

v3.2.0 / 2025-01-10

  • Improve the scaffold views by making positions, padding, and sizes more consistent, add titles to all pages, add hover states and semantic colors to buttons and links, and change border and focus colors on fields with errors. (#452) @​patriciomacadden
Commits
  • 968ba5c version bump to v3.3.0
  • b57e119 Merge pull request #459 from rails/flavorjones-bare-puma-support
  • ca7812a feat: support running the puma plugin in a bare puma process
  • b128001 version bump to v3.2.0
  • 32d4da0 doc: update README with caveats about postcss
  • 70d3a54 Merge pull request #453 from rails/flavorjones-ci-bump-ruby-matrix-3.4
  • 4e6f3cb ci: test with ruby 3.4
  • 82aae1a dev: bundle update
  • c2b3abf Merge pull request #452 from patriciomacadden/improve-scaffold-views
  • af38df9 Improve scaffold views
  • Additional commits viewable in compare view

Updates tailwindcss-ruby from 3.4.17 to 4.0.1

Release notes

Sourced from tailwindcss-ruby's releases.

v4.0.1

v4.0.0

v4.0.0.beta.10

  • Update to Tailwind CSS v4.0.0-beta.10 @​excid3

    Prerelease documentation at https://tailwindcss.com/docs/v4-beta

    Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to {x86_64,aarch64}-linux-{gnu,musl}. You may need to update the platforms in your Gemfile.lock using bundle lock --add-platform.

    However, there are still no upstream armv7 binaries.

New Contributors

v4.0.0.beta.9

  • Update to Tailwind CSS v4.0.0-beta.9 @​flavorjones

    Prerelease documentation at https://tailwindcss.com/docs/v4-beta

    Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to {x86_64,aarch64}-linux-{gnu,musl}. You may need to update the platforms in your Gemfile.lock using bundle lock --add-platform.

    However, there are still no upstream armv7 binaries.

v4.0.0.beta.8

... (truncated)

Changelog

Sourced from tailwindcss-ruby's changelog.

v4.0.1

v4.0.0

v4.0.0.beta.10

  • Update to Tailwind CSS v4.0.0-beta.10 @​excid3

    Prerelease documentation at https://tailwindcss.com/docs/v4-beta

    Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to {x86_64,aarch64}-linux-{gnu,musl}. You may need to update the platforms in your Gemfile.lock using bundle lock --add-platform.

    However, there are still no upstream armv7 binaries.

v4.0.0.beta.9

  • Update to Tailwind CSS v4.0.0-beta.9 @​flavorjones

    Prerelease documentation at https://tailwindcss.com/docs/v4-beta

    Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to {x86_64,aarch64}-linux-{gnu,musl}. You may need to update the platforms in your Gemfile.lock using bundle lock --add-platform.

    However, there are still no upstream armv7 binaries.

v4.0.0.beta.8

... (truncated)

Commits
  • c5275d0 Merge pull request #51 from flavorjones/flavorjones-dep-tailwindcss-v4.0.1
  • 0e7041e dep: update to Tailwind CSS v4.0.1
  • a047e34 Merge pull request #48 from flavorjones/flavorjones-integration-test-for-upgrade
  • 6e06757 ci: add a downstream integration test with rails for upgrades
  • 1db8571 doc: add an upgrade note to the README
  • 5472dad ci: update remaining workflows with v4.x branch
  • 333b51e doc: update v4.x readme with the appropriate tailwind version
  • 04dce32 doc: update CHANGELOG
  • eac4f2d ci: trigger on the new v4.x branch
  • ea381c4 Merge pull request #46 from flavorjones/flavorjones-dep-tailwindcss-v4.0.0
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.176.1 to 1.179.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.179.0 (2025-01-29)

  • Feature - Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

1.178.0 (2025-01-15)

  • Feature - This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.

  • Feature - Default to using CRC32 checksum validation for S3 uploads and downloads.

1.177.0 (2025-01-03)

  • Feature - This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` |
| [solid_cable](https://github.com/rails/solid_cable) | `3.0.5` | `3.0.7` |
| [solid_queue](https://github.com/rails/solid_queue) | `1.1.2` | `1.1.3` |
| [thruster](https://github.com/basecamp/thruster) | `0.1.9` | `0.1.10` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `3.1.0` | `3.3.0` |
| [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) | `3.4.17` | `4.0.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.176.1` | `1.179.0` |



Updates `puma` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.5.0...v6.6.0)

Updates `solid_cable` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/rails/solid_cable/releases)
- [Commits](rails/solid_cable@v3.0.5...v3.0.7)

Updates `solid_queue` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.1.2...v1.1.3)

Updates `thruster` from 0.1.9 to 0.1.10
- [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md)
- [Commits](basecamp/thruster@v0.1.9...v0.1.10)

Updates `tailwindcss-rails` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v3.1.0...v3.3.0)

Updates `tailwindcss-ruby` from 3.4.17 to 4.0.1
- [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
- [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/v4.x/CHANGELOG.md)
- [Commits](flavorjones/tailwindcss-ruby@v3.4.17...v4.0.1)

Updates `aws-sdk-s3` from 1.176.1 to 1.179.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: solid_cable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: solid_queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: thruster
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwindcss-ruby
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 30, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants