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 clearance from 2.3.0 to 2.7.0 #2465

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps clearance from 2.3.0 to 2.7.0.

Release notes

Sourced from clearance's releases.

v2.7.0

2.7.0 - April 19, 2024

Added

  • Call dynamic README workflow (#1004)
  • Add configuration options for failure method redirects (#1002) Dan Sharp

Fixed

  • Update specs to match on translations (#1015)

Removed

  • Drop Ruby 2.76 and Rails 6.0 (#1005)

Thank you to our community contributor Dan Sharp (@​drsharp)!

v2.6.2

2.6.2 - January 15, 2024

Added

  • Add CODEOWNERS file (#994)
  • Add support for Rails 7.1 (#995) Samuel Giddens
  • Add Ruby 3.2.2 to testing matrix (#991)

Fixed

  • Fix typo in Clearance::Token docs (#1000) Gabe Berke-Williams
  • Fix for setup & CI for Rails 7.1 support, update "MiniTest" to "Minitest", add handling for different versions of Rack::Utils.set_cookie_header!, remove deprecated active record handling in application.rb (#998)
  • Fix broken thoughtbot logo on README.md

Changed

  • Replace mentions of NEWS.md with CHANGELOG.md (#982)
  • Update argon2 to v2.2.0 (#989) Georg Leciejewski
  • Prefer literal hash creation notation (#984) Ivan Marynych

Thank you to our community contributors Samuel (@​segiddins), Georg (@​schorsch), Ivan (@​loqimean), Gabe (@​gabebw)!

v2.6.1

2.6.1 - September 23, 2022

  • Document how to report security issues
  • Only update the env["QUERY_STRING"] if the as parameter is present in backdoor middleware

v2.5.0

[2.5.0] - September 10, 2021

Fixed

... (truncated)

Changelog

Sourced from clearance's changelog.

2.7.0 - April 19, 2024

  • Call dynamic README workflow (#1004)
  • Drop Ruby 2.76 and Rails 6.0 (#1005)
  • Update specs to match on translations (#1015)
  • Add configuration options for failure method redirects (#1002) Dan Sharp

2.6.2 - January 15, 2024

  • Fix typo in Clearance::Token docs (#1000) Gabe Berke-Williams
  • Add CODEOWNERS file (#994)
  • Add support for Rails 7.1 (#995) Samuel Giddens
  • Fix for setup & CI for Rails 7.1 support, update "MiniTest" to "Minitest", add handling for different versions of Rack::Utils.set_cookie_header!, remove deprecated active record handling in application.rb (#998)
  • Update argon2 to v2.2.0 (#989) Georg Leciejewski
  • Prefer literal hash creation notation (#984) Ivan Marynych
  • Add Ruby 3.2.2 to testing matrix (#991)
  • Replace mentions of NEWS.md with CHANGELOG.md (#982)
  • Fix broken thoughtbot logo on README.md

2.6.1 - September 23, 2022

  • Document how to report security issues
  • Only update the env["QUERY_STRING"] if the as parameter is present in backdoor middleware

2.6.0 - June 12, 2022

  • Drops support for Rails 5.0, 5.1 and 5.2, see https://endoflife.date/rails #964
  • Drops support for Ruby 2.4, 2.5 and 2.6, see https://endoflife.date/ruby #964
  • Adds support for Turbo with appropriate status codes #965
  • Adds unique constraints on remember_token and confirmation_token #966
  • Allows user_parameter to be configuration, e.g. params[:custom_id] instead of params[:user_id] #782 (Bryan Marble)
  • Updates SignInGuard documentation #950 (Matthew LS)
  • Forward options in redirect_back_or helper (#968) (Matthew LS)
  • Add configuration option to disable sign in after password reset (#969) (Till Prochaska)

[2.5.0] - September 10, 2021

Fixed

  • Fix open redirect vulnerability

... (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 show <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 25, 2024
@smaboshe
Copy link
Contributor

@dependabot rebase

Bumps [clearance](https://github.com/thoughtbot/clearance) from 2.3.0 to 2.7.0.
- [Release notes](https://github.com/thoughtbot/clearance/releases)
- [Changelog](https://github.com/thoughtbot/clearance/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/clearance@v2.3.0...v2.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/clearance-2.7.0 branch from da62b5c to 6cb785c Compare April 25, 2024 07:53
@smaboshe smaboshe merged commit 765d72d into main Apr 25, 2024
1 check passed
@smaboshe smaboshe deleted the dependabot/bundler/clearance-2.7.0 branch April 25, 2024 07:55
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant