Latest 6.1 RC1 requires Drupal 10.1 and forces upgrade

Created on 22 April 2023, about 1 year ago
Updated 28 April 2023, about 1 year ago

Problem

This latest release of the module has a composer dependency on Drupal 10.1, which is not yet released. Thus running a composer update to the latest version will install a dev version of Drupal 10.1.

Steps to reproduce

In composer.json, enter "^6" or "^6.0" for the version of this module.

Run composer update.

See a dev version of Drupal 10.1 installed.

Run composer why drupal/core and review the results. Scan through the output and you'll see this:

drupal/linkit                        6.1.0-rc1    requires  drupal/core (^10.1)

Proposed resolution

Not sure, since I don't know why linkit actually requires 10.1. But until 10.1 has an official, stable release it seems to me it would be prudent to keep it compatible with < 10.1.

So either update the current release candidate to be < 10.1 compatible and then change the dependency requirements for composer, or have two different major version releases, one for < 10.1 and one for >= 10.1.

๐Ÿ’ฌ Support request
Status

Closed: works as designed

Version

6.1

Component

Code

Created by

๐Ÿ‡จ๐Ÿ‡ฆCanada teknocat

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024