Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps @backstage/plugin-scaffolder-backend from 1.33.0 to 2.2.2.

Release notes

Sourced from @​backstage/plugin-scaffolder-backend's releases.

v1.47.1

This patch release fixes the following issues:

  • Fixes a deprecation warning for Router extension in tests
  • Restore React 17 compatibility for @backstage/ui

v1.47.0

These are the release notes for the v1.47.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

BREAKING: Redesigned Table and useTable in @backstage/ui

The Table component and accompanying useTable hook have been redesigned. The low-level React Aria wrapper Table is now TableRoot, while a higher level Table component now handles pagination, sorting, selection, and data display. The useTable also has a new API, that supports 3 pagination modes: complete, offset, and cursor.

More information along with a migration guide can be found in the BUI Changelog.

BREAKING: Updated color tokens in @backstage/ui

UI color tokens have been updated to align with the new neutral surface-based design system, and the -tint tokens have been removed.

More information can be found in the BUI Changelog.

BREAKING: Redirect validation in the URL reader

coreServices.urlReader now validates that redirect chains are subject to the allow list in backend.reading.allow of your app config. If you were relying on redirects that pointed to URLs that were not allowlisted, you will now have to add those to your config as well.

To support this, the FetchUrlReader class no longer has a public constructor, but instead has a fromConfig static factory method.

BREAKING: Better AWS S3 auth handling in techdocs

Techdocs now knows how to properly use integrations.awsS3 config to authenticate with AWS S3. Since this affects the priority order of which auth setting is being used, it’s technically a breaking change.

The new priority is:

  1. aws.accounts
  2. techdocs.publisher.awsS3.credentials
  3. integrations.awsS3
  4. Default credential chain

Deprecation and upcoming restrictions of blueprints for app customization in @backstage/frontend-plugin-api

There were several blueprints in @backstage/frontend-plugin-api that were intended only for use in customization of the central app. For example SignInPageBlueprint that replaces the sign-in page, or NavContentBlueprint that replaces the sidebar content. The following blueprints have all been deprecated and moved to a new @backstage/plugin-app-react package:

  • IconBundleBlueprint
  • NavContentBlueprint
  • RouterBlueprint

... (truncated)

Changelog

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

@​backstage/plugin-scaffolder-backend

3.1.1

Patch Changes

  • 5012852: Remove unused abort controller in debug:wait action
  • c641c14: Wrap some of the action logic with resolveSafeChildPath and improve symlink handling when fetching remote and local files
  • 27f9061: REwrite]
  • 872eb91: Upgrade zod-to-json-schema to latest version
  • Updated dependencies
    • @​backstage/backend-defaults@​0.15.0
    • @​backstage/backend-plugin-api@​1.6.1
    • @​backstage/plugin-scaffolder-node@​0.12.3
    • @​backstage/integration@​1.19.2
    • @​backstage/backend-openapi-utils@​0.6.5
    • @​backstage/plugin-scaffolder-backend-module-github@​0.9.4
    • @​backstage/plugin-auth-node@​0.6.11
    • @​backstage/plugin-scaffolder-backend-module-azure@​0.2.17
    • @​backstage/plugin-permission-common@​0.9.4
    • @​backstage/plugin-permission-node@​0.10.8
    • @​backstage/plugin-bitbucket-cloud-common@​0.3.6
    • @​backstage/plugin-catalog-backend-module-scaffolder-entity-model@​0.2.16
    • @​backstage/plugin-scaffolder-backend-module-bitbucket@​0.3.18
    • @​backstage/plugin-scaffolder-backend-module-bitbucket-cloud@​0.3.1
    • @​backstage/plugin-scaffolder-backend-module-bitbucket-server@​0.2.17
    • @​backstage/plugin-scaffolder-backend-module-gerrit@​0.2.17
    • @​backstage/plugin-scaffolder-backend-module-gitea@​0.2.17
    • @​backstage/plugin-scaffolder-backend-module-gitlab@​0.11.1
    • @​backstage/plugin-scaffolder-common@​1.7.5

3.1.1-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/backend-defaults@​0.15.0-next.2
    • @​backstage/plugin-scaffolder-backend-module-github@​0.9.4-next.1
    • @​backstage/plugin-auth-node@​0.6.10
    • @​backstage/plugin-permission-node@​0.10.7

3.1.1-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/backend-defaults@​0.14.1-next.1
    • @​backstage/integration@​1.19.2-next.0
    • @​backstage/plugin-bitbucket-cloud-common@​0.3.6-next.0
    • @​backstage/plugin-scaffolder-backend-module-azure@​0.2.17-next.0

... (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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) from 1.33.0 to 2.2.2.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-backend)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-scaffolder-backend"
  dependency-version: 2.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 21, 2026
@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Jan 21, 2026

Changed Packages

Package Name Package Path Changeset Bump Current Version
backend workspaces/adoption-insights/packages/backend none v0.0.0

@sonarqubecloud
Copy link

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.

0 participants