faker
faker copied to clipboard
Banner doesn't show on https://v6.fakerjs.dev/ and https://v7.fakerjs.dev/
Pre-Checks
- [X] Follow our Code of Conduct.
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Make sure this is a Faker issue and not related to a combination with another package.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- [X] The provided reproduction is a minimal reproducible example of the bug.
- [X] I am willing to provide a PR.
Describe the bug
it looks like https://github.com/faker-js/faker/pull/1487 was supposed to show a banner "These docs are of an old version" on https://v6.fakerjs.dev/ however no banner is shown. Does this need to be backported?
Minimal reproduction code
No response
Additional Context
No response
Environment Info
n/a
Which module system do you use?
- [X] CJS
- [ ] ESM
Used Package Manager
npm
Does this need to be backported?
Yes, we have special branches:
- https://github.com/faker-js/faker/tree/v6
- https://github.com/faker-js/faker/tree/v7
- https://github.com/faker-js/faker/tree/v8
We would need to open a PR to backport stuff from next
to v7
and so on.
Please backport it to v7 and v6. There is no need to port it to the v8 branch as it will be updated on release.