Extract helper method for error report in cli/accounts command (#25119)
Increment index which was previously not used in maintenance CLI loop (#25118)
Consistent usage of CLI `dry_run?` method (#25116)
Add test coverage for `Mastodon::CLI::Accounts#approve` (#25160)
Add test coverage for `Mastodon::CLI::Accounts#delete` (#25146)
Bump @types/react from 18.2.6 to 18.2.7 (#25166) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jsdom from 22.0.0 to 22.1.0 (#25178) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump nokogiri from 1.14.3 to 1.15.2 (#25177) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/react-motion from 0.0.33 to 0.0.34 (#25185) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/parser from 5.59.7 to 5.59.8 (#25175) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 (#25182) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/lodash from 4.14.194 to 4.14.195 (#25184) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sidekiq from 6.5.8 to 6.5.9 (#25176) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss from 8.4.23 to 8.4.24 (#25169) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Align argument type to keyword argument for private process method in FetchResourceService (#25189)
Add test coverage for `Mastodon::CLI::Accounts#modify` (#25145)
Handle Surrogate Pairs in truncate() (#25148)
Add test coverage for `Mastodon::CLI::Accounts#create` (#25143)
Extract methods for user de-duping in maintenance CLI (#25117)
Fix RSpec/NoExpectationExample cop (#25103)