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 @backstage/plugin-auth-backend from 0.18.3 to 0.19.0 #511

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps @backstage/plugin-auth-backend from 0.18.3 to 0.19.0.

Changelog

Sourced from @​backstage/plugin-auth-backend's changelog.

0.19.0

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • 080cc7794700: Migrated the GitLab auth provider to be implemented using the new @backstage/plugin-auth-backend-module-gitlab-provider module.
  • 7944d43f4790: Added authPlugin export for the new backend system. The plugin does not include any built-in auth providers, they must instead be added by installing additional modules, for example authModuleGoogleProvider from @backstage/plugin-auth-backend-module-google-provider.
  • 8513cd7d00e3: Deprecated several exports that are now available from @backstage/plugin-auth-node instead.
  • 7944d43f4790: Added the ability to disable the built-in auth providers by passing disableDefaultProviderFactories to createRouter.
  • 7944d43f4790: The algorithm used when generating Backstage tokens can be configured via auth.identityTokenAlgorithm.
  • Updated dependencies
    • @​backstage/plugin-auth-backend-module-gcp-iap-provider@​0.1.0
    • @​backstage/plugin-auth-backend-module-github-provider@​0.1.0
    • @​backstage/plugin-auth-backend-module-gitlab-provider@​0.1.0
    • @​backstage/plugin-auth-backend-module-google-provider@​0.1.0
    • @​backstage/plugin-auth-backend-module-oauth2-provider@​0.1.0
    • @​backstage/backend-common@​0.19.5
    • @​backstage/plugin-auth-node@​0.3.0
    • @​backstage/config@​1.1.0
    • @​backstage/catalog-client@​1.4.4
    • @​backstage/catalog-model@​1.4.2
    • @​backstage/errors@​1.2.2
    • @​backstage/types@​1.1.1
    • @​backstage/backend-plugin-api@​0.6.3
    • @​backstage/plugin-catalog-node@​1.4.4

0.19.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

... (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 javascript Pull requests that update Javascript code labels Sep 20, 2023
@antoniomuso antoniomuso changed the base branch from main to next September 21, 2023 14:04
@antoniomuso
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot changed the base branch from next to main September 21, 2023 14:06
Bumps [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.19.0/plugins/auth-backend)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage/plugin-auth-backend-0.19.0 branch from e13d056 to eaed6c9 Compare September 21, 2023 14:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

Looks like @backstage/plugin-auth-backend is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/plugin-auth-backend-0.19.0 branch September 22, 2023 14:05
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant