We are getting a few phpstan / upgrade_status reports for the current version of the module:

Line   src/AnnoyingPopupRepository.php
80     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.
         💡 See https://www.drupal.org/node/3201242
Line   src/Form/AnnoyingPopupForm.php
225    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.
         💡 See https://www.drupal.org/node/3201242

The 'annoying_popup' library is depending on a deprecated library. The core/js-cookie asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. There is no replacement. See https://www.drupal.org/node/3322720

Comments

marcoliver created an issue. See original summary.

marcoliver’s picture

Issue summary: View changes
marcoliver’s picture

Status: Active » Fixed

Fixed in version 2.2.0.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.