Skip to content

Commit

Permalink
Bump drupal/config_ignore from 2.4.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps drupal/config_ignore from 2.4.0 to 3.3.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 Apr 20, 2024
1 parent 3e279aa commit 0554381
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 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.3",
"drupal/config_override_warn": "^1.0",
"drupal/config_split": "^1.9",
"drupal/config_view": "^9.0",
Expand Down
28 changes: 15 additions & 13 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": "3f90a85267149a9866e122b6831ddedf",
"content-hash": "8edf6cc29e51143364507ececf618f4c",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -3382,27 +3382,30 @@
},
{
"name": "drupal/config_ignore",
"version": "2.4.0",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_ignore.git",
"reference": "8.x-2.4"
"reference": "8.x-3.3"
},
"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.3.zip",
"reference": "8.x-3.3",
"shasum": "4446811ecb023820a57c227d35c034e0d4363a70"
},
"require": {
"drupal/config_filter": "^1 || ^2",
"drupal/core": "^8 || ^9 || ^10"
"drupal/core": "^8.8 || ^9 || ^10 || ^11"
},
"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.3",
"datestamp": "1713299496",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -3430,12 +3433,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

0 comments on commit 0554381

Please sign in to comment.