Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the production-dependencies group with 15 updates in the / directory:

Package From To
keycloak-backend 5.0.0 5.1.0
luxon 3.7.1 3.7.2
tslog 4.9.3 4.10.2
typeorm 0.3.27 0.3.28
typeorm-extension 3.7.1 3.7.3
bootstrap 5.3.7 5.3.8
bootstrap-vue-next 0.27.0 0.42.0
bootswatch 5.3.7 5.3.8
humanize-duration 3.33.0 3.33.2
pinia 3.0.3 3.0.4
swagger-ui 5.27.1 5.31.0
swagger-ui-dist 5.27.1 5.31.0
vue 3.5.18 3.5.26
vue-i18n 11.1.11 11.2.8
vue-router 4.5.1 4.6.4

Updates keycloak-backend from 5.0.0 to 5.1.0

Release notes

Sourced from keycloak-backend's releases.

v5.1.0

What's Changed

Full Changelog: BackendStack21/keycloak-backend@v5.0.0...v5.1.0

Commits
  • f175dfa Add comprehensive unit and integration tests for Keycloak functionality (#20)
  • See full diff in compare view

Updates luxon from 3.7.1 to 3.7.2

Changelog

Sourced from luxon's changelog.

3.7.2 (2025-07-09)

  • Fix ES6 packaging
Commits
  • 4262a38 Version 3.7.2
  • 738144d Fix the build ES6 code having the wrong file extension and use it in package....
  • See full diff in compare view

Updates tslog from 4.9.3 to 4.10.2

Release notes

Sourced from tslog's releases.

v4.10.2

  • Fix CJS build, add README to dist folder e1bdfd7

fullstack-build/tslog@v4.10.1...v4.10.2

v4.10.0

Changelog

[4.10.0] - 2025-09-25

Breaking

  • Custom transportFormatted overrides now receive logMeta as the fourth argument; pass five parameters to also receive settings, otherwise adjust implementations that previously read settings from the fourth position.
  • Deprecated runtime entry points under src/runtime/** and related browser mappings have been removed; use the primary Logger export instead of importing runtime-specific helpers.
  • Logger metadata now exposes lowercase runtime identifiers (for example node, browser, deno, bun, worker) and normalized versions without the leading v; adjust consumers that compared against Nodejs or relied on the old format.

Added

  • Introduced universal runtime detection that recognises Node.js, browsers, web workers, Deno, and Bun, enriching metadata with runtime versions and hostnames when available.
  • Documented first-class Deno and Bun usage, refreshed examples under examples/server, and aligned development scripts (npm run dev-ts*).
  • Pretty transports now detect when the browser console supports CSS, rendering styled output with %c tokens and gracefully falling back when styling is unavailable.
  • Error formatting captures chained Error.cause entries (up to depth five) and includes them in both pretty error blocks and JSON error objects.

Changed

  • The core logger automatically locates the first user stack frame instead of relying on hard-coded depths, producing stable file and line metadata across bundlers; manual stackDepthLevel overrides continue to work.
  • Placeholder formatting now routes through a shared buildPrettyMeta utility, improving consistency for custom templates and nested style tokens.
  • Masking internals normalise and cache case-insensitive keys, reducing repeated allocations and keeping behaviour consistent when toggling mask options.
  • Browser styling defaults keep ANSI colouring enabled unless explicitly disabled, letting CSS-capable consoles honour stylePrettyLogs without runtime-specific tweaks.

Fixed

  • Runtime error detection now treats objects with an Error-suffixed name as errors, ensuring they are formatted via the error transport.
  • Browser stack parsing guards against malformed frames, avoiding crashes when devtools emit unexpected stack entries.
  • Logging no longer fails when process.cwd() throws (for example under restricted permissions); environment helpers fall back to cached working directories and hostname detection across Node, Deno, and Bun.
Commits
  • d01f3b1 4.10.2
  • e1bdfd7 Fix CJS build, add README to dist folder
  • ebfaae2 4.10.1
  • 8972e46 Refactor pre-commit hook to remove npm availability check
  • 341df8e Enhance pre-commit hook to check for npm availability and update package.json...
  • bfb0612 4.10.0
  • b75717b Revert version number to 4.9.3 in package.json
  • fd6c874 4.10.0
  • 44ec62a Add pre-commit hook script to manage pre-commit tasks
  • aaff730 Fix path in np configuration to remove leading dot in contents
  • Additional commits viewable in compare view

Updates typeorm from 0.3.27 to 0.3.28

Release notes

Sourced from typeorm's releases.

0.3.28

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.28 (2025-12-02)

Bug Fixes

Features

  • add support for jsonpath column type in PostgreSQL (#11684) (4f05718)
  • cli/init: pick dependencies versions from our own package.json (#11705) (b930909)
  • entity schema support trees (#11606) (925dee0)
  • export QueryPartialEntity and QueryDeepPartialEntity types (#11748) (ade198c)
  • init version in postgres driver only if not set (#11373) (cb1284c)
  • manage MongoDB SOCKS5 proxy settings (#11731) (d7867eb)
  • mssql: support 'vector' type for MS SQL Server (#11732) (2681051)
  • mysql: add pool size options for each connection (#11810) (67f793f)
  • mysql: add support for vector columns on MariaDB and MySQL (#11670) (cfb3d6c)
Commits

Updates typeorm-extension from 3.7.1 to 3.7.3

Release notes

Sourced from typeorm-extension's releases.

v3.7.3

3.7.3 (2025-12-10)

Bug Fixes

  • allow null type for entityExisting in unique check (3731139)
  • preserve data source options in database operations (#1347) (dc771e1)

v3.7.2

3.7.2 (2025-11-25)

Bug Fixes

  • deps: bump locter to v2.1.1 (b012542)
  • deps: bump yargs to v18.0.0 (6b8e689)
  • deps: define faker as peer-dependency (71408c0)
Changelog

Sourced from typeorm-extension's changelog.

3.7.1 (2025-04-15)

Bug Fixes

  • isUnique check - use indicies if ownUniques columns are not populated (7f4aed4)

3.7.0 (2025-02-27)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 12 updates (#1284) (f32f812)

Features

  • add create database template support for postgres (#1244) (d4d66d3), closes #1226
  • postgres: allow schema creation for postgres (#1247) (986ff58)

3.7.3 (2025-12-10)

Bug Fixes

  • allow null type for entityExisting in unique check (3731139)
  • preserve data source options in database operations (#1347) (dc771e1)

3.7.2 (2025-11-25)

Bug Fixes

  • deps: bump locter to v2.1.1 (b012542)
  • deps: bump yargs to v18.0.0 (6b8e689)
  • deps: define faker as peer-dependency (71408c0)

3.6.3 (2024-11-06)

Bug Fixes

  • deps: bump locter from 2.1.3 to 2.1.5 (#1191) (ee4d5d0)
  • enhance skipRelation check in validate entity join columns fn (3120433)
  • validate entity join columns - respect nullable join columns (ab87659)

3.6.2 (2024-10-08)

Bug Fixes

... (truncated)

Commits
  • a3401b4 chore(master): release 3.7.3 (#1346)
  • 729bfa1 build: set js target to es2022
  • dc771e1 fix: preserve data source options in database operations (#1347)
  • 3731139 fix: allow null type for entityExisting in unique check
  • 53b407a build(deps): bump codecov/codecov-action from 5.4.2 to 5.5.1 (#1343)
  • 53ae885 chore(master): release 3.7.2 (#1341)
  • b012542 fix(deps): bump locter to v2.1.1
  • be1ab59 chore: reset lock file + set min node versions
  • 68abbfc build(deps-dev): bump the minorandpatch group with 2 updates (#1339)
  • 6b8e689 fix(deps): bump yargs to v18.0.0
  • Additional commits viewable in compare view

Updates bootstrap from 5.3.7 to 5.3.8

Release notes

Sourced from bootstrap's releases.

v5.3.8

What's Changed

Dependencies

New Contributors

Full Changelog: twbs/bootstrap@v5.3.7...v5.3.8

Commits

Updates bootstrap-vue-next from 0.27.0 to 0.42.0

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.42.0

0.42.0 (2025-12-19)

⚠ BREAKING CHANGES

  • BFormFile: align component with Bootstrap 5.3 native file input styling (#2954)

Features

  • BFormGroup: add props to apply attrs to label and content wrappers in horizontal mode (#2960) (d583297)

Bug Fixes

  • BFormFile: align component with Bootstrap 5.3 native file input styling (#2954) (562989b)
  • BTable: restore dark mode support for sort icons (#2952) (bec2087)
  • remove boolean and null from modal promise return types (#2957) (a75332e)

nuxt: v0.42.0

0.42.0 (2025-12-19)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.41.0

0.41.0 (2025-12-12)

⚠ BREAKING CHANGES

  • BTable: make sort icons background images to avoid wrapping & remove relevant slots

Bug Fixes

  • BFormGroup: Apply user classes and label alignment to correct elements in horizontal mode (#2943) (5eeda60)
  • BTable: always allow user selection when properties "selectable" and "no-select-on-click" are used together (#2947) (bf17415)
  • BTable: make background sort icons customizable + docs (#2933) (9cfe4a0)
  • BTable: make sort icons background images to avoid wrapping & remove relevant slots (bae3932)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.42.0 (2025-12-19)

⚠ BREAKING CHANGES

  • BFormFile: align component with Bootstrap 5.3 native file input styling (#2954)

Features

  • BFormGroup: add props to apply attrs to label and content wrappers in horizontal mode (#2960) (d583297)

Bug Fixes

  • BFormFile: align component with Bootstrap 5.3 native file input styling (#2954) (562989b)
  • BTable: restore dark mode support for sort icons (#2952) (bec2087)
  • remove boolean and null from modal promise return types (#2957) (a75332e)

0.41.0 (2025-12-12)

⚠ BREAKING CHANGES

  • BTable: make sort icons background images to avoid wrapping & remove relevant slots

Bug Fixes

  • BFormGroup: Apply user classes and label alignment to correct elements in horizontal mode (#2943) (5eeda60)
  • BTable: always allow user selection when properties "selectable" and "no-select-on-click" are used together (#2947) (bf17415)
  • BTable: make background sort icons customizable + docs (#2933) (9cfe4a0)
  • BTable: make sort icons background images to avoid wrapping & remove relevant slots (bae3932)
  • composables: use shallowRef to prevent reactive component warning (#2930) (4b1e12b)

0.40.9 (2025-11-28)

Bug Fixes

  • allow custom component props in orchestrator create methods with type safety (#2922) (fdf2359)
  • BModal: prevent focus trap error when no tabbable elements exist (#2864) (d5d85f2)
  • BTableLite: Use primary key to persist row-details state when items change (#2871) (a933f96)

0.40.8 (2025-11-17)

Features

  • add name and form props to BFormRating for form submission (#2895) (f14f049)
  • BTable: add an AbortSignal to the provider object parameter for cancelling in progress requests (2a12859)
  • BTable: add configurable debouncing (2a12859)

Bug Fixes

... (truncated)

Commits
  • b69deff chore: release main (#2958)
  • 562989b fix(BFormFile)!: align component with Bootstrap 5.3 native file input styling...
  • bec2087 fix(BTable): restore dark mode support for sort icons (#2952)
  • d583297 feat(BFormGroup): add props to apply attrs to label and content wrappers in h...
  • a75332e fix: remove boolean and null from modal promise return types (#2957)
  • 43c12ed chore: release main (#2931)
  • bf17415 fix(BTable): always allow user selection when properties "selectable" and "no...
  • 5eeda60 fix(BFormGroup): Apply user classes and label alignment to correct elements i...
  • 4b1e12b fix(composables): use shallowRef to prevent reactive component warning (#2930)
  • 33a6903 docs: add ci test for document structure (#2935)
  • Additional commits viewable in compare view

Updates bootswatch from 5.3.7 to 5.3.8

Commits

Updates humanize-duration from 3.33.0 to 3.33.2

Changelog

Sourced from humanize-duration's changelog.

3.33.2 / 2025-12-07

  • fix: Romanian now correctly uses "de" before nouns for numbers >= 20 such as "20 de minute" instead of "20 minute" (see #235)

3.33.1 / 2025-09-15

  • change: shrink size slightly
Commits
  • c48d0e6 3.33.2
  • 54ee090 Update changelog and bower.json for 3.33.2 release
  • ddc208b Update devDependencies to latest versions
  • 7477b29 Update changelog with reference to recent patch
  • 5b231fb Simplify Romanian unit function arguments
  • 1d6c3a7 Use "de" in Romanian for numbers >= 20
  • d418b69 Update devDependencies to latest versions
  • 6904e7a Add some JSDoc comments
  • 7d96bbc 3.33.1
  • 8e7cf83 Update changelog and bower.json for 3.33.1 release
  • Additional commits viewable in compare view

Updates pinia from 3.0.3 to 3.0.4

Commits

… 15 updates

Bumps the production-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [keycloak-backend](https://github.com/jkyberneees/keycloak-backend) | `5.0.0` | `5.1.0` |
| [luxon](https://github.com/moment/luxon) | `3.7.1` | `3.7.2` |
| [tslog](https://github.com/fullstack-build/tslog) | `4.9.3` | `4.10.2` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.27` | `0.3.28` |
| [typeorm-extension](https://github.com/tada5hi/typeorm-extension) | `3.7.1` | `3.7.3` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.7` | `5.3.8` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.27.0` | `0.42.0` |
| [bootswatch](https://github.com/thomaspark/bootswatch) | `5.3.7` | `5.3.8` |
| [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) | `3.33.0` | `3.33.2` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.3` | `3.0.4` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.27.1` | `5.31.0` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.27.1` | `5.31.0` |
| [vue](https://github.com/vuejs/core) | `3.5.18` | `3.5.26` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.11` | `11.2.8` |
| [vue-router](https://github.com/vuejs/router) | `4.5.1` | `4.6.4` |



Updates `keycloak-backend` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/jkyberneees/keycloak-backend/releases)
- [Commits](BackendStack21/keycloak-backend@v5.0.0...v5.1.0)

Updates `luxon` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.7.1...3.7.2)

Updates `tslog` from 4.9.3 to 4.10.2
- [Release notes](https://github.com/fullstack-build/tslog/releases)
- [Changelog](https://github.com/fullstack-build/tslog/blob/master/CHANGELOG.md)
- [Commits](fullstack-build/tslog@v4.9.3...v4.10.2)

Updates `typeorm` from 0.3.27 to 0.3.28
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.27...0.3.28)

Updates `typeorm-extension` from 3.7.1 to 3.7.3
- [Release notes](https://github.com/tada5hi/typeorm-extension/releases)
- [Changelog](https://github.com/tada5hi/typeorm-extension/blob/master/CHANGELOG.md)
- [Commits](tada5hi/typeorm-extension@v3.7.1...v3.7.3)

Updates `bootstrap` from 5.3.7 to 5.3.8
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.7...v5.3.8)

Updates `bootstrap-vue-next` from 0.27.0 to 0.42.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.42.0/packages/bootstrap-vue-next)

Updates `bootswatch` from 5.3.7 to 5.3.8
- [Commits](thomaspark/bootswatch@v5.3.7...v5.3.8)

Updates `humanize-duration` from 3.33.0 to 3.33.2
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md)
- [Commits](EvanHahn/HumanizeDuration.js@v3.33.0...v3.33.2)

Updates `pinia` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.3...v3.0.4)

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

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

Updates `vue` from 3.5.18 to 3.5.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.18...v3.5.26)

Updates `vue-i18n` from 11.1.11 to 11.2.8
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.2.8/packages/vue-i18n)

Updates `vue-router` from 4.5.1 to 4.6.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.5.1...v4.6.4)

---
updated-dependencies:
- dependency-name: keycloak-backend
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: luxon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tslog
  dependency-version: 4.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-version: 0.3.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typeorm-extension
  dependency-version: 3.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bootstrap-vue-next
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bootswatch
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: humanize-duration
  dependency-version: 3.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pinia
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: swagger-ui
  dependency-version: 5.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: swagger-ui-dist
  dependency-version: 5.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-version: 3.5.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-version: 11.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
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.

2 participants