So, until 10.2 is released, we have to put up with our sites being constantly out of date?
I updated my composer from 2.4.4 to 2.5.5, and Full Calendar updated successfully.
I have the same issue. From composer json:
"drupal/fullcalendar_view": "^5.1",
From composer lock:
"name": "drupal/fullcalendar_view",
"version": "5.1.11",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fullcalendar_view.git",
"reference": "5.1.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.1.11.zip",
"reference": "5.1.11",
"shasum": "966bdadb7213a03886050ac36efbf0613bbf4157"
},
"require": {
"drupal/core": "^9.2.0 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.1.11",
"datestamp": "1676726166",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},