Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump administrate from 0.11.0 to 0.18.0 #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps administrate from 0.11.0 to 0.18.0.

Release notes

Sourced from administrate's releases.

0.18.0

This is a general catchup release. We've added dart-sass compatibility, improved a i18n handling, dropped support for Rails 5.x and Ruby 2.6, dropped datetime_picker_rails because now browser support is good enough, plus many others.

The following templates have changed since v0.17.0:

app/views/administrate/application/_collection.html.erb app/views/administrate/application/_collection_header_actions.html.erb app/views/administrate/application/_collection_item_actions.html.erb app/views/administrate/application/_index_header.html.erb app/views/administrate/application/_navigation.html.erb app/views/administrate/application/_pagination.html.erb app/views/administrate/application/edit.html.erb app/views/administrate/application/index.html.erb app/views/administrate/application/show.html.erb app/views/fields/belongs_to/_index.html.erb app/views/fields/belongs_to/_show.html.erb app/views/fields/date/_form.html.erb app/views/fields/date_time/_form.html.erb app/views/fields/has_many/_index.html.erb app/views/fields/has_one/_form.html.erb app/views/fields/has_one/_index.html.erb app/views/fields/has_one/_show.html.erb app/views/fields/polymorphic/_index.html.erb app/views/fields/polymorphic/_show.html.erb app/views/fields/time/_form.html.erb app/views/fields/url/_index.html.erb app/views/fields/url/_show.html.erb

If your application overrides any of them, make sure to review your custom templates to ensure that they remain compatible.

  • [DOC] #2154 Ensure we read from sanitised paths
  • [FEATURE] #2154 Try out GitHub's code scanning tool
  • [DOC] #2243 Add guide on how to scope has_many relations
  • [UI] #2239 Move pagination into partial
  • [FEATURE] #2237 Move bundle-audit to GitHub Actions
  • [i18n] #2200 Fix HasOne association translations
  • BUGFIX] #2235 Guess correct name for namespaced associations
  • [BUGFIX] #2215 Fix typos and formatting in hiding dashboard docs
  • [FEATURE] #1941 Unify Action Checks
  • [FEATURE] #2181 Allow overriding the sample app database config
  • [COMPAT] #2201 Drop support for Rails 5.x
  • [DOC] #2225 Document how to customize Field::Select option labels
  • [SECURITY] #2227 Update Rails out of CVE-2022-32224
  • [FEATURE] #2216 Move pagination into private method for overriding
  • [FEATURE] #2208 Enable ordering the BelongsTo fields by using order option.
  • [i18n] #2219 Add Slovenian translations

... (truncated)

Changelog

Sourced from administrate's changelog.

0.18.0 (August 12, 2022)

This is a general catchup release. We've added dart-sass compatibility, improved a i18n handling, dropped support for Rails 5.x and Ruby 2.6, dropped datetime_picker_rails because now browser support is good enough, plus many others.

The following templates have changed since v0.17.0:

app/views/administrate/application/_collection.html.erb app/views/administrate/application/_collection_header_actions.html.erb app/views/administrate/application/_collection_item_actions.html.erb app/views/administrate/application/_index_header.html.erb app/views/administrate/application/_navigation.html.erb app/views/administrate/application/_pagination.html.erb app/views/administrate/application/edit.html.erb app/views/administrate/application/index.html.erb app/views/administrate/application/show.html.erb app/views/fields/belongs_to/_index.html.erb app/views/fields/belongs_to/_show.html.erb app/views/fields/date/_form.html.erb app/views/fields/date_time/_form.html.erb app/views/fields/has_many/_index.html.erb app/views/fields/has_one/_form.html.erb app/views/fields/has_one/_index.html.erb app/views/fields/has_one/_show.html.erb app/views/fields/polymorphic/_index.html.erb app/views/fields/polymorphic/_show.html.erb app/views/fields/time/_form.html.erb app/views/fields/url/_index.html.erb app/views/fields/url/_show.html.erb

If your application overrides any of them, make sure to review your custom templates to ensure that they remain compatible.

  • [DOC] #2154 Ensure we read from sanitised paths
  • [FEATURE] #2154 Try out GitHub's code scanning tool
  • [DOC] #2243 Add guide on how to scope has_many relations
  • [UI] #2239 Move pagination into partial
  • [FEATURE] #2237 Move bundle-audit to GitHub Actions
  • [i18n] #2200 Fix HasOne association translations
  • BUGFIX] #2235 Guess correct name for namespaced associations
  • [BUGFIX] #2215 Fix typos and formatting in hiding dashboard docs
  • [FEATURE] #1941 Unify Action Checks
  • [FEATURE] #2181 Allow overriding the sample app database config
  • [COMPAT] #2201 Drop support for Rails 5.x
  • [DOC] #2225 Document how to customize Field::Select option labels
  • [SECURITY] #2227 Update Rails out of CVE-2022-32224
  • [FEATURE] #2216 Move pagination into private method for overriding
  • [FEATURE] #2208 Enable ordering the BelongsTo fields by using order option.

... (truncated)

Commits

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)

Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.11.0 to 0.18.0.
- [Release notes](https://github.com/thoughtbot/administrate/releases)
- [Changelog](https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/administrate@v0.11.0...v0.18.0)

---
updated-dependencies:
- dependency-name: administrate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants