Skip to content

Commit

Permalink
refactor(locale)!: remove unused global locale faker instance (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Apr 8, 2024
1 parent cbbe218 commit b505a70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 9 additions & 0 deletions docs/guide/upgrading_v9/2789.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Remove deprecated locale aliases

Addendum for #2787

Remove deprecated locale aliases

| old | replacement |
| ------------------------------------------------------- | ----------------------------------------------------- |
| `import { faker } from '@faker-js/faker/locale/global'` | `import { faker } from '@faker-js/faker/locale/base'` |
11 changes: 0 additions & 11 deletions src/locale/global.ts

This file was deleted.

0 comments on commit b505a70

Please sign in to comment.