Skip to content

build(deps-dev): bump buefy from 0.9.29 to 3.0.10 - #831

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps buefy from 0.9.29 to 3.0.10.

Release notes

Sourced from buefy's releases.

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.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

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.

3.0.8

Fixes

  • #4307 Fix programmatic Modal unmounting before leave transition completes by using the after-leave hook instead of setTimeout.

3.0.7

Chores & Dependency Updates

  • Resolve 15 Dependabot security alerts by updating axios (^1.15.2), @babel/preset-env (^7.29.5), and adding overrides for fast-uri (^3.1.2), follow-redirects (^1.16.0), and postcss (^8.5.10).
  • Add workflow_dispatch trigger to npm publish workflow.

3.0.6

Features

... (truncated)

Commits
  • 5f6f008 ci(deploy): use Node 22 in npm_deploy & bump versions
  • e22afab chore(release): bump version to 3.0.10
  • 60d1379 docs(table): add 'Refactored' tag and notice
  • ccfdf2a docs(table): add TypeScript types to example handlers
  • 134b341 refactor(table): major refactor to remove god component
  • 59eeba6 fix(tooltip): handle appendToBody lifecycle
  • 72145d3 buefy/buefy#4264
  • 47fc6b9 fix(tag): support close button color modifiers
  • 7e3daa8 ci(workflow): trigger GPR publish on main branch
  • e38fbb0 fix(steps): correct steps-divider-height var
  • 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.10.
- [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.10)

---
updated-dependencies:
- dependency-name: buefy
  dependency-version: 3.0.10
  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 3, 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