Problem/Motivation

I have noticed something happening on my local development site for a while bit never been able to get to the bottom of it—I routinely perform various composer updates as modules develop and from time-to-time I see this happening...

Lock file operations: 0 installs, 1 update, 0 removals
  - Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Downgrading bower-asset/jquery (3.7.1 => 3.6.4)

Today, immediately after doing a...

composer require 'drupal/term_glossary:^4.4'

I followed up with a...

composer update --dry-run

And there is was again...

Lock file operations: 0 installs, 1 update, 0 removals
  - Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Downgrading bower-asset/jquery (3.7.1 => 3.6.4)

I'm am wondering if Taxonomy Term Glossary' dependencies might some how be causing this?

Thanks

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

sirclickalot created an issue. See original summary.

mably made their first commit to this issue’s fork.

  • mably committed e5525bdf on 4.x
    Issue #3545582 by mably: JQuery version yo-yo
    
mably’s picture

Status: Active » Closed (cannot reproduce)

The problem is most probably not related to the Taxonomy Term Glossary module, so I won't be able to help much here.

I've tried to cleanup the composer.json file a bit, just in case.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.