Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@microfleet/plugin-knex (source) ^0.2.6 -> ^9.0.0 age confidence

Release Notes

microfleet/core (@​microfleet/plugin-knex)

v9.0.0

Compare Source

Features

v8.0.0

Compare Source

Bug Fixes
  • properly cut 3 letter sized extensions (mjs/mts,cjs,cts) (ccc438d)

v7.0.0

Compare Source

Features
  • swap test harness to node:test, min node 22.12.0 (#​727) (939c65f)
BREAKING CHANGES
  • uses sync ESM modules, which is now possible with the release
    of node 22.12.0. On top of it swaps test harness to built-in node:test.
    Other major changes: support ioredis@​5 - main change is lack of Bluebird promises support, which
    may break plenty of code that relied on it. Updated dlock & associated modules with ioredis@​5 support
    Updated rdkafka to latest, which fixes a few segfaults and deadlocks on consumer close. Uses tsx to
    transform typescript for tests and do proper cjs/esm interop. Jest / mocha proved to be very difficult to
    implement

Short list of changes:

  • removed jest
  • using node:test
  • removed mocha
  • minimized using bluebird
  • ioredis@​5
  • librdkaka@​1.7.1
  • pino@​9
  • sentry@​8
  • minimum node @​ 22.12.0

v6.0.1

Compare Source

Features
  • swap test harness to node:test, min node 22.12.0 (#​727) (939c65f)
BREAKING CHANGES
  • uses sync ESM modules, which is now possible with the release
    of node 22.12.0. On top of it swaps test harness to built-in node:test.
    Other major changes: support ioredis@​5 - main change is lack of Bluebird promises support, which
    may break plenty of code that relied on it. Updated dlock & associated modules with ioredis@​5 support
    Updated rdkafka to latest, which fixes a few segfaults and deadlocks on consumer close. Uses tsx to
    transform typescript for tests and do proper cjs/esm interop. Jest / mocha proved to be very difficult to
    implement

Short list of changes:

  • removed jest
  • using node:test
  • removed mocha
  • minimized using bluebird
  • ioredis@​5
  • librdkaka@​1.7.1
  • pino@​9
  • sentry@​8
  • minimum node @​ 22.12.0

6.0.1 (2024-08-02)

Bug Fixes
  • hapi: error code pass-through (66ed3d0)

6.0.1 (2024-08-02)

Bug Fixes
  • hapi: error code pass-through (66ed3d0)

v6.0.0

Compare Source

Features
  • swap test harness to node:test, min node 22.12.0 (#​727) (939c65f)
BREAKING CHANGES
  • uses sync ESM modules, which is now possible with the release
    of node 22.12.0. On top of it swaps test harness to built-in node:test.
    Other major changes: support ioredis@​5 - main change is lack of Bluebird promises support, which
    may break plenty of code that relied on it. Updated dlock & associated modules with ioredis@​5 support
    Updated rdkafka to latest, which fixes a few segfaults and deadlocks on consumer close. Uses tsx to
    transform typescript for tests and do proper cjs/esm interop. Jest / mocha proved to be very difficult to
    implement

Short list of changes:

  • removed jest
  • using node:test
  • removed mocha
  • minimized using bluebird
  • ioredis@​5
  • librdkaka@​1.7.1
  • pino@​9
  • sentry@​8
  • minimum node @​ 22.12.0

6.0.1 (2024-08-02)

Bug Fixes
  • hapi: error code pass-through (66ed3d0)

6.0.1 (2024-08-02)

Bug Fixes
  • hapi: error code pass-through (66ed3d0)

v5.1.4

Compare Source

Bug Fixes
  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)
Features
  • remove opentracing, cassandra, expand error msg for hapi (#​721) (b9def89)
BREAKING CHANGES
  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

5.1.4 (2024-07-03)

Bug Fixes

5.1.4 (2024-07-03)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

v5.1.3

Compare Source

Bug Fixes
  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)
Features
  • remove opentracing, cassandra, expand error msg for hapi (#​721) (b9def89)
BREAKING CHANGES
  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

5.1.4 (2024-07-03)

Bug Fixes

5.1.4 (2024-07-03)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

v5.1.2

Compare Source

Bug Fixes
  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)
Features
  • remove opentracing, cassandra, expand error msg for hapi (#​721) (b9def89)
BREAKING CHANGES
  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

5.1.4 (2024-07-03)

Bug Fixes

5.1.4 (2024-07-03)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

v5.1.1

Compare Source

Bug Fixes
  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)
Features
  • remove opentracing, cassandra, expand error msg for hapi (#​721) (b9def89)
BREAKING CHANGES
  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

5.1.4 (2024-07-03)

Bug Fixes

5.1.4 (2024-07-03)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

v5.1.0

Compare Source

Bug Fixes
  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)
Features
  • remove opentracing, cassandra, expand error msg for hapi (#​721) (b9def89)
BREAKING CHANGES
  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

5.1.4 (2024-07-03)

Bug Fixes

5.1.4 (2024-07-03)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.3 (2024-02-12)

Bug Fixes

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.2 (2024-02-11)

Bug Fixes
  • plugin-redis-core: perform index file if migration is a directory (#​705) (848bb8e)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

5.1.1 (2024-01-26)

Bug Fixes
  • plugin-logger: pass error enumerable fields as event extras (#​698) (d755df3)

v5.0.5

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v5.0.4

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v5.0.3

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v5.0.2

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v5.0.1

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v5.0.0

Compare Source

Features

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.5 (2024-01-17)

Bug Fixes
  • don't use logger in the mfleet (61fdffc)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.4 (2024-01-05)

Bug Fixes
  • auto-starting an instance in ESM (157d2a5)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.3 (2024-01-05)

Bug Fixes
  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.2 (2024-01-04)

Bug Fixes
  • dynamic import calls, swc -> esbuild (7e6d1a2)

5.0.1 (2024-01-03)

Bug Fixes

5.0.1 (2024-01-03)

Bug Fixes

v4.3.0

Compare Source

Features

v4.2.14

Compare Source

Features

4.2.14 (2023-12-20)

Bug Fixes

4.2.14 (2023-12-20)

Bug Fixes

4.2.13 (2023-12-19)

Bug Fixes

4.2.13 (2023-12-19)

Bug Fixes

4.2.12 (2023-11-21)

Bug Fixes

4.2.12 (2023-11-21)

Bug Fixes

4.2.11 (2023-11-15)

Bug Fixes
  • upgrade dependencies (3462882)
  • upgrade deps, more granular log level control in logger plugin (fa59e6f)

4.2.11 (2023-11-15)

Bug Fixes
  • upgrade dependencies (3462882)
  • upgrade deps, more granular log level control in logger plugin (fa59e6f)

4.2.10 (2023-10-25)

Bug Fixes

4.2.10 (2023-10-25)

Bug Fixes

4.2.9 (2023-09-27)

Bug Fixes

4.2.9 (2023-09-27)

Bug Fixes

4.2.8 (2023-06-20)

Bug Fixes
  • update deps, ensure fastify-plugin is not required (08f0239)

4.2.8 (2023-06-20)

Bug Fixes
  • update deps, ensure fastify-plugin is not required (08f0239)

4.2.7 (2023-05-30)

Bug Fixes
  • cleanup sigterm listeners on close (cd19c53)

4.2.7 (2023-05-30)

Bug Fixes
  • cleanup sigterm listeners on close (cd19c53)

4.2.6 (2023-05-17)

Bug Fixes
  • set npm version during release (24edf47)
  • update compatibility for mfleet bin (01285ed)

4.2.6 (2023-05-17)

Bug Fixes
  • set npm version during release (24edf47)
  • update compatibility for mfleet bin (01285ed)

4.2.5 (2023-05-17)

Bug Fixes
  • set npm version during release (24edf47)

4.2.5 (2023-05-17)

Bug Fixes
  • set npm version during release (24edf47)

4.2.5 (2023-05-17)

Bug Fixes

4.2.5 (2023-05-17)

Bug Fixes

4.2.4 (2023-05-17)

Bug Fixes

[4.2.3](https://github.com/microfleet/core/compare/@micro


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

socket-security bot commented Mar 20, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​microfleet/​plugin-knex@​0.2.6 ⏵ 9.0.07010087 +183 +2100

View full report

@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch 2 times, most recently from 8663fe0 to eda2ef0 Compare August 13, 2025 13:54
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from eda2ef0 to 2d02262 Compare August 19, 2025 12:40
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from 2d02262 to fb5486a Compare August 31, 2025 11:28
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from fb5486a to 4d67d0b Compare September 25, 2025 21:35
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from 4d67d0b to 38df547 Compare October 21, 2025 16:58
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from 38df547 to d1ac461 Compare November 10, 2025 13:55
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from d1ac461 to 473853d Compare November 18, 2025 12:44
@renovate renovate bot force-pushed the renovate/microfleet-plugin-knex-9.x branch from 473853d to 2aa77ae Compare December 3, 2025 18:27
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.

1 participant