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

chore(deps-dev): bump ember-simple-auth-oidc from 3.0.1 to 5.0.0 in /frontend #346

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps ember-simple-auth-oidc from 3.0.1 to 5.0.0.

Release notes

Sourced from ember-simple-auth-oidc's releases.

v5.0.0

5.0.0 (2022-09-02)

chore

  • deps: update dependencies (2c298f5)

Features

BREAKING CHANGES

  • deps: Drop support for Node v12 and Ember LTS v3.24.

v4.1.1

4.1.1 (2022-04-28)

Bug Fixes

  • auth-route: store query params of attempted transition (4a8406d)

v4.1.0

4.1.0 (2022-03-22)

Features

  • apollo: add middleware for ember-apollo-client (7e22f17)

v4.0.0

4.0.0 (2022-02-04)

Bug Fixes

  • authentication: fix collection of attempted transition url (503a0d5)

  • config: remove usage of ember-get-config (74a9c0d)

  • debug: remove console log statements (eb3af4b)

  • dummy: correct session setup and fix serializer deprecation (aae998d)

  • lint: add missing linter deps and fix linting errors (d21c18e)

  • minor fixes and requested changes (28a67ac)

  • feat(adapter)!: add oidc rest adapter and refactor adapter naming (2c9f446)

  • refactor(octane)!: refactor to native js classes and remove mixins (b3610e8)

... (truncated)

Changelog

Sourced from ember-simple-auth-oidc's changelog.

5.0.0 (2022-09-02)

chore

  • deps: update dependencies (2c298f5)

Features

BREAKING CHANGES

  • deps: Drop support for Node v12 and Ember LTS v3.24.

4.1.1 (2022-04-28)

Bug Fixes

  • auth-route: store query params of attempted transition (4a8406d)

4.1.0 (2022-03-22)

Features

  • apollo: add middleware for ember-apollo-client (7e22f17)

4.0.0 (2022-02-04)

Bug Fixes

  • authentication: fix collection of attempted transition url (503a0d5)

  • config: remove usage of ember-get-config (74a9c0d)

  • debug: remove console log statements (eb3af4b)

  • dummy: correct session setup and fix serializer deprecation (aae998d)

  • lint: add missing linter deps and fix linting errors (d21c18e)

  • minor fixes and requested changes (28a67ac)

  • feat(adapter)!: add oidc rest adapter and refactor adapter naming (2c9f446)

  • refactor(octane)!: refactor to native js classes and remove mixins (b3610e8)

BREAKING CHANGES

  • Include an adapter subclass of the Ember RestAdapter to handle OIDC token refreshes and unauthorized request handling. The existing OIDCadapter is renamed to OIDCJSONAPIAdapter to clarify the base class origin.
  • mixins can no longer be used, requires migration

... (truncated)

Commits
  • 28dc948 chore(release): 5.0.0 [skip ci]
  • 2c298f5 chore(deps): update dependencies
  • a769f85 chore: rename adfinis-sygroup organisation to adfinis
  • ca138d3 chore(ci): use caching from setup node action
  • e093d9d chore(ci): cancel concurrent obsolete jobs
  • e9bbfc3 feat: add pkce generation
  • 80460c0 chore(deps-dev): bump ember-apollo-client from 4.0.2 to 4.1.0
  • 780c848 chore(deps): bump ember-auto-import from 2.4.1 to 2.4.2
  • 5a31430 chore(deps-dev): bump ember-cli-htmlbars from 6.0.1 to 6.1.0
  • 0de0357 chore(deps-dev): bump eslint-plugin-ember from 11.0.3 to 11.0.5
  • Additional commits viewable in compare view

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 [ember-simple-auth-oidc](https://github.com/adfinis/ember-simple-auth-oidc) from 3.0.1 to 5.0.0.
- [Release notes](https://github.com/adfinis/ember-simple-auth-oidc/releases)
- [Changelog](https://github.com/adfinis/ember-simple-auth-oidc/blob/main/CHANGELOG.md)
- [Commits](adfinis/ember-simple-auth-oidc@v3.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: ember-simple-auth-oidc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2022

Dependabot tried to add @aziiee as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/adfinis/customer-center/pulls/346/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the adfinis/customer-center repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2022

Superseded by #358.

@dependabot dependabot bot closed this Oct 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/ember-simple-auth-oidc-5.0.0 branch October 23, 2022 22:15
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