Skip to content

Commit

Permalink
Bump drupal/config_ignore from 2.4.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps drupal/config_ignore from 2.4.0 to 3.1.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d793636 commit 0c12e8c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"drupal/coder": "^8.3",
"drupal/components": "^3.0@beta",
"drupal/computed_breadcrumbs": "^1.1",
"drupal/config_ignore": "^2.1",
"drupal/config_ignore": "^3.1",
"drupal/config_override_warn": "^1.0",
"drupal/config_split": "^1.9",
"drupal/consumer_image_styles": "^4.0",
Expand Down
31 changes: 17 additions & 14 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": "47d263ff2ec7e2cd8c4f8629a9acac56",
"content-hash": "7af245b324aeb207694b313ab870ff5c",
"packages": [
{
"name": "alchemy/zippy",
Expand Down Expand Up @@ -3308,27 +3308,30 @@
},
{
"name": "drupal/config_ignore",
"version": "2.4.0",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_ignore.git",
"reference": "8.x-2.4"
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "e0e45dde2d6927c5d26de59f352792fb6cf26554"
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "5e60f312e02735060d5e5b1724330bb243face4c"
},
"require": {
"drupal/config_filter": "^1 || ^2",
"drupal/core": "^8 || ^9 || ^10"
"drupal/core": "^8.8 || ^9 || ^10"
},
"require-dev": {
"drupal/config_filter": "^1.8||^2.2",
"drush/drush": "^10 || ^11 || ^12"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1676045435",
"version": "8.x-3.1",
"datestamp": "1699302168",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand All @@ -3337,7 +3340,7 @@
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
"GPL-2.0+"
],
"authors": [
{
Expand All @@ -3356,12 +3359,11 @@
"homepage": "https://www.drupal.org/user/413139"
}
],
"description": "Ignore certain configuration during import.",
"description": "Ignore certain configuration during import and export.",
"homepage": "http://drupal.org/project/config_ignore",
"support": {
"source": "https://git.drupalcode.org/project/config_ignore",
"issues": "https://drupal.org/project/config_ignore",
"irc": "irc://irc.freenode.org/drupal-contribute"
"issues": "http://drupal.org/project/config_ignore"
}
},
{
Expand Down Expand Up @@ -27781,6 +27783,7 @@
"drupal/image_style_warmer": 5,
"drupal/jsonapi_resources": 10,
"drupal/libraries": 15,
"drupal/limited_field_widgets": 15,
"drupal/linkit": 5,
"drupal/linky": 10,
"drupal/linkychecker": 10,
Expand Down

0 comments on commit 0c12e8c

Please sign in to comment.