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

Command icon 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

BramDriesen created an issue. See original summary.

bramdriesen’s picture

Issue tags: +Novice, +DrupalCon Lille 2023

Tagging as novice and for DrupalCon Lille so I don't forget this issue during the contrib sprint

Gautam_105@ made their first commit to this issue’s fork.

gautam_105@’s picture

Assigned: Unassigned » gautam_105@
gautam_105@’s picture

Assigned: gautam_105@ » Unassigned
Status: Active » Needs review

@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

bramdriesen’s picture

Thanks @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.

paulrad’s picture

Status: Needs review » Needs work

Hi, @BramDriesen, @Gautam_105@. Consider update composer.json too

"require": {
"drupal/core": "^8.7.7 || ^9",
},

gautam_105@’s picture

@paulrad,
i have updated this MR , Please review my MR.

gautam_105@’s picture

Status: Needs work » Needs review
dpi’s picture

Issue tags: -DrupalCon Lille 2023 +DrupalCon Lille 2023

This is older and has more issues.

bramdriesen’s picture

Status: Needs review » Reviewed & tested by the community

bramdriesen’s picture

Status: Reviewed & tested by the community » Fixed

Thanks everyone!

Status: Fixed » Closed (fixed)

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