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: Update dependency @backstage/plugin-auth-backend to v0.23.1 #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@backstage/plugin-auth-backend (source) 0.22.9 -> 0.23.1 age adoption passing confidence

Release Notes

backstage/backstage (@​backstage/plugin-auth-backend)

v0.23.1

Compare Source

Patch Changes

v0.23.0

Compare Source

Minor Changes
  • d425fc4: BREAKING: The return values from createBackendPlugin, createBackendModule, and createServiceFactory are now simply BackendFeature and ServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason, createServiceFactory also no longer accepts the callback form where you provide direct options to the service. This also affects all coreServices.* service refs.

    This may in particular affect tests; if you were effectively doing createBackendModule({...})() (note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in your packages/backend/src/index.ts too, where you add plugins, modules, and services. If you were using createServiceFactory with a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.

    As part of this change, the IdentityFactoryOptions type was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.

Patch Changes

v0.22.12

Compare Source

v0.22.11

Compare Source

v0.22.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Aug 22, 2024
@renovate renovate bot force-pushed the renovate_backstage-plugin-auth-backend-0.x branch from e59dff6 to 28bb21e Compare August 26, 2024 17:26
@renovate renovate bot changed the title chore: Update dependency @backstage/plugin-auth-backend to v0.22.10 chore: Update dependency @backstage/plugin-auth-backend to v0.22.11 Aug 26, 2024
@renovate renovate bot force-pushed the renovate_backstage-plugin-auth-backend-0.x branch from 28bb21e to 6bc6205 Compare August 27, 2024 14:18
@renovate renovate bot changed the title chore: Update dependency @backstage/plugin-auth-backend to v0.22.11 chore: Update dependency @backstage/plugin-auth-backend to v0.22.12 Aug 27, 2024
@renovate renovate bot changed the title chore: Update dependency @backstage/plugin-auth-backend to v0.22.12 chore: Update dependency @backstage/plugin-auth-backend to v0.23.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate_backstage-plugin-auth-backend-0.x branch from 6bc6205 to bcc45d9 Compare September 18, 2024 02:29
@renovate renovate bot force-pushed the renovate_backstage-plugin-auth-backend-0.x branch from bcc45d9 to deaad53 Compare October 15, 2024 15:55
@renovate renovate bot changed the title chore: Update dependency @backstage/plugin-auth-backend to v0.23.0 chore: Update dependency @backstage/plugin-auth-backend to v0.23.1 Oct 15, 2024
@renovate renovate bot force-pushed the renovate_backstage-plugin-auth-backend-0.x branch from deaad53 to b85a1d9 Compare October 16, 2024 10:36
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants