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

build(deps-dev): Bump @faker-js/faker from 8.0.0-alpha.2 to 8.0.0-beta.0 #156

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @faker-js/faker from 8.0.0-alpha.2 to 8.0.0-beta.0.

Release notes

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

v8.0.0-beta.0

New & Noteworthy

We are happy to announce that we are moving into the beta phase of v8. The v8 version is the last to support NodeJS v14 which reaches EOF tomorrow (2023-04-30) as well as TS 4.x. Future major versions (>= v9) won't support NodeJS v14 anymore and also official support for TS 4.x will be discontinued.

From now on, only small changes will be made; all the big things we wanted in v8 have already been implemented. This means we are now actively asking for your feedback, especially for the migration guide https://next.fakerjs.dev/guide/upgrading.html.

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.

Please explore https://next.fakerjs.dev for more information.

What's Changed

... (truncated)

Changelog

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

8.0.0-beta.0 (2023-04-29)

⚠ BREAKING CHANGES

  • location: rename definition city to city_pattern (#2094)
  • location: rename definition street to street_pattern (#2051)
  • helpers: remove default value from arrayElement (#2045)
  • location: zip code state (#1874)
  • finance: simplify account implementation (#1992)
  • locale: move title to metadata (#1978)

Features

Bug Fixes

Changed Locales

New Locales

... (truncated)

Commits
  • bfd877f chore(release): 8.0.0-beta.0 (#2110)
  • 75e4892 fix(locale): fix en_HK city_pattern (#2105)
  • 789c8a2 fix(locale): es cities should be in city_name not city_prefix, remove extrane...
  • 3cfeb38 docs: fix full url to absolute conversion (#2101)
  • 971f363 fix(types): locale proxy (#2099)
  • 8395e69 chore(helpers): move unique store into faker instance (#2072)
  • 8cd1965 refactor(location)!: rename definition city to city_pattern (#2094)
  • 5ad55a5 docs: add npm script descriptions to CONTRIBUTING (#2095)
  • c2b1408 chore: eslint report-unused-disable-directives (#2097)
  • 3fc7bf1 feat(date): introduce anytime (#2096)
  • Additional commits viewable in compare view

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 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)

Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 8.0.0-alpha.2 to 8.0.0-beta.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@v8.0.0-alpha.2...v8.0.0-beta.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels May 1, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware May 1, 2023 11:13
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware enabled auto-merge (squash) May 1, 2023 11:14
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Merging #156 (af01544) into main (22c2202) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #156   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1970      1970           
  Branches       224       224           
=========================================
  Hits          1970      1970           
Components Coverage Δ
internal 100.00% <ø> (ø)
lib 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7acdd76...af01544. Read the comment docs.

@unicornware unicornware merged commit 15cf234 into main May 1, 2023
@unicornware unicornware deleted the dependabot/npm_and_yarn/faker-js/faker-8.0.0-beta.0 branch May 1, 2023 11:17
@github-actions
Copy link

github-actions bot commented Jul 1, 2023

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants