Commit Graph

70783 Commits

Author SHA1 Message Date
Patrik Oldsberg 649d3ca3b6 Remove dead parallelism options and narrow public API
The parallelism fields on bundler types (BundlingOptions, BuildOptions,
BackendBundlingOptions) and createDistWorkspace Options were defined but
never read — fully dead code. Likewise the parallelismSetting option on
ParallelWorkerOptions was never passed by any caller.

Also narrows the cli-node public API to only export the three runner
functions and their option types, keeping getEnvironmentParallelism and
parseParallelismOption as internal utilities.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-22 16:49:55 +01:00
Patrik Oldsberg 06c2015e5b Move parallel worker utilities to @backstage/cli-node
Moves `runParallelWorkers`, `runWorkerQueueThreads`, `runWorkerThreads`,
`parseParallelismOption`, and `getEnvironmentParallelism` from the CLI
internal lib to the shared `@backstage/cli-node` package.

This is part of the ongoing effort to make CLI modules independent of
each other and the shared lib code.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-22 16:19:49 +01:00
Andre Wanlin 35e8d6cb34 Merge pull request #32813 from intelliking/fix/issue-32804
fix: Parameter field input data is obscured with dark mode on
2026-02-21 11:52:39 -06:00
Patrik Oldsberg 605c98ee47 Merge pull request #32918 from backstage/renovate/qs-6.x-lockfile
chore(deps): update dependency qs to v6.15.0
2026-02-21 17:34:40 +01:00
Patrik Oldsberg aa6f4d17cc Merge pull request #32919 from backstage/renovate/undici-7.x-lockfile
chore(deps): update dependency undici to v7.22.0
2026-02-21 17:33:37 +01:00
Patrik Oldsberg eeb74ffe79 Merge pull request #32934 from soapraj/soapraj/bump-bfj-v9
cli: bump bfj dependency from ^8.0.0 to ^9.0.2
2026-02-21 17:33:13 +01:00
Patrik Oldsberg 6435f57354 Merge pull request #32945 from elaine-mattos/chore/devcontainer-improvements
chore(devcontainer): update mkdocs feature source and improve setup docs
2026-02-21 17:05:34 +01:00
ElaineDeMattosSilvaB 2f2233e8c1 chore(devcontainer): update mkdocs feature source and improve setup docs
- Update mkdocs feature from devcontainers-contrib to devcontainers-extra (ref: https://github.com/microsoft/vscode-remote-release/issues/11046)
- Clarify fork workflow in devcontainer tutorial

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
2026-02-21 12:12:43 +01:00
Fredrik Adelöw 4e6ed1ab6b Merge pull request #32940 from backstage/dependabot/npm_and_yarn/microsite/ajv-6.14.0 2026-02-21 08:21:51 +01:00
Patrik Oldsberg f1756fe39b Merge pull request #32733 from kaidubauskas-dd/kaidd/slack-block-kit-extension
feat(notifications-slack): Create slack block kit extension
2026-02-21 00:10:24 +01:00
Patrik Oldsberg c91ebb90ca Merge pull request #32937 from backstage/rugvip/cli-move-single-consumer-lib
cli: move single-consumer lib files into the build module
2026-02-21 00:09:40 +01:00
Patrik Oldsberg bba2e496a6 Move single-consumer lib files into the build module
Moved `entryPoints.ts` and `role.ts` (+ test) from the shared `src/lib/`
directory into `src/modules/build/lib/`, since the build module is their
only consumer. This is part of making CLI modules independent of each
other and of shared code outside the modules.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-20 23:38:58 +01:00
dependabot[bot] e5a75cbf86 build(deps): bump ajv from 6.12.6 to 6.14.0 in /microsite
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-20 22:37:01 +00:00
Patrik Oldsberg ddd774d3db Merge pull request #32938 from backstage/renovate/backstage-actions-0.x
chore(deps): update backstage/actions action to v0.7.7
2026-02-20 23:35:20 +01:00
renovate[bot] b83b83bdfa chore(deps): update backstage/actions action to v0.7.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 20:33:46 +00:00
Vincenzo Scamporlino e2cf346c63 Merge pull request #32922 from backstage/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6.19.2
2026-02-20 21:24:44 +01:00
Fredrik Adelöw d95cf37ce3 Merge pull request #32583 from Believe-SA/commander-14
chore: update dependency commander to v14
2026-02-20 21:04:31 +01:00
Patrik Oldsberg df8133c9fd Merge pull request #32931 from backstage/docs-ui/replace-css-sync-with-postcss-import
docs-ui: replace CSS sync script with postcss-import
2026-02-20 15:18:19 +01:00
Charles de Dreuille f03d17e187 Merge pull request #32935 from backstage/bui-accordion-bg-fix 2026-02-20 14:08:41 +00:00
Patrik Oldsberg cb613e58dc Merge pull request #32926 from backstage/rugvip/scheduled-pr-sync
workflows: add scheduled PR automation sync
2026-02-20 14:48:57 +01:00
Andre Wanlin ade49e96ea Merge pull request #32907 from drodil/devcontainer_docs
docs(contribfest): add devcontainers docs
2026-02-20 06:08:22 -06:00
Patrik Oldsberg 4a08cb72e1 Update .changeset/blue-moons-crash.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-20 11:40:06 +01:00
Charles de Dreuille a1f4bee252 Fix Accordion background
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-20 11:32:21 +01:00
Raghunandan Balachandran 246877ae6c Add changeset for bfj bump
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2026-02-20 11:18:57 +01:00
Raghunandan Balachandran 5e10165839 cli: bump bfj dependency from ^8.0.0 to ^9.0.2
The only usage of bfj in @backstage/cli is `bfj.write(path, data)` in
bundle.ts for writing bundle-stats.json. The write API is unchanged in
v9 and v9.0.0/v9.0.1 are deprecated, so the range starts at ^9.0.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2026-02-20 10:57:52 +01:00
Fredrik Adelöw 9047d962ea Merge pull request #32933 from stanislav-c/fix-ReadWriteSplitCatalogService 2026-02-20 09:41:53 +01:00
Stanislav Cherkasov 1a344b44af Update contrib/catalog/read-write-split/workspace/packages/backend/src/catalogService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Stanislav Cherkasov <150145013+stanislav-c@users.noreply.github.com>
2026-02-20 09:22:44 +01:00
Stanislav Cherkasov 55b2cd2574 Update catalogService.ts
Signed-off-by: Stanislav Cherkasov <150145013+stanislav-c@users.noreply.github.com>
2026-02-20 09:07:18 +01:00
Charles de Dreuille ed7b4ad052 docs-ui: replace CSS sync script with postcss-import
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-20 07:32:10 +01:00
Fredrik Adelöw c08353e318 Merge pull request #32924 from backstage/freben/scafmod 2026-02-19 22:39:44 +01:00
Patrik Oldsberg 5ef55930fb Merge pull request #32921 from backstage/renovate/webpack-5.x
chore(deps): update dependency webpack to ~5.105.0
2026-02-19 22:24:51 +01:00
Patrik Oldsberg ec67dbe038 workflows: add scheduled PR automation sync
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 20:41:00 +01:00
Fredrik Adelöw b1919bdf2a Merge pull request #32871 from awanlin/microsite/plugin-audit-process
Plugin Directory Audit Process
2026-02-19 14:56:57 +01:00
Andre Wanlin 7c2d5021df Script fix
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-02-19 06:10:13 -06:00
Fredrik Adelöw 4e39e63452 scaffolder: remove unused modules
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-02-19 11:48:39 +01:00
renovate[bot] 092b41f397 chore(deps): update dependency webpack to ~5.105.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 09:16:46 +00:00
renovate[bot] bd0449c058 chore(deps): update docker/build-push-action action to v6.19.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 09:16:26 +00:00
Fredrik Adelöw 5efba6e906 Merge pull request #30804 from JohannesWill/gitlab/throttle
Gitlab/throttle
2026-02-19 10:12:49 +01:00
Fredrik Adelöw 0b31ac6f04 Merge pull request #32818 from hyfc/add-masked-and-hidden-option
feat(scaffolder-gitlab): add maskedAndHidden option for project variables
2026-02-19 10:07:46 +01:00
renovate[bot] c271fa32ce chore(deps): update dependency undici to v7.22.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:07:54 +00:00
renovate[bot] 9b39b3c56f chore(deps): update dependency qs to v6.15.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:07:14 +00:00
dependabot[bot] 6738cf0842 build(deps): bump minimatch from 9.0.5 to 10.2.1 (#32915)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.2.1.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.2.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 08:58:00 +01:00
renovate[bot] 11287f0be9 chore(deps): update actions/stale action to v10.2.0 (#32878)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:22:41 +01:00
dependabot[bot] ee94c78c1a build(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 (#32886)
Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1.

---
updated-dependencies:
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 08:22:22 +01:00
dependabot[bot] b17c46b6b0 build(deps): bump tar from 7.5.7 to 7.5.9 in /docs-ui (#32902)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 08:22:05 +01:00
renovate[bot] 677811db72 chore(deps): update dependency @slack/web-api to v7.14.1 (#32879)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:21:45 +01:00
renovate[bot] 21a1c887d6 chore(deps): update dependency eslint-plugin-node-import to v1.1.1 (#32881)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:21:25 +01:00
renovate[bot] 647ebbf951 chore(deps): update dependency motion to v12.34.0 (#32889)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:21:02 +01:00
renovate[bot] dfbfa00eb9 chore(deps): update dependency @rspack/core to v1.7.6 (#32863)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-19 08:20:29 +01:00
Jonathan Sundquist bd5b8426af feat(scaffolder): add new ui:options autoSelect tag (#32912)
* feat(scaffolder): add new ui:autoSelect tag

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

* Update .changeset/long-hairs-throw.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Jonathan Sundquist <jsundquist@gmail.com>
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

* Adding missing annotations in the schema file

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

* Adding missing tests and documentation

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

* adding in api report files

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

* Fixing tests and ensure all required files have the necessary updates

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>

---------

Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
Signed-off-by: Jonathan Sundquist <jsundquist@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 08:19:38 +01:00