From 78bba0246fad703399b5e8c7d7a8a8c407159748 Mon Sep 17 00:00:00 2001 From: sarjona Date: Sun, 22 Mar 2026 06:11:55 +0000 Subject: [PATCH] [repo] Update Moodle Component metadata --- data/libraries.json | 38 ++++++++++++++------- data/moodle-contributors.txt | 1 + general/community/credits/thirdpartylibs.md | 37 +++++++++++++------- 3 files changed, 50 insertions(+), 26 deletions(-) diff --git a/data/libraries.json b/data/libraries.json index ece43de4e..d71b2ef77 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -116,7 +116,7 @@ "location": "public/lib/adodb", "name": "ADOdb", "description": "Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.", - "version": "5.22.9", + "version": "5.22.11", "license": "BSD/LGPL", "licenseversion": "3-Clause/2.1+", "repository": "https://github.com/ADOdb/ADOdb", @@ -520,9 +520,9 @@ { "copyrightHolders": [], "location": "public/lib/guzzlehttp/guzzle", - "name": "GuzzleHttp/Guzzle", + "name": "guzzlehttp/guzzle", "description": "Guzzle is a PHP HTTP client library", - "version": "7.9.2", + "version": "7.10.0", "license": "MIT", "repository": "https://github.com/guzzle/guzzle", "customised": false @@ -530,9 +530,9 @@ { "copyrightHolders": [], "location": "public/lib/guzzlehttp/kevinrob/guzzlecache", - "name": "Guzzle cache middleware", + "name": "kevinrob/guzzle-cache-middleware", "description": "A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack.", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "repository": "https://github.com/Kevinrob/guzzle-cache-middleware", "customised": false @@ -540,9 +540,9 @@ { "copyrightHolders": [], "location": "public/lib/guzzlehttp/promises", - "name": "GuzzleHttp/Promises", + "name": "guzzlehttp/promises", "description": "Guzzle promises library", - "version": "2.0.4", + "version": "2.3.0", "license": "MIT", "repository": "https://github.com/guzzle/promises", "customised": false @@ -550,9 +550,9 @@ { "copyrightHolders": [], "location": "public/lib/guzzlehttp/psr7", - "name": "GuzzleHttp/PSR7", + "name": "guzzlehttp/psr7", "description": "PSR-7 message implementation that also provides common utility methods", - "version": "2.7.0", + "version": "2.8.0", "license": "MIT", "repository": "https://github.com/guzzle/psr7", "customised": false @@ -621,7 +621,7 @@ "copyrightHolders": [], "location": "public/lib/laravel/serializable-closure", "name": "Serializable Closure", - "version": "2.0.3", + "version": "2.0.10", "license": "MIT", "repository": "https://github.com/laravel/serializable-closure", "customised": false @@ -868,7 +868,7 @@ "location": "public/lib/phpspreadsheet/markbaker/complex", "name": "PHPComplex", "description": "PHP Class Library for working with Complex numbers.", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "repository": "https://github.com/MarkBaker/PHPComplex", "customised": false @@ -878,7 +878,7 @@ "location": "public/lib/phpspreadsheet/markbaker/matrix", "name": "PHPMatrix", "description": "PHP Class for handling Matrices.", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "repository": "https://github.com/MarkBaker/PHPMatrix", "customised": false @@ -1127,7 +1127,7 @@ "copyrightHolders": [], "location": "public/lib/slim/slim", "name": "Slim Framework", - "version": "4.13.0", + "version": "4.15.1", "license": "MIT", "repository": "https://github.com/slimphp/Slim", "customised": false @@ -1374,6 +1374,18 @@ "repository": "https://github.com/twbs/bootstrap", "customised": true }, + { + "copyrightHolders": [ + "Moodle HQ" + ], + "location": "public/theme/boost/scss/design-system", + "name": "@moodlehq/design-system", + "description": "The Moodle HQ design system based on React", + "version": "2.1.1", + "license": "GNU", + "repository": "https://github.com/moodlehq/design-system", + "customised": false + }, { "copyrightHolders": [ "2023 Fonticons, Inc" diff --git a/data/moodle-contributors.txt b/data/moodle-contributors.txt index 758df6d11..e80b05911 100644 --- a/data/moodle-contributors.txt +++ b/data/moodle-contributors.txt @@ -1094,6 +1094,7 @@ Skandalis Skoda Skylar Smith +Smucker Sokolov Soler Solomon diff --git a/general/community/credits/thirdpartylibs.md b/general/community/credits/thirdpartylibs.md index 274eab1d0..2f929c069 100644 --- a/general/community/credits/thirdpartylibs.md +++ b/general/community/credits/thirdpartylibs.md @@ -108,7 +108,7 @@ A general library that is supposed to be used in most PHP implementations of H5P Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC. - **Location**: public/lib/adodb -- **Version**: 5.22.9 +- **Version**: 5.22.11 - **License**: BSD/LGPL 3-Clause/2.1+ - **URL**: [https://github.com/ADOdb/ADOdb](https://github.com/ADOdb/ADOdb) - **Copyright holders**: @@ -463,39 +463,39 @@ Class to draw line, point, bar, and area graphs, including numeric x-axis and do - **Copyright holders**: - 2000 Herman Veluwenkamp (hermanV AT mindless DOT com) -### GuzzleHttp/Guzzle +### guzzlehttp/guzzle Guzzle is a PHP HTTP client library - **Location**: public/lib/guzzlehttp/guzzle -- **Version**: 7.9.2 +- **Version**: 7.10.0 - **License**: MIT - **URL**: [https://github.com/guzzle/guzzle](https://github.com/guzzle/guzzle) -### Guzzle cache middleware +### kevinrob/guzzle-cache-middleware A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack. - **Location**: public/lib/guzzlehttp/kevinrob/guzzlecache -- **Version**: 6.0.0 +- **Version**: 7.0.0 - **License**: MIT - **URL**: [https://github.com/Kevinrob/guzzle-cache-middleware](https://github.com/Kevinrob/guzzle-cache-middleware) -### GuzzleHttp/Promises +### guzzlehttp/promises Guzzle promises library - **Location**: public/lib/guzzlehttp/promises -- **Version**: 2.0.4 +- **Version**: 2.3.0 - **License**: MIT - **URL**: [https://github.com/guzzle/promises](https://github.com/guzzle/promises) -### GuzzleHttp/PSR7 +### guzzlehttp/psr7 PSR-7 message implementation that also provides common utility methods - **Location**: public/lib/guzzlehttp/psr7 -- **Version**: 2.7.0 +- **Version**: 2.8.0 - **License**: MIT - **URL**: [https://github.com/guzzle/psr7](https://github.com/guzzle/psr7) @@ -555,7 +555,7 @@ jQuery UI is a set of user interface interactions, effects, widgets, and themes ### Serializable Closure - **Location**: public/lib/laravel/serializable-closure -- **Version**: 2.0.3 +- **Version**: 2.0.10 - **License**: MIT - **URL**: [https://github.com/laravel/serializable-closure](https://github.com/laravel/serializable-closure) @@ -768,7 +768,7 @@ Class for sending email using either sendmail, PHP mail(), or SMTP. Methods are PHP Class Library for working with Complex numbers. - **Location**: public/lib/phpspreadsheet/markbaker/complex -- **Version**: 3.0.1 +- **Version**: 3.0.2 - **License**: MIT - **URL**: [https://github.com/MarkBaker/PHPComplex](https://github.com/MarkBaker/PHPComplex) @@ -777,7 +777,7 @@ PHP Class Library for working with Complex numbers. PHP Class for handling Matrices. - **Location**: public/lib/phpspreadsheet/markbaker/matrix -- **Version**: 3.0.0 +- **Version**: 3.0.1 - **License**: MIT - **URL**: [https://github.com/MarkBaker/PHPMatrix](https://github.com/MarkBaker/PHPMatrix) @@ -1000,7 +1000,7 @@ Simple Pie helps with blogs. ### Slim Framework - **Location**: public/lib/slim/slim -- **Version**: 4.13.0 +- **Version**: 4.15.1 - **License**: MIT - **URL**: [https://github.com/slimphp/Slim](https://github.com/slimphp/Slim) @@ -1221,6 +1221,17 @@ HTML, CSS, and JavaScript framework for developing responsive, mobile-first proj - 2011-2021 Twitter, Inc - 2011-2021 The Bootstrap Authors +### @moodlehq/design-system + +The Moodle HQ design system based on React + +- **Location**: public/theme/boost/scss/design-system +- **Version**: 2.1.1 +- **License**: GNU +- **URL**: [https://github.com/moodlehq/design-system](https://github.com/moodlehq/design-system) +- **Copyright holders**: + - Moodle HQ + ### Font Awesome - http://fontawesome.com Font Awesome CSS, LESS, and Sass files. Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.