This run took 6 seconds.
From 0a673022af291d816b819be0f8ae5cf104d55757 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 22 Jul 2024 05:31:38 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I16623f736d9aea3cd1b323b7968878ca705c2c94 --- .gitignore | 1 + package-lock.json | 13 +++++++++++ package.json | 56 +++++++++++++++++++++++------------------------ 3 files changed, 42 insertions(+), 28 deletions(-) create mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 6351bbd..9b97041 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ MathJax.iml +/node_modules/ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9e996d0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "mathoid-mathjax", + "version": "2.7.3", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "mathoid-mathjax", + "version": "2.7.3", + "license": "Apache-2.0" + } + } +} diff --git a/package.json b/package.json index 02197ea..7cd0de9 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "mathoid-mathjax", - "version": "2.7.3", - "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.", - "keywords": [ - "math", - "svg", - "mathml", - "tex", - "latex", - "asciimath", - "browser", - "browser-only" - ], - "maintainers": [ - "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)" - ], - "bugs": { - "url": "http://github.com/mathjax/MathJax/issues" - }, - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "git://github.com/mathjax/MathJax.git" - }, - "main": "./unpacked/MathJax.js", - "scripts": { - "test": "echo 'No tests here!'" - } + "name": "mathoid-mathjax", + "version": "2.7.3", + "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.", + "keywords": [ + "math", + "svg", + "mathml", + "tex", + "latex", + "asciimath", + "browser", + "browser-only" + ], + "maintainers": [ + "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)" + ], + "bugs": { + "url": "http://github.com/mathjax/MathJax/issues" + }, + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git://github.com/mathjax/MathJax.git" + }, + "main": "./unpacked/MathJax.js", + "scripts": { + "test": "echo 'No tests here!'" + } } -- 2.39.2
$ date --- stdout --- Mon Jul 22 05:31:35 UTC 2024 --- end --- $ git clone file:///srv/git/mediawiki-services-mathjax.git repo --depth=1 -b master --- stderr --- Cloning into 'repo'... --- stdout --- --- end --- $ git config user.name libraryupgrader --- stdout --- --- end --- $ git config user.email tools.libraryupgrader@tools.wmflabs.org --- stdout --- --- end --- $ git submodule update --init --- stdout --- --- end --- $ grr init --- stdout --- Installed commit-msg hook. --- end --- $ git show-ref refs/heads/master --- stdout --- fe8f1fca1daac59d1fc92a16b938972843745359 refs/heads/master --- end --- $ /usr/bin/npm i --package-lock-only --- stdout --- up to date, audited 1 package in 75ms found 0 vulnerabilities --- end --- $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- Editing .gitignore to remove package-lock.json $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": {}, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 0, "critical": 0, "total": 0 }, "dependencies": { "prod": 1, "dev": 0, "optional": 0, "peer": 0, "peerOptional": 0, "total": 0 } } } --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": {}, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 0, "critical": 0, "total": 0 }, "dependencies": { "prod": 1, "dev": 0, "optional": 0, "peer": 0, "peerOptional": 0, "total": 0 } } } --- end --- $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- [DNM] there are no updates $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmptp5zkejb --- stdout --- [master 0a67302] [DNM] there are no updates 3 files changed, 42 insertions(+), 28 deletions(-) create mode 100644 package-lock.json --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From 0a673022af291d816b819be0f8ae5cf104d55757 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 22 Jul 2024 05:31:38 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I16623f736d9aea3cd1b323b7968878ca705c2c94 --- .gitignore | 1 + package-lock.json | 13 +++++++++++ package.json | 56 +++++++++++++++++++++++------------------------ 3 files changed, 42 insertions(+), 28 deletions(-) create mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 6351bbd..9b97041 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ MathJax.iml +/node_modules/ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9e996d0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "mathoid-mathjax", + "version": "2.7.3", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "mathoid-mathjax", + "version": "2.7.3", + "license": "Apache-2.0" + } + } +} diff --git a/package.json b/package.json index 02197ea..7cd0de9 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "mathoid-mathjax", - "version": "2.7.3", - "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.", - "keywords": [ - "math", - "svg", - "mathml", - "tex", - "latex", - "asciimath", - "browser", - "browser-only" - ], - "maintainers": [ - "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)" - ], - "bugs": { - "url": "http://github.com/mathjax/MathJax/issues" - }, - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "git://github.com/mathjax/MathJax.git" - }, - "main": "./unpacked/MathJax.js", - "scripts": { - "test": "echo 'No tests here!'" - } + "name": "mathoid-mathjax", + "version": "2.7.3", + "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.", + "keywords": [ + "math", + "svg", + "mathml", + "tex", + "latex", + "asciimath", + "browser", + "browser-only" + ], + "maintainers": [ + "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)" + ], + "bugs": { + "url": "http://github.com/mathjax/MathJax/issues" + }, + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git://github.com/mathjax/MathJax.git" + }, + "main": "./unpacked/MathJax.js", + "scripts": { + "test": "echo 'No tests here!'" + } } -- 2.39.2 --- end ---