Skip to content

Commit

Permalink
Bump drupal/limited_field_widgets from 2.1.0-beta3 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps drupal/limited_field_widgets from 2.1.0-beta3 to 3.0.1.

---
updated-dependencies:
- dependency-name: drupal/limited_field_widgets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2024
1 parent 874d3e9 commit dd9f961
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"drupal/jsonapi_resources": "^1.0@beta",
"drupal/jsonapi_views": "^1.0",
"drupal/libraries": "^4.0",
"drupal/limited_field_widgets": "^2.1@alpha",
"drupal/limited_field_widgets": "^3.0@alpha",
"drupal/linkit": "^6.0@RC",
"drupal/linky": "^2.0@beta",
"drupal/linkychecker": "^2.2",
Expand Down
40 changes: 22 additions & 18 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0e9414029de1b61b559111d989be416a",
"content-hash": "0e4a8fefab5d8c2fbc75f114c9345d28",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -8866,29 +8866,29 @@
},
{
"name": "drupal/limited_field_widgets",
"version": "2.1.0-beta3",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/limited_field_widgets.git",
"reference": "2.1.0-beta3"
"reference": "3.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/limited_field_widgets-2.1.0-beta3.zip",
"reference": "2.1.0-beta3",
"shasum": "eb30c4d5d03742137d4a4ec1714636e7a83361d5"
"url": "https://ftp.drupal.org/files/projects/limited_field_widgets-3.0.1.zip",
"reference": "3.0.1",
"shasum": "8a768ecf50b8a6f5689a32f5bd378d8e93fae6f1"
},
"require": {
"drupal/core": ">=9.2"
"drupal/core": "^10.3 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.0-beta3",
"datestamp": "1705262437",
"version": "3.0.1",
"datestamp": "1725626123",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
Expand All @@ -8897,6 +8897,10 @@
"GPL-2.0+"
],
"authors": [
{
"name": "smustgrave",
"homepage": "https://www.drupal.org/user/3252890"
},
{
"name": "stomusic",
"homepage": "https://www.drupal.org/user/3405436"
Expand Down Expand Up @@ -20477,16 +20481,16 @@
},
{
"name": "psr/log",
"version": "3.0.1",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "79dff0b268932c640297f5208d6298f71855c03e"
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
"reference": "79dff0b268932c640297f5208d6298f71855c03e",
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -20521,9 +20525,9 @@
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.1"
"source": "https://github.com/php-fig/log/tree/3.0.2"
},
"time": "2024-08-21T13:31:24+00:00"
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "psy/psysh",
Expand Down Expand Up @@ -27447,6 +27451,7 @@
"drupal/change_labels": 20,
"drupal/ckeditor_abbreviation": 15,
"drupal/codit_menu_tools": 15,
"drupal/components": 10,
"drupal/danse_content_moderation": 10,
"drupal/entity_block": 10,
"drupal/entity_clone": 15,
Expand All @@ -27462,7 +27467,6 @@
"drupal/graphql_menu": 15,
"drupal/image_style_warmer": 5,
"drupal/jsonapi_resources": 10,
"drupal/limited_field_widgets": 15,
"drupal/linkit": 5,
"drupal/linky": 10,
"drupal/menu_breadcrumb": 15,
Expand Down

0 comments on commit dd9f961

Please sign in to comment.