Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump bootstrap-vue-next from 0.26.26 to 0.28.0 in /web #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps bootstrap-vue-next from 0.26.26 to 0.28.0.

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.28.0

0.28.0 (2025-03-05)

⚠ BREAKING CHANGES

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565

Bug Fixes

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565 (05d0b6e)
  • BTableLite: stacked uses field key instead of defined label fixes #2591 (05d0b6e)

nuxt: v0.28.0

0.28.0 (2025-03-05)

⚠ BREAKING CHANGES

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565

Bug Fixes

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565 (05d0b6e)
  • BTableLite: stacked uses field key instead of defined label fixes #2591 (05d0b6e)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.28.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.28.0

bootstrapvuenext: v0.27.0

0.27.0 (2025-02-28)

⚠ BREAKING CHANGES

  • BCarousel: rename 'click:prev' and 'click:next" to 'prev-click' and 'next-click'
  • BDropdown: rename 'click:split' to 'split-click'
  • BDdropdown: Replace click event on split button with split-click

Bug Fixes

  • augment global components for IDE inferences fixes #2534 (#2584) (3432f8b)
  • BCarousel: rename 'click:prev' and 'click:next" to 'prev-click' and 'next-click' (dc496d0)
  • BDdropdown: Replace click event on split button with split-click (a9b59c8)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.28.0 (2025-03-05)

⚠ BREAKING CHANGES

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565

Bug Fixes

  • BTable: fix a long standing regression in which the comparer function in btable did not give the item value, instead passing a string fixes #2565 (05d0b6e)
  • BTableLite: stacked uses field key instead of defined label fixes #2591 (05d0b6e)

0.27.0 (2025-02-28)

⚠ BREAKING CHANGES

  • BCarousel: rename 'click:prev' and 'click:next" to 'prev-click' and 'next-click'
  • BDropdown: rename 'click:split' to 'split-click'
  • BDdropdown: Replace click event on split button with split-click

Bug Fixes

  • augment global components for IDE inferences fixes #2534 (#2584) (3432f8b)
  • BCarousel: rename 'click:prev' and 'click:next" to 'prev-click' and 'next-click' (dc496d0)
  • BDdropdown: Replace click event on split button with split-click (a9b59c8)
  • BDropdown: change split-click to click:split (f27544b)
  • BDropdown: point caret the right way (fed58b5)
  • BDropdown: prevent propogation of click events (3800847)
  • BDropdown: rename 'click:split' to 'split-click' (48caab3)
  • BPopover: don't calculate the position when popover is not shown. (5d34b6d)

0.26.30 (2025-02-23)

Bug Fixes

  • BTable: multi sort wiping comparer function (#2575) (2817acc)

0.26.29 (2025-02-22)

Bug Fixes

  • BAvatar: avatar style getting literal Size values fixes #2535 (7621aad)

Performance Improvements

  • BTable: use a single array.reduce instead of multiple verbose methods when iterating the items array. Reducing the total number of iterations fixes #2404 (7621aad)

... (truncated)

Commits
  • 19f469f chore: release main (#2592)
  • 05d0b6e fix(BTable)!: fix a long standing regression in which the comparer function i...
  • f40abfd chore: release main (#2581)
  • dc496d0 fix(BCarousel)!: rename 'click:prev' and 'click:next" to 'prev-click' and 'ne...
  • 48caab3 fix(BDropdown)!: rename 'click:split' to 'split-click'
  • f27544b fix(BDropdown): change split-click to click:split
  • a9b59c8 fix(BDdropdown)!: Replace click event on split button with split-click
  • 1d9601d Revert "fix(BDropdown): prevent propogation of click events"
  • 3800847 fix(BDropdown): prevent propogation of click events
  • 3432f8b fix: augment global components for IDE inferences fixes #2534 (#2584)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
@JTraill
Copy link

JTraill commented Mar 12, 2025

A couple of breaking changes here. Will look into these today

@JTraill JTraill self-assigned this Mar 12, 2025
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