Skip to content

chore(deps): bump the production-minor-patch group in /app with 7 updates#184

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/production-minor-patch-fadd0da29c
Open

chore(deps): bump the production-minor-patch group in /app with 7 updates#184
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/production-minor-patch-fadd0da29c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the production-minor-patch group in /app with 7 updates:

Package From To
@unhead/vue 2.1.2 2.1.4
@vueuse/core 14.2.0 14.2.1
bootstrap-vue-next 0.42.0 0.43.1
markdown-it 14.1.0 14.1.1
swagger-ui 5.31.0 5.31.1
swagger-ui-dist 5.31.0 5.31.1
vue 3.5.27 3.5.28

Updates @unhead/vue from 2.1.2 to 2.1.4

Release notes

Sourced from @​unhead/vue's releases.

v2.1.4

   🐞 Bug Fixes

    View changes on GitHub

v2.1.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @vueuse/core from 14.2.0 to 14.2.1

Release notes

Sourced from @​vueuse/core's releases.

v14.2.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates bootstrap-vue-next from 0.42.0 to 0.43.1

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.43.1

0.43.1 (2026-02-09)

Bug Fixes

  • BFormRadio: inherit classes from parent causing props to not work fixes #3007 (#3015) (c614fc3)
  • BTable: filterFunction not working when filter prop is empty string fixes #2993 (#3008) (7b719b1)

nuxt: v0.43.1

0.43.1 (2026-02-09)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.43.0

0.43.0 (2026-02-03)

⚠ BREAKING CHANGES

  • BTable: change item details to expandedItems to make more linguistic sense. toggleDetails -> toggleExpansion, row-details slot to row-expansion. Linguistically, detailedItems as a modelValue didn't make sense as it implied content details information, rather than a rows expanded state. We renamed this for lingustical clarity, as well as symmetry with the similar selectedItems modelValue
  • BTable: selected items exposed utilities in the template ref are now under the selection key,
  • BTable: exposed selection utility functions names are more generic, to align with the newly exposed functions for expandedItems-- add, toggle, remove, clear, set, setAll, isActivated, get
  • BTable: itemDetails as a property on the items object is removed. Use the v-model instead. This allows you to programatically modify the v-model, rather than relying on mutating the source item object
  • BTabs: the activate-tab emit now emits a single argument, an object containing the data, rather than five separate arguments
  • BTable: emits now give out single argument objects, rather than four or so parameters
  • BTable: fix typo in btableLiteProps export to be bTableLiteProps
  • BTable: fix typo in btableProps export to be bTableProps
  • BTable: for field.key remove the ability to use nested string paths like name.firstName and instead require the use of a function via the accessor property. Root object paths for keys still work, optional accessor property takes precidence
  • BTable: field.key is not a simple string value
  • BTable: tableefieldformatter function now has a single parameter object instead of multiple parameters
  • BTable: TableField tdAttr now has a single parameter object instead of multiple parameters
  • BTable: TableField thAttr now has a single parameter object instead of multiple parameters

Features

  • BForm:* implement wrapper pattern for type safety for remaining components (57fa915)
  • BFormChecboxGroup: implement type safety for value/text/disable fields (767f51b)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.43.1 (2026-02-09)

Bug Fixes

  • BFormRadio: inherit classes from parent causing props to not work fixes #3007 (#3015) (c614fc3)
  • BTable: filterFunction not working when filter prop is empty string fixes #2993 (#3008) (7b719b1)

0.43.0 (2026-02-03)

⚠ BREAKING CHANGES

  • BTable: change item details to expandedItems to make more linguistic sense. toggleDetails -> toggleExpansion, row-details slot to row-expansion. Linguistically, detailedItems as a modelValue didn't make sense as it implied content details information, rather than a rows expanded state. We renamed this for lingustical clarity, as well as symmetry with the similar selectedItems modelValue
  • BTable: selected items exposed utilities in the template ref are now under the selection key,
  • BTable: exposed selection utility functions names are more generic, to align with the newly exposed functions for expandedItems-- add, toggle, remove, clear, set, setAll, isActivated, get
  • BTable: itemDetails as a property on the items object is removed. Use the v-model instead. This allows you to programatically modify the v-model, rather than relying on mutating the source item object
  • BTabs: the activate-tab emit now emits a single argument, an object containing the data, rather than five separate arguments
  • BTable: emits now give out single argument objects, rather than four or so parameters
  • BTable: fix typo in btableLiteProps export to be bTableLiteProps
  • BTable: fix typo in btableProps export to be bTableProps
  • BTable: for field.key remove the ability to use nested string paths like name.firstName and instead require the use of a function via the accessor property. Root object paths for keys still work, optional accessor property takes precidence
  • BTable: field.key is not a simple string value
  • BTable: tableefieldformatter function now has a single parameter object instead of multiple parameters
  • BTable: TableField tdAttr now has a single parameter object instead of multiple parameters
  • BTable: TableField thAttr now has a single parameter object instead of multiple parameters

Features

  • BForm:* implement wrapper pattern for type safety for remaining components (57fa915)
  • BFormChecboxGroup: implement type safety for value/text/disable fields (767f51b)
  • BFormDatalist: Typescript validation + docs & cleanup (767f51b)
  • BFormOptions:* Implement Base/Wrapper Pattern for Type-Safe Form Options Components (#2984) (57fa915)
  • BFormRadioGroup: typesafe implementation of configuration fields (767f51b)
  • BFormSelect: add class and custom attributes support to option objects (#2997) (cdbcba4)
  • BFormSelect: re-implement class and custom attrs support on options objects (57fa915)
  • BFormSelect: type safety plan and proof of concept (767f51b)
  • BTable: change item details to expandedItems to make more linguistic sense. toggleDetails -> toggleExpansion, row-details slot to row-expansion. Linguistically, detailedItems as a modelValue didn't make sense as it implied content details information, rather than a rows expanded state. We renamed this for lingustical clarity, as well as symmetry with the similar selectedItems modelValue (2a39525)
  • BTable: emits now give out single argument objects, rather than four or so parameters (2a39525)
  • BTable: Enhanced BTableEmits and BTableProps to use readonly array types for better immutability (2a39525)
  • BTable: export some more types that were not previously available (2a39525)
  • BTable: exposed selection utility functions names are more generic, to align with the newly exposed functions for expandedItems-- add, toggle, remove, clear, set, setAll, isActivated, get (2a39525)
  • BTable: field.key is not a simple string value (2a39525)
  • BTable: fix typo in btableLiteProps export to be bTableLiteProps (2a39525)
  • BTable: fix typo in btableProps export to be bTableProps (2a39525)
  • BTable: for field.key remove the ability to use nested string paths like name.firstName and instead require the use of a function via the accessor property. Root object paths for keys still work, optional accessor property takes precidence (2a39525)
  • BTable: for table fields, add an optional accessor property, this can be a string value that is a property key on the prop.item object for keys that are at the root of the object. For more complex, nested keys, use the function getter style (2a39525)
  • BTable: itemDetails as a property on the items object is removed. Use the v-model instead. This allows you to programatically modify the v-model, rather than relying on mutating the source item object (2a39525)
  • BTable: primary key we no longer use the less known dot syntax for getting the value from the item object. NOw, use functional syntax for the primary key prop (2a39525)
  • BTable: primary key will effect selectedItems and expandedItems. Modifying the primary key prop will clear these models (2a39525)

... (truncated)

Commits
  • 921deb2 chore: release main (#3010)
  • c614fc3 fix(BFormRadio): inherit classes from parent causing props to not work fixes ...
  • 7b719b1 fix(BTable): filterFunction not working when filter prop is empty string fixe...
  • 4b35f0b ci: node 24
  • ac47437 chore: release main (#2965)
  • cd5279b fix(typescript) added callback types for Popover reference and target props (...
  • 57fa915 feat(BFormOptions*): Implement Base/Wrapper Pattern for Type-Safe Form Option...
  • cdbcba4 feat(BFormSelect): add class and custom attributes support to option objects ...
  • 304d26d docs(BTable): Clean up not yet implemented references (#2996)
  • 2a39525 refactor(BTable): move code into composables for better sorting
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for bootstrap-vue-next since your current version.


Updates markdown-it from 14.1.0 to 14.1.1

Changelog

Sourced from markdown-it's changelog.

[14.1.1] - 2026-01-11

Security

  • Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to @​ltduc147 for report.
Commits

Updates swagger-ui from 5.31.0 to 5.31.1

Release notes

Sourced from swagger-ui's releases.

v5.31.1

5.31.1 (2026-02-16)

Bug Fixes

  • deps: align the tree-sitter version (#10694) (6453290)
  • deps: update vulnerable dependencies (#10725) (23d6c26)
  • utils: disallow schema type array value string (#10691) (e87ecd7)
  • validated support for OpenAPI 3.1.2 and updated docs (8bf8ed9)

Reverts

Commits
  • f0bbc1c chore(release): cut the 5.31.1 release
  • 8bf8ed9 fix: validated support for OpenAPI 3.1.2 and updated docs
  • 23d6c26 fix(deps): update vulnerable dependencies (#10725)
  • e9197ca Fix(utils) disallow schema type array value string for oas3 (#10713)
  • f63d850 chore(deps): bump nginx from 1.29.4-alpine to 1.29.5-alpine (#10717)
  • 0a7ff5b Revert "fix(utils): disallow schema type array value string (#10691)" (#10710)
  • e87ecd7 fix(utils): disallow schema type array value string (#10691)
  • 6453290 fix(deps): align the tree-sitter version (#10694)
  • e755cc8 chore(deps): bump qs, express, body-parser and @​cypress/request (#10678)
  • f2de9f0 docs: add comprehensive CLAUDE.md guide for AI assistants (#10687)
  • Additional commits viewable in compare view

Updates swagger-ui-dist from 5.31.0 to 5.31.1

Release notes

Sourced from swagger-ui-dist's releases.

v5.31.1

5.31.1 (2026-02-16)

Bug Fixes

  • deps: align the tree-sitter version (#10694) (6453290)
  • deps: update vulnerable dependencies (#10725) (23d6c26)
  • utils: disallow schema type array value string (#10691) (e87ecd7)
  • validated support for OpenAPI 3.1.2 and updated docs (8bf8ed9)

Reverts

Commits
  • f0bbc1c chore(release): cut the 5.31.1 release
  • 8bf8ed9 fix: validated support for OpenAPI 3.1.2 and updated docs
  • 23d6c26 fix(deps): update vulnerable dependencies (#10725)
  • e9197ca Fix(utils) disallow schema type array value string for oas3 (#10713)
  • f63d850 chore(deps): bump nginx from 1.29.4-alpine to 1.29.5-alpine (#10717)
  • 0a7ff5b Revert "fix(utils): disallow schema type array value string (#10691)" (#10710)
  • e87ecd7 fix(utils): disallow schema type array value string (#10691)
  • 6453290 fix(deps): align the tree-sitter version (#10694)
  • e755cc8 chore(deps): bump qs, express, body-parser and @​cypress/request (#10678)
  • f2de9f0 docs: add comprehensive CLAUDE.md guide for AI assistants (#10687)
  • Additional commits viewable in compare view

Updates vue from 3.5.27 to 3.5.28

Release notes

Sourced from vue's releases.

v3.5.28

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.28 (2026-02-09)

Bug Fixes

  • transition: avoid unexpected cancelled parameter in transition done callback (#14391) (6798853)
  • compiler-sfc: add resolution trying for .mts/.cts files (#14402) (c09d41f), closes vuejs/router#2611
  • compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
  • reactivity: add __v_skip flag to EffectScope to prevent reactive conversion (#14359) (48b7552), closes #14357
  • runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
  • runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
  • runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
  • runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
  • teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
  • transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
  • useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749
Commits
  • 1bdeb33 release: v3.5.28
  • e71c26c fix(runtime-core): properly handle async component update before resolve (#11...
  • 57866b5 fix(runtime-core): prevent child component updates when style remains unchang...
  • b0a1f05 fix(compiler-sfc): no params were generated when using withDefaults (#12823)
  • 48b7552 fix(reactivity): add __v_skip flag to EffectScope to prevent reactive convers...
  • 0243a79 fix(transition-group): correct move translation under scale via element rect ...
  • 261de54 fix(runtime-dom): handle null/undefined handler in withModifiers (#14362)
  • fc40ca0 fix(useTemplateRef): don't update setup ref for useTemplateRef key (#12756)
  • 6798853 fix: avoid unexpected cancelled parameter in transition done callback (#1...
  • 4ace79a fix(runtime-core): avoid retaining el on cached text vnodes during static tra...
  • Additional commits viewable in compare view

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 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 production-minor-patch group in /app with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) | `2.1.2` | `2.1.4` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.2.0` | `14.2.1` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.42.0` | `0.43.1` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.0` | `14.1.1` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.31.0` | `5.31.1` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.31.0` | `5.31.1` |
| [vue](https://github.com/vuejs/core) | `3.5.27` | `3.5.28` |


Updates `@unhead/vue` from 2.1.2 to 2.1.4
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v2.1.4/packages/vue)

Updates `@vueuse/core` from 14.2.0 to 14.2.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.2.1/packages/core)

Updates `bootstrap-vue-next` from 0.42.0 to 0.43.1
- [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.43.1/packages/bootstrap-vue-next)

Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.0...14.1.1)

Updates `swagger-ui` from 5.31.0 to 5.31.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.31.0...v5.31.1)

Updates `swagger-ui-dist` from 5.31.0 to 5.31.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.31.0...v5.31.1)

Updates `vue` from 3.5.27 to 3.5.28
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.27...v3.5.28)

---
updated-dependencies:
- dependency-name: "@unhead/vue"
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@vueuse/core"
  dependency-version: 14.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: bootstrap-vue-next
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: swagger-ui
  dependency-version: 5.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: swagger-ui-dist
  dependency-version: 5.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: vue
  dependency-version: 3.5.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments