rdunlop / unicycling-registration

Gather Registration details from participants for upcoming unicycling event
MIT License
19 stars 6 forks source link

Bump rails_admin from 3.0.0 to 3.2.1 #2628

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps rails_admin from 3.0.0 to 3.2.1.

Changelog

Sourced from rails_admin's changelog.

3.2.1 - 2024-10-10

Full Changelog

Fixed

  • Disable Turbo's prefetch behavior globally, to prevent custom actions unintentionally triggered (f54a102, #3701)

3.2.0 - 2024-09-08

Full Changelog

Fixed

  • Fix polymorphic id doesn't reset properly in an edge case (7b2ffb1, #3630)

3.2.0.rc - 2024-08-25

Full Changelog

Added

  • ActiveRecord 7.1 composite primary keys support (53b89c9)

Changed

  • Introduce SingularAssociation and CollectionAssociation to tidy up the view files (876be11)

Fixed

  • Fix to show a thumbnail of all representable ActiveStorage attachments (#3656, 7754ac3)
  • Fix to detect images properly in FileUpload and MultipleFileUpload field (35c8702, #3633)
  • Fix to reset polymorphic id selection upon type change (#3630, 13114e5)
  • Lock jQuery UI version due to incompatibility with 1.14 (5245d5b, #3692)

3.2.0.beta - 2024-07-13

Full Changelog

Added

  • Allow turbo-rails 2 in gemspec (#3671)
  • ViteRuby integration (#3643, 0e12e5b)
  • Support client-side dynamic scoping (12715f2, #2934)
  • Add support for %-l option to Flatpickr (#3616)

Changed

  • Handle has_one assignment on the field level, making patched has_one getters/setters unnecessary (91737ab)

... (truncated)

Commits
  • b09f770 Version 3.2.1
  • f54a102 Disable Turbo's prefetch, which became default in turbo-rails 2.x
  • 44579f0 Install ImageMagick as it's no longer included in 24.04 image
  • ca232e7 Avoid newer turbo-rails for Ruby 2.6 build
  • 586db0c Avoid turbo-rails versions that are incompatible with Ruby 2.6
  • 10bf495 Add specs for non-nullable boolean field
  • 195ef0b Unlock vite/vite-plugin-ruby dependency to fix the vite build
  • b4fdd67 Version 3.2.0
  • 7b2ffb1 Fix polymorphic id doesn't reset properly in an edge case
  • c0eac2a Importmap build no longer fails, as new npm package was released
  • 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)