Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-18997: Update openapi jsonapi module. #19093

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,7 @@
"drupal/openapi_jsonapi": {
"3110109 - Support renamed resource types Part 1": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/17070f1ef70ff89f732619a11c29730107a2083e.patch",
"3110109 - Support renamed resource types Part 2": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/9b02c70521c499152c915e481aaf4925992bc8f9.patch",
"3185778 - Fix TypeError: Cannot read property 'anyOf' of undefined": "https://www.drupal.org/files/issues/2020-12-21/add_required_keyword_8.x_2.x-3185778-5.patch",
"3462481 - Type of Drupal\\openapi_jsonapi\\Plugin\\openapi\\OpenApiGenerator\\JsonApiGenerator::$DEFINITION_SEPARATOR must be string": "https://www.drupal.org/files/issues/2024-07-20/openapi_jsonapi-3462481-4.patch"
"3185778 - Fix TypeError: Cannot read property 'anyOf' of undefined": "https://www.drupal.org/files/issues/2020-12-21/add_required_keyword_8.x_2.x-3185778-5.patch"
},
"drupal/openapi_ui_swagger": {
"3259746 - Add more UI config defaults": "https://www.drupal.org/files/issues/2023-12-13/add-more-config-defaults-3259746-3.patch"
Expand Down
28 changes: 14 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": "44c646fd5da64f0e8e4d0422a016e4ff",
"content-hash": "0d273007daf092d8af02b1742b51eaa9",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -274,7 +274,7 @@
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/fengyuanchen/cropper.git",
"url": "git@github.com:fengyuanchen/cropper.git",
"reference": "617d9bdb8688cc4edb3b03bc49a04b83c7facbe7"
},
"dist": {
Expand Down Expand Up @@ -7535,7 +7535,7 @@
"homepage": "https://www.drupal.org/user/612814"
},
{
"name": "Kingdutch",
"name": "kingdutch",
"homepage": "https://www.drupal.org/user/1868952"
},
{
Expand Down Expand Up @@ -11035,29 +11035,29 @@
},
{
"name": "drupal/openapi_jsonapi",
"version": "3.0.4",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/openapi_jsonapi.git",
"reference": "3.0.4"
"reference": "3.0.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.4.zip",
"reference": "3.0.4",
"shasum": "439f3bb99281fd666e26732de9db55bf6846b6f7"
"url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.5.zip",
"reference": "3.0.5",
"shasum": "6607a755f3b69257d8a32705043557d6d81127d7"
},
"require": {
"drupal/core": "^9.1 || ^10",
"drupal/openapi": "^2",
"drupal/schemata": "^1",
"drupal/core": "^10 || ^11",
"drupal/openapi": "^2.2",
"drupal/schemata": "^1.0",
"drupal/schemata_json_schema": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.4",
"datestamp": "1670513664",
"version": "3.0.5",
"datestamp": "1722621497",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -26639,7 +26639,7 @@
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dtt/",
"url": "https://git.drupalcode.org/project/dtt.git",
"reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce"
},
"require": {
Expand Down