Skip to content

chore(deps): bump @faker-js/faker and @adonisjs/lucid - #11

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-6619efad66
Open

chore(deps): bump @faker-js/faker and @adonisjs/lucid#11
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-6619efad66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown

Bumps @faker-js/faker to 10.6.0 and updates ancestor dependency @adonisjs/lucid. These dependencies need to be updated together.

Updates @faker-js/faker from 6.3.1 to 10.6.0

Release notes

Sourced from @​faker-js/faker's releases.

v10.6.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

10.6.0 (2026-08-14)

New Locales

  • locale: add 060 Japanese mobile phone number formats (#3922) (afa272d)
  • locale: add Norwegian (nb_NO) animal module (#3901) (1232937)
  • locale: add Norwegian (nb_NO) food module (#3900) (bd23594)
  • locale: add vehicle data for de (#3958) (974490f)
  • locale: better middle names by gender for en locale (#3932) (aba3fb1)
  • locale: better organize first_name by gender for en (#3924) (119386b)

Features

Changed Locales

Bug Fixes

  • apidocs: scope code group tab identifiers (#3976) (3125eaf)
  • color: give the LCH hue its full 360 degree range (#3978) (1ce5994)
  • color: stop scaling the HSLA alpha into a percentage (#3979) (1143329)
  • groupBy handling for prototype property keys (#3906) (c898ff1)
  • internet: exclude reserved port 0 from internet.port() (#3948) (d4b35a4)
  • internet: generate long passwords without stack overflow (#3946) (4782978)
  • internet: validate CIDR prefix length and octet range in ipv4() (#3933) (15cb8fb)
  • locale: exclude forbidden letter combinations from nl postcodes (#3888) (9bebe67)
  • locale: only generate valid French postal codes (#3905) (711f36f)
  • locale: update nl_BE phone number patterns (#3981) (9616076)
  • locale: use only common surnames for zh_CN last names (#3938) (58394eb)
  • locale: use only valid letters in en_CA postcodes (#3951) (3b184d6)
  • string: reject refDates that a ULID timestamp cannot encode (#3982) (81717bc)
  • vehicle: calculate VIN check digit (#3954) (a4c6757)
  • word: pick nearest length for closest strategy (#3943) (42fd322)

10.5.0 (2026-06-17)

New Locales

... (truncated)

Commits
  • 2cb0423 chore(release): 10.6.0 (#3986)
  • 531588f chore(deps): lock file maintenance (#3923)
  • 328f018 chore(deps): update eslint (#3930)
  • a5c8bd7 chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24 docker...
  • fe3f17b chore(deps): update all non-major dependencies (#3974)
  • ae38b18 docs(lorem): document the fail default strategy for word (#3944)
  • 1ce5994 fix(color): give the LCH hue its full 360 degree range (#3978)
  • 1143329 fix(color): stop scaling the HSLA alpha into a percentage (#3979)
  • a4c6757 fix(vehicle): calculate VIN check digit (#3954)
  • d68f978 infra: ensure markdown rendered is only ever initialized once (#3984)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @adonisjs/lucid from 18.0.1 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
  • f3c7ade chore(release): 22.4.2
  • 77c3649 fix: prevent default decorators from leaking into custom schema rules (#1172)
  • f062ffc chore(release): 22.4.1
  • 3d5d46f chore: unlock knex version
  • 2f1b4c4 chore(release): 22.4.0
  • 8a5cd06 feat: assertion testing helpers (#1161)
  • 0035574 fix: with count query (#1156)
  • 900a235 style: reformat source code
  • e150d15 feat: handle invalid JS identifiers in schema generator and add structured de...
  • 00e6442 chore: update packages
  • Additional commits viewable in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@faker-js/faker](https://github.com/faker-js/faker) to 10.6.0 and updates ancestor dependency [@adonisjs/lucid](https://github.com/adonisjs/lucid). These dependencies need to be updated together.


Updates `@faker-js/faker` from 6.3.1 to 10.6.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v6.3.1...v10.6.0)

Updates `@adonisjs/lucid` from 18.0.1 to 22.4.2
- [Release notes](https://github.com/adonisjs/lucid/releases)
- [Commits](adonisjs/lucid@v18.0.1...v22.4.2)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-version: 10.6.0
  dependency-type: indirect
- dependency-name: "@adonisjs/lucid"
  dependency-version: 22.4.2
  dependency-type: direct:development
...

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 Sep 2, 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