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

build(deps): bump ueberauth from 0.9.0 to 0.10.5 #1965

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2023

Bumps ueberauth from 0.9.0 to 0.10.5.

Release notes

Sourced from ueberauth's releases.

v0.10.5

What's Changed

New Contributors

Full Changelog: ueberauth/ueberauth@v0.10.3...v0.10.5

v0.10.3

What's Changed

New Contributors

Full Changelog: ueberauth/ueberauth@v0.10.2...v0.10.3

v0.10.2

What's Changed

New Contributors

Full Changelog: ueberauth/ueberauth@v0.10.1...v0.10.2

v0.10.1

What's Changed

New Contributors

Full Changelog: ueberauth/ueberauth@v0.10.0...v0.10.1

v0.10.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from ueberauth's changelog.

0.10.5 - 2023-03-09

  • Fix default port selection when none is specified on the host header #181

0.10.4 - 2023-01-19

  • Fix port being duplicate when behind reverse proxy and non-standard port #103

0.10.3 - 2022-09-13

  • Fix @spec for Ueberauth.Strategy.Helpers.set_errors!/2

0.10.2 - 2022-08-11

  • Replace :csrf_attack with "csrf_attack" so it matches the type specs in Ueberauth.Failure.Error #169

0.10.1 - 2022-07-05

  • Fix callback URL not mounted right when router has nested paths #166

0.10.0 - 2022-06-16

  • Add state_param_cookie_same_site to strategy options to support different SameSite values #148
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 10, 2023
@github-actions
Copy link

Coverage of commit a0a55fc

Summary coverage rate:
  lines......: 94.3% (2716 of 2881 lines)
  functions..: 74.0% (1142 of 1544 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot dependabot bot force-pushed the dependabot/hex/ueberauth-0.10.5 branch from a0a55fc to ae05fc7 Compare April 3, 2023 19:10
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Coverage of commit ae05fc7

Summary coverage rate:
  lines......: 94.3% (2722 of 2888 lines)
  functions..: 73.8% (1153 of 1562 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@lemald
Copy link
Member

lemald commented Jul 20, 2023

@dependabot rebase

Bumps [ueberauth](https://github.com/ueberauth/ueberauth) from 0.9.0 to 0.10.5.
- [Release notes](https://github.com/ueberauth/ueberauth/releases)
- [Changelog](https://github.com/ueberauth/ueberauth/blob/master/CHANGELOG.md)
- [Commits](ueberauth/ueberauth@v0.9.0...v0.10.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/ueberauth-0.10.5 branch from ae05fc7 to 46d56f0 Compare July 20, 2023 14:00
@github-actions
Copy link

Coverage of commit 46d56f0

Summary coverage rate:
  lines......: 94.8% (2855 of 3011 lines)
  functions..: 74.4% (1193 of 1604 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@lemald lemald temporarily deployed to dev-blue July 20, 2023 14:55 — with GitHub Actions Inactive
Copy link
Member

@lemald lemald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed changelog and also tested out to confirm login flow works with the new version.

@lemald lemald merged commit e89e8d1 into master Jul 20, 2023
7 checks passed
@lemald lemald deleted the dependabot/hex/ueberauth-0.10.5 branch July 20, 2023 15:08
KaylaBrady pushed a commit that referenced this pull request Jul 20, 2023
Bumps [ueberauth](https://github.com/ueberauth/ueberauth) from 0.9.0 to 0.10.5.
- [Release notes](https://github.com/ueberauth/ueberauth/releases)
- [Changelog](https://github.com/ueberauth/ueberauth/blob/master/CHANGELOG.md)
- [Commits](ueberauth/ueberauth@v0.9.0...v0.10.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant