Commit Graph

68130 Commits

Author SHA1 Message Date
Ben Lambert 5ea3c83cc1 Merge pull request #31438 from EstoesMoises/patch-2
Change npm package name for Stack Overflow Teams
2025-11-04 11:13:47 +01:00
Ben Lambert 4ff2801249 Merge pull request #31472 from veenarm/fix-31333
Fix Create gitlabProjectDeployTokenCreate  resolves 31333
2025-11-04 11:11:19 +01:00
Ben Lambert 73ddb479df Merge pull request #31500 from backstage/fix/signals-subscribe-twice-on-error
Fix: signals subscribing twice on error
2025-11-04 11:09:00 +01:00
Johan Persson 6874094696 refactor(ui): migrate CellProfile from Base UI to Backstage Avatar
Replace Base UI Avatar with Backstage UI Avatar component in CellProfile.

Changes:
- Update import from Base UI to internal Avatar component
- Simplify Avatar usage from compound component pattern to single component
- Add size='small' and purpose='decoration' props for accessibility
- Remove unused CSS classes (cellProfileAvatar, cellProfileAvatarImage, cellProfileAvatarFallback)
- Add changeset for patch version bump

This removes the Base UI dependency from Table components and reduces code by ~60 lines.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-04 10:57:37 +01:00
Charles de Dreuille dae58468f6 Merge pull request #31507 from backstage/bui-fix-searchfield
Fix SearchField styling
2025-11-04 09:10:21 +00:00
Johan Persson 3b18d802bf fix(ui): prevent radio button ellipse distortion in RadioGroup
Fixed radio button circles becoming elliptical by preventing flex
shrink and grow on the button's ::before pseudo-element.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-04 10:01:53 +01:00
Ben Lambert 43d0357882 Merge pull request #31592 from backstage/rugvip/optional
frontend-plugin-api: make ExtensionInput type parameters optional
2025-11-04 10:00:55 +01:00
Ben Lambert f70ad4b1c2 Merge pull request #31278 from drodil/dynamic_client_reg_expires_in
feat(auth): allow configuring DCR token expiration
2025-11-04 09:52:11 +01:00
Ben Lambert c4183105b2 Merge pull request #30594 from ganievs/feature/move-to-ldapts
Feature/move to ldapts
2025-11-04 09:51:09 +01:00
Charles de Dreuille 5a95452d95 Update itchy-bars-smell.md
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2025-11-04 08:43:20 +00:00
Fredrik Adelöw 2fa87f6d24 Merge pull request #31582 from backstage/dependabot/npm_and_yarn/axios-1.13.1
chore(deps): bump axios from 1.9.0 to 1.13.1
2025-11-04 09:21:46 +01:00
backstage-goalie[bot] ed1fb4eca9 Merge pull request #31596 from backstage/renovate/node-forge-1.x-lockfile
chore(deps): update dependency @types/node-forge to v1.3.14
2025-11-03 23:42:54 +00:00
backstage-goalie[bot] b65cb0afa5 Merge pull request #31595 from backstage/renovate/jquery-3.x-lockfile
chore(deps): update dependency @types/jquery to v3.5.33
2025-11-03 23:42:50 +00:00
backstage-goalie[bot] 3321718e5e Merge pull request #31593 from backstage/renovate/express-serve-static-core-4.x-lockfile
chore(deps): update dependency @types/express-serve-static-core to v4.19.7
2025-11-03 23:28:04 +00:00
renovate[bot] 54c6c8aa2f chore(deps): update dependency @types/node-forge to v1.3.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 23:06:24 +00:00
renovate[bot] 1648ecdc1a chore(deps): update dependency @types/jquery to v3.5.33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 23:05:51 +00:00
renovate[bot] dc109ee069 chore(deps): update dependency @types/express-serve-static-core to v4.19.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 22:49:24 +00:00
Patrik Oldsberg 878c25146c frontend-plugin-api: make ExtensionInput type parameters optional
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-03 22:36:53 +01:00
Johan Persson 539cf2690a feat(ui): migrate Avatar from Base UI with updated size scale
Removed Base UI dependency from Avatar component and reimplemented
with native HTML elements. Updated size scale with new x-small and
x-large options.

Breaking changes:

- Base UI-specific props (render, etc.) are no longer supported
- Component now uses native div/img elements instead of Base UI primitives
- Size scale updated: large changed from 3rem to 2.5rem
- Added x-small (1.25rem) and x-large (3rem) sizes

Migration:

- <Avatar src="..." name="..." render={...} />
+ <Avatar src="..." name="..." />

- <Avatar size="large" />
+ <Avatar size="x-large" />

New features:

- Added purpose prop with 'informative' (default) and 'decoration' options
- Informative avatars announce name to screen readers
- Decorative avatars hidden from screen readers (use when name appears adjacent)
- Five size options: x-small, small, medium, large, x-large

Documentation updates:

- Updated size examples to show all five sizes
- Added Purpose story and documentation
- Updated prop definitions and usage examples
- Updated changeset with migration guide for size changes

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-03 22:08:17 +01:00
backstage-goalie[bot] 8524186b21 Merge pull request #31589 from backstage/renovate/cookie-parser-1.x-lockfile
chore(deps): update dependency @types/cookie-parser to v1.4.10
2025-11-03 20:41:22 +00:00
Fredrik Adelöw f3af33d9be Merge pull request #31575 from backstage/renovate/codemirror
chore(deps): update codemirror
2025-11-03 21:11:30 +01:00
renovate[bot] d6d613eb90 chore(deps): update dependency @types/cookie-parser to v1.4.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 20:03:08 +00:00
Fredrik Adelöw 59e42d80db dedupe
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-11-03 20:59:57 +01:00
Fredrik Adelöw 725a25a2f5 Merge pull request #31574 from backstage/renovate/snyk-actions-digest
chore(deps): update snyk/actions digest to 9adf32b
2025-11-03 20:58:33 +01:00
Fredrik Adelöw 0dd275c959 Merge pull request #31573 from backstage/renovate/actions-github-script-digest
chore(deps): update actions/github-script digest to f28e40c
2025-11-03 20:58:10 +01:00
Fredrik Adelöw 490ae3a9ad Merge pull request #31572 from backstage/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 08eba0b
2025-11-03 20:57:28 +01:00
Fredrik Adelöw 0ffcec45e5 Merge pull request #31570 from backstage/renovate/actions-cache-digest
chore(deps): update actions/cache digest to 0057852
2025-11-03 20:57:09 +01:00
backstage-goalie[bot] c5eeffd855 Merge pull request #31586 from backstage/renovate/keyv-valkey-1.x-lockfile
chore(deps): update dependency @keyv/valkey to v1.0.10
2025-11-03 19:50:26 +00:00
Fredrik Adelöw 788fa8c336 Merge pull request #31577 from dwandro/master
fix(catalog-backend-incremental-ingestion): correctly handle count queries return strings
2025-11-03 20:37:17 +01:00
backstage-goalie[bot] df564f5777 Merge pull request #31587 from backstage/renovate/lezer-highlight-1.x-lockfile
chore(deps): update dependency @lezer/highlight to v1.2.3
2025-11-03 19:29:02 +00:00
renovate[bot] 5407bcee24 chore(deps): update dependency @lezer/highlight to v1.2.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 19:11:35 +00:00
renovate[bot] 0d2a57c2c8 chore(deps): update dependency @keyv/valkey to v1.0.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 19:10:58 +00:00
dependabot[bot] 53cf23c12b chore(deps): bump axios from 1.9.0 to 1.13.1
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.13.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.13.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 18:52:59 +00:00
backstage-goalie[bot] 2f0efc9ec4 Merge pull request #31585 from backstage/renovate/google-cloud-firestore-7.x-lockfile
chore(deps): update dependency @google-cloud/firestore to v7.11.6
2025-11-03 18:47:10 +00:00
backstage-goalie[bot] f2054805b2 Merge pull request #31584 from backstage/renovate/google-cloud-cloud-sql-connector-1.x-lockfile
chore(deps): update dependency @google-cloud/cloud-sql-connector to v1.8.4
2025-11-03 18:47:05 +00:00
renovate[bot] 63d1f0f0f9 chore(deps): update dependency @google-cloud/firestore to v7.11.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 18:04:38 +00:00
renovate[bot] 68c014f022 chore(deps): update dependency @google-cloud/cloud-sql-connector to v1.8.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 18:04:07 +00:00
backstage-goalie[bot] 70b48115bc Merge pull request #31580 from backstage/renovate/changesets-cli-2.x-lockfile
chore(deps): update dependency @changesets/cli to v2.29.7
2025-11-03 17:56:45 +00:00
backstage-goalie[bot] 8b0f38e8be Merge pull request #31581 from backstage/renovate/electric-sql-pglite-0.x-lockfile
chore(deps): update dependency @electric-sql/pglite to v0.3.12
2025-11-03 17:43:01 +00:00
Dakota Wandro 37fc9fa0ad test(catalog-backend-incremental-ingestion): update entites to match DeferredEntity type
Signed-off-by: Dakota Wandro <dakotawan@gmail.com>
2025-11-03 11:26:42 -06:00
renovate[bot] d238e3d4d1 chore(deps): update dependency @electric-sql/pglite to v0.3.12
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 17:06:48 +00:00
renovate[bot] f4df7eebaf chore(deps): update dependency @changesets/cli to v2.29.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 17:06:13 +00:00
backstage-goalie[bot] da09ea9858 Merge pull request #31579 from backstage/renovate/asyncapi-react-component-2.x-lockfile
chore(deps): update dependency @asyncapi/react-component to v2.6.4
2025-11-03 16:46:19 +00:00
Charles de Dreuille 6322d14ee0 Update itchy-bars-smell.md
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2025-11-03 16:22:25 +00:00
renovate[bot] c78fd48151 chore(deps): update dependency @asyncapi/react-component to v2.6.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 16:04:04 +00:00
Dakota Wandro 70745c573e fix(catalog-backend-incremental-ingestion): correctly handle count queries returning strings
Signed-off-by: Dakota Wandro <dakotawan@gmail.com>
2025-11-03 09:59:14 -06:00
renovate[bot] 03da12f265 chore(deps): update codemirror
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 14:18:13 +00:00
renovate[bot] 963c9242f3 chore(deps): update snyk/actions digest to 9adf32b
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 14:17:08 +00:00
Fredrik Adelöw 6b1e47044a Merge pull request #31514 from solimant/yarn_new_infix_bugfix
Fix package name plugin infix with yarn new
2025-11-03 15:11:58 +01:00
Charles de Dreuille ec9d869937 Merge pull request #31524 from backstage/bui-clean-link
BUI - Improve Link structure
2025-11-03 14:37:01 +01:00