nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Bump guardian from 0.14.6 to 1.2.1 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps guardian from 0.14.6 to 1.2.1.

Release notes *Sourced from [guardian's releases](https://github.com/ueberauth/guardian/releases).* > ## Version 1.2.1 > Fixes the 1.2.0 release. > > ## v1.2.0 > - Added credo config > - Fixed credo issues > - Improved documentation > - Improved Travis setup > - Switched to use `Jason` package > - Added the capability of clearing `remember_me` when signing out. > - Fixed compatibility with Elixir 1.8 > > ## v1.1.1 > No release notes provided. > > ## Version 1.1.0 > No release notes provided. > > ## Version 1.0.1 > No release notes provided. > > ## Version 1.0.0 > No release notes provided. > > ## v1.0.0-beta.1 > No release notes provided.
Changelog *Sourced from [guardian's changelog](https://github.com/ueberauth/guardian/blob/master/CHANGELOG.md).* > # v 1.1.0 > > * JWT secret fetcher behaviour added > * Let Guardian plug call :revoke on sign_out [#458](https://github-redirect.dependabot.com/ueberauth/guardian/pull/458) > * Fix an issue where Guardian.Plug tries to clear the wrong keys from the conn [#476](https://github-redirect.dependabot.com/ueberauth/guardian/pull/476) > > # v 1.0.0 > > * Allow for multiple Guardian setups in a single applications > * Adds pipelines > * Significantly updates Guardian api to be more consistent > * Make Phoenix an optional dependency > * Make Plug an optional dependency > * Permissions as an optional add-in > * Deprecates Hooks in favour of callbacks on particular implementations > * Removes Phoenix macros in favour of plain functions > > See the [0.14 to 1.0 Upgrade Guide](https://github.com/ueberauth/guardian/blob/master/upgrade_guides/0.14.to.1.0.md) for detailed updating instructions > > # v 0.14.5 > > Update the poison and phoenix deps to allow a broader version setting > > # v 0.14.4 > > * Fix a param issue in sockets > > # v 0.14.3 > > * Fix function specs > * Renew session on `sign_in` > * Add a custom claim key from load resource > > # v 0.14.2 > > * __Really_ fix pattern matching error with GuardianDB > > # v 0.14.1 > > * Fixed pattern matching error with GuardianDB > > # v 0.14.0 > > * Update to Elixir 1.3 > * Added test coverage: [#234](https://github-redirect.dependabot.com/ueberauth/guardian/pull/234) > * Token exchange: [#150](https://github-redirect.dependabot.com/ueberauth/guardian/pull/150) > * Adds ensure resource plug [#238](https://github-redirect.dependabot.com/ueberauth/guardian/pull/238) > * Name collision fix: [#215](https://github-redirect.dependabot.com/ueberauth/guardian/pull/215) > * Support for `{:system, var}` configuration options > * Adds an `allowed_drift` option to allow for clock skew > ... (truncated)
Commits - [`9ed23ac`](https://github.com/ueberauth/guardian/commit/9ed23acbef1ddfde5a79c139570fada9399b0877) Release 1.2.1 - [`b0b42a8`](https://github.com/ueberauth/guardian/commit/b0b42a8b692b454c823c55e214c0b916c37f2f1f) Fixes Dialyzer errors for matching on opaque type. ([#566](https://github-redirect.dependabot.com/ueberauth/guardian/issues/566)) - [`ac79691`](https://github.com/ueberauth/guardian/commit/ac796911765b20f812df0dc1ab8f90f02f6376fa) Fix dialyzer error in remember_me_from_token ([#563](https://github-redirect.dependabot.com/ueberauth/guardian/issues/563)) - [`c79acad`](https://github.com/ueberauth/guardian/commit/c79acadd9cf1ebd28481305b2a781a36cb14c414) Guardian.Plug.put_session_token/4 is undefined. ([#561](https://github-redirect.dependabot.com/ueberauth/guardian/issues/561)) - [`97720b6`](https://github.com/ueberauth/guardian/commit/97720b6b6082e17393e31e97a25532e0ac649f7e) Update ex_doc version - [`14d6a77`](https://github.com/ueberauth/guardian/commit/14d6a7774e3195eab1687727d23b1cfc5c644e60) Update version - [`5c1a573`](https://github.com/ueberauth/guardian/commit/5c1a573602a5f72870e4de17bd27403f0c7c116e) Improves Guardian.Token.Verify.verify_literal_claims function ([#558](https://github-redirect.dependabot.com/ueberauth/guardian/issues/558)) - [`442b6f5`](https://github.com/ueberauth/guardian/commit/442b6f5601d2c21b96de02eb04790a23d0cc3e09) Get rid of Elixir 1.8 compiler warnings ([#557](https://github-redirect.dependabot.com/ueberauth/guardian/issues/557)) - [`0c3e8ee`](https://github.com/ueberauth/guardian/commit/0c3e8ee50a5b6aa45969dac1fb5031b40fdbc52f) Change file extention eex -> ex ([#556](https://github-redirect.dependabot.com/ueberauth/guardian/issues/556)) - [`5d13afc`](https://github.com/ueberauth/guardian/commit/5d13afc9792396c955a83a35596b54eceab26e78) Expose a function to set a token into the session ([#553](https://github-redirect.dependabot.com/ueberauth/guardian/issues/553)) - Additional commits viewable in [compare view](https://github.com/ueberauth/guardian/compare/v0.14.6...v1.2.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Looks like guardian is up-to-date now, so this is no longer needed.