Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps @faker-js/faker from 9.0.3 to 10.3.0.

Release notes

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

v10.3.0

What's Changed

New Contributors

Full Changelog: faker-js/faker@v10.2.0...v10.3.0

v10.2.0

What's Changed

... (truncated)

Changelog

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

10.3.0 (2026-02-06)

New Locales

  • locale: add Japanese dog definition (#3715) (76c9df1)
  • locale: add Japanese color definitions (#3707) (bbbb215)
  • locale: add Japanese food module (#3706) (71d55c0)
  • locale: add Japanese internet definitions (#3708) (184a709)
  • locale: add Japanese job definitions for person module (#3705) (e7f3ccd)
  • locale: add Japanese suffix definitions for person module (#3704) (45ad7d8)
  • locale: add Norwegian (nb_NO) continent definitions (#3712) (c0f0f23)
  • locale: add Norwegian (nb_NO) direction definition (#3713) (43b18fa)
  • locale: add Norwegian (nb_NO) sex definitions (#3710) (76063f2)
  • locale: add Norwegian (nb_NO) vehicle definition (#3732) (d1c32b0)

Features

Changed Locales

Bug Fixes

  • locale: remove empty string from Hebrew lorem words (#3698) (81a896c)
  • location: state name to 'Trøndelag' for nb_NO (#3691) (eaef389)

10.2.0 (2025-12-27)

New Locales

  • locale: add bn_BD location module (#3614) (99a448c)
  • locale: add counties & states to nb_NO location (#3617) (3dbcbe1)
  • locale: add da states (regions) (#3656) (78c892b)
  • locale: add id_ID translation for animal, color, commerce, and word also add country to location id_ID translation. (#3608) (02c2c3e)
  • locale: add ku_kmr_latin locale (#3629) (247f42d)
  • locale: add person module data to ku_ckb (#3630) (6be2c20)

Features

... (truncated)

Commits
  • c77fef2 chore(release): 10.3.0 (#3735)
  • d1c32b0 feat(locale): add Norwegian (nb_NO) vehicle definition (#3732)
  • c0f0f23 feat(locale): add Norwegian (nb_NO) continent definitions (#3712)
  • 43b18fa feat(locale): add Norwegian (nb_NO) direction definition (#3713)
  • 76c9df1 feat(locale): add Japanese dog definition (#3715)
  • a03215a chore(deps): lock file maintenance (#3696)
  • 70c0340 chore(deps): update vitest to v4 (major) (#3730)
  • 238293a chore(deps): update devdependencies (major) (#3729)
  • 119f1e6 chore(deps): update all non-major dependencies (#3723)
  • 9939fb5 chore(deps): update dependency eslint-plugin-jsdoc to v62 (#3728)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​faker-js/faker 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 [@faker-js/faker](https://github.com/faker-js/faker) from 9.0.3 to 10.3.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@v9.0.3...v10.3.0)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Update dependencies Dependabot update PRs label Feb 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2026 13:14
@dependabot dependabot bot added the Update dependencies Dependabot update PRs label Feb 12, 2026
@ginsbach
Copy link
Contributor

@copilot there are some CI failures like these:

        SyntaxError: Cannot use import statement outside a module

          13 |   resolveContextualQueries,
          14 | } from "../../../src/language-support";
        > 15 | import { faker } from "@faker-js/faker";
             | ^
          16 | import { getActivatedExtension } from "../global.helper";
          17 | import type { BaseLogger } from "../../../src/common/logging";
          18 | import { getQlPackForDbscheme } from "../../../src/databases/qlpack";

          at Runtime.createScriptFromCode (../../../node_modules/jest-runtime/build/index.js:1505:14)
          at Object.<anonymous> (run-cli.test.ts:15:1)


      at Runtime.createScriptFromCode (../../../../../../node_modules/jest-runtime/build/index.js:1505:14)
      at Object.<anonymous> (../../../run-cli.test.ts:15:1)

Can you fix them, please?

Copy link
Contributor

Copilot AI commented Feb 12, 2026

@ginsbach I've opened a new pull request, #4302, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits February 12, 2026 13:55
Co-authored-by: ginsbach <12936686+ginsbach@users.noreply.github.com>
Co-authored-by: ginsbach <12936686+ginsbach@users.noreply.github.com>
Fix Jest ES module import for @faker-js/faker v10+
@ginsbach ginsbach merged commit f7a5a52 into main Feb 12, 2026
18 checks passed
@ginsbach ginsbach deleted the dependabot/npm_and_yarn/extensions/ql-vscode/faker-js/faker-10.3.0 branch February 12, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Update dependencies Dependabot update PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants