pil0u / lewagon-aoc

Advent of Code x Le Wagon
https://aoc.lewagon.community/
MIT License
28 stars 5 forks source link

build(deps): bump tailwindcss-rails from 2.0.32 to 2.6.0 #485

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps tailwindcss-rails from 2.0.32 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

v2.5.0 / 2024-04-27

  • Remove the @tailwindcss/aspect-ratio plugin from the tailwind.config.js that gets installed by the generator. This plugin was originally a polyfill until Safari 15 was released (in Fall 2021), and so is beyond its useful lifetime for anyone not targetting ancient browsers. (#344) @​flavorjones @​searls

New Contributors

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

v2.4.1 / 2024-04-25

v2.4.0 / 2024-04-08

v2.3.0 / 2024-01-10

v2.2.1 / 2024-01-07

v2.2.0 / 2024-01-04

  • Introduce a Puma plugin to manage the Tailwind "watch" process from rails server. (#300) @​npezza93
  • Lazily load the debugger gem when running bin/dev (#292) @​elia
  • Allow choosing a custom port with a PORT environment variable when running bin/dev (#292) @​elia

... (truncated)

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

v2.5.0 / 2024-04-27

  • Remove the @tailwindcss/aspect-ratio plugin from the tailwind.config.js that gets installed by the generator. This plugin was originally a polyfill until Safari 15 was released (in Fall 2021), and so is beyond its useful lifetime for anyone not targetting ancient browsers. (#344) @​flavorjones @​searls

v2.4.1 / 2024-04-25

v2.4.0 / 2024-04-08

v2.3.0 / 2024-01-10

v2.2.1 / 2024-01-07

v2.2.0 / 2024-01-04

  • Introduce a Puma plugin to manage the Tailwind "watch" process from rails server. (#300) @​npezza93
  • Lazily load the debugger gem when running bin/dev (#292) @​elia
  • Allow choosing a custom port with a PORT environment variable when running bin/dev (#292) @​elia

v2.1.0 / 2023-12-19

... (truncated)

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 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 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.