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

Bump bootstrap-vue-next from 0.16.6 to 0.17.0 in the bootstrap group #51

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps the bootstrap group with 1 update: bootstrap-vue-next.

Updates bootstrap-vue-next from 0.16.6 to 0.17.0

Changelog

Sourced from bootstrap-vue-next's changelog.

0.17.0 (2024-04-14)

⚠ BREAKING CHANGES

  • BDropdown: replace "container" prop with "teleportTo"
  • BPopover: replace "container" prop with "teleportTo"
  • BTable: deprecate noSortReset, use mustSort
  • BFormTags: remove input event -- use https://github.com/update:modelValue
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BCheckbox: Implement reverse and without label (#1825)
  • BCollapse: change open/close to show/hide in expose and slots
  • BDropdown: change open/close to show/hide in expose and slots
  • remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774

Features

  • BCheckbox: Implement reverse and without label (#1825) (6c69ff9)
  • BDropdown: add teleportDisabled prop (de60ce3)
  • BDropdown: replace "container" prop with "teleportTo" (de60ce3)
  • BFormCheckbox: Add 'reverse' property to checkbox and checkboxgroup (6c69ff9)
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BFormCheckbox: Handle no-label case (6c69ff9)
  • BFormFile: add properties placement and browser as in BootstrapVue (2fe4e69)
  • BFormTags: remove input event -- use https://github.com/update:modelValue (de60ce3)
  • BModal: add bodyClass and bodyAttrs props (3809a6b)
  • BOffcanvas: add props backdropBlur and shadow to customize the BOverlay instance (b90e340)
  • BOffcanvas: adding attrs and class props (d259701)
  • BPopover: add teleportDisabled prop (de60ce3)
  • BPopover: replace "container" prop with "teleportTo" (de60ce3)
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BTable: add functional syntax for sortAsc/sortDesc/sortDefault sortAsc(fieldKey) to specify the sort content for that specific field (de60ce3)
  • BTable: add prop multisort (de60ce3)
  • BTable: allow Numberish values => string is interpreted as is with maxHeight, numbers are converted to ${number}px maxHeight (de60ce3)
  • BTable: deprecate noSortReset, use mustSort (de60ce3)
  • export component prop types (de60ce3)
  • remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774 (d3a51d3)
  • utils: inject getId to allow for custom id generation (#1836) (c9e60f5)

Bug Fixes

  • BCollapse: change open/close to show/hide in expose and slots (cd7aaf2)
  • BDropdown: change open/close to show/hide in expose and slots (cd7aaf2)
  • BDropdown: ignore keynav inside form (#1812) (584a986), closes #1742
  • BFormCheckbox: Prevent empty string being cast to true fixes #1822 (51d7c01)
  • BFormFile: add properties placement and browser as in BootstrapVue (#1797) (2fe4e69)
  • BFormSelect: array of numbers or dates (#1839) (6ea7598)
  • BFormTags: limitTagsText props is not used fixes #1804 (0ce4174)

... (truncated)

Commits
  • 9728bf4 chore: release main
  • 51d7c01 fix(BFormCheckbox): Prevent empty string being cast to true fixes #1822
  • c9e60f5 feat(utils): inject getId to allow for custom id generation (#1836)
  • de60ce3 BTable multisort (#1842)
  • 6ea7598 fix(BFormSelect): array of numbers or dates (#1839)
  • 259a5af fix(BPopover and Btooltip): Fixes bootstrap-vue-next#1232 - do not create a n...
  • 2fe4e69 fix(BFormFile): add properties placement and browser as in BootstrapVue (#1797)
  • 6c69ff9 feat(BCheckbox)!: Implement reverse and without label (#1825)
  • b90e340 feat(BOffcanvas): add props backdropBlur and shadow to customize the BOverlay...
  • 0ce4174 fix(BFormTags): limitTagsText props is not used fixes #1804
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bootstrap group with 1 update: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next).


Updates `bootstrap-vue-next` from 0.16.6 to 0.17.0
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.17.0/packages/bootstrap-vue-next)

---
updated-dependencies:
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bootstrap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2024
Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
trade-scope-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 3:05am

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2024

Superseded by #64.

@dependabot dependabot bot closed this Apr 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/bootstrap-344a15bb8f branch April 24, 2024 03:27
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