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 devise from 4.4.3 to 4.5.0 #156

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps devise from 4.4.3 to 4.5.0.

Changelog

Sourced from devise's changelog.

4.5.0 - 2018-08-15

  • enhancements

    • Use before_action instead of before_filter (by edenthecat)
    • Allow people to extend devise failure app, through invoking ActiveSupport.run_load_hooks once Devise::FailureApp is loaded (by wnm)
    • Use update instead of update_attributes (by koic)
    • Split IP resolution from update_tracked_fields (by mckramer)
    • upgrade dependencies for rails and responders (by lancecarlson)
    • Add autocomplete="new-password" to new password fields (by gssbzn)
    • Add autocomplete="current-password" to current password fields (by gssbzn)
    • Remove redundant self from database_authenticatable module (by abhishekkanojia)
    • Update simple_form templates with changes from heartcombo/devise@16b3d6d and heartcombo/devise@6260c29 (by gssbzn)
    • Remove :trackable from the default modules in the generators, to be more GDPR-friendly (by fakenine)
  • bug fixes

    • Use same string on failed login regardless of whether account exists when in paranoid mode (by TonyMK9068)
    • Fix error when params is not a hash inside Devise::ParameterSanitizer (by b0nn1e)
    • Look for secret_key_base inside Rails.application (by gencer)
    • Ensure Devise::ParameterFilter does not add missing keys when called with a hash that has a default / default_proc
      configured (by joshpencheon)
    • Adds is_navigational_format? check to after_sign_up_path_for to keep consistency (by iorme1)
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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [devise](https://github.com/plataformatec/devise) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.4.3...v4.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.004% when pulling 2abef2c on dependabot/bundler/devise-4.5.0 into 749256e on develop.

@dependabot-preview
Copy link
Contributor Author

Superseded by #162.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/devise-4.5.0 branch February 18, 2019 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants