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 9 updates #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the production-dependencies group with 8 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
kamal 2.4.0 2.5.0
thruster 0.1.9 0.1.10
tailwindcss-rails 3.1.0 4.0.0
aws-sdk-s3 1.176.1 1.179.0
chartkick 5.1.2 5.1.3

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 kamal from 2.4.0 to 2.5.0

Release notes

Sourced from kamal's releases.

v2.5.0

What's Changed

New Contributors

Full Changelog: basecamp/kamal@v2.4.0...v2.5.0

Commits
  • 45197e4 Bump version for 2.5.0
  • 6b40a64 Merge pull request #1398 from basecamp/kamal-2.5-doc-changes
  • 9af2425 Doc changes for 2.5
  • 854dd92 Merge pull request #1397 from basecamp/prep-for-2.5
  • 8775d20 Prep for 2.5
  • bae7c56 Merge pull request #1392 from neiljohari/feature/allow-omitting-aws-account
  • 07d05ad Run rubocop auto correct
  • e69611e Add final newline
  • ba6dd6f Merge pull request #1396 from basecamp/allow-accessory-roles-with-no-hosts
  • 04a96aa Allow accessory roles with no hosts
  • 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 4.0.0

Release notes

Sourced from tailwindcss-rails's releases.

v4.0.0 / 2025-02-01

Upgrade to Tailwind CSS v4

General changes:

  • The dependency on tailwindcss-ruby is set to ~> 4.0.
  • The location of (optional) postcss.config.js has moved from the config/ directory to the app root.
  • The input file app/assets/tailwind/application.tailwind.css has been renamed to app/assets/tailwind/application.css.
  • If Propshaft is being used, app/assets/tailwind will be excluded from its asset handling.
  • The Inter font is no longer packaged with the gem.
  • Some Tailwind class names in the generated ERB templates are updated for v4.
  • The README is updated to contain verbose instructions on upgrading.

Changes to the tailwindcss:install task:

  • The tailwindcss:install task no longer installs config/tailwind.config.js, as v4 recommends placing Tailwind configuration in the CSS file.
  • The Inter font is no longer configured in the application layout.
  • The "tailwind" stylesheet link tag will only be added to the application layout if Propshaft isn't in use and therefore already handling app/assets/build/tailwind.css. Previously it was always injected, resulting in the tag being rendered twice if Propshaft was in use.

New task tailwindcss:upgrade upgrades many apps cleanly:

  • Cleans up config/tailwind.config.js and references it from the CSS file as recommended for v4 upgrades.
  • Runs the upstream upgrader (note: requires npx to run the one-time upgrade, but highly recommended).
  • Removes configuration for the Inter font from the application layout.
  • If present, moves config/postcss.config.js to the root directory.
  • The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling app/assets/build/tailwind.css.
  • The input file app/assets/tailwind/application.tailwind.css will be moved to app/assets/tailwind/application.css.

Thanks to @​EricGusmao, @​patriciomacadden, @​excid3, and @​brunoprietog for their feedback, contributions, and advice on v4 support.

Other changes

v4.0.0.rc5 / 2025-01-29

General changes since rc4:

v4.0.0.rc4 / 2025-01-27

Everything in v4.0.0.rc3 plus ...

  • The input file app/assets/tailwind/application.tailwind.css has been renamed to app/assets/tailwind/application.css.
  • Updated README docs on using the upgrade tool to update class names. @​EricGusmao

... (truncated)

Changelog

Sourced from tailwindcss-rails's changelog.

v4.0.0 / 2025-02-01

Upgrade to Tailwind CSS v4

General changes:

  • The dependency on tailwindcss-ruby is set to ~> 4.0.
  • The location of (optional) postcss.config.js has moved from the config/ directory to the app root.
  • The input file app/assets/tailwind/application.tailwind.css has been renamed to app/assets/tailwind/application.css.
  • If Propshaft is being used, app/assets/tailwind will be excluded from its asset handling.
  • The Inter font is no longer packaged with the gem.
  • Some Tailwind class names in the generated ERB templates are updated for v4.
  • The README is updated to contain verbose instructions on upgrading.

Changes to the tailwindcss:install task:

  • The tailwindcss:install task no longer installs config/tailwind.config.js, as v4 recommends placing Tailwind configuration in the CSS file.
  • The Inter font is no longer configured in the application layout.
  • The "tailwind" stylesheet link tag will only be added to the application layout if Propshaft isn't in use and therefore already handling app/assets/build/tailwind.css. Previously it was always injected, resulting in the tag being rendered twice if Propshaft was in use.

New task tailwindcss:upgrade upgrades many apps cleanly:

  • Cleans up config/tailwind.config.js and references it from the CSS file as recommended for v4 upgrades.
  • Runs the upstream upgrader (note: requires npx to run the one-time upgrade, but highly recommended).
  • Removes configuration for the Inter font from the application layout.
  • If present, moves config/postcss.config.js to the root directory.
  • The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling app/assets/build/tailwind.css.
  • The input file app/assets/tailwind/application.tailwind.css will be moved to app/assets/tailwind/application.css.

Thanks to @​EricGusmao, @​patriciomacadden, @​excid3, and @​brunoprietog for their feedback, contributions, and advice on v4 support.

Other changes

v3.3.1 / 2025-01-23

  • Pin the dependency on tailwindcss-ruby to ~> 3.0 to prevent users from upgrading Tailwind while still on v3 of this gem.

    While it was useful during the Tailwind v4 beta period to allow users to float this dependency to try upgrading, we know (now that v4.0.0.rc1 of this gem is out) that not everything will work well if combining Tailwind v4 with tailwindcss-rails v3. Pinning this dependency should protect developers against unexpected issues.

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
  • 3d87104 version bump to v4.0.0
  • ecdbdee Merge pull request #485 from rails/flavorjones-prep-for-upgrade
  • 0cc3f19 doc: further improvements to the README
  • 976ddab doc: emit a post-install message with a pointer to upgrade docs
  • e37ed78 doc: update README upgrade guide for css class names
  • 738ba68 version bump to v4.0.0.rc5
  • 3a5fedc Merge pull request #483 from patriciomacadden/hide-authentication-generator
  • 43eeffd Hide tailwindcss:authentication from rails g
  • 09e237e Merge pull request #482 from EricGusmao/update-postcss-path
  • 51efc7f fix: update postcss config path to root directory
  • Additional commits viewable in compare view

Updates tailwindcss-ruby from 3.4.17 to 4.0.3

Release notes

Sourced from tailwindcss-ruby's releases.

v4.0.3

v4.0.2

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

... (truncated)

Changelog

Sourced from tailwindcss-ruby's changelog.

v4.0.3

v4.0.2

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

... (truncated)

Commits
  • 293cbfe Merge pull request #53 from flavorjones/flavorjones-dep-tailwindcss-v4.0.3
  • 2c170e4 dep: update to Tailwind CSS v4.0.3
  • c8366f3 dep: update Gemfile.lock
  • 3e227bc Merge pull request #52 from flavorjones/flavorjones-dep-tailwindcss-v4.0.2
  • 3cdc208 dep: update to Tailwind CSS v4.0.2
  • 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
  • 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

Updates chartkick from 5.1.2 to 5.1.3

Changelog

Sourced from chartkick's changelog.

5.1.3 (2025-02-01)

  • Updated Chart.js to 4.4.7
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 8 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` |
| [kamal](https://github.com/basecamp/kamal) | `2.4.0` | `2.5.0` |
| [thruster](https://github.com/basecamp/thruster) | `0.1.9` | `0.1.10` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `3.1.0` | `4.0.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.176.1` | `1.179.0` |
| [chartkick](https://github.com/ankane/chartkick) | `5.1.2` | `5.1.3` |



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 `kamal` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/basecamp/kamal/releases)
- [Commits](basecamp/kamal@v2.4.0...v2.5.0)

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 4.0.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...v4.0.0)

Updates `tailwindcss-ruby` from 3.4.17 to 4.0.3
- [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.3)

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)

Updates `chartkick` from 5.1.2 to 5.1.3
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](ankane/chartkick@v5.1.2...v5.1.3)

---
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: kamal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-major
  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
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Feb 4, 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