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-dev): bump bootstrap-vue-next from 0.11.0 to 0.16.0 #472

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps bootstrap-vue-next from 0.11.0 to 0.16.0.

Changelog

Sourced from bootstrap-vue-next's changelog.

0.16.0 (2024-01-28)

⚠ BREAKING CHANGES

  • use createBootstrap function for the plugin definition
  • BFormCheckbox: Correct casing of property ariaLabelledby , ariaLabelledBy => ariaLabelledby
  • useBreadcrumb: return a ref instead of reactive
  • BToast: rebuild events to match https://getbootstrap.com/docs/5.3/components/toasts/#events (hide, hidden, show, shown)
  • BToast: close event no longer is start of transition, use "hide" event. Close event now corresponds to when close button is clicked during the hide process
  • BootstrapVuePlugin: components default is now false. The plugin WILL NOT automatically load all components into global scope (perf) - use option "true" to change
  • BootstrapVuePlugin: directives default is now false. The plugin WILL NOT automatically load all directives into global scope (perf) - use option "true" to change
  • BootstrapVueNextPlugin: named export renamed from BootstrapVueNext to BootstrapVueNextPlugin
  • rebuild "global variable" system to use app-level provide inject. Review documentation installation guide (#1719)
  • useToast: redefine the parameters of "show". Instead of many parameters, we simply use a single object
  • useModalController: redefine the parameters of "show" and "confirm" Instead of many parameters, we simply use a single object
  • useToast: redefine the parameters of "show". Instead of many p… (#1712)
  • useToast: redefine the parameters of "show". Instead of many parameters, we simply use a single object
  • useModalController: redefine the parameters of "show" and "confirm" Instead of many parameters, we simply use a single object
  • useToast: redefine the parameters of "show" (#1709)
  • required vue 3.4
  • rename "Toast" type to OrchestratedToast
  • useToast: rename "hide" to "remove" to be more in line with useModalController
  • rename types to be more in line with the standard in vue-router (copying example RouteLocationRaw applies to TableFieldRaw, for example)
  • rename TableFieldObject => TableField
  • rename TableField => TableFieldRaw
  • rename TableFieldObjectFormatter => TableFieldFormatter
  • rename SelectOptionObject => SelectOpttion
  • rename SelectOption => SelectOptionRaw
  • FormSelect: fully remove deprecated object options syntax fixes #1593
  • rename BreadcrumbItemObject => BreadcrumbItem
  • rename BreadcrumbItem => BreadcrumbItemRaw
  • rename types to be more in line with the standard in vue-route… (#1699)
  • rename BToaster => BToastOrchestrator... This is to make a more generic name that conforms with the new BModalOrchestrator... If other orchestrating components are added, they should use this format as well
  • rename BToaster => BToastOrchestrator (#1697)
  • BOffcanvas: add responsive prop
  • BOffcanvas: remove lazy prop

Features

  • add Scrollspy composable (1add107)
  • add v-b-scrollspy directive (1add107)
  • BAvatar: size type => LiteralUnion<Size, Numberish> (69a637a)
  • BFormCheckbox: Implement indeterminate state fixes #1611 (0908731)
  • BFormCheckBox: Implements tri-state checkbox (#1725) (0908731)
  • BFormSelect: accept generic value (69a637a)
  • BFormSelectOption: accept generic value (69a637a)
  • BFormSelectOptionGroup: accept generic value (69a637a)
  • BFormSpinbutton: modify locale resolution behavior to take into account global locale state from useRtl" (69a637a)
  • BOffcanvas: add responsive prop (82ae5f3)

... (truncated)

Commits

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 Jan 29, 2024
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.

None yet

0 participants