Skip to content

Bump @backstage/core-components from 0.14.10 to 0.18.11 in /plugins/cad#97

Merged
liamfallon merged 4 commits into
mainfrom
dependabot/npm_and_yarn/plugins/cad/backstage/core-components-0.18.10
Jul 2, 2026
Merged

Bump @backstage/core-components from 0.14.10 to 0.18.11 in /plugins/cad#97
liamfallon merged 4 commits into
mainfrom
dependabot/npm_and_yarn/plugins/cad/backstage/core-components-0.18.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Bumps @backstage/core-components from 0.14.10 to 0.18.11.

Changelog

Sourced from @​backstage/core-components's changelog.

0.18.11

Patch Changes

  • e0889a3: chore(deps): bump qs from 6.15.1 to 6.15.2
  • a07e6a3: Added the correctly-spelled 'header' literal to the TableFiltersClassKey union type and deprecated the previous typoed 'heder' literal. The generated CSS class with the old key is preserved for backwards compatibility; switch to 'header' to avoid future removal.
  • c161e1c: Lazy-load react-syntax-highlighter and @dagrejs/dagre so they are no longer pulled in eagerly through the barrel export. This reduces the upfront module cost of importing from @backstage/core-components by roughly 10 MB. The public API is unchanged.
  • dbe93a7: Fix autologout not working correctly when closing all tabs
  • 8add9b9: Fixed the proxy-based sign-in page failing to read the session token when the proxy issues a token whose payload is encoded using the URL-safe base64 alphabet. Such tokens are now decoded correctly so sign-in no longer breaks.
  • f35372d: Fixed text clipping in SidebarSubmenuItem by correcting line-height from 1 to 1.5
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.7

0.18.11-next.2

Patch Changes

  • c161e1c: Lazy-load react-syntax-highlighter and @dagrejs/dagre so they are no longer pulled in eagerly through the barrel export. This reduces the upfront module cost of importing from @backstage/core-components by roughly 10 MB. The public API is unchanged.

0.18.11-next.1

Patch Changes

  • dbe93a7: Fix autologout not working correctly when closing all tabs
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.7-next.0

0.18.11-next.0

Patch Changes

  • e0889a3: chore(deps): bump qs from 6.15.1 to 6.15.2
  • a07e6a3: Added the correctly-spelled 'header' literal to the TableFiltersClassKey union type and deprecated the previous typoed 'heder' literal. The generated CSS class with the old key is preserved for backwards compatibility; switch to 'header' to avoid future removal.
  • 8add9b9: Fixed the proxy-based sign-in page failing to read the session token when the proxy issues a token whose payload is encoded using the URL-safe base64 alphabet. Such tokens are now decoded correctly so sign-in no longer breaks.

0.18.10

Patch Changes

  • 3846774: Added missing dependencies that were previously only available transitively.
  • 021b368: Added stable DOM markers to the legacy Page and Header so adjacent layout components can coordinate spacing without relying on generated class names.
  • 0c5e41f: Removed unused dependencies that had no imports in source code.
  • Updated dependencies
    • @​backstage/errors@​1.3.1
    • @​backstage/core-plugin-api@​1.12.6
    • @​backstage/config@​1.3.8

0.18.10-next.1

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2026
Bumps [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) from 0.14.10 to 0.18.11.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-components)

---
updated-dependencies:
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump @backstage/core-components from 0.14.10 to 0.18.10 in /plugins/cad Bump @backstage/core-components from 0.14.10 to 0.18.11 in /plugins/cad Jul 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/plugins/cad/backstage/core-components-0.18.10 branch from 961555c to eaef2fb Compare July 2, 2026 07:13
…ss workspaces

The dependabot PR bumped plugins/cad to @backstage/core-components@^0.18.11 while
packages/app still used ^0.14.7. This caused both versions to be installed
simultaneously, with each augmenting @mui/material's Components interface with
conflicting BackstageTableFilters definitions (TS2320 error).

Fix:
- Update packages/app/package.json to use ^0.18.11 (consistent with plugins/cad)
- Add @backstage/core-components: ^0.18.11 to yarn resolutions to ensure transitive
  dependencies (plugin-catalog, plugin-user-settings, etc.) also use one version
- Update yarn.lock so ^0.14.7 and ^0.18.11 resolve to a single 0.18.11 entry
Copilot AI requested a review from liamfallon July 2, 2026 10:55
@liamfallon liamfallon merged commit c74c04a into main Jul 2, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/plugins/cad/backstage/core-components-0.18.10 branch July 2, 2026 11:18
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.

2 participants