Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve NAME_REGEX to allow dashes #717

Merged
merged 4 commits into from
Jul 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2023

Bumps @faker-js/faker from 7.6.0 to 8.0.2.

Release notes

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

v8.0.2

What's Changed

New Contributors

Full Changelog: faker-js/faker@v8.0.1...v8.0.2

v8.0.1

This release only offers a cleanup of the docs and the README.md for npm

What's Changed

Full Changelog: faker-js/faker@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.

... (truncated)

Changelog

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

8.0.2 (2023-05-27)

Bug Fixes

  • git: limit need for Intl to specific method (#2172) (a5e73f8)
  • locale: en_HK last_name_patterns should be last_name_pattern (#2154) (03cc391)
  • locale: ro_MD city should be city_pattern (#2155) (c173150)

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)

... (truncated)

Commits
  • 651d1a8 chore(release): 8.0.2 (#2180)
  • a5e73f8 fix(git): limit need for Intl to specific method (#2172)
  • 012ba2c docs(image): add content warnings to image function jsdocs (#2159)
  • c173150 fix(locale): ro_MD city should be city_pattern (#2155)
  • d4a25f6 chore(deps): update doc-dependencies (#2167)
  • f901e3d docs(number): update default max value (#2176)
  • b600547 chore(deps): update devdependencies (#2170)
  • 88cb0ed chore(deps): update typescript-eslint to ~5.59.7 (#2168)
  • 03cc391 fix(locale): en_HK last_name_patterns should be last_name_pattern (#2154)
  • 8479228 chore(deps): update codecov/codecov-action action to v3.1.4 (#2166)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2023
@dependabot dependabot bot requested a review from WikiRik May 30, 2023 09:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/faker-js/faker-8.0.2 branch 15 times, most recently from afe6b42 to 83aa630 Compare June 4, 2023 09:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/faker-js/faker-8.0.2 branch 5 times, most recently from 2c745b2 to 5216671 Compare June 16, 2023 14:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/faker-js/faker-8.0.2 branch 2 times, most recently from 4d9f73c to c89bea0 Compare June 23, 2023 14:07
@WikiRik
Copy link
Member

WikiRik commented Jul 4, 2023

@dependabot recreate

Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 7.6.0 to 8.0.2.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v7.6.0...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/faker-js/faker-8.0.2 branch from c89bea0 to fd5929b Compare July 4, 2023 20:30
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #717 (2f492a2) into master (3d51e2b) will decrease coverage by 12.41%.
The diff coverage is 100.00%.

❗ Current head 2f492a2 differs from pull request most recent head 51134e8. Consider uploading reports for the commit 51134e8 to get more accurate results

@@             Coverage Diff              @@
##            master     #717       +/-   ##
============================================
- Coverage   100.00%   87.59%   -12.41%     
============================================
  Files           42       42               
  Lines         1435     1435               
  Branches       231      231               
============================================
- Hits          1435     1257      -178     
- Misses           0      144      +144     
- Partials         0       34       +34     
Impacted Files Coverage Δ
models/User.js 100.00% <100.00%> (ø)

... and 19 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@WikiRik WikiRik changed the title chore(deps-dev): bump @faker-js/faker from 7.6.0 to 8.0.2 fix: improve NAME_REGEX to allow dashes Jul 11, 2023
@WikiRik WikiRik merged commit f2a1678 into master Jul 11, 2023
@WikiRik WikiRik deleted the dependabot/npm_and_yarn/faker-js/faker-8.0.2 branch July 11, 2023 19:24
serge1peshcoff pushed a commit that referenced this pull request Jul 11, 2023
## [1.36.11](1.36.10...1.36.11) (2023-07-11)

### Bug Fixes

* improve NAME_REGEX to allow dashes ([#717](#717)) ([f2a1678](f2a1678))
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.36.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants