Bump tailwindcss-rails from 2.5.0 to 2.6.0 #717

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/tailwindcss-rails-2.6.0 into main 2024-05-07 07:12:48 +08:00
dependabot[bot] commented 2024-05-06 15:50:02 +08:00 (Migrated from github.com)

Bumps tailwindcss-rails from 2.5.0 to 2.6.0.

Release notes

Sourced from tailwindcss-rails's releases.

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.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
  • ec27257 version bump to v2.6.0
  • fe75869 Merge pull request #356 from olivierlacan/patch-1
  • cc22bca Merge pull request #359 from rails/update-templates-to-rails-7.0
  • 3bf5cb9 dep: drop feature and bugfix support for Rails 6.1
  • 9412854 generator: sync erb template to use Rails 7.0 APIs
  • d05daf4 Merge pull request #361 from rails/dependabot/github_actions/actions/download...
  • 29189bd Merge pull request #358 from rails/flavorjones-dep-drop-rails-6.0-support
  • 1c7e4dc build(deps): bump actions/upload-artifact from 3 to 4
  • 1fc0541 dep: drop support for Rails 6.0
  • 95ffac7 build(deps): bump actions/download-artifact from 3 to 4
  • 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 <dependency name> 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)
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/tailwindcss-rails/releases">tailwindcss-rails's releases</a>.</em></p> <blockquote> <h2>v2.6.0 / 2024-05-04</h2> <ul> <li>Increase form input field border contrast. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/356">#356</a>) <a href="https://github.com/olivierlacan"><code>@​olivierlacan</code></a></li> <li>Bring the scaffold templates up to date with rails/rails. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/357">#357</a>, <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/359">#359</a>) <a href="https://github.com/kinsomicrote"><code>@​kinsomicrote</code></a></li> <li>Drop support for Rails 6.0, which reached end-of-life in June 2023. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/358">#358</a>) <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> <li>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. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/359">#359</a>) <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kinsomicrote"><code>@​kinsomicrote</code></a> made their first contribution in <a href="https://redirect.github.com/rails/tailwindcss-rails/pull/357">rails/tailwindcss-rails#357</a></li> <li><a href="https://github.com/olivierlacan"><code>@​olivierlacan</code></a> made their first contribution in <a href="https://redirect.github.com/rails/tailwindcss-rails/pull/356">rails/tailwindcss-rails#356</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/tailwindcss-rails/compare/v2.5.0...v2.6.0">https://github.com/rails/tailwindcss-rails/compare/v2.5.0...v2.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md">tailwindcss-rails's changelog</a>.</em></p> <blockquote> <h2>v2.6.0 / 2024-05-04</h2> <ul> <li>Increase form input field border contrast. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/356">#356</a>) <a href="https://github.com/olivierlacan"><code>@​olivierlacan</code></a></li> <li>Bring the scaffold templates up to date with rails/rails. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/357">#357</a>, <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/359">#359</a>) <a href="https://github.com/kinsomicrote"><code>@​kinsomicrote</code></a></li> <li>Drop support for Rails 6.0, which reached end-of-life in June 2023. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/358">#358</a>) <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> <li>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. (<a href="https://redirect.github.com/rails/tailwindcss-rails/issues/359">#359</a>) <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/tailwindcss-rails/commit/ec2725789e062fc93df9c9a9d57acfe847187702"><code>ec27257</code></a> version bump to v2.6.0</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/fe75869fede591481dff411f7add2b9bef02ef08"><code>fe75869</code></a> Merge pull request <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/356">#356</a> from olivierlacan/patch-1</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/cc22bca7b91a18fac1563115cd40be14f892f688"><code>cc22bca</code></a> Merge pull request <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/359">#359</a> from rails/update-templates-to-rails-7.0</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/3bf5cb93caa4de842ad4c40f5cd02d8cb05dd89c"><code>3bf5cb9</code></a> dep: drop feature and bugfix support for Rails 6.1</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/94128542a7d918116ab56e5be1f8fc9d7c18da7f"><code>9412854</code></a> generator: sync erb template to use Rails 7.0 APIs</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/d05daf441e5bacbad23d86486d95ffee5a10c8cd"><code>d05daf4</code></a> Merge pull request <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/361">#361</a> from rails/dependabot/github_actions/actions/download...</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/29189bdf139a0d0c3d18c3b53ca682a8a250c57e"><code>29189bd</code></a> Merge pull request <a href="https://redirect.github.com/rails/tailwindcss-rails/issues/358">#358</a> from rails/flavorjones-dep-drop-rails-6.0-support</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/1c7e4dc2db2cedf9fefa5c0b78fba700b2ddcaed"><code>1c7e4dc</code></a> build(deps): bump actions/upload-artifact from 3 to 4</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/1fc0541e57227f970690845ee518c9126c73a538"><code>1fc0541</code></a> dep: drop support for Rails 6.0</li> <li><a href="https://github.com/rails/tailwindcss-rails/commit/95ffac7ea1d0a9ef7d8edac38358a3352650b11d"><code>95ffac7</code></a> build(deps): bump actions/download-artifact from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/rails/tailwindcss-rails/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss-rails&package-manager=bundler&previous-version=2.5.0&new-version=2.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Sign in to join this conversation.