Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@deepkit/type-compiler 1.0.5 -> 1.0.8 age adoption passing confidence

Release Notes

deepkit/deepkit-framework (@​deepkit/type-compiler)

v1.0.8

Compare Source

Bug Fixes
  • framework: add missing BrokerKeyValue provider export (5a58776)
  • http: proper handling of form & multipart values, plus multipart JSON field support (#​649) (7383c73)
  • http: support array json request bodies (2d3274e)
  • sql: only alias a select when necessary (26bc9fa)
  • vite: ensure correct typing (0cf7511), closes #​645
Features
  • bson: add AutoBuffer to allow very fast buffer reuse in BSON serialization (d8cdd6b)
  • logger: allow setting a log level per scope (c8177b2)
  • sql: support custom database field name filtering (#​650) (453f347)
BREAKING CHANGES
  • logger:
  // old
  logger.enableDebugScope('database')
  //new
  logger.setScopeLevel('database', LoggerLevel.debug);
// old
logger.disableDebugScope('database')
//new
logger.setScopeLevel('database', LoggerLevel.info);

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot added the renovatebot label May 21, 2025
@renovate renovate bot force-pushed the renovate/deepkit-type-compiler-1.x branch 7 times, most recently from dec829c to 2ee5e11 Compare May 22, 2025 08:51
@renovate renovate bot force-pushed the renovate/deepkit-type-compiler-1.x branch from 2ee5e11 to aa8edea Compare May 22, 2025 18:07
@renovate renovate bot merged commit 9f969b1 into master May 22, 2025
9 checks passed
@renovate renovate bot deleted the renovate/deepkit-type-compiler-1.x branch May 22, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant