codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

build(deps): bump ajax-datatables-rails from 1.2.0 to 1.4.0 #955

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps ajax-datatables-rails from 1.2.0 to 1.4.0.

Changelog

Sourced from ajax-datatables-rails's changelog.

1.4.0 (2022-12-18)

  • Improve tests
  • Add tests on custom_field feature
  • Drop support of Ruby 2.5
  • Drop support of Ruby 2.6
  • Add support of Ruby 3.1
  • Add support of Rails 7
  • Fix: prevent establishing ActiveRecord connection on startup

1.3.1 (2021-02-09)

  • Fix rare case error uninitialized constant AjaxDatatablesRails::ActiveRecord::Base (merge: #379)

1.3.0 (2021-01-04)

  • Drop support of Rails 5.0.x and 5.1.x

  • Drop support of Ruby 2.4

  • Add support of Rails 6.1

  • Add support of Ruby 3.0

  • Switch from Travis to Github Actions

  • Improve specs

  • Fix lib loading with JRuby (fixes #371)

  • Raise an error when column's cond: setting is unknown

  • Make global search and column search work together (merge: #350, fixes: #258)

  • Fix: date_range doesn't support searching by a date greater than today (merge: #351)

  • Fix: undefined method `fetch' for nil:NilClass (fix: #307)

  • Add support for json params (merge: #355)

  • AjaxDatatablesRails.config is removed with no replacement. The gem is now configless :)

  • AjaxDatatablesRails.config.db_adapter= is removed and is configured per datatable class now. It defaults to Rails DB adapter. (fixes #364)

  • AjaxDatatablesRails.config.nulls_last= is removed and is configured per datatable class now (or by column). It defaults to false.

To mitigate this 3 changes see the migration doc.

Commits
  • bb5381d Update changelog
  • 3b7fef1 Bump to version 1.4.0
  • 55fca05 Update changelog
  • 8d73e45 Drop support of Ruby 2.6, test with latest Rails versions
  • 8c906e4 Improve CodeClimate config
  • ff31842 Add missing Oracle adapter name
  • 5c0e274 Improve previous patch to support older versions of Rails
  • 76edb79 Merge pull request #406 from re-gmbh/master
  • e3a798c Use Combustion gem to run tests
  • 5b81aed Run CI once a month
  • 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 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 9 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.