Upgrade Status reports, in line 107 userswitch/src/Controller/UserSwitchController.php: Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
I attempted to apply patches from #19, #18, #14 and #3 (separately) by adding it to composer.json at root. #19 and #14 failed to apply. #14 applies but is incomplete. I applied #3 and then manually updated the two .info files to update core version requirement and remove core line.
I tried #139 on 3.0.0-alpha8 and got this error:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "rules.event_subscriber.lazy". Did you mean this: "rules.event_subscriber"? in Drupal\Component\DependencyInjection\Container->get() (line 157 of core/lib/Drupal/Component/DependencyInjection/Container.php).
Why is the Description field required? If there's no more information needed, then it's basically just forcing the content editor to add redundant text or make up something that just isn't necessary.
We are also getting "TwitterException: Unauthorized" during cron. Failing to pull in new tweets since May 22, 2023.
Above under Option 2, it says, "Compare the preprocess functions in stable.theme and stable9.theme." There is no stable9.theme file in the stable9 folder. Is that your point?
reroll of #7