-
Notifications
You must be signed in to change notification settings - Fork 94
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
2023-01 Maintenance #282
2023-01 Maintenance #282
Conversation
It is deprecated: https://github.com/xwp/wp-dev-lib And travis ci hasn't worked in years.
We don't have the txt -> md converter any more because dev-lib is deprecated. I can't find a suitable replacement right now so we'll just keep both files editable.
ncu -u && npm install
jscs is deprecated and rolled into eslint Lets swap to eslint to match our other projects
satooshi/php-coveralls has been replaced with php-coveralls/php-coveralls
We'll use these for tests
'type' => 'percent', | ||
'number' => $theme['rating']['count'], | ||
'number' => $count, |
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.
Should this bug fix be mentioned in the changelogs too?
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.
Yes! :loading:
languages/envato-market.pot
Outdated
#: docs/dist/envato-market/inc/class-envato-market-items.php:100 | ||
#: docs/dist/envato-market/inc/class-envato-market-items.php:110 | ||
#: docs/dist/envato-market/inc/class-envato-market.php:149 | ||
#: docs/dist/envato-market/inc/class-envato-market.php:159 |
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.
There are lots of new inclusions from docs/dist/
in here, are they meant to be included in this file?
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.
Ah never mind, you've already removed them 😄
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.
Yes this was a mistake, I removed those exclude
options trying to get the updated makepot
tool working. Forgot to bring them back.
They're back now and those entries shouldn't make it into the potfile any more: 5a60d80
Re: 4bda021 Co-authored-by: Pat McKenna <pat@mckenna.rocks>
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.
I wasn't able to thoroughly review the ESLint opinion changes, but the rest looks good to me! Good call on removing some broken stuff.
I accidentally removed this section while trying to get it working again. We need this otherwise it can bring in unwanted translations in the pot file
Changes