Bump @faker-js/faker from 5.1.0 to 8.0.1
Created by: dependabot[bot]
Bumps @faker-js/faker from 5.1.0 to 8.0.1.
Release notes
Sourced from @faker-js/faker
's releases.
v8.0.1
This release only offers a cleanup of the docs and the README.md for npm
- JSDoc in VSCode now points to https://fakerjs.dev/
- Version table in README.md was updated
What's Changed
- docs: Document what should appear in migration guide by
@matthewmayer
in faker-js/faker#2138- docs: switch doc links to stable by
@Shinigami92
in faker-js/faker#2152- chore(deps): update pnpm to v8.5.1 by
@renovate
in faker-js/faker#2160- chore(deps): update devdependencies by
@renovate
in faker-js/faker#2161- chore(deps): update dependency glob to v10 by
@renovate
in faker-js/faker#2162- chore(deps): update devdependencies by
@renovate
in faker-js/faker#2163- chore(release): 8.0.1 by
@Shinigami92
in faker-js/faker#2164Full Changelog: https://github.com/faker-js/faker/compare/v8.0.0...v8.0.1
v8.0.0
New & Noteworthy
We are happy to announce that the stable release of v8. The v8 version will be the last version that supports NodeJS v14 which reached EOL on (2023-04-30). Future we won't also support TS 4.x in further major versions anymore (>= v9).
For a complete migration guide from v7 to v8 please checkout fakerjs.dev/guide/upgrading.
Biggest changes between v7 to v8:
- We removed support for locale switching at runtime. However, it is now possible to craft custom Faker instances with imported locales and chain them as fallbacks.
- You can not import all pre-build Faker instances from
@faker-js/faker
, but there is a known bug #1791 so it is currently still recommended to import them from@faker-js/faker/locale/<locale>
.- Behind the scenes, we are now throwing errors for non existing locale data. If you need to access the raw data for any reasons, you can still access them via
faker.rawDefinitions
, but this is not officially supported and can be changed at anytime.- Image providers are deprecated, please use the image module directly.
https://fakerjs.dev is now also fully updated. Please feel free to explore it.
What's Changed
- infra: relink main to next by
@Shinigami92
in faker-js/faker#1435- chore(deps): update pnpm/action-setup action to v2.2.3 by
@renovate
in faker-js/faker#1433- refactor!: cleanup deprecations by
@Shinigami92
in faker-js/faker#1440- feat(internet)!: ip now returns ipv4 and ipv6 by
@xDivisionByZerox
in faker-js/faker#1059- feat(location)!:
nearbyGPSCoordinate
returns number tuple by@xDivisionByZerox
in faker-js/faker#1061- docs: fix CONTRIBUTING.md JSDoc do/dont by
@domingo2000
in faker-js/faker#1450- refactor(company)!: remove hardcoded name fallback pattern by
@Minozzzi
in faker-js/faker#1451- refactor(locale)!: change en_IND to en_IN by
@wael-fadlallah
in faker-js/faker#1448- refactor!: make mersenne internal by
@Shinigami92
in faker-js/faker#1444- docs: remove obsolete check by
@ST-DDT
in faker-js/faker#1452- test: fix fake test expectation by
@ST-DDT
in faker-js/faker#1458- refactor(person)!: rename name module by
@Shinigami92
in faker-js/faker#1445- feat(location)!:
latitude
/longitude
returns number by@xDivisionByZerox
in faker-js/faker#1064- chore(deps): update action-semantic-pull-request action to v5 by
@renovate
in faker-js/faker#1434- chore(deps): update dependency vitepress to v1.0.0-alpha.21 by
@renovate
in faker-js/faker#1461
... (truncated)
Changelog
Sourced from @faker-js/faker
's changelog.
8.0.1 (2023-05-15)
8.0.0 (2023-05-11)
Bug Fixes
- docs: fix faker v7 code example for locale migration (#2125) (b570461)
- locales: add real cities for zu_ZA and af_ZA, update en_ZA city list (#2141) (ee8c97c)
8.0.0-beta.1 (2023-05-06)
Features
Bug Fixes
- locale: el county should be city_name (#2106) (1cadfb9)
- locale: remove incorrect and unused city_prefix/suffix for sk (#2117) (e094a5a)
- locale: remove unrealistic fictional patterns in ne, ro, tr (#2120) (d9ec87e)
- locale: rename city_prefix to city_name for en_NG, en_ZA, en_AU_ocker (#2111) (a0fb69d)
- location: no leading zero on building number or secondary address (#2032) (a8dc7e0)
- test: fix failing latitude test (#2116) (7f9e9df)
Changed Locales
New Locales
8.0.0-beta.0 (2023-04-29)
⚠ BREAKING CHANGES
... (truncated)
Commits
-
06bc5af
chore(release): 8.0.1 (#2164) -
f0a9191
chore(deps): update devdependencies (#2163) -
a3abfe6
chore(deps): update dependency glob to v10 (#2162) -
4630078
chore(deps): update devdependencies (#2161) -
78fc6c9
chore(deps): update pnpm to v8.5.1 (#2160) -
8f741bd
docs: switch doc links to stable (#2152) -
e0e9ae8
docs: Document what should appear in migration guide (#2138) -
46b6585
chore(release): 8.0.0 (#2150) -
ca9610c
docs: add contributing link from html docs back to github (#2145) -
9e1155c
infra: support NodeJS v20 (#2122) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by shinigami92, a new releaser for @faker-js/faker
since your current version.
You can trigger a rebase of this PR 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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)