Skip to content

build(deps): bump @oruga-ui/oruga-next and @oruga-ui/theme-bulma#1876

Merged
berviantoleo merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-02f86a7df9
Mar 11, 2026
Merged

build(deps): bump @oruga-ui/oruga-next and @oruga-ui/theme-bulma#1876
berviantoleo merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-02f86a7df9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps @oruga-ui/oruga-next and @oruga-ui/theme-bulma. These dependencies needed to be updated together.
Updates @oruga-ui/oruga-next from 0.12.6 to 0.13.1

Release notes

Sourced from @​oruga-ui/oruga-next's releases.

v0.13.1

0.13.1 (2026-03-10)

Bug Fixes

v0.13.0

0.13.0 (2026-03-09)

⚠ BREAKING CHANGES

  • The options property type of components with child items has changed. The type got simplified to a more abstract type interface.
  • config: To improve tree shaking, the main Oruga Vue plugin no longer registers all components globally by default. You now have to manually register the components you need.
  • config: The override prop passed to a component instance will now also override any previously defined classes in the config; not only the default class.
  • config: The OrugaConfig object has been removed in favour of the useOruga() composable.
  • autocomplete|taginput: The OAutocomplete default slot has changed.
  • dropdown: The deprecated triggers prop in ODropdown got removed.
  • dropdown: The ODropdown before and after template slots are no longer encapsulated by the 'default' slot, so they can be used alongside it.
  • dropdown: Some props got removed from the ODropdown default slot.
  • loading: The deprecated cancelable prop in OLoading got removed.
  • modal: The deprecated cancelable prop in OModal got removed.
  • sidebar: The deprecated cancelable prop in OSidebar got removed.
  • pagination: The deprecated order prop in OPagination got removed.
  • table: The deprecated filtersEvent prop in OTable got removed.
  • table: The deprecated customSearch prop in OTable got removed.
  • table: The property names for filter related properties in the OTable component ot unified.
  • table: The deprecated searchable prop and the searchable slot in OTable got removed.
  • tooltip: The type of the closeable prop in OTooltip has changed.
  • tooltip: The deprecated triggers prop in OTooltip got removed.

Features

  • autocomplete|taginput: handle options the same as any other component (#1534) (29e84d7)
  • config: add createOruga composable to create an Oruga instance (#1407) (743cf41)
  • config: change the override prop to also override classes defined by the config (#1575) (604b5c2)
  • config: remove globalComponents config (#1582) (3601b7c)
  • dialog|tree|listbox: remove experimental state (#1580) (dae1e71)
  • dropdown: deprecate inline feature (#1566) (9dc0c83)
  • dropdown: make before and after slots useable alongside the default slot (#1535) (c6b8436)
  • dropdown: remove deprecated triggers prop (#1557) (7d7c272)
  • loading: remove deprecated cancelable prop (#1540) (a7044af)
  • menu: deprecate OMenu component in favour of OTree component (#1567) (c25d6b5)
  • modal: deprecate OModal component in favour of ODialog component (#1579) (0fd9d7f)
  • modal: remove deprecated cancelable prop (#1542) (c624ab0)
  • pagination: remove deprecated order prop (#1541) (b95af63)
  • restructure options properties and types (#1517) (6142da5)
  • sidebar: remove deprecated cancelable prop (#1546) (3c79c0a)
  • table: add keepChecked prop to keep checked on page change (#1548) (f9587a9)
  • table: remove depracted classes (#1552) (51ae5a8)

... (truncated)

Changelog

Sourced from @​oruga-ui/oruga-next's changelog.

0.13.1 (2026-03-10)

Bug Fixes

0.13.0 (2026-03-09)

⚠ BREAKING CHANGES

  • The options property type of components with child items has changed. The type got simplified to a more abstract type interface.
  • config: To improve tree shaking, the main Oruga Vue plugin no longer registers all components globally by default. You now have to manually register the components you need.
  • config: The override prop passed to a component instance will now also override any previously defined classes in the config; not only the default class.
  • config: The OrugaConfig object has been removed in favour of the useOruga() composable.
  • autocomplete|taginput: The OAutocomplete default slot has changed.
  • dropdown: The deprecated triggers prop in ODropdown got removed.
  • dropdown: The ODropdown before and after template slots are no longer encapsulated by the 'default' slot, so they can be used alongside it.
  • dropdown: Some props got removed from the ODropdown default slot.
  • loading: The deprecated cancelable prop in OLoading got removed.
  • modal: The deprecated cancelable prop in OModal got removed.
  • sidebar: The deprecated cancelable prop in OSidebar got removed.
  • pagination: The deprecated order prop in OPagination got removed.
  • table: The deprecated filtersEvent prop in OTable got removed.
  • table: The deprecated customSearch prop in OTable got removed.
  • table: The property names for filter related properties in the OTable component ot unified.
  • table: The deprecated searchable prop and the searchable slot in OTable got removed.
  • tooltip: The type of the closeable prop in OTooltip has changed.
  • tooltip: The deprecated triggers prop in OTooltip got removed.

Features

  • autocomplete|taginput: handle options the same as any other component (#1534) (29e84d7)
  • config: add createOruga composable to create an Oruga instance (#1407) (743cf41)
  • config: change the override prop to also override classes defined by the config (#1575) (604b5c2)
  • config: remove globalComponents config (#1582) (3601b7c)
  • dialog|tree|listbox: remove experimental state (#1580) (dae1e71)
  • dropdown: deprecate inline feature (#1566) (9dc0c83)
  • dropdown: make before and after slots useable alongside the default slot (#1535) (c6b8436)
  • dropdown: remove deprecated triggers prop (#1557) (7d7c272)
  • loading: remove deprecated cancelable prop (#1540) (a7044af)
  • menu: deprecate OMenu component in favour of OTree component (#1567) (c25d6b5)
  • modal: deprecate OModal component in favour of ODialog component (#1579) (0fd9d7f)
  • modal: remove deprecated cancelable prop (#1542) (c624ab0)
  • pagination: remove deprecated order prop (#1541) (b95af63)
  • restructure options properties and types (#1517) (6142da5)
  • sidebar: remove deprecated cancelable prop (#1546) (3c79c0a)
  • table: add keepChecked prop to keep checked on page change (#1548) (f9587a9)
  • table: remove depracted classes (#1552) (51ae5a8)
  • table: remove deprecated customSearch property (#1569) (a26f5ea)
  • table: remove deprecated filtersEvent prop (#1544) (6ecfaca)

... (truncated)

Commits

Updates @oruga-ui/theme-bulma from 0.8.3 to 0.9.0

Release notes

Sourced from @​oruga-ui/theme-bulma's releases.

v0.9.0

What's Changed

Full Changelog: oruga-ui/theme-bulma@v0.8.3...v0.9.0

Commits
  • 3060451 chore(release): v0.9.0 (#221)
  • aaa4a1b feat(tree): add tree component styling (#220)
  • 12b4ac3 build(deps): bump rollup from 4.44.1 to 4.59.0 (#214)
  • adf824f build(deps): bump immutable from 5.1.3 to 5.1.5 (#216)
  • 5697610 build(deps): bump minimatch and @​microsoft/api-extractor (#218)
  • 922d5f4 feat: update to oruga v0.13 (#219)
  • c2933ce chore(deps): update dependencies (#217)
  • a800d75 docs: add missing scss extension in for the theme-build in the README.md (#211)
  • See full diff in compare view

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 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 [@oruga-ui/oruga-next](https://github.com/oruga-ui/oruga) and [@oruga-ui/theme-bulma](https://github.com/oruga-ui/theme-bulma). These dependencies needed to be updated together.

Updates `@oruga-ui/oruga-next` from 0.12.6 to 0.13.1
- [Release notes](https://github.com/oruga-ui/oruga/releases)
- [Changelog](https://github.com/oruga-ui/oruga/blob/develop/CHANGELOG.md)
- [Commits](oruga-ui/oruga@v0.12.6...v0.13.1)

Updates `@oruga-ui/theme-bulma` from 0.8.3 to 0.9.0
- [Release notes](https://github.com/oruga-ui/theme-bulma/releases)
- [Commits](oruga-ui/theme-bulma@v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: "@oruga-ui/oruga-next"
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@oruga-ui/theme-bulma"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 11, 2026
@sonarqubecloud
Copy link

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@berviantoleo berviantoleo merged commit c1beb2d into main Mar 11, 2026
9 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-02f86a7df9 branch March 11, 2026 02:02
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.

1 participant