Problem/Motivation
The 'oswald.event_listener' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256
Issue fork oswald-3393656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bramdriesenTagging as novice and for DrupalCon Lille so I don't forget this issue during the contrib sprint
Comment #4
gautam_105@ commentedComment #5
gautam_105@ commented@BramDriesen,
I have fixed this issue and created MR for the same please review my MR.
Note:- this patch is only for the Drupal version greater than 9.2
Comment #7
bramdriesenThanks @Gautam_105@ I guess this requires a new major version or at leat 4.1.x since we're dropping support for some older drupal instances.
I actually don't know the exact policy for this, will have a look into that next week.
Comment #8
paulrad commentedHi, @BramDriesen, @Gautam_105@. Consider update
composer.jsontooComment #9
gautam_105@ commented@paulrad,
i have updated this MR , Please review my MR.
Comment #10
gautam_105@ commentedComment #11
dpiThis is older and has more issues.
Comment #12
bramdriesenComment #14
bramdriesenThanks everyone!