-
-
Notifications
You must be signed in to change notification settings - Fork 940
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
chore(release): 8.4.0 #2606
chore(release): 8.4.0 #2606
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2606 +/- ##
=======================================
Coverage 99.57% 99.57%
=======================================
Files 2807 2807
Lines 250452 250452
Branches 1151 1152 +1
=======================================
+ Hits 249386 249390 +4
+ Misses 1038 1034 -4
Partials 28 28 |
Should we wait for #2607 ? |
if you think you'll likely do a 8.4.1 no need to wait. If you plan for 8.4.0 to be final pre-9.0.0 release (barring any critical bugfixes) it would be nice to wait. |
IMO it is fine to wait, so that the docs are directly fine and don't need an extra release |
https://github.com/faker-js/faker/blob/next/src/modules/finance/index.ts#L379-L612 does not have a In location.longitude the defaults are wrongly documented, (90 instead of 180) |
This is what I would put under "if we find anything during the next week", as we discussed in yesterdays meeting. I'd like to release v8.4.0, even if not perfect. Since you already found some unpollished code, we need to release a 8.5.0 as well afterwards. Opinions on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No pnpm-lock update?
I never really understood why we do this in the first place. The lock file ensures that all dependencies work as expected, if installed under the exact conditions described in the file. Why would I ignore that and update it ON RELEASE to potentially introduce a dependency tree that might be broken? The lock file should only be updated by renovate or when dependencies are updated manually IMO. |
759c5df
to
2468b6c
Compare
No description provided.