fix(deps): update dependency buefy to v3 - #2191
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/buefy-3.x
branch
3 times, most recently
from
July 31, 2026 01:52
b30d022 to
71af6bb
Compare
renovate
Bot
force-pushed
the
renovate/buefy-3.x
branch
from
August 12, 2026 01:30
71af6bb to
807853d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.29→3.0.11Release Notes
buefy/buefy (buefy)
v3.0.11Compare Source
Enhancements
BTablecolumns by computing cumulativeleftoffsets, and add a$table-checkbox-cell-widthSCSS variable (exposed as--bulma-table-checkbox-cell-width) instead of a hardcoded 40px checkbox column width.listbox/optionsupport toBDropdown/BDropdownItemviaaria-role="listbox"andaria-role="option", so a dropdown can act as an accessible select replacement, witharia-selectedexposed on active items.Fixes
BDatepickerrange boundary detection to compare dates without time components, so boundaries with time no longer incorrectly count as "within" the range.BNumberinputstripping the minus sign while typing a negative decimal (e.g.-0.5) by preserving the raw-0input state.BTablesortable columns hiding the sort icon when using a custom header slot.BDatetimepickernot forwarding native attributes (e.g.id,name) to the underlying input.BTabletreating integer cell values as exact-match only regardless of the column'snumericflag, which blocked substring/regex filtering on non-numeric integer columns.Refactors
FormElementMixininto a generic factory (useFormElementMixin<T>()) built on a shared singleton, so host components (Autocomplete,Datepicker,Input,Numberinput,Select,Taginput,Upload) can narrowgetElement()/focus()element types without breaking mixin/component identity relied on by tests. No runtime behavior change intended.Chores & Dependency Updates (docs)
BContainer,BHero,BSection,BFooter,BLevel,BMedia,BGrid/BColumn,BBox,BContent,BCard,BImage,BPanel, andBTitleto the Layout docs page.BTreeto the homepage components list.createApp/app.useand update the CDN snippet to useConfigProgrammaticon the globalBuefyobject.$speed-slow,$speed-slower) are set via thebuefy/src/scss/buefy@use, notbulma/sass.Chores & Dependency Updates
npm_deployworkflow to Node 22.x and sync lockfile version entries.v3.0.10Compare Source
Refactors
BTableto remove the "god component" pattern: table responsibilities were extracted fromTable.vueinto focused mixins (TableCheckableMixin,TableDetailMixin,TableDragMixin,TableFilterMixin,TableSortMixin) and sharedtableColumnHelpers, 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
BTooltipappendToBodylifecycle handling — listeners and observers are now set up/torn down safely, preventing errors when togglingappendToBodyand opening the tooltip.BTagclose button ignoringclose-typecolor modifiers.Chores & Dependency Updates
BTableexample handlers in the documentation.BTabledocumentation page as recently refactored, with a warning notice and a link to report regressions.v3.0.9Compare Source
Features
BTreecomponent for rendering hierarchical data with checkbox selection support.Fixes
BTabs,BSteps, andBCarouseltab ordering when items are inserted dynamically (e.g. viav-forsplice after mount). Tabs now sort by DOM position instead of registration order.BFieldhasAddonsnot detecting multiple slot children when they are rendered viav-for(Vue wraps them in a Fragment VNode).BStepsmobile breakpoint to use the SCSS variable instead of a hardcoded pixel value.iconSizenot returning a value foris-mediumfields, causing icons to be incorrectly sized.Chores & Dependency Updates
rimrafto v6 to fix a build crash caused bybrace-expansion's missing default export.v3.0.8Compare Source
Fixes
after-leavehook instead ofsetTimeout.v3.0.7Compare Source
Chores & Dependency Updates
axios(^1.15.2),@babel/preset-env(^7.29.5), and adding overrides forfast-uri(^3.1.2),follow-redirects(^1.16.0), andpostcss(^8.5.10).workflow_dispatchtrigger to npm publish workflow.v3.0.6Compare Source
Features
Fixes (docs)
v3.0.5Compare Source
Fixes
.carouselclass.Enhancements
Chores & Dependency Updates
lodash,flatted,picomatch,rollup,immutable,minimatch.New Contributors
v3.0.4Compare Source
Fixes
Enhancements
Chores & Dependency Updates
v3.0.3Compare Source
Fixes
use[Component]()functions and improved documentation (@ElteHupkes).Fixes (docs)
npm run devstopped working.Chores (docs)
vitefrom 6.3.5 to 6.3.6.v3.0.2Compare Source
Fixes
b-tablerows for better interactivity (@kikuomax).Using Vuedocs and examples for clarity (@ElteHupkes).Fixes (docs)
v3.0.1Compare Source
Fixes
@forwardin Buefy main Sass file to allow custom Sass variables.Fixes (docs)
v3.0.0Compare Source
Breaking Changes
bulmacssvarsand outdated style references.valueprops withmodelValueacross components to align with Vue 3 standards.Modal,Dialog,Snackbar) now require standalone Vue apps and cannot use plugins.StepItem,CarouselItem, andTabItemnow require explicitorderprops to maintain consistent rendering order.New Features
Fixes
Dropdown,Navbar, andInputloading states.Fixes (docs)
Others
v3.0.0and updated changelog accordingly.v1.0.2Compare Source
Fixes
Autocompletecomponent.Clockpickernot closing properly and removed theautoSwitchprop.SnackbarOpenParamstype for better TypeScript support.ImproveThiscomponent.buefy-next.Fixes (docs)
Others
bulmaas a direct dependency of Buefy.ClockpickerFacecomponent.v1.0.1Breaking changes
Tooltipintroduced a new variantis-autofor thepositionprop and made it the new default.Fixes
Fixes (docs)
Others
v1.0.0This version was published more than 8 years before the intended release of Buefy 1.0 and does not represent the official, stable
v1. It was released prematurely and lacks the features, structure, and design decisions that define the trueBuefy v1.0.0Please upgrade to
v1.0.1or newer to access the latest architecture, complete documentation, and active support.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.