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 Jan 8, 2024
1 parent 41973ec commit 0a29b13
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"drupal/codit_menu_tools": "^1.0@alpha",
"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/config_view": "^9.0",
Expand Down
42 changes: 22 additions & 20 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": "8d80f7e267f0d97528d897262c01041c",
"content-hash": "e0b442feb133185108e759d284b9dcf9",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -3250,27 +3250,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 @@ -3279,7 +3282,7 @@
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
"GPL-2.0+"
],
"authors": [
{
Expand All @@ -3298,12 +3301,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 @@ -18793,16 +18795,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.24.5",
"version": "1.25.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc"
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
"reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -18834,9 +18836,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
},
"time": "2023-12-16T09:33:33+00:00"
"time": "2024-01-04T17:06:16+00:00"
},
{
"name": "phpstan/phpstan",
Expand Down

0 comments on commit 0a29b13

Please sign in to comment.