Skip to content

Bump @adonisjs/lucid from 6.3.0 to 22.4.2 - #257

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/adonisjs/lucid-22.4.2
Open

Bump @adonisjs/lucid from 6.3.0 to 22.4.2#257
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/adonisjs/lucid-22.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown

Bumps @adonisjs/lucid from 6.3.0 to 22.4.2.

Release notes

Sourced from @​adonisjs/lucid's releases.

Custom schema rules correctly override default decorators

22.4.2 (2026-04-05)

Bug Fixes

loadRules() was using deepmerge without custom merge strategies, which caused two issues:

  1. decorators array format: default decorators were concatenated with user-defined ones instead of being replaced (e.g. [@column(), @decimal()] instead of just [@decimal()])
  2. Deprecated decorator string format: the default decorators array took precedence over the user's decorator string,
    silently ignoring it

Custom type and column rules now correctly replace the defaults.

Unlock Knex version

This release unlock Knex version

Add test assertion helpers, support for multiple decorators and bug fixes

22.4.0 (2026-03-30)

Bug Fixes

Features

  • assertion testing helpers (#1161) (8a5cd06)
  • handle invalid JS identifiers in schema generator and add structured decorators (e150d15), closes #1166

What's Changed

New Contributors

Full Changelog: adonisjs/lucid@v22.3.0...v22.4.0

Make transformer alongside model and update scaffolding commands to accept stub path from CLI

22.3.0 (2026-03-28)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​adonisjs/lucid since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@adonisjs/lucid](https://github.com/adonisjs/lucid) from 6.3.0 to 22.4.2.
- [Release notes](https://github.com/adonisjs/lucid/releases)
- [Commits](https://github.com/adonisjs/lucid/commits/v22.4.2)

---
updated-dependencies:
- dependency-name: "@adonisjs/lucid"
  dependency-version: 22.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

0 participants