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.23.1 in /dtool-lookup-webapp #153

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps bootstrap-vue-next from 0.16.6 to 0.23.1.

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.23.1

0.23.1 (2024-07-08)

Features

  • rename plugins to namespace out named imports, export 'toast' could be confusing (c7defef)

nuxt: v0.23.1

0.23.1 (2024-07-08)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.23.0

0.23.0 (2024-07-08)

⚠ BREAKING CHANGES

  • BFormFloatingLabel: remove prop text -- didn't make sense
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly
  • BModal: remove prop backdropVariant
  • BModal: revert back to using the native div.modal-backdrop
  • BOffcanvas: revert back to native div.offcanvas-backdrop
  • BOffcanvas: remove prop backdropBlur and backdropVariant
  • createBootstrap: remove automatic import of components and directives fixing an issue with createBootstrap bloating the project size. When components were unused, it bloated the project size -- ie not tree shaking when you only used the plugins
  • createBootstrap: flatten the params object. The previous "plugins" key is now the top most level object => { plugins: { id: {} } => { id: {} } and so on
  • createBootstrap: remove alias in createBootstrap, use alias in unplugin-vue-components resolver instead
  • remove the default export. Use named export createBootstrap instead
  • BOffcanvas: rename prop backdrop to hideBackdrop to be more in line with standard of bmodal

Features

  • BFormFloatingLabel: require default slot (1c2722a)
  • BFromRow: Require default slot (1c2722a)
  • BModal: remove prop backdropVariant (1e88b09)
  • BModal: revert back to using the native div.modal-backdrop (1e88b09)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.23.1 (2024-07-08)

Features

  • rename plugins to namespace out named imports, export 'toast' could be confusing (c7defef)

0.23.0 (2024-07-08)

⚠ BREAKING CHANGES

  • BFormFloatingLabel: remove prop text -- didn't make sense
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly
  • BModal: remove prop backdropVariant
  • BModal: revert back to using the native div.modal-backdrop
  • BOffcanvas: revert back to native div.offcanvas-backdrop
  • BOffcanvas: remove prop backdropBlur and backdropVariant
  • createBootstrap: remove automatic import of components and directives fixing an issue with createBootstrap bloating the project size. When components were unused, it bloated the project size -- ie not tree shaking when you only used the plugins
  • createBootstrap: flatten the params object. The previous "plugins" key is now the top most level object => { plugins: { id: {} } => { id: {} } and so on
  • createBootstrap: remove alias in createBootstrap, use alias in unplugin-vue-components resolver instead
  • remove the default export. Use named export createBootstrap instead
  • BOffcanvas: rename prop backdrop to hideBackdrop to be more in line with standard of bmodal

Features

  • BFormFloatingLabel: require default slot (1c2722a)
  • BFromRow: Require default slot (1c2722a)
  • BModal: remove prop backdropVariant (1e88b09)
  • BModal: revert back to using the native div.modal-backdrop (1e88b09)
  • BOffcanvas: remove prop backdropBlur and backdropVariant (1e88b09)
  • BOffcanvas: rename prop backdrop to hideBackdrop to be more in line with standard of bmodal (1e88b09)
  • BOffcanvas: revert back to native div.offcanvas-backdrop (1e88b09)
  • BTable: using head(...) slots will now keep the sorting icons, fixes #1976 (#1994) (3098cf2)
  • createBootstrap: flatten the params object. The previous "plugins" key is now the top most level object => { plugins: { id: {} } => { id: {} } and so on (1e88b09)
  • createBootstrap: remove alias in createBootstrap, use alias in unplugin-vue-components resolver instead (1e88b09)
  • createBootstrap: remove automatic import of components and directives fixing an issue with createBootstrap bloating the project size. When components were unused, it bloated the project size -- ie not tree shaking when you only used the plugins (1e88b09)
  • modalController: make {} default for show/confirm -- param not required (1e88b09)
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly (dce4774)
  • package: move remainder of dependencies to devDependencies -- if using typescript, you may need to install additional dev dependencies so the types are bundled properly (dce4774)
  • remove the default export. Use named export createBootstrap instead (1e88b09)
  • toast: make {} default for show -- param not required (1e88b09)

Bug Fixes

  • BFormFloatingLabel: remove prop text -- didn't make sense (1c2722a)

0.22.7 (2024-07-01)

... (truncated)

Commits
  • 173134d chore: release main
  • c7defef feat: rename plugins to namespace out named imports, export 'toast' could be ...
  • e295d0e chore: release main
  • 1c2722a fix(BFormFloatingLabel)!: remove prop text -- didn't make sense
  • dce4774 feat(package)!: move remainder of dependencies to devDependencies -- if using...
  • 3098cf2 feat(BTable): using head(...) slots will now keep the sorting icons, fixes #1...
  • 1e88b09 feat(BOffcanvas)!: rename prop backdrop to hideBackdrop to be more in line wi...
  • 21f7c43 chore: release main (#1989)
  • 4b6af86 chore: release main
  • 1d745d1 feat(BTableLite): add class to bottom row tr fixes #1908 (#1987)
  • 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 Jul 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 17, 2024

Looks like bootstrap-vue-next is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dtool-lookup-webapp/bootstrap-vue-next-0.23.1 branch July 17, 2024 13:21
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