Update drupal/markdown 3.0.1->3.1
And remove merged or unused patches
This commit is contained in:
parent
e4e3501d2e
commit
fc5452298f
2 changed files with 19 additions and 15 deletions
|
|
@ -231,10 +231,6 @@
|
||||||
"drupal/ds": {
|
"drupal/ds": {
|
||||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
||||||
},
|
},
|
||||||
"drupal/markdown": {
|
|
||||||
"Explain Unknown parsers more clearly - also fixes status check 403 [#3529633]": "https://git.drupalcode.org/project/markdown/-/merge_requests/51.diff",
|
|
||||||
"Fix fatal error with Drush 13 due to MarkdownCommands replacing logger [#3483437]": "https://www.drupal.org/files/issues/2025-09-02/3483437-markdown--fix-drush-13.diff"
|
|
||||||
},
|
|
||||||
"drupal/stripe": {
|
"drupal/stripe": {
|
||||||
"Don't load Stripe JS on every page": "https://www.drupal.org/files/issues/2021-08-12/dont-load-strip-js-on-every-page-3225280.diff"
|
"Don't load Stripe JS on every page": "https://www.drupal.org/files/issues/2021-08-12/dont-load-strip-js-on-every-page-3225280.diff"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
30
composer.lock
generated
30
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "3b873db1d9b271245e84604512509453",
|
"content-hash": "7587e3b4798b27f461cc471565347847",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "abraham/twitteroauth",
|
"name": "abraham/twitteroauth",
|
||||||
|
|
@ -12621,22 +12621,30 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/markdown",
|
"name": "drupal/markdown",
|
||||||
"version": "3.0.1",
|
"version": "3.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/markdown.git",
|
"url": "https://git.drupalcode.org/project/markdown.git",
|
||||||
"reference": "3.0.1"
|
"reference": "3.1.0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/markdown-3.0.1.zip",
|
"url": "https://ftp.drupal.org/files/projects/markdown-3.1.0.zip",
|
||||||
"reference": "3.0.1",
|
"reference": "3.1.0",
|
||||||
"shasum": "ae33f2819c0f2591484ae02921781fb3ea783330"
|
"shasum": "bcea24188f889c530d24490e991c3803d0240217"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/semver": "^1.0 || ^2.0 || ^3.0",
|
"composer/semver": "^1.0 || ^2.0 || ^3.0",
|
||||||
"drupal/core": "^9.1 || ^10",
|
"drupal/core": "^10.4 || ^11",
|
||||||
"php": ">=5.5.9"
|
"ext-dom": "*",
|
||||||
|
"ext-libxml": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drush/drush": "^12 || ^13",
|
||||||
|
"erusev/parsedown": "^1.7",
|
||||||
|
"erusev/parsedown-extra": "^0.8.1",
|
||||||
|
"league/commonmark": "^1.6 || ^2.7",
|
||||||
|
"michelf/php-markdown": "^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications."
|
"league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications."
|
||||||
|
|
@ -12644,8 +12652,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "3.0.1",
|
"version": "3.1.0",
|
||||||
"datestamp": "1704727858",
|
"datestamp": "1767799978",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
|
@ -29804,5 +29812,5 @@
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {},
|
"platform": {},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.9.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue