Skip to content

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

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-683075abf7
Aug 10, 2026
Merged

build(deps): bump @oruga-ui/oruga-next and @oruga-ui/theme-bulma#2032
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-683075abf7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v0.14.0

0.14.0 (2026-08-03)

⚠ BREAKING CHANGES

  • Dropped cjs support. The lib now only get exported as esm build.
  • The property name suffix of the forwarded properties for the sub-components fot renamed from Classes to Attrs.
  • collapse: The OCollapse component now uses the native <details> element instead of a custom implementation.
  • button: The inner wrapper span of the OButton component got removed.
  • dialog: The textPositionClass property got renamed to contentPositionClass to match its relation.
  • dialog: The wrapperClass property changed to contentClass.
  • drodpown: The inline property of the ODropdown component got removed.
  • dropdown: The values for the position property of the ODropdown component have changed.
  • datepicker: The ODatepicker component does not depends on the ODropdown component anymore. Therefore, some class props of the ODatepicker component has changed.
  • timepicker: The OTimepicker component does not depends on the ODropdown component anymore. Therefore, some class props of the OTimepicker component has changed.
  • The ODropdown, ODatepicker, OTimepicker and ODatetimepicker components now using the native Popover API instead of a custom implementation.
  • field: The property multiline of the OField component got removed to better support small screens by default.
  • notification: The wrapperClass property changed to contentClass.
  • pagination: The current property of the OPagination component got renamed to modelValue.
  • slider: The variantClass property got renamed to fillVariantClass to match its relation.
  • upload: The draggableClass property got renamed to dragzoneClass.

Features

  • drop cjs support and build esm only (#1597) (39193cd), closes #1412
  • expose blur function in input based components (#1656) (92aa06f)
  • unify popover-api based component classes (#1672) (0522c6e)
  • button: add icon override template slots (#1680) (86d358c)
  • button: remove inner wrapper span (#1682) (2e5e609)
  • collapse: rewrite with HTML details tag (#1586) (76f9c8d)
  • datepicker|timepicker: add inline class (#1690) (7b339e3)
  • dialog: convert "wrapperClass" into "contentClass" (#1695) (8f683bc)
  • drodpown: remove inline property (#1627) (49b8d8f)
  • dropdown: use Popover API instead of custom implementation (#1636) (19aa022)
  • field: remove multiline property and add inverted block property (#1683) (71f45b4)
  • notification: restructure the content template (#1694) (4ff34b5)
  • datepicker: use popover api instead of ODropdown component (#1633) (90e343a)
  • pagination: rename current to modelValue (#1661) (7629db0)
  • popover: add OPopover component based on native Popover API (#1618) (200dde9), closes #1520
  • popover: add close button (#1677) (4db39a6)
  • popover: add header and body elements (#1679) (06f53ad)
  • popover: add programmatic interface (#1676) (5df504d)
  • popover: add a role property for the content element (0a97f43)
  • popover: add backdrop property (#1637) (faf2121)
  • slider: add a tickBeforeClass and tickAfterClass class (#1686) (01df165)
  • table: expose filteredRows and pageRows readonly refs (#1665) (cf4217d)
  • timepicker: use popover api instead of ODropdown component (#1648) (c6da6c5)
  • timepicker: add body wrapper element (#1688) (bbc329a)
  • tooltip: deprecate trigger properties (#1624) (fdb2365), references #1520
  • table: add a thSortIconDirectionClass property (#1707) (0734941)

... (truncated)

Changelog

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

0.14.0 (2026-08-03)

⚠ BREAKING CHANGES

  • Dropped cjs support. The lib now only get exported as esm build.
  • The property name suffix of the forwarded properties for the sub-components fot renamed from Classes to Attrs.
  • collapse: The OCollapse component now uses the native <details> element instead of a custom implementation.
  • button: The inner wrapper span of the OButton component got removed.
  • dialog: The textPositionClass property got renamed to contentPositionClass to match its relation.
  • dialog: The wrapperClass property changed to contentClass.
  • drodpown: The inline property of the ODropdown component got removed.
  • dropdown: The values for the position property of the ODropdown component have changed.
  • datepicker: The ODatepicker component does not depends on the ODropdown component anymore. Therefore, some class props of the ODatepicker component has changed.
  • timepicker: The OTimepicker component does not depends on the ODropdown component anymore. Therefore, some class props of the OTimepicker component has changed.
  • The ODropdown, ODatepicker, OTimepicker and ODatetimepicker components now using the native Popover API instead of a custom implementation.
  • field: The property multiline of the OField component got removed to better support small screens by default.
  • notification: The wrapperClass property changed to contentClass.
  • pagination: The current property of the OPagination component got renamed to modelValue.
  • slider: The variantClass property got renamed to fillVariantClass to match its relation.
  • upload: The draggableClass property got renamed to dragzoneClass.

Features

  • drop cjs support and build esm only (#1597) (39193cd), closes #1412
  • expose blur function in input based components (#1656) (92aa06f)
  • unify popover-api based component classes (#1672) (0522c6e)
  • button: add icon override template slots (#1680) (86d358c)
  • button: remove inner wrapper span (#1682) (2e5e609)
  • collapse: rewrite with HTML details tag (#1586) (76f9c8d)
  • datepicker|timepicker: add inline class (#1690) (7b339e3)
  • dialog: convert "wrapperClass" into "contentClass" (#1695) (8f683bc)
  • drodpown: remove inline property (#1627) (49b8d8f)
  • dropdown: use Popover API instead of custom implementation (#1636) (19aa022)
  • field: remove multiline property and add inverted block property (#1683) (71f45b4)
  • notification: restructure the content template (#1694) (4ff34b5)
  • datepicker: use popover api instead of ODropdown component (#1633) (90e343a)
  • pagination: rename current to modelValue (#1661) (7629db0)
  • popover: add OPopover component based on native Popover API (#1618) (200dde9), closes #1520
  • popover: add close button (#1677) (4db39a6)
  • popover: add header and body elements (#1679) (06f53ad)
  • popover: add programmatic interface (#1676) (5df504d)
  • popover: add a role property for the content element (0a97f43)
  • popover: add backdrop property (#1637) (faf2121)
  • slider: add a tickBeforeClass and tickAfterClass class (#1686) (01df165)
  • table: expose filteredRows and pageRows readonly refs (#1665) (cf4217d)
  • timepicker: use popover api instead of ODropdown component (#1648) (c6da6c5)
  • timepicker: add body wrapper element (#1688) (bbc329a)
  • tooltip: deprecate trigger properties (#1624) (fdb2365), references #1520
  • table: add a thSortIconDirectionClass property (#1707) (0734941)
  • upload: add before and after slots (#1705) (716dca8)

... (truncated)

Commits

Updates @oruga-ui/theme-bulma from 0.9.2 to 0.10.0

Release notes

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

v0.10.0

What's Changed

Full Changelog: oruga-ui/theme-bulma@v0.9.2...v0.10.0

Commits

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.13.6 to 0.14.0
- [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.13.6...v0.14.0)

Updates `@oruga-ui/theme-bulma` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/oruga-ui/theme-bulma/releases)
- [Commits](oruga-ui/theme-bulma@v0.9.2...v0.10.0)

---
updated-dependencies:
- dependency-name: "@oruga-ui/oruga-next"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@oruga-ui/theme-bulma"
  dependency-version: 0.10.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 Aug 10, 2026
@sonarqubecloud

Copy link
Copy Markdown

@mergify mergify Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automatically approving dependabot

@mergify mergify Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automatically approving dependabot

@mergify
mergify Bot merged commit 62a70dd into main Aug 10, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-683075abf7 branch August 10, 2026 01:06
@mergify

mergify Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

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.

0 participants