ryanckulp / speedrail

Rails 7 app template: Devise auth, Stripe billing, Tailwind CSS, admin panel, SEO helpers, etc
https://founderhacker.com/24-hour-mvp
MIT License
225 stars 28 forks source link

Bump tailwindcss-rails from 2.5.0 to 2.6.1 #169

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps tailwindcss-rails from 2.5.0 to 2.6.1.

Release notes

Sourced from tailwindcss-rails's releases.

v2.6.1 / 2024-06-05

v2.6.0 / 2024-05-04

  • Increase form input field border contrast. (#356) @​olivierlacan
  • Bring the scaffold templates up to date with rails/rails. (#357, #359) @​kinsomicrote
  • Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @​flavorjones
  • Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @​flavorjones

New Contributors

Full Changelog: https://github.com/rails/tailwindcss-rails/compare/v2.5.0...v2.6.0

Changelog

Sourced from tailwindcss-rails's changelog.

v2.6.1 / 2024-06-05

v2.6.0 / 2024-05-04

  • Increase form input field border contrast. (#356) @​olivierlacan
  • Bring the scaffold templates up to date with rails/rails. (#357, #359) @​kinsomicrote
  • Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @​flavorjones
  • Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @​flavorjones
Commits
  • 6a592b7 version bump to v2.6.1
  • 41eca8e Merge pull request #373 from rails/flavorjones-dep-tailwindcss-3.4.4
  • b11786f dep: update packaged tailwindcss to 3.4.4
  • 5c73dec Merge pull request #366 from rails/flavorjones-dep-drop-bcrypt-workaround
  • 1a81295 dep: drop bcrypt_pbkdf workaround
  • 5dba198 Merge pull request #365 from rails/flavorjones-dep-bundle-update-20240519
  • 777191f Merge pull request #364 from rails/flavorjones-update-bcrypt-pbkdf
  • a4251cc dep: bundle update
  • 72aa03c wip: try to work around bcrypt_pbkdf issue on windows
  • ec27257 version bump to v2.6.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #172.