Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps @public-ui/theme-default from 1.7.19 to 3.0.5.

Release notes

Sourced from @​public-ui/theme-default's releases.

Release 3.0.5

What's Changed

Full Changelog: public-ui/kolibri@3.0.4...3.0.5

3.0.4

📦 Changelog 3.0.4

[!IMPORTANT]
Note on process
In some environments, process can be undefined.
As a temporary workaround, you may need to set it manually, e.g.:

window.process = { env: {} };

✨ New Features

  • Added React 19 adapter and updated Sample App. (#8256)
  • Auto dev mode via environment variable. (#8099)
  • Introduced CSS layer scaffolding for button components. (#8325)
  • Table: Fixed columns will no longer be hidden. (#8265)
  • Added sample form with validation. (#7855)
  • Sample App: Option to load THEME_CSS. (#8303)

🛠️ Improvements & Fixes

  • Support for Node.js 22.18.0. (#8262)
  • Stylelint now auto-sorts CSS properties. (#8252)
  • Unified Stylelint config across packages. (#8270)
  • Updated dependencies and lockfile (v3.0.3). (#8345)
  • _role prop in buttons deprecated (to be removed). (#8344)
  • Playwright test dependency set as peer. (#8311)
  • Checkbox: Removed CSS transitions. (#8274)
  • Modal: Refined variants, removed position: relative;. (#8175, #8277)
  • Table: Fixed focus outline + made caption focusable. (#8144, #8304)

... (truncated)

Changelog

Sourced from @​public-ui/theme-default's changelog.

Breaking Changes for version 2

Introduction

New major versions of KoliBri are developed with the goal of simplifying maintenance and support and promoting further development.

For more information, see the KoliBri Maintenance and Support Strategy.

Removed Modules

We have simplified the modularization of KoliBri in version 1 and for version 2. The module @public-ui/core has been removed and the functionalities moved to the module @public-ui/components.

  - import { register } from '@public-ui/core';
  + import { register } from '@public-ui/components';
  import { defineCustomElements } from '@public-ui/components/dist/loader';
  import { MyTheme } from '...';
  await register(MyTheme, defineCustomElements);

Removed Components

The following components have been removed entirely:

  • kol-icon-font-awesome
  • kol-icon-icofont
  • kol-input-adapter-leanup
  • kol-input-radio-group

Removed Slots

The following slots have been removed entirely:

  • header-Slot
  • content-Slot
  • footer-Slot

We only support the default-Slot or the expert-Slot in the future. This decision was made to simplify the API and to reduce the complexity of the components.

For example, the kol-card component now only supports the default-Slot. The header-Slot and footer-Slot have been removed. The content-Slot has been renamed to default. If you want to use the footer-Slot, you can use the kol-card component and add your footer section in the default-Slot.

Data Structures

  1. Link objects now longer support the _icon property, only _icons. The object shape remains the same.

Affected components:

  • kol-breadcrumb
  • kol-button-link-text-switch
  • kol-link-group

... (truncated)

Commits
  • e560912 chore: release 3.0.5
  • 99deada fix: restore @​public-ui/components dependency in package.json and pnpm-lock.yaml
  • 511ff35 chore: enforce semver 7.7.2 via pnpm override (#8408)
  • 12d966a chore: enforce semver 7.7.2 via override
  • ea295b8 chore: remove codicon html assets (#8410)
  • 4cf9923 fix: update file watching dependency to drop vulnerable braces (#8411)
  • 68bc6d6 build(deps): bump actions/stale from 8 to 10 (#8414)
  • 19edc26 build(deps): bump actions/setup-node from 4 to 5 (#8413)
  • 8aee7ca build(deps): bump actions/github-script from 7 to 8 (#8412)
  • e31883e chore(ci): isolate workflow concurrency per pull request (#8415)
  • Additional commits viewable in compare view

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)

Bumps [@public-ui/theme-default](https://github.com/public-ui/kolibri) from 1.7.19 to 3.0.5.
- [Release notes](https://github.com/public-ui/kolibri/releases)
- [Changelog](https://github.com/public-ui/kolibri/blob/develop/docs/BREAKING_CHANGES.v2.md)
- [Commits](public-ui/kolibri@1.7.19...3.0.5)

---
updated-dependencies:
- dependency-name: "@public-ui/theme-default"
  dependency-version: 3.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 9, 2025

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 17, 2025

Superseded by #304.

@dependabot dependabot bot closed this Sep 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/kolibri-v1-provider/public-ui/theme-default-3.0.5 branch September 17, 2025 09:12
@publicuibot publicuibot bot locked and limited conversation to collaborators Sep 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant