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.25.15 to 0.26.13 in the bootstrap group across 1 directory #201

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

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

Updates bootstrap-vue-next from 0.25.15 to 0.26.13

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.13

0.26.13 (2024-12-11)

Features

  • BOffcanvas: fire breakpoint on mounted & add ref into defineExpose as isOpenByBreakpoint (083805b)

nuxt: v0.26.13

0.26.13 (2024-12-11)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.26.12

0.26.12 (2024-12-11)

Features

  • BOffcanvas: add opened to breakpoint event (#2443) (e82be33)

nuxt: v0.26.12

0.26.12 (2024-12-11)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.13 (2024-12-11)

Features

  • BOffcanvas: fire breakpoint on mounted & add ref into defineExpose as isOpenByBreakpoint (083805b)

0.26.12 (2024-12-11)

Features

  • BOffcanvas: add opened to breakpoint event (#2443) (e82be33)

0.26.11 (2024-12-10)

Bug Fixes

0.26.10 (2024-12-08)

Bug Fixes

  • BLink: add computed to attribute (to || '') to routerLink fixes #2429 (ae01574)

Performance Improvements

  • when dynamic spread, use ...undefined rather than ...{} for slightly less memory consumption (#2430) (ae01574)

0.26.9 (2024-12-06)

Features

0.26.8 (2024-12-02)

Bug Fixes

  • BDropdownItemButton: prevent click on disabled button (#2406) (6c2cd5f)

0.26.7 (2024-11-28)

... (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 <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

Summary by Sourcery

Build:

  • Update bootstrap-vue-next dependency from version 0.25.15 to 0.26.13 in package.json and pnpm-lock.yaml.

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


Updates `bootstrap-vue-next` from 0.25.15 to 0.26.13
- [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.26.13/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 Dec 11, 2024
Copy link

vercel bot commented Dec 11, 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 Dec 11, 2024 4:00am

Copy link

sourcery-ai bot commented Dec 11, 2024

Reviewer's Guide by Sourcery

This PR updates the bootstrap-vue-next dependency from version 0.25.15 to 0.26.13. The update includes several feature enhancements and bug fixes for various components, particularly improvements to the BOffcanvas component and BLink functionality.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update bootstrap-vue-next dependency version
  • Update version from 0.25.15 to 0.26.13 in package.json
  • Update corresponding version in pnpm-lock.yaml
package.json
pnpm-lock.yaml
New features and improvements in BOffcanvas component
  • Add breakpoint firing on component mount
  • Add isOpenByBreakpoint to defineExpose
  • Add opened property to breakpoint event
pnpm-lock.yaml
Bug fixes and enhancements for BLink component
  • Fix issue with href property handling
  • Make BLink a non-fragment component
  • Improve router link attribute handling
pnpm-lock.yaml
Performance improvements and other fixes
  • Optimize memory consumption in dynamic spreads
  • Add 'md' value to RadiusElement
  • Fix disabled button click prevention in BDropdownItemButton
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2024

Superseded by #208.

@dependabot dependabot bot closed this Dec 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/bootstrap-fc3ec8be42 branch December 18, 2024 03:05
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