Skip to content

build(deps-dev): bump buefy from 0.9.29 to 3.0.11 - #839

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/buefy-3.0.11
Open

build(deps-dev): bump buefy from 0.9.29 to 3.0.11#839
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/buefy-3.0.11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps buefy from 0.9.29 to 3.0.11.

Release notes

Sourced from buefy's releases.

v3.0.11

What's Changed

Full Changelog: buefy/buefy@v3.0.10...v3.0.11

v3.0.10

3.0.10

Refactors

  • Major refactor of BTable to remove the "god component" pattern: table responsibilities were extracted from Table.vue into focused mixins (TableCheckableMixin, TableDetailMixin, TableDragMixin, TableFilterMixin, TableSortMixin) and shared tableColumnHelpers, with comprehensive unit tests added for each. Behavior is intended to be unchanged, but given the scope of this refactor please report any regressions.

Fixes

  • #4130 #4129 Fix BTooltip appendToBody lifecycle handling — listeners and observers are now set up/torn down safely, preventing errors when toggling appendToBody and opening the tooltip.
  • #4264 Fix BTag close button ignoring close-type color modifiers.

Chores & Dependency Updates

  • Add TypeScript types to BTable example handlers in the documentation.
  • Flag the BTable documentation page as recently refactored, with a warning notice and a link to report regressions.

Heads up: BTable went through a significant internal refactor in this release. We've tested it thoroughly, but if you see anything off, please open an issue.

v3.0.9

Features

  • Add new BTree component for rendering hierarchical data with checkbox selection support.

Fixes

  • Fix BTabs, BSteps, and BCarousel tab ordering when items are inserted dynamically (e.g. via v-for splice after mount). Tabs now sort by DOM position instead of registration order.
  • #4299 Fix BField hasAddons not detecting multiple slot children when they are rendered via v-for (Vue wraps them in a Fragment VNode).
  • Fix BSteps mobile breakpoint to use the SCSS variable instead of a hardcoded pixel value.
  • Fix form element iconSize not returning a value for is-medium fields, causing icons to be incorrectly sized.

Chores & Dependency Updates

  • Resolve security vulnerabilities in dependencies.
  • Bump rimraf to v6 to fix a build crash caused by brace-expansion's missing default export.

Full Changelog: buefy/buefy@v3.0.8...v3.0.9

v3.0.8

What's Changed

... (truncated)

Changelog

Sourced from buefy's changelog.

3.0.11

Enhancements

  • #4361 Prevent overlapping stacked sticky BTable columns by computing cumulative left offsets, and add a $table-checkbox-cell-width SCSS variable (exposed as --bulma-table-checkbox-cell-width) instead of a hardcoded 40px checkbox column width.
  • #4295 Add ARIA listbox/option support to BDropdown/BDropdownItem via aria-role="listbox" and aria-role="option", so a dropdown can act as an accessible select replacement, with aria-selected exposed on active items.

Fixes

  • #4264 Fix BDatepicker range boundary detection to compare dates without time components, so boundaries with time no longer incorrectly count as "within" the range.
  • #4106 #3170 Fix BNumberinput stripping the minus sign while typing a negative decimal (e.g. -0.5) by preserving the raw -0 input state.
  • #2850 Fix BTable sortable columns hiding the sort icon when using a custom header slot.
  • #4039 Fix BDatetimepicker not forwarding native attributes (e.g. id, name) to the underlying input.
  • #4345 Fix BTable treating integer cell values as exact-match only regardless of the column's numeric flag, which blocked substring/regex filtering on non-numeric integer columns.

Refactors

  • Convert FormElementMixin into a generic factory (useFormElementMixin<T>()) built on a shared singleton, so host components (Autocomplete, Datepicker, Input, Numberinput, Select, Taginput, Upload) can narrow getElement()/focus() element types without breaking mixin/component identity relied on by tests. No runtime behavior change intended.

Chores & Dependency Updates (docs)

  • Add a full-page layout example combining BContainer, BHero, BSection, BFooter, BLevel, BMedia, BGrid/BColumn, BBox, BContent, BCard, BImage, BPanel, and BTitle to the Layout docs page.
  • Add BTree to the homepage components list.
  • Migrate installation usage examples to Vue 3 createApp/app.use and update the CDN snippet to use ConfigProgrammatic on the global Buefy object.
  • Clarify in the Sass docs that Buefy-specific variables ($speed-slow, $speed-slower) are set via the buefy/src/scss/buefy @use, not bulma/sass.
  • Add a Copy button and clipboard support to the theme preview's generated CSS output.
  • Refactor the docs' code-highlighting directive into a reusable function and fix stale highlighting after reactive text updates.

Chores & Dependency Updates

  • Bump the npm_deploy workflow to Node 22.x and sync lockfile version entries.

3.0.10

Refactors

  • Major refactor of BTable to remove the "god component" pattern: table responsibilities were extracted from Table.vue into focused mixins (TableCheckableMixin, TableDetailMixin, TableDragMixin, TableFilterMixin, TableSortMixin) and shared tableColumnHelpers, with comprehensive unit tests added for each. Behavior is intended to be unchanged, but given the scope of this refactor please report any regressions.

Fixes

  • #4130 #4129 Fix BTooltip appendToBody lifecycle handling — listeners and observers are now set up/torn down safely, preventing errors when toggling appendToBody and opening the tooltip.
  • #4264 Fix BTag close button ignoring close-type color modifiers.

Chores & Dependency Updates

  • Add TypeScript types to BTable example handlers in the documentation.
  • Flag the BTable documentation page as recently refactored, with a warning notice and a link to report regressions.

3.0.9

... (truncated)

Commits
  • 4549386 chore: update 3.0.11 changelog
  • ee51465 feat(dropdown): add listbox/option ARIA support
  • a3e6bbf fix(table): show sort icon with custom header
  • d223ab6 fix(datetimepicker): forward native attrs
  • 457c511 fix(table): respect numeric flag for integer filtering
  • 440952a chore(release): bump to v3.0.11
  • bb7402a style(form-element-mixin): fix lint & formatting
  • 2af76db docs(layout): add full layout example
  • 205515e fix(form-element): singleton mixin to support type narrowing
  • 8bea584 refactor(form-element): make mixin generic factory
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for buefy since your current version.


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 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 [buefy](https://github.com/buefy/buefy) from 0.9.29 to 3.0.11.
- [Release notes](https://github.com/buefy/buefy/releases)
- [Changelog](https://github.com/buefy/buefy/blob/main/CHANGELOG.md)
- [Commits](buefy/buefy@v0.9.29...v3.0.11)

---
updated-dependencies:
- dependency-name: buefy
  dependency-version: 3.0.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 17, 2026
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